* nnheaderxm.el (nnheader-xmas-run-at-time): Use a simple function
[gnus] / lisp / ChangeLog
1 2003-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * nnheaderxm.el (nnheader-xmas-run-at-time): Use a simple function
4         definition if there is not a bug in start-itimer.
5
6         * pgg.el (pgg-run-at-time): Ditto.
7
8 2003-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
9
10         * gnus-agent.el (gnus-agent-possibly-alter-active): New Function.
11         (gnus-agent-regenerate-group): When necessary, alter the group's
12         active range to include articles newly recognized as being
13         downloaded.
14         (gnus-agent-regenerate): Removed code that updated the agent's
15         active file as the new gnus-agent-possibly-alter-active function
16         obsolesced it.
17
18         * gnus-cus.el (gnus-agent-customize-category): Added missing
19         agent-disable-undownloaded-faces parameter.
20         
21         * gnus-start.el (gnus-activate-group): Backed out my 2003-11-29
22         patch as it was too late at adjusting the active range.
23         (gnus-get-unread-articles-in-group): Added call to new
24         gnus-agent-possibly-alter-active to adjust the active range.
25
26 2003-12-10  Jesper Harder  <harder@ifa.au.dk>
27
28         * message.el (message-get-reply-headers): Narrow to headers.
29
30 2003-12-10  Teodor Zlatanov  <tzz@lifelogs.com> 
31
32         * spam.el (spam-disable-spam-split-during-ham-respool): new
33         variable.  From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly)
34         (spam-ham-copy-or-move-routine): respect
35         spam-disable-spam-split-during-ham-respool.  From
36         lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly)
37         (spam-split-disabled): new variable.  From
38         lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly)
39         (spam-split): respect spam-split-disabled.  From
40         lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly)
41
42 2003-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
43
44         * nnheaderxm.el (nnheader-xmas-run-at-time): Make it work
45         correctly for the first argument.
46
47         * pgg.el (pgg-run-at-time): New function.
48         (pgg-add-passphrase-cache): Use it.
49
50 2003-12-10  Simon Josefsson  <jas@extundo.com>
51
52         * pgg-parse.el (pgg-decode-packets): Rewrite to handle corrupt
53         input.
54         (pgg-decode-armor-region): Don't parse packet if decoding fail.
55
56 2003-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
57
58         * spam.el (spam-check-bogofilter): run in the correct buffer.
59         From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly).
60         (spam-bogofilter-database-directory): correct customization
61         group.  From Xavier Maillard <zedek@gnu-rox.org>.
62
63 2003-12-09  Per Abrahamsen  <abraham@dina.kvl.dk>
64
65         * nnmail.el (nnmail-lazy, nnmail-split-fancy): New widgets.
66         (nnmail-split-fancy): Use it.
67
68 2003-12-08  Joel Ray Holveck <joelh@piquan.org>  (tiny change)
69
70         * gnus-sum.el (gnus-summary-save-parts-1): Consider the "name"
71         parameter of Content-Type.
72
73 2003-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
74
75         * gnus-util.el: Revert 2003-12-03 change, instead, provide the
76         compiler macro for rmail-select-summary if rmail is not available,
77         and bind rmail-summary-displayed and rmail-maybe-display-summary
78         in order to silence the compiler even if tm is not available.
79
80 2003-12-08  Simon Josefsson  <jas@extundo.com>
81
82         * flow-fill.el (fill-flowed-encode-tests, fill-flowed-test): Add.
83
84 2003-12-08  Jesper Harder  <harder@ifa.au.dk>
85
86         * gnus-msg.el (gnus-extended-version): Bind float-output-format to
87         nil.
88
89 2003-12-08  Simon Josefsson  <jas@extundo.com>
90
91         * mml-smime.el (mml-smime-sign): Replace CRLF with LF in OpenSSL
92         output.  Reported by Arne J\e,Ax\e(Brgensen <arne@arnested.dk>.
93
94 2003-12-07  Simon Josefsson  <jas@extundo.com>
95
96         * pgg-gpg.el (pgg-gpg-recipient-arg): Add.
97         (pgg-gpg-encrypt-region): Use it.  Tiny patch from Lloyd Zusman
98         <ljz@asfast.com>.
99         (pgg-gpg-recipient-argument): Doc fix.  Renamed fro p-g-r-a.
100         (pgg-gpg-encrypt-region): Update.
101
102 2003-12-07  Jesper Harder  <harder@ifa.au.dk>
103
104         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Don't
105         use = or zerop to test the return value of call-process, because
106         it can be a string.
107
108         * mail-source.el (mail-source-fetch-with-program): do.
109
110         * mailcap.el (mailcap-viewer-passes-test): do.
111
112         * gnus-uu.el (gnus-uu-treat-archive, gnus-uu-post-encode-mime)
113         (gnus-uu-post-encode-file): do.
114
115         * gnus-soup.el (gnus-soup-pack, gnus-soup-unpack-packet): do.
116
117         * message.el (message-fix-before-sending): Fix detection of
118         non-printables.  Don't replace unencodable utf-8.
119
120 2003-12-05  Jesper Harder  <harder@ifa.au.dk>
121
122         * mm-url.el (mm-url-predefined-programs): Add user-agent for wget.
123         (mm-url-insert-file-contents-external): Signal an error if program
124         fails.
125
126 2003-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
127
128         * spam-report.el (spam-report-gmane): iterate over articles
129         instead of a single one; remove interactive usage
130
131 2003-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
132
133         * dns.el: Fix misplaced eval-when-compile.
134
135         * gnus-util.el: Require alist and provide tm-view when compiling
136         with XEmacs.
137
138 2003-12-03  Steve Youngs  <sryoungs@bigpond.net.au>
139
140         * gnus-xmas.el: Add autoloads for macros defined in gnus.el.
141         From Jerry James <james@xemacs.org>.
142
143         * gnus-util.el: Get rmail definitions when compiling.
144         From Jerry James <james@xemacs.org>.
145
146         * dns.el: Require gnus-xmas at compile time instead of trying to
147         autoload `gnus-xmas-open-network-stream' because it wasn't picking
148         up the macro.
149         From Jerry James <james@xemacs.org>.
150
151 2003-12-01  Kevin Greiner <kgreiner@xpediantsolutions.com>
152         * gnus-agent.el (gnus-agent-consider-all-articles): Updated
153         docstring.
154         (gnus-predicate-implies-unread, gnus-predicate-implies-unread-1):
155         Fixed implementation such that the predicate `true' no longer
156         evaluates to t.
157
158 2003-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
159
160         * spam.el (spam-check-bogofilter): check the bogofilter headers
161         AFTER the save-excursion scope is over.  From Adrian Lanz
162         <lanz@fowi.ethz.ch>.
163         (spam-fetch-field-message-id-fast): doc fix
164
165 2003-12-01  Simon Josefsson  <jas@extundo.com>
166
167         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
168
169 2003-11-30  Simon Josefsson  <jas@extundo.com>
170
171         * gnus-agent.el (gnus-agent-expire-group-1): Bind message-log-max
172         when messaging "X % completed" to inhibit logging them to the
173         message buffer.
174         (gnus-agent-expire-group-1): Mention group name in messages.
175         (gnus-agent-expire-group-1): Only print a message for an article
176         when there actually was something done to it.
177
178         * mm-util.el (mm-enable-multibyte): Call set-buffer-multibyte with
179         'to argument.  Fixes something or other in Emacs 22, and is
180         backwards compatible.  From Kenichi Handa <handa@m17n.org>.
181
182         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Custom fix.
183
184 2003-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
185
186         * gnus-agent.el (gnus-agent-covered-methods): Remove nil methods. 
187
188 2003-11-29  Kevin Greiner <kgreiner@xpediantsolutions.com>
189         * gnus-start.el (gnus-activate-group): The active range of the
190         group must include the articles known to the agent.
191
192         * gnus.el (gnus-agent-method-p): Accept a server name as the
193         method being tested.
194
195 2003-11-29  Alexander Kreuzer <alex@freesources.org>  (tiny change)
196
197         * nnrss.el (nnrss-check-group): Set xml when nnrss-use-local is t.
198
199 2003-11-29  Jesper Harder  <harder@ifa.au.dk>
200
201         * gnus-group.el (gnus-group-make-menu-bar): Add
202         gnus-group-make-rss-group.
203
204 2003-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
205
206         * message.el: Added custom-manual links to all variables that have
207         an index entry in the message manual.
208         (message-generate-headers-first): Fixed doc-string.
209
210 2003-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * gnus-msg.el (gnus-summary-yank-message): Don't bind
213         gnus-display-mime-function to nil so that non-ascii text is
214         decoded and attachments are not shown.
215
216         * message.el (message-cite-original-without-signature): Replace
217         the value of message-reply-headers with the yanked article since
218         it may be a different article from the original.
219         (message-cite-original): Ditto.
220
221 2003-11-25  Teodor Zlatanov  <tzz@lifelogs.com>
222
223         * spam.el (spam-blacklist-ignored-regexes): new variable, so
224         blacklisting can ignore certain regular expressions (e.g. the
225         user's e-mail address)
226         (spam-bogofilter-spam-strong-switch,
227         spam-bogofilter-ham-strong-switch): options used when articles are
228         already registered as the opposite classification
229         (spam-old-ham-articles, spam-old-spam-articles): lists of ham and
230         spam articles, generated when a summary buffer is entered, and
231         consulted when it's exited so we know what articles are changing
232         state from spam to ham or vice-versa
233         (spam-xor): everyone needs a little convenience
234         (spam-list-of-processors): lookup table for old-style spam/ham
235         exits processors
236         (spam-group-processor-p): support old-style and new-style spam/ham
237         exit processors
238         (spam-group-processor-multiple-p): handle new-style spam/ham exit
239         processors
240         (spam-summary-prepare): use spam-old-{ham,spam}-articles; change
241         logic to iterate over list of processors instead of manual
242         individual lookup, unregister any articles that change from ham to
243         spam or vice-versa in the course of the summary buffer usage; use
244         the new spam-register-routine
245         (spam-ham-copy-routine, spam-ham-move-routine,
246         spam-mark-spam-as-expired-and-move-routine): check that the list
247         of groups is not nil, because apply doesn't like to apply a
248         function across nil
249         (spam-registration-functions): variable for looking up spam/ham
250         registration/unregistration functions based on a spam-use-* symbol
251         (spam-classification-valid-p, spam-process-type-valid-p)
252         (spam-registration-check-valid-p)
253         (spam-unregistration-check-valid-p): convenience functions
254         (spam-registration-function, spam-unregistration-function): look
255         up the registration/unregistration function based on a
256         classification and the check (spam-use-* symbol)
257         (spam-list-articles): generate list of spam/ham articles from a
258         given list of articles
259         (spam-register-routine): do the heavy work of registering and
260         unregistering articles, using all the articles in the group or
261         specific ones as needed
262         (spam-generic-register-routine): removed, no longer used
263         (spam-log-unregistration-needed-p, spam-log-undo-registration):
264         handle article registration/unregistration with a given spam/ham
265         processor and group
266         (BBDB, ifile, spam-stat, blacklists, whitelists, spam-report,
267         bogofilter, spamoracle): rewrite registration/unregistration
268         functions to take a list of articles and the unregister option.
269         Much hilarity ensues.
270         (spam-initialize): spam-stat-maybe-{save,load} already respect spam-use-stat
271         (spam-stat-register-ham-routine, spam-stat-register-spam-routine):
272         don't load and save unnecessarily
273
274         * spam-stat.el (spam-stat-dirty): new variable, set when the stats
275         database is modified
276         (spam-stat-buffer-is-spam, spam-stat-buffer-is-non-spam)
277         (spam-stat-buffer-change-to-spam, spam-stat-to-hash-table)
278         (spam-stat-buffer-change-to-non-spam): set spam-stat-dirty when
279         needed
280         (spam-stat-save): respect spam-stat-dirty, unless the force
281         parameter is specified
282         (spam-stat-load): clear spam-stat-dirty
283
284         * gnus.el (gnus-install-group-spam-parameters): marked the
285         old-style exit processors as obsolete in the docs, added the
286         new-style exit processors while the old ones are still allowed
287
288
289 2003-11-25  Jesper Harder  <harder@ifa.au.dk>
290
291         * gnus-art.el (article-hide-boring-headers): Don't hide Reply-To
292         unless its list of addresses is identical to From.
293
294 2003-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
295
296         * dgnushack.el (mapc): Add the compiler macro for Emacs 20.
297
298 2003-11-24  Kevin Greiner <kgreiner@xpediantsolutions.com>
299         * gnus-srvr.el (gnus-server-insert-server-line): The server names
300         used in gnus-agent are different (for example, the native server
301         uses the alias "native") from the names in gnus-srvr.
302         Compensating by adding a second text property storing the name
303         expected by gnus-agent.
304         (gnus-server-named-server): New function.
305         * gnus-agent.el (gnus-agent-remove-server, gnus-agent-add-server):
306         No longer expect an argument as it was ignored anyway.  Uses the
307         new gnus-server-named-server function to get gnus-agent compatible
308         names from the server buffer.
309
310 2003-11-20  Kevin Greiner <kgreiner@xpediantsolutions.com>
311
312         * gnus.el (gnus-agent-covered-methods): Documented use of
313         named servers, not methods, to identity agentized groups.
314         Users may now change their server configurations without having
315         the server become "unagentized".
316         (gnus-agent-covered-methods): Removed from gnus-variable-list to
317         avoid storing two copies of gnus-agent-covered-methods, one in
318         .newsrc.eld and the other in agent/lib/servers.
319         (gnus-server-to-method): Do not cache server for the nil method.
320         (gnus-method-to-server): New function.  Associate named server
321         with all, even foreign, methods.
322         (gnus-agent-method-p, gnus-agent-method-p-cache): Incorporated
323         simple last-response cache to offset performance lose of having to
324         always convert methods to named servers.
325         * gnus-agent.el (gnus-agent-expire-days): Removed obsolete
326         documentation.
327         (gnus-agentize, gnus-agent-add-server, gnus-agent-remove-server):
328         Modified to support new definition of gnus-agent-covered-method.
329         (gnus-agent-read-servers): Rewritten to convert old method data
330         into server names.
331         (gnus-agent-read-servers-validate)
332         (gnus-agent-read-servers-validate-native): New functions.
333         (gnus-agent-write-servers): No longer use gnus-method-simplify as
334         it failed to simplify foreign methods.
335         (gnus-agent-close-connections, gnus-agent-synchronize-flags)
336         (gnus-agent-possibly-synchronize-flags, gnus-agent-fetch-session)
337         (gnus-agent-regenerate): Uses new gnus-agent-covered-methods
338         function as gnus-agent-covered-methods variable no longer provides
339         methods.
340         (gnus-agent-covered-methods): New function
341         (gnus-agent-expire-group, gnus-agent-expire): Final message will,
342         if gnus-verbose is greater than 4, report statistics of NOV
343         entries and files deleted as well as total bytes recovered.
344         (gnus-agent-expire-done-message): New function
345         (gnus-agent-unread-articles): Bug fix.  No longer drops last
346         unread article onto read list.
347         (gnus-agent-regenerate-group): Changed prompt to use typical
348         style.
349         (gnus-agent-group-covered-p): Rewrote to internally use
350         gnus-agent-method-p.
351         * gnus-int.el (gnus-start-news-server): Partially convert old
352         gnus-agent-covered-methods to new format so that gnus-open-server
353         functions correctly.
354         * gnus-srvr.el (gnus-server-insert-server-line): Replaced
355         gnus-agent-covered-methods with gnus-agent-method-p.
356         * gnus-start.el (gnus-clear-system): Added
357         gnus-agent-covered-methods to compensate for removing it from
358         gnus-variable-list.
359         (gnus-setup-news): Complete conversion of old
360         gnus-agent-covered-methods to new format so that secondary and
361         foreign servers can be correctly opened.
362
363 2003-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
364
365         * spam.el (spam-ham-copy-or-move-routine): add respooling
366         support, not working well yet
367
368         * gnus.el (ham-process-destination): make 'respool option the
369         only one, so it can't be chosen together with other groups
370
371 2003-11-19  Teodor Zlatanov  <tzz@lifelogs.com>
372
373         * gnus-registry.el (gnus-registry-track-extra): make it a set of
374         choices instead of a boolean
375         (gnus-registry-track-subject-p, gnus-registry-track-sender-p):
376         new convenience functions
377         (gnus-registry-split-fancy-with-parent): use convenience
378         functions, also don't return extra tracking info if sender or
379         subject is found in more than one groups
380         (gnus-registry-add-group): use new convenience functions to
381         decide if sender and subject should be tracked
382
383         * gnus.el (ham-process-destination): add 'respool option,
384         unused by spam.el yet
385
386 2003-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
387
388         * gnus-score.el (gnus-decay-score): Return a surely smaller value
389         than the argument in XEmacs.
390
391 2003-11-18  Reiner Steib  <Reiner.Steib@gmx.de>
392
393         * message.el (message-insert-to): Don't use `gnus-message'.
394         (message-header-synonyms): New variable.
395         (message-carefully-insert-headers): Use it (check for synonyms).
396         Added doc-string.  From Sam Steingold <sds@gnu.org>.
397
398 2003-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
399
400         * html2text.el (html2text-remove-tags): Remove the tag in a
401         simpler way to avoid inflooping.
402
403 2003-11-17  Simon Josefsson  <jas@extundo.com>
404
405         * imap.el (imap-gssapi-auth-p): Don't check capability (some
406         servers remove AUTH=GSSAPI from capability response returned after
407         successful authentication).
408
409 2003-11-16  Jesper Harder  <harder@ifa.au.dk>
410
411         * gnus.el (gnus-getenv-nntpserver): Fix regexp and simplify.
412         Reported by Artem Chuprina <ran@ran.pp.ru>.
413
414 2003-11-14  Simon Josefsson  <jas@extundo.com>
415
416         * mm-util.el (mm-charset-synonym-alist): Map BIG5-HKSCS to BIG5
417         when it isn't available.
418
419 2003-11-13  Alex Schroeder  <alex@gnu.org>
420
421         * nnrss.el (nnrss-check-group): Use dc:contributor if neither
422         rss:author nor dc:creator is provided.
423
424 2003-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
425
426         * mm-decode.el (mm-dissect-buffer): Save start="<id>" value
427         contained in Content-Type header of multipart/related messages.
428
429         * mm-view.el (mm-w3m-cid-retrieve-1): New function.
430         (mm-w3m-cid-retrieve): Use it.
431
432         * mml.el (mml-generate-mime-1): Add start="<id>" to Content-Type.
433         (mml-insert-mime-headers): Insert Content-ID header.
434         (mml-insert-mml-markup): Insert start="<id>" value.
435
436 2003-11-12  Teodor Zlatanov  <tzz@lifelogs.com>
437
438         * nnml.el (nnml-request-accept-article): pass sender to
439         nnmail-cache-insert
440
441         * nnmh.el (nnmh-request-accept-article): pass sender to
442         nnmail-cache-insert 
443
444         * nnmbox.el (nnmbox-request-accept-article): pass sender to
445         nnmail-cache-insert 
446
447         * nnfolder.el (nnfolder-request-accept-article): pass sender to
448         nnmail-cache-insert 
449
450         * nnbabyl.el (nnbabyl-request-accept-article): pass sender to
451         nnmail-cache-insert 
452
453         * nnmail.el (nnmail-cache-insert): accept sender parameter and
454         pass it to the nnmail-spool-hook
455
456         * gnus-registry.el (gnus-registry-track-extra): clarify doc
457         (gnus-registry-action): add sender lexical var and pass it to
458         gnus-registry-add-group
459         (gnus-registry-spool-action): take a sender parameter, pass to
460         gnus-registry-add-group
461         (gnus-registry-split-fancy-with-parent): trace by sender in
462         addition to subject
463         (gnus-registry-fetch-sender-fast): new function
464         (gnus-registry-add-group): accept sender parameter
465
466 2003-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
467
468         * spam.el (spam-ham-copy-routine, spam-ham-move-routine)
469         (spam-mark-spam-as-expired-and-move-routine): allow for the
470         groups to be a list of a single item
471
472         * gnus.el (gnus-install-group-spam-parameters):
473         ham-process-destination and spam-process-destination allow lists now
474
475 2003-11-10  Reiner Steib  <Reiner.Steib@gmx.de>
476
477         * message.el (message-insert-to): Do error out when the user
478         requested no Cc.  Don't insert empty To.  Can be added to
479         `message-setup-hook' now.  From Sam Steingold <sds@gnu.org>.
480         (message-mode-field-menu): Moved some entries, added
481         `message-insert-wide-reply'.
482         (message-change-subject): Fixed comment.
483
484 2003-11-10  Simon Josefsson  <jas@extundo.com>
485
486         * pgg-def.el (pgg-encrypt-for-me): Change default from nil to t.
487
488 2003-11-09  Simon Josefsson  <jas@extundo.com>
489
490         * pgg-gpg.el (pgg-gpg-encrypt-region): Cache passphrase under hex
491         key id too (for decryption).
492         (pgg-gpg-sign-region): Likewise.
493
494 2003-11-09  Simon Josefsson  <jas@extundo.com>
495
496         * pgg-gpg.el (pgg-gpg-all-secret-keys): New variable.
497         (pgg-gpg-lookup-all-secret-keys): New function.
498         (pgg-gpg-select-matching-key): Likewise.
499         (pgg-gpg-decrypt-region): Use new functions.  From Satyaki Das
500         <satyakid@stanford.edu>.
501
502 2003-11-07  Teodor Zlatanov  <tzz@lifelogs.com>
503
504         * nnmail.el (nnmail-cache-insert): make sure that the
505         nnmail-spool-hook is called with a valid newsgroup name (though
506         it may be wrong)
507
508         * gnus.el (gnus-group-real-prefix): return nil if group is not a
509         string, instead of triggering an error
510
511 2003-11-06  Teodor Zlatanov  <tzz@lifelogs.com>
512
513         * gnus.el (gnus-group-guess-full-name-from-command-method): new function
514
515         * gnus-registry.el (gnus-registry-fetch-group): use long names if
516         requested 
517         (gnus-registry-split-fancy-with-parent): when long names are in
518         use, strip the name if we're in the native server, or else return nothing
519         (gnus-registry-spool-action, gnus-registry-action): use
520         gnus-group-guess-full-name-from-command-method instead of
521         gnus-group-guess-full-name
522
523         * spam.el (spam-mark-spam-as-expired-and-move-routine)
524         (spam-ham-copy-or-move-routine): prevent article deletions or
525         moves unless the backend allows it
526
527         * gnus.el (gnus-install-group-spam-parameters): fixed parameters
528         to list spamoracle as well, suggested by Jean-Marc Lasgouttes
529         <Jean-Marc.Lasgouttes@inria.fr>
530
531         * spam.el (spam-spamoracle): doc change, suggested by Jean-Marc
532         Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
533
534 2003-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
535
536         * gnus-score.el (gnus-decay-score): Protect against arithmetic
537         errors.  Tiny patch from Norbert Koch <viteno@xemacs.org>.
538
539 2003-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
540
541         * spam.el
542         (spam-log-processing-to-registry): improved message and comments
543         (spam-log-unregistration-needed-p): new function
544         (spam-ifile-register-spam-routine)
545         (spam-ifile-register-ham-routine, spam-stat-register-spam-routine)
546         (spam-stat-register-ham-routine)
547         (spam-blacklist-register-routine)
548         (spam-whitelist-register-routine)
549         (spam-bogofilter-register-spam-routine)
550         (spam-bogofilter-register-ham-routine)
551         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): change
552         spam-log-processing-to-registry invocations appropriately
553
554 2003-10-31  Simon Josefsson  <jas@extundo.com>
555
556         * imap.el (imap-kerberos4-open): Ignore output from ATHENA imtest.
557         Tiny patch from Derek Atkins <warlord@MIT.EDU>.
558         (imap-process-connection-type): Improve docstring.  Suggested by
559         Derek Atkins <warlord@MIT.EDU>.
560
561 2003-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
562
563         * spam.el (autoload): autoload the gnus-registry functions we'll
564         need
565         (spam-log-to-registry): new variable for interfacing with the
566         gnus-registry
567         (spam-install-hooks): variable had the wrong customization group
568         (spam-fetch-field-message-id-fast): convenience function for fetch
569         a message ID quickly
570         (spam-log-processing-to-registry): new function
571         (spam-ifile-register-spam-routine)
572         (spam-ifile-register-ham-routine, spam-stat-register-spam-routine)
573         (spam-stat-register-ham-routine)
574         (spam-blacklist-register-routine)
575         (spam-whitelist-register-routine)
576         (spam-bogofilter-register-spam-routine)
577         (spam-bogofilter-register-ham-routine)
578         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): add
579         spam-log-processing-to-registry invocations
580
581         * gnus-registry.el: fixed docs in the preface to mention
582         gnus-registry-initialize
583         (gnus-registry-store-extra): remove cached extra entry
584         information when new extra entry is stored
585
586 2003-10-29  Simon Josefsson  <jas@extundo.com>
587
588         * message.el (message-forward-make-body-plain): Fix ARG=1 mode
589         after separating m-f-m-b.
590
591 2003-10-29  Simon Josefsson  <jas@extundo.com>
592
593         * message.el (message-forward-make-body-plain): Remove ignored
594         headers.  Tiny patch from Andre Srinivasan <andre@e2open.com>.
595         (message-forward-make-body-plain): Fix ARG=1.
596
597 2003-10-28  Jesper Harder  <harder@ifa.au.dk>
598
599         * message.el (message-forward-subject-name-subject)
600         (message-forward-subject-author-subject): Decode non-ASCII
601         newsgroup names.
602         (autoload): Autoload gnus-group-decoded-name.
603
604 2003-10-27  Simon Josefsson  <jas@extundo.com>
605
606         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): New optional
607         parameter key, overrides the key id used to store passphrase
608         under (uses true key id from gpg output if nil).
609         (pgg-gpg-encrypt-region): Search for passphrase using user suplied
610         string STR, instead of (pgg-lookup-key STR t).
611         (pgg-gpg-encrypt-region): Store passphrase under user suplied
612         string, instead of real key id taken from gpg output.
613         (pgg-gpg-decrypt-region): Likewise.
614         (pgg-gpg-sign-region): Likewise.
615         * pgg.el (pgg-decrypt-region): Don't set pgg-default-user-id.
616
617 2003-10-27  Romain FRANCOISE  <romain@orebokech.com>
618
619         * gnus-art.el (gnus-article-goto-prev-page): Doc fix. 
620
621 2003-10-27  Simon Josefsson  <jas@extundo.com>
622
623         * mm-bodies.el (mm-body-encoding): Don't use QP when message body
624         only consists of short lines and ASCII, when
625         mm-use-ultra-safe-encoding.  Refer to 'About foo' thread in
626         gnus-bug, e.g. <ilullrg4k7p.fsf@extundo.com>, for more discussion.
627         This make it possible to pipe the raw RFC 822 message into 'gpg'
628         and have the signature work.  Potential problem: what if message
629         contain data that would be dash-escaped by OpenPGP
630         implementations? Then PGP 2.x might not be able to parse the raw
631         RFC 822 message correctly.  If that problem is worth fixing, it
632         should be fixed by detecting the situation, instead of applying QP
633         to everything.  Based on discussion with "John A. Martin"
634         <jam@jamux.com>.
635
636 2003-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
637
638         * spam.el (spam-mark-spam-as-expired-and-move-routine)
639         (spam-ham-copy-or-move-routine): don't ask when deleting copied
640         articles, and use move instead of copy when possible
641         (spam-split): added the option of specifying a string as a
642         spam-split parameter; such a string will override
643         spam-split-group temporarily.
644
645         * nnmail.el (nnmail-cache-insert): protect from nil message IDs,
646         but should we do something else?
647
648         * gnus-registry.el (gnus-registry-spool-action): protect from nil
649         message IDs
650
651 2003-10-26  Simon Josefsson  <jas@extundo.com>
652
653         * gnus-art.el (gnus-button-alist): Allow & in mailto URLs.
654         (gnus-header-button-alist): Likewise.
655         (gnus-url-mailto): Handle ?to parameters.  Replace \r\n with \n.
656         Reverse parameter list to use same order as in the URL.  Reported
657         by f95-msv@f.kth.se (M\e,Ae\e(Brten Svantesson).
658
659 2003-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
660
661         * spam.el (spam-move-spam-nonspam-groups-only): documentation fix
662         for the variable
663
664 2003-10-25  Steve Youngs  <sryoungs@bigpond.net.au>
665
666         * Makefile.in (clean-some): Remove auto-autoloads.* and
667         custom-load.* as well.
668         (distclean): Ditto.
669
670         * dgnushack.el (dgnushack-make-load): Add a local vars section to
671         the dummy gnus-load.el.
672
673 2003-10-24  Teodor Zlatanov  <tzz@lifelogs.com>
674
675         * spam.el (spam-ham-copy-or-move-routine): do not delete if copy
676         is t, also don't intepret the list of groups as a list of lists
677         (spam-mark-spam-as-expired-and-move-routine)
678         (spam-ham-copy-or-move-routine): delete articles only if 1 or
679         more groups were specified (and "copy" was not specified for
680         spam-ham-copy-or-move-routine) (fixed twice)
681
682 2003-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
683
684         * nndoc.el (nndoc-guess-type): Reverse the sort order.  Suggested
685         by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
686         (nndoc-dissect-buffer): Don't miss even-numbered articles.
687
688 2003-10-24  Steve Youngs  <sryoungs@bigpond.net.au>
689
690         * dgnushack.el (dgnushack-gnus-load-file): Set to
691         "auto-autoloads.el" if building with XEmacs.
692         (dgnushack-cus-load-file): Set to "custom-load.el" if building
693         with XEmacs.
694         (dgnushack-make-cus-load): We don't delete the resulting file if
695         building with XEmacs so byte-compile it.
696         (dgnushack-make-load): When building with XEmacs do nothing except
697         byte-compile the autoload file and create a dummy gnus-load.el
698         file. 
699
700 2003-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * message.el (message-make-fqdn): Bind case-fold-search.
703         Suggested by Christopher Richards <richards@CS.Princeton.EDU>.
704
705 2003-10-23  Teodor Zlatanov  <tzz@lifelogs.com>
706
707         * gnus.el (spam-process-destination, ham-process-destination):
708         allow multiple groups as a choice
709
710         * spam.el (spam-check-blackholes): remove "[IP address]"
711         requirement, now just "IP address" is enough for detection for
712         blackhole checking
713         (spam-check-blackholes): oops, the dots were not escaped
714         (spam-mark-spam-as-expired-and-move-routine): added multiple group
715         support (multiple copies, then delete)
716         (spam-ham-copy-routine): new function
717         (spam-ham-move-routine): new function
718         (spam-ham-copy-or-move-routine): new function (used to be
719         spam-ham-move-routine), handle multiple groups
720         (spam-summary-prepare-exit): call the new functions
721
722 2003-10-23  Simon Josefsson  <jas@extundo.com>
723
724         * flow-fill.el (fill-flowed-encode, fill-flowed): Autoload.
725
726 2003-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
727
728         * gnus-art.el (gnus-emphasis-strikethru): Use the :strike-through
729         attribute in Emacs.
730
731 2003-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
732
733         * message.el (message-bounce): Don't erase except bounced header.
734
735 2003-10-21  Teodor Zlatanov  <tzz@lifelogs.com>
736
737         * spam.el (spam-reverse-ip-string): new function to reverse an IP
738         address in a string
739         (spam-check-blackholes): use spam-reverse-ip-string
740
741 2003-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
742
743         * gnus-art.el (gnus-narrow-to-page): Clear as well as set the
744         value for gnus-page-broken.
745
746         * gnus-sum.el (gnus-summary-beginning-of-article): Use
747         gnus-break-pages instead of gnus-page-broken.
748         (gnus-summary-end-of-article): Use gnus-break-pages instead of
749         gnus-page-broken; narrow to the end of a page beforehand.
750         (gnus-summary-toggle-header): Use gnus-break-pages instead of
751         gnus-page-broken; remove delimiter buttons unless gnus-break-pages
752         is non-nil.
753
754 2003-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
755
756         * gnus-picon.el (gnus-picon-transform-address): Protect against
757         errors. 
758
759 2003-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * gnus-msg.el (nnspool-rejected-article-hook): Remove defvar.
762         (xemacs-codename): Move defvar to gnus-util.el.
763
764         * gnus-util.el (xemacs-codename): Defvar when compiling.
765
766 2003-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
767
768         * spam-report.el (spam-report-url-ping-plain): Include a
769         User-Agent. 
770
771         * gnus-msg.el (gnus-extended-version): Use it.
772
773         * gnus-util.el (gnus-emacs-version): Separated out into own
774         function. 
775
776 2003-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
777
778         * message.el (message-mode-field-menu): Added
779         message-generate-unsubscribed-mail-followup-to.
780         (message-forward-subject-fwd): Avoid double "Fwd: "
781         (message-change-subject): Added comment.
782
783 2003-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
784
785         * gnus-sum.el (gnus-nov-parse-line): Remove condition-cases.
786
787         * mml.el (mml-insert-mime): Quote mml.
788
789 2003-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
790
791         * gnus-sum.el (gnus-remove-odd-characters): Use
792         mm-subst-char-in-string instead of subst-char-in-string.
793         (gnus-summary-refer-article): Use gnus-replace-in-string instead
794         of replace-regexp-in-string.
795
796 2003-10-19  Jesper Harder  <harder@ifa.au.dk>
797
798         * gnus-uu.el (gnus-uu-uustrip-article): Really strip directory
799         from file name.
800
801 2003-10-18  Jesper Harder  <harder@ifa.au.dk>
802
803         * gnus-sum.el (gnus-summary-save-parts-last-directory): Default
804         to mm-default-directory.
805         (gnus-summary-save-parts-1): Use mm-file-name-rewrite-functions.
806
807 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * pop3.el (pop3-read-response): Check whether the process is
810         alive. 
811
812         * gnus-sum.el (gnus-summary-refer-article): Strip spaces.
813
814         * rfc2047.el (rfc2047-encode-region): Do error out on invalid
815         strings. 
816
817         * nntp.el (nntp-retrieve-headers-with-xover): Get error messages
818         right. 
819
820         * gnus-agent.el (gnus-agent-read-servers): Remove sit-for.
821
822         * gnus-art.el (article-treat-dumbquotes): Doc fix.
823
824         * message.el (message-field-value): New function.
825         (message-insert-disposition-notification-to): Use Reply-To, too.
826
827         * imap.el (imap-mailbox-status): Upcase STATUS commands. 
828
829         * gnus-sum.el (gnus-remove-odd-characters): New function.
830         (gnus-nov-parse-line): Use it.
831
832 2003-10-18  Matt Swift  <swift@alum.mit.edu>
833
834         * mm-decode.el (mm-inline-media-tests): Recognize pjpeg as jpeg. 
835
836 2003-10-18  Romain FRANCOISE  <romain@orebokech.com>
837
838         * message.el (message-forward-make-body): does both
839         m-f-make-body-mml and m-f-make-body-plain, resulting in a strange
840         message buffer.
841
842 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
843
844         * gnus-art.el (gnus-narrow-to-page): Only break page if it's
845         broken.
846
847         * nnrss.el (nnrss-find-rss-via-syndic8): Return nil if xml-rpc
848         isn't available.
849
850         * message.el (message-hidden-headers): Doc fix.
851
852 2003-10-18  Jesper Harder  <harder@ifa.au.dk>
853
854         * gnus-msg.el (gnus-summary-resend-message-edit): Avoid error when
855         fields aren't found.
856
857 2003-10-18  Simon Josefsson  <jas@extundo.com>
858
859         * message.el (message-forward-make-body-plain)
860         (message-forward-make-body-mime, message-forward-make-body-mml)
861         (message-forward-make-body-digest-plain)
862         (message-forward-make-body-digest-mime)
863         (message-forward-make-body-digest): New, derived from
864         message-forward-make-body.
865         (message-forward-make-body): Use them.
866         (message-forward-show-mml): New default 'best.
867         (message-forward-make-body): Support it.
868
869 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
870
871         * gnus-art.el (gnus-article-mode): Set gnus-page-broken to nil.
872         (gnus-article-prepare): Don't set to t.
873         (gnus-narrow-to-page): Set to t if we break.
874
875 2003-06-11  Daniel N\e,Ai\e(Bri  <dne@mayonnaise.net>
876
877         * message.el (message-resend): Generate Resent-Message-ID header.
878
879 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
880
881         * gnus-art.el (gnus-article-next-page): Don't go to the next line
882         before checking end-of-buffer.
883         (gnus-mime-delete-part): Don't insert parts twice.
884
885 2003-10-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
886
887         * gnus-art.el (article-update-date-lapsed): Make sure point
888         doesn't move around (much).
889
890 2003-07-28  Vasily Korytov  <deskpot@myrealbox.com>
891
892         * mail-source.el (mail-source-keyword-map): List "cur" before
893         "new" for maildirs.
894
895 2003-10-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
896
897         * gnus-sum.el (gnus-summary-enter-digest-group): ogroup, nor
898         group. 
899
900         * gnus-msg.el (gnus-inews-insert-archive-gcc): Use the parent
901         name for gcc-self.
902         (gnus-inews-insert-archive-gcc): Paren mistake.
903
904         * gnus-sum.el (gnus-summary-enter-digest-group): Add
905         parent-group. 
906
907         * gnus-art.el (gnus-ignored-headers): Add more headers.
908
909         * rfc2047.el (rfc2047-encode): See which encoding is shorter --
910         base64 or QP.
911
912         * nnmail.el (nnmail-article-group): Default to "bogus".
913
914         * mail-source.el (mail-source-delete-incoming): Change to nil.
915
916 2003-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
917
918         * mail-source.el (mail-source-fetch-imap): Fix mismatched parens.
919
920 2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
921
922         * mail-source.el (defvar): Add post/pre/scripts.
923         (mail-source-fetch-imap): Use them.
924
925         * nndraft.el (nndraft-request-move-article): Fix infinite
926         recursion. 
927
928         * gnus-group.el (gnus-group-mark-regexp): Jump to groups.
929
930 2003-10-16  Ed L. Cashin  <ecashin@uga.edu>
931
932         * imap.el (imap-interactive-login): Set imap-password to nil if
933         login fails.
934
935 2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
936
937         * message.el (message-inserted-headers): New variable.
938         (message-mode): Make local.
939         (message-mode): Set all the local action variables to nil.      
940
941 2003-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
942
943         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
944         (mm-w3m-safe-url-regexp): Doc fix.
945
946 2003-10-12  Jesper Harder  <harder@ifa.au.dk>
947
948         * gnus-sum.el (gnus-summary-respool-query): Don't narrow to head,
949         it's done by nnmail-article-group.
950
951         * gnus-uu.el (gnus-uu-grab-articles): Fix misplaced parens.
952         From Mark Hood <markhood@speakeasy.net> (tiny change)
953
954 2003-10-10  Jesper Harder  <harder@ifa.au.dk>
955
956         * mm-decode.el (mm-file-name-delete-gotchas): Avoid infloop in
957         XEmacs.
958
959 2003-10-10  Teodor Zlatanov  <tzz@lifelogs.com>
960
961         * spam.el (spam-initialize): new function, does the spam-face
962         update and all the hooks, replaces spam-install-hooks-function
963
964         * gnus-registry.el (gnus-registry-initialize): new autoloaded
965         function to explicitly initialize the registry
966
967 2003-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
968
969         * mm-decode.el (mm-w3m-safe-url-regexp): Doc fix.
970
971         * mm-view.el (mm-w3m-mode-map): Doc fix.
972         (mm-inline-text-html-render-with-w3m): Add a comment.
973
974 2003-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
975
976         * gnus-group.el: Remove superfluous eval-when-compiles.
977
978 2003-10-10  Jesper Harder  <harder@ifa.au.dk>
979
980         * gnus-group.el (gnus-group-suspend): Reset gnus-backlog-articles.
981
982 2003-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
983
984         * dns.el (query-dns): Don't error out on malformed resolv files.
985
986 2003-10-06  Jesper Harder  <harder@ifa.au.dk>
987
988         * gnus.el (gnus-group-faq-directory): Update .tw entry.  From
989         Albert Chun-Chieh Huang <mr894348@cs.nthu.edu.tw>
990
991 2003-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
992
993         * spam.el (spam-check-blackholes): exit the loop if matches are
994         found (idea from Adrian Lanz <lanz@fowi.ethz.ch>)
995         (spam-check-bogofilter-headers, spam-check-blackholes, spam-check-BBDB)
996         (spam-from-listed-p): use nnmail-fetch-field instead of message-fetch-field
997         
998
999 2003-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1000
1001         * mm-decode.el (mm-attachment-file-modes): Change the default
1002         value into 384 from ?\600 which doesn't mean an integer in XEmacs.
1003
1004 2003-10-03  Jesper Harder  <harder@ifa.au.dk>
1005
1006         * mm-decode.el (mm-file-name-delete-control)
1007         (mm-file-name-delete-gotchas): New functions.
1008         (mm-file-name-rewrite-functions): Use them.
1009         (mm-attachment-file-modes): New option.
1010         (mm-save-part-to-file): Use it.
1011
1012 2003-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
1013
1014         * spam.el (spam-install-hooks-function): Added Autoload cookie.
1015
1016 2003-10-02  Jesper Harder  <harder@ifa.au.dk>
1017
1018         * pgg-def.el (pgg-default-keyserver-address): Change to
1019         subkeys.pgp.net.  From Michael Shields <shields@msrl.com>
1020
1021 2003-10-01  Simon Josefsson  <jas@extundo.com>
1022
1023         * message.el (message-idna-to-ascii-rhs-1): RHS can be terminated
1024         by ',', as in 'foo@example.org, bar@example.org'.
1025
1026 2003-10-01  Jesper Harder  <harder@ifa.au.dk>
1027
1028         * message.el (message-send): Fix reversed logic of supersedes
1029         check.
1030
1031 2003-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
1032
1033         * gnus-art.el (gnus-article-view-part-as-charset): Doc fix,
1034         suggested by Norbert Koch <viteno@xemacs.org>.
1035
1036 2003-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1037
1038         * gnus-topic.el (gnus-topic-goto-missing-topic): Revert 2003-02-09
1039         change in order to correct the position where an invisible topic
1040         (because gnus-topic-display-empty-topics is nil) may be inserted.
1041
1042 2003-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1043
1044         * message.el (message-ignored-supersedes-headers): Add X-Payment.
1045
1046 2003-09-20  Jesper Harder  <harder@ifa.au.dk>
1047
1048         * rfc2047.el (rfc2047-encode): Limit line length to 76 characters.
1049
1050 2003-09-20  Simon Josefsson  <jas@extundo.com>
1051
1052         * tls.el (tls-process-connection-type): Doc fix.
1053
1054         * imap.el (imap-starttls-open): Rewrite, should support both old
1055         starttls.el and new starttls.el that uses GNUTLS.
1056
1057 2003-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1058
1059         * gnus-art.el (gnus-treat-display-x-face): Use set-default instead
1060         of custom-set-default which isn't available in old XEmacsen.
1061
1062 2003-09-17  Jesper Harder  <harder@ifa.au.dk>
1063
1064         * gnus-msg.el (gnus-summary-resend-message-edit): Don't convert
1065         to MML.  MIME -> MML -> MIME does not work for PGP/MIME.
1066
1067         * message.el (message-bounce, message-forward-show-mml): do.
1068         
1069 2003-09-13  Jesper Harder  <harder@ifa.au.dk>
1070
1071         * rfc2047.el (rfc2047-charset-encoding-alist): Add viscii.
1072         (rfc2047-encode): Add factors for big5, gb2312 and euc-kr.
1073
1074         * nnweb.el (nnweb-google-parse-1): Fix parsing.
1075
1076 2003-09-12  Jesper Harder  <harder@ifa.au.dk>
1077
1078         * gnus-group.el (gnus-group-fetch-control): ISC changed
1079         compression from .Z to .gz.
1080
1081         * rfc2047.el (rfc2047-header-encoding-alist): Add "Approved" to
1082         address-mime.
1083
1084 2003-09-11  Jesper Harder  <harder@ifa.au.dk>
1085
1086         * rfc2047.el (rfc2047-encode): Restrict encoded-words to 75
1087         characters.
1088
1089 2003-09-10  Jesper Harder  <harder@ifa.au.dk>
1090
1091         * gnus.el (gnus-group-charter-alist): Update.
1092
1093 2003-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1094
1095         * spam-report.el: use mm-url.el functions for external URL
1096         loading when the built-in HTTP GET is insufficient (e.g. proxies
1097         are in the way).  From Eric Knauel
1098         <knauel@informatik.uni-tuebingen.de>.
1099         (spam-report-url-ping-function): new option, defaults to the
1100         built-in HTTP GET (spam-report-url-ping-plain)
1101         (spam-report-url-ping): calls spam-report-url-ping-function now
1102         (spam-report-url-ping-plain): new function, does what
1103         spam-report-url-ping used to do
1104         (spam-report-url-ping-mm-url): function that delegates to
1105         mm-url.el (autoloaded)
1106
1107 2003-09-08  Teodor Zlatanov  <tzz@lifelogs.com>
1108
1109         * gnus-registry.el (gnus-registry-delete-id): function to
1110         completely delete an ID, including all the cache hashtables
1111         (gnus-registry-delete-group): use gnus-registry-delete-id
1112         (gnus-registry-simplify-subject): only run if the argument is a
1113         string, return nil otherwise
1114
1115 2003-09-07  Jesper Harder  <harder@ifa.au.dk>
1116
1117         * gnus-msg.el (gnus-summary-resend-bounced-mail): Docstring fix.
1118
1119 2003-09-05  Teodor Zlatanov  <tzz@lifelogs.com>
1120
1121         * gnus-registry.el (gnus-registry-split-fancy-with-parent): yet
1122         another error *sigh*
1123
1124         * gnus-registry.el (gnus-registry-fetch-extra-entry): don't use
1125         puthash unless gnus-registry-entry-caching is on
1126         (gnus-registry-split-fancy-with-parent): misplaced parenthesis
1127         made everything a part of the 'else'
1128         (gnus-registry-save): used 'entry-caching' instead of 'caching'
1129
1130 2003-09-05  Jesper Harder  <harder@ifa.au.dk>
1131
1132         * gnus-art.el (gnus-button-alist): Improve Info regexp.
1133
1134 2003-09-04  Teodor Zlatanov  <tzz@lifelogs.com>
1135
1136         * gnus-registry.el: added brief explanation of basics
1137         (gnus-registry-track-extra): new variable for tracking of message
1138         subjects
1139         (gnus-registry-entry-caching): caching parameter, used for extra
1140         data
1141         (gnus-registry-minimum-subject-length): minimum subject length
1142         before it's considered when tracing subjects
1143         (gnus-registry-save): accomodate extra data entry caching
1144         (gnus-registry-action): change function name, add the subject and
1145         pass it to gnus-registry-add-group
1146         (gnus-registry-spool-action): change function name, add the
1147         subject and pass it to gnus-registry-add-group
1148         (gnus-registry-split-fancy-with-parent): add subject tracking
1149         (gnus-registry-register-message-ids): pass subject to
1150         gnus-registry-add-group
1151         (gnus-registry-simplify-subject)
1152         (gnus-registry-fetch-simplified-message-subject-fast): new
1153         functions
1154         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry): add
1155         extra data entry caching
1156         (gnus-registry-add-group): handle the extra subject parameter
1157         (gnus-registry-install-hooks, gnus-registry-unload-hook): fix the
1158         gnus-register-* function names
1159
1160         * nnmail.el (nnmail-cache-insert): add subject parameter, pass it
1161         on to the nnmail-spool-hook
1162
1163         * nnbabyl.el (nnbabyl-request-accept-article): added subject to
1164         nnmail-cache-insert call
1165
1166         * nndiary.el (nndiary-request-accept-article): added subject to
1167         nnmail-cache-insert call
1168
1169         * nnfolder.el (nnfolder-request-accept-article): added subject to
1170         nnmail-cache-insert call
1171
1172         * nnimap.el (nnimap-split-articles): added subject to
1173         nnmail-cache-insert call
1174         (nnimap-request-accept-article): added subject to
1175         nnmail-cache-insert call
1176
1177         * nnmbox.el (nnmbox-request-accept-article): added subject to
1178         nnmail-cache-insert call
1179
1180         * nnmh.el (nnmh-request-accept-article): added subject to
1181         nnmail-cache-insert call
1182
1183         * nnml.el (nnml-request-accept-article): added subject to
1184         nnmail-cache-insert call
1185
1186 2003-09-04  Jesper Harder  <harder@ifa.au.dk>
1187
1188         * gnus-art.el (gnus-button-handle-info-url)
1189         (gnus-button-handle-info-url-gnome)
1190         (gnus-button-handle-info-url-kde, gnus-button-alist): Handle GNOME
1191         and KDE style Info URLs.
1192
1193         * gnus-util.el (gnus-url-unhex-string): Don't replace "+" with " ".
1194
1195 2003-09-02  Jesper Harder  <harder@ifa.au.dk>
1196
1197         * rfc2047.el (rfc2047-fold-region): Don't fold at the beginning
1198         of the field.
1199
1200 2003-09-01  Simon Josefsson  <jas@extundo.com>
1201
1202         * mml.el (mml-insert-mime-headers-always): New variable.
1203         (mml-insert-mime-headers): Use it.  Based on (tiny) patch from
1204         Lars Balker Rasmussen <lars@balker.org>.
1205
1206 2003-08-30  Simon Josefsson  <jas@extundo.com>
1207
1208         * mail-source.el (mail-source-fetch-imap): Pass correct buffer to
1209         imap-open, reverts 2003-03-17 change.  Reverse remove before
1210         calling gnus-compress-sequence.  From Gaute Strokkenes
1211         <gs234@srcf.ucam.org> (tiny change).
1212
1213 2003-08-29  Simon Josefsson  <jas@extundo.com>
1214
1215         * gnus-group.el (gnus-group-delete-group): Doc fix.  Suggested by
1216         Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>.
1217
1218 2003-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1219
1220         * gnus-art.el (article-display-x-face): Make it possible to set
1221         the gnus-article-x-face-command variable to the lambda form.
1222
1223 2003-08-27  Simon Josefsson  <jas@extundo.com>
1224
1225         * mm-decode.el (mm-remove-part): Try to kill external displayers
1226         cleanly first (if it refuses, C-g aborts loop and kill process
1227         unconditionally).  Also make sure process is dead before we remove
1228         the files it may be using.  Reported by David Coe
1229         <davidc@debian.org>.
1230
1231 2003-08-27  Jesper Harder  <harder@ifa.au.dk>
1232
1233         * gnus-cache.el (gnus-cache-generate-active): Fix bug in
1234         replacement.  From Vagn Johansen <v@johansen.mail.dk> (tiny
1235         change).
1236
1237 2003-08-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1238
1239         * gnus-art.el: Don't use defvaralias.
1240         (gnus-treat-display-x-face): Warn if the obsolete variable
1241         `gnus-treat-display-xface' exists.
1242
1243 2003-08-25  Jesper Harder  <harder@ifa.au.dk>
1244
1245         * gnus-art.el (gnus-treat-display-face): Fix typo.
1246         (gnus-treat-display-xface): Rename to gnus-treat-display-x-face
1247         (reported by Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>)
1248
1249 2003-08-24  Jesper Harder  <harder@ifa.au.dk>
1250
1251         * gnus-art.el (gnus-header-button-alist, gnus-button-alist): Fix
1252         type.
1253
1254 2003-08-22  Jesper Harder  <harder@ifa.au.dk>
1255
1256         * message.el (message-make-forward-subject-function): Fix
1257         customize mismatch.
1258
1259         * gnus.el (gnus-message-archive-method): do.
1260
1261 2003-08-20  Reiner Steib  <Reiner.Steib@gmx.de>
1262
1263         * gnus.el (gnus-read-group): Offer to continue only if the invalid
1264         char is `/' and add more information for the user.
1265
1266         * gnus-art.el (gnus-button-alist): Add `+' (gnus-button-handle-man).
1267         (gnus-header-button-alist): Added `In-Reply-To'.
1268
1269         * nnimap.el (nnimap-open-connection): Allow different user names
1270         on the same server (and in the same authinfo file).
1271
1272 2003-08-20  Jesper Harder  <harder@ifa.au.dk>
1273
1274         * gnus-sieve.el (gnus-sieve-crosspost): Fix type.
1275
1276         * message.el (message-make-forward-subject-function): Add
1277         message-forward-subject-name-subject to choices.
1278
1279         * gnus-art.el (gnus-article-edit-done, gnus-article-edit-exit):
1280         Redisplay article after editing.
1281
1282 2003-08-20  Simon Josefsson  <jas@extundo.com>
1283
1284         * gnus.el (gnus-read-group): Added check to ask confirmation if
1285         Group name contains invalid character. You can use '/' in IMAP,
1286         but not in filenames. G m cannot know what the user is creating,
1287         so let user decide. See thread m2oeysiev3.fsf@naima.lensflare.org.
1288         Tiny patch from letters@hotpop.com (Jari Aalto+mail.linux).
1289
1290 2003-08-13  Reiner Steib  <Reiner.Steib@gmx.de>
1291
1292         * gnus-score.el (gnus-summary-score-effect): Fix interactive use.
1293
1294 2003-08-10  Teodor Zlatanov  <tzz@lifelogs.com>
1295
1296         * gnus-draft.el (gnus-draft-send-all-messages): ask if all drafts
1297         should be sent unless gnus-expert-user is on
1298
1299 2003-08-09  Jesper Harder  <harder@ifa.au.dk>
1300
1301         * pgg-gpg.el (pgg-gpg-extra-args): Fix customization type.
1302
1303 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
1304
1305         * pgg-gpg.el (pgg-gpg-process-region): Bind
1306         default-enable-multibyte-characters to nil.
1307
1308 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1309
1310         * canlock.el (canlock-password): Fix customization type.
1311         (canlock-password-for-verify): Ditto.
1312         * deuglify.el (gnus-outlook-deuglify-unwrap-min): Ditto.
1313         (gnus-outlook-deuglify-unwrap-max): Ditto.
1314         (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
1315         * gnus-sum.el (gnus-sum-thread-tree-root): Ditto.
1316         (gnus-sum-thread-tree-false-root): Ditto.
1317         (gnus-sum-thread-tree-single-indent): Ditto.
1318         * message.el (message-archive-note): Ditto.
1319         (message-subscribed-address-file): Ditto.
1320         (message-user-fqdn): Ditto.
1321         * spam-report.el (spam-report-gmane-regex): Ditto.
1322         * spam.el (spam-blackhole-good-server-regex): Ditto.
1323
1324         * gnus-start.el (gnus-save-killed-list): Fix last change.
1325         * message.el (message-courtesy-message): Ditto.
1326
1327 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
1328
1329         * gnus-art.el (gnus-header-face-alist): Revert previous change.
1330         (gnus-header-newsgroups-face): Explain that it's only used for
1331         crossposts.
1332
1333 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1334
1335         * gnus-registry.el (gnus-registry-max-entries): Fix customization
1336         type.
1337         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
1338         * gnus.el (gnus-refer-article-method): Ditto.
1339         * message.el (message-courtesy-message): Ditto.
1340
1341 2003-08-06  Jesper Harder  <harder@ifa.au.dk>
1342
1343         * gnus-art.el (gnus-header-face-alist): Fix "Newsgroups" entry.
1344         From Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny patch)
1345
1346 2003-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1347
1348         * gnus-start.el (gnus-save-killed-list): Fix customization type.
1349         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
1350         * gnus.el (gnus-use-long-file-name): Ditto.
1351
1352 2003-08-04  Jesper Harder  <harder@ifa.au.dk>
1353
1354         * gnus-group.el (gnus-group-rename-group): Don't allow renaming to
1355         an existing name.
1356
1357         * gnus-sum.el (gnus-summary-highlight): Add uncached to docstring.
1358
1359         * nnmail.el (nnmail-large-newsgroup): Docstring fix.
1360
1361         * nntp.el (nntp-large-newsgroup): do.
1362
1363         * nnspool.el (nnspool-large-newsgroup): do.
1364
1365         * gnus-cus.el (gnus-group-parameters): Typo.
1366
1367 2003-07-31  Simon Josefsson  <jas@extundo.com>
1368
1369         * mml-sec.el (mml-signencrypt-style-alist): Use separate S/MIME
1370         method by default (revert partial 2003-07-10 patch).
1371
1372 2003-07-28  Dave Love  <fx@gnu.org>
1373
1374         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el: Require cl when compiling.
1375
1376 2003-07-26  Teodor Zlatanov  <tzz@lifelogs.com>
1377
1378         * gnus-registry.el (gnus-registry-install): add an initial
1379         registry read to the loading when gnus-registry-install is set
1380
1381 2003-07-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1382
1383         * flow-fill.el (fill-flowed): Empty lines separate paragraphs
1384         even if the preceding line ends with a soft break.  Tiny patch
1385         from Mark Thomas <swoon@bellatlantic.net>.
1386
1387 2003-07-25  Teodor Zlatanov  <tzz@lifelogs.com>
1388
1389         * spam.el (spam-use-regex-body, spam-regex-body-spam) 
1390         (spam-regex-body-ham): new variables, default to nil/empty/empty
1391         (spam-install-hooks): added spam-use-regex-body to list or
1392         pre-install conditions
1393         (spam-list-of-checks): added spam-use-regex-body and
1394         spam-check-regex-body to list of checks
1395         (spam-list-of-statistical-checks): added spam-use-regex-body to
1396         list of statistical checks
1397         (spam-check-regex-body): invokes spam-check-regex-headers with
1398         appropriate variable masking
1399         (spam-check-regex-headers): changes to print "body" or "header"
1400         where appropriate
1401
1402 2003-07-25  Jesper Harder  <harder@ifa.au.dk>
1403
1404         * smime.el (smime-ask-passphrase): Use read-passwd rather than
1405         comint-read-noecho.  The former is more secure.
1406
1407 2003-07-24  Teodor Zlatanov  <tzz@lifelogs.com>
1408
1409         * gnus-registry.el (gnus-registry-cache-whitespace): make "adding
1410         whitespace" message level 5 instead of 4
1411         (gnus-registry-clean-empty-function): new function to remove empty
1412         registry entries
1413         (gnus-registry-clean-empty): new variable to enable cleaning the
1414         registry when saving it by calling gnus-registry-clean-empty-function
1415
1416         * spam.el (spam-summary-prepare-exit): use spam-process-ham-in-spam-groups
1417         (spam-process-ham-in-spam-groups): new variable
1418
1419 2003-07-24  Jesper Harder  <harder@ifa.au.dk>
1420
1421         * pgg-gpg.el (pgg-gpg-process-region): Add "--yes" to options.
1422
1423         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el, pgg.el: Reapply changes
1424         from 2003-04-03 to fix security problem.  See
1425         http://www.debian.org/security/2003/dsa-339
1426
1427 2003-07-23  Teodor Zlatanov  <tzz@lifelogs.com>
1428
1429         * gnus.el (gnus-install-group-spam-parameters): add the
1430         gnus-ticked-mark to the possible choices of ham marks
1431
1432         * spam.el (spam-process-ham-in-nonham-groups): new variable
1433         (spam-summary-prepare-exit): use spam-process-ham-in-nonham-groups
1434
1435 2003-07-23  Jesper Harder  <harder@ifa.au.dk>
1436
1437         * rfc2047.el (rfc2047-header-encoding-alist): Add Mail-Followup-To
1438         and Mail-Copies-To to address-mime.
1439         (rfc2047-narrow-to-field): Use rfc2047-point-at-bol.
1440
1441 2003-07-19  Jesper Harder  <harder@ifa.au.dk>
1442
1443         * mm-util.el (mm-coding-system-priorities): Docstring improvement.
1444
1445 2003-07-17  Jesper Harder  <harder@ifa.au.dk>
1446
1447         * gnus-sum.el (gnus-thread-latest-date): Move condition-case to
1448         the right place.
1449
1450 2003-07-14  Simon Josefsson  <jas@extundo.com>
1451
1452         * mail-source.el (mail-source-fetch-imap): Don't assume
1453         imap-error-text returns something.
1454
1455 2003-07-12  Nevin Kapur  <kapur@mts.jhu.edu>
1456
1457         * nnimap.el (nnimap-request-newgroups): Use the pattern in
1458         nnimap-list-pattern instead of "*".
1459
1460 2003-07-10  Simon Josefsson  <jas@extundo.com>
1461
1462         * mml-sec.el (mml-signencrypt-style-alist): Use "combined" by
1463         default.  Improve docstring.
1464
1465 2003-07-10  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1466
1467         * imap.el (imap-arrival-filter): Fix test for missing process
1468         buffer.
1469
1470 2003-07-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1471         From Gaute B Strokkenes <gs234@cam.ac.uk> (tiny patch).
1472
1473         * imap.el (imap-wait-for-tag): Clarify comment.  Use timeout zero
1474         for second, after-process-has-died, accept-process-output.
1475         (imap-arrival-filter): If PROC has no buffer, do nothing.
1476
1477 2003-07-09  Jesper Harder  <harder@ifa.au.dk>
1478
1479         * flow-fill.el: Docstring and message fixes.
1480
1481         * deuglify.el: do.
1482
1483         * gnus-int.el: do.
1484
1485         * gnus-msg.el: do.
1486
1487         * gnus-util.el: do.
1488
1489         * gnus-draft.el: do.
1490
1491         * gnus-start.el: do.
1492
1493         * gnus.el: do.
1494
1495         * gnus-group.el: do.
1496
1497         * gnus-art.el: do.
1498
1499         * gnus-sum.el: do.
1500
1501         * mail-source.el (mail-source-movemail): Handle non-numerical
1502         return values.
1503
1504 2003-07-08  Jesper Harder  <harder@ifa.au.dk>
1505
1506         * mailcap.el (mailcap-parse-args-syntax-table)
1507         (mailcap-viewer-passes-test): Docstring fix.
1508
1509         * mm-bodies.el (mm-long-lines-p): Docstring fix.
1510
1511         * mm-decode.el (mm-w3m-safe-url-regexp, mm-verify-option)
1512         (mm-decrypt-option, mm-handle-set-external-undisplayer)
1513         (mm-file-name-replace-whitespace): Docstring fix.
1514
1515         * mm-uu.el (mm-uu-emacs-sources-regexp): Docstring fix.
1516         (mm-uu-pgp-signed-test): Fix message.
1517
1518         * mml.el (mml-tweak-sexp-alist): Docstring fix.
1519         (mml-parse-1, mml-insert-mime-headers): Fix message.
1520
1521         * message.el (message-archive-header)
1522         (message-subscribed-address-functions)
1523         (message-subscribed-addresses, message-subscribed-regexps)
1524         (message-canlock-generate)
1525         (message-generate-new-buffer-clone-locals): Docstring fixes.
1526
1527 2003-07-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1528
1529         * imap.el (imap-wait-for-tag): After the process has died, look
1530         for more output still pending.  From Gaute B Strokkenes
1531         <gs234@cam.ac.uk> (tiny patch).
1532
1533 2003-07-07  Teodor Zlatanov  <tzz@lifelogs.com>
1534
1535         * spam.el (spam-bogofilter-score): redisplay article normally
1536         after spam-bogofilter-score is called
1537
1538 2003-07-06  Jesper Harder  <harder@ifa.au.dk>
1539
1540         * message.el (message-send-mail-with-sendmail): Handle
1541         non-numeric return values.
1542
1543         * gnus-sum.el (gnus-print-buffer): Apply emphasis.
1544         From Michael Piotrowski <mxp@dynalabs.de> (tiny change).
1545
1546         * gnus-start.el (gnus-clear-system): Revert change from
1547         2003-06-19.
1548
1549 2003-07-04  Dave Love  <fx@gnu.org>
1550
1551         * rfc2047.el (rfc2047-q-encode-region): Exclude especials from
1552         characters not encoded, and make the list more legible.
1553
1554 2003-07-04  Jesper Harder  <harder@ifa.au.dk>
1555
1556         * message.el (message-make-from): Revert change from 2002-01-08.
1557
1558 2003-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1559
1560         * nnheader.el (nnheader-init-server-buffer): Don't add
1561         nntp-server-buffer to list of Gnus buffers.
1562
1563 2003-06-25  Teodor Zlatanov  <tzz@lifelogs.com>
1564
1565         * spam.el (spam-parse-list): prevent empty ("") strings
1566
1567 2003-06-24  Teodor Zlatanov  <tzz@lifelogs.com>
1568
1569         * spam.el (spam-parse-list): use gnus-extract-address-components
1570         instead of ietf-drums-parse-addresses
1571         (spam-from-listed-p): let* was unnecessary
1572
1573 2003-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1574
1575         * gnus-ems.el (gnus-put-image): Mark the right text segment with
1576         gnus-image-category. 
1577
1578         * gnus-srvr.el (gnus-browse-unsubscribe-group): Strip prefix from
1579         native groups.
1580
1581         * gnus-topic.el (gnus-group-prepare-topics): Update topic line
1582         format specs.
1583
1584         * gnus-picon.el: Written by moi, moi, moi.
1585
1586         * gnus-group.el (gnus-group-kill-group): Clean up.
1587
1588 2003-06-23  Teodor Zlatanov  <tzz@lifelogs.com>
1589
1590         * spam.el (spam-from-listed-p, spam-parse-list): use
1591         ietf-drums-parse-addresses to extract the address portion of the
1592         whitelist/blacklist file if it looks like an address can be found
1593
1594 2003-06-23  Didier Verna  <didier@xemacs.org>
1595
1596         * gnus-ems.el (gnus-put-image): New argument CATEGORY. Add it as a
1597         text property.
1598         (gnus-remove-image): New argument CATEGORY. Only remove if
1599         category matches.
1600         * gnus-xmas.el (gnus-xmas-put-image):
1601         (gnus-xmas-remove-image): Ditto, with extents.
1602         * gnus-art.el (gnus-delete-images): Pass CATEGORY argument to
1603         gnus-[xmas-]remove-image.
1604         (article-display-face): Don't always act as a toggle. Call
1605         `gnus-put-image' with CATEGORY argument.
1606         (article-display-x-face): Call `gnus-put-image' with CATEGORY
1607         argument.
1608         * smiley.el (smiley-region): Ditto.
1609         * gnus-fun.el (gnus-display-x-face-in-from): Ditto.
1610         * gnus-picon.el (gnus-picon-insert-glyph): Ditto.
1611         (gnus-treat-mail-picon): Don't always act as a toggle.
1612         * gnus-picon.el (gnus-treat-newsgroups-picon): Ditto.
1613
1614 2003-06-23  Didier Verna  <didier@xemacs.org>
1615
1616         * gnus-art.el (article-display-face): Check for existence of the
1617         original article buffer before switching to it.
1618
1619 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
1620
1621         * mm-util.el (mm-append-to-file): Say "Appended to".  Suggested by
1622         Dan Jacobson <jidanni@jidanni.org>.
1623
1624         * mm-view.el (mm-inline-message): Bind
1625         gnus-original-article-buffer to the buffer in the mml handle
1626         holding the message.
1627
1628 2003-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1629
1630         * message.el (sender, from): No need to bind them.
1631
1632 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
1633
1634         * spam.el (spam-enter-list): search-forward specified wrong
1635
1636 2003-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1637
1638         * gnus-art.el: Comment fix.
1639
1640 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
1641
1642         * gnus-msg.el (gnus-configure-posting-styles): Remove unused
1643         variable.  From Jan Rychter <jan@rychter.com>.
1644
1645         * spam.el (spam-spamoracle-learn): insert-string is obsolete.
1646
1647 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
1648
1649         * spam.el (spam-enter-list): do not enter duplicate addresses into
1650         the whitelist/blacklist
1651
1652 2003-06-19  Jesper Harder  <harder@ifa.au.dk>
1653
1654         * nnheader.el (nnheader-init-server-buffer): Add
1655         nntp-server-buffer to gnus-buffers.
1656
1657         * gnus-start.el (gnus-clear-system): Now we don't need to kill
1658         nntp-server-buffer separately.
1659
1660 2003-06-18  Didier Verna  <didier@xemacs.org>
1661
1662         * gnus-art.el (article-display-face): Correctly toggle between
1663         display and hiding. Handle multiple Face headers.
1664
1665 2003-06-17  Dave Love  <fx@gnu.org>
1666
1667         * nnimap.el: Require cl when compiling.
1668
1669         * message.el (message-fix-before-sending): Reinstate nullifying
1670         the invisible text property.
1671         (sender, from): Defvar when compiling.
1672         (message-is-yours-p): Remove autoload cookie.
1673
1674 2003-06-17  Reiner Steib  <Reiner.Steib@gmx.de>
1675
1676         * gnus-util.el (gnus-extract-address-components): Added
1677         doc-string.
1678
1679 2003-06-16  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1680
1681         * nnml.el (nnml-current-group-article-to-file-alist): Don't read
1682         overview when using compressed files.  From Michael Albinus
1683         <Michael.Albinus@alcatel.de>.
1684
1685 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1686
1687         * gnus-sum.el (gnus-summary-refer-parent-article): Extract
1688         Message-ID from In-Reply-To header.
1689
1690 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1691
1692         * message.el (message-is-yours-p): Narrow to head; extract from
1693         and sender by itself.
1694         (message-cancel-news, message-supersede): Remove useless things.
1695
1696 2003-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
1697
1698         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
1699         `gnus-article-emulate-mime'.
1700
1701 2003-06-15  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1702         From Tommi Vainikainen <thv+gnus@iki.fi>.
1703
1704         * message.el (message-is-yours-p): New function.  Separated common
1705         code from message-cancel-news and message-supersede.  Added
1706         matching code which uses message-alternative-emails regexp as last
1707         resort.
1708         (message-cancel-news, message-supersede): Use message-is-yours-p.
1709
1710 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1711
1712         * nnimap.el (nnimap-split-articles): Narrow the right buffer to
1713         the headers.  From Niklas Morberg <niklas.morberg@axis.com>.
1714
1715 2003-06-12  Dave Love  <fx@gnu.org>
1716
1717         * nnheader.el (nnheader-functionp): Deleted.
1718
1719         * nnmail.el (nnmail-split-fancy-syntax-table): Define all in
1720         defvar.
1721         (nnmail-version): Deleted.
1722         (nnmail-check-duplication, nnmail-expiry-target-group): Don't use
1723         nnheader-functionp.
1724
1725 2003-06-10  Teodor Zlatanov  <tzz@lifelogs.com>
1726
1727         * spam.el (spam-check-bogofilter-headers): fix for when the score
1728         is requested but the message is not spam
1729
1730 2003-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
1731         From Eric
1732         <knauel@informatik.uni-tuebingen.de>
1733
1734         * spam.el (spam-use-spamoracle): new variable
1735         (spam-install-hooks): add spamoracle to the list of conditions
1736         for activation of spam-install-hooks
1737         (spam-spamoracle): new variable customization group
1738         (spam-spamoracle, spam-spamoracle): new variables
1739         (spam-group-spam-processor-spamoracle-p)
1740         (spam-group-ham-processor-spamoracle-p): new functions
1741         (spam-summary-prepare-exit): added spamoracle ham/spam exit processing
1742         (spam-list-of-checks, spam-list-of-statistical-checks): add
1743         spam-use-spamoracle
1744         (spam-check-spamoracle, spam-spamoracle-learn)
1745         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): new functions
1746
1747         * gnus.el (gnus-group-spam-exit-processor-spamoracle)
1748         (gnus-group-ham-exit-processor-spamoracle): new variables for SpamOracle
1749         (spam-process, ham-process): added spamoracle spam/ham processors
1750
1751 2003-06-08  Jesper Harder  <harder@ifa.au.dk>
1752
1753         * message.el (message-beginning-of-line): Docstring improvement.
1754         Suggested by Michael R. Wolf <MichaelRunningWolf@att.net>
1755
1756 2003-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1757
1758         * gnus-sum.el (gnus-summary-make-menu-bar): Removed ["Add buttons"
1759         gnus-summary-display-buttonized t]
1760
1761 2003-06-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1762
1763         * nnmail.el (nnmail-split-fancy-match-partial-words): Doc string
1764         fix.  Reported by Johan Bockg\e,Ae\e(Brd <bojohan+news@dd.chalmers.se>.
1765
1766 2003-06-07  Jesper Harder  <harder@ifa.au.dk>
1767
1768         * message.el (message-beginning-of-line): Docstring improvement.
1769
1770 2003-06-06  Jesper Harder  <harder@ifa.au.dk>
1771
1772         * gnus-srvr.el (gnus-browse-foreign-server): Parse garbage NNTP
1773         groups correctly.
1774
1775 2003-06-06  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1776         From Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
1777
1778         * message.el (message-fetch-field): Augment documentation to state
1779         the narrowed-to-headers restriction.
1780         (message-change-subject, message-reduce-to-to-cc)
1781         (message-generate-unsubscribed-mail-followup-to)
1782         (message-insert-importance-high, message-insert-importance-low)
1783         (message-insert-or-toggle-importance)
1784         (message-insert-disposition-notification-to): Narrow to headers
1785         before calling message-fetch-field or message-remove-header.
1786
1787 2003-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1788
1789         * gnus-registry.el (gnus-registry-trim): fix for when
1790         gnus-registry-max-entries is nil
1791
1792 2003-06-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1793
1794         * qp.el (quoted-printable-decode-region): Don't error out on
1795         malformed text.
1796
1797 2003-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1798
1799         * rfc2047.el (rfc2047-encode-region): Don't error out on invalid
1800         strings.
1801
1802 2003-06-04  Jesper Harder  <harder@ifa.au.dk>
1803
1804         * mml1991.el (mml1991-pgg-sign): Insert pgg output as unibyte.
1805         From: Ivan Boldyrev <boldyrev+nospam@cgitftp.uiggm.nsc.ru> (tiny
1806         change)
1807
1808 2003-06-03  Dave Love  <fx@gnu.org>
1809
1810         * gnus-soup.el (gnus-soup-send-packet): Don't use
1811         message-functionp.
1812
1813         * gnus.el (gnus-agent-cache): Doc fix.
1814         (gnus-other-frame): Quote lambda used as hook.
1815
1816         * message.el: Doc fixes.
1817         (message-functionp): Deleted.  Callers changed.
1818         (message-fix-before-sending): Highlight with overlays.  Clarify
1819         `illegible text' messages.
1820         (rmail-enable-mime-composing, gnus-message-group-art): Defvar when
1821         compiling.
1822         (gnus-find-method-for-group, nnvirtual-find-group-art): Autoload.
1823
1824 2003-06-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1825
1826         * nnmail.el (nnmail-split-fancy-match-partial-words): New user
1827         option.
1828         (nnmail-split-it): Obey it.  Don't let-bind regexp twice.
1829
1830         * message.el (message-fetch-field): Mention narrow-to-headers
1831         requirement.
1832
1833 2003-06-03  Jesper Harder  <harder@ifa.au.dk>
1834
1835         * gnus-xmas.el (gnus-xmas-create-image): Use
1836         insert-file-contents-literally.  From: Eric Eide
1837         <eeide@cs.utah.edu>
1838
1839 2003-06-02  Teodor Zlatanov  <tzz@lifelogs.com>
1840
1841         * gnus-registry.el (gnus-registry-fetch-group): always return the
1842         short name of the group
1843
1844 2003-06-02  Jesper Harder  <harder@ifa.au.dk>
1845
1846         * gnus-cus.el (defvar): Silence byte-compiler warnings.
1847
1848         * gnus-sum.el (gnus-get-newsgroup-headers): Unfold headers.
1849
1850 2003-05-31  Jesper Harder  <harder@ifa.au.dk>
1851
1852         * gnus-art.el (article-unsplit-urls): Use gnus-treat-article
1853         rather than gnus-display-mime-function.
1854
1855 2003-05-30  Teodor Zlatanov  <tzz@lifelogs.com>
1856
1857         * gnus-registry.el (gnus-registry-use-long-group-names): new variable
1858         (gnus-registry-add-group): use it
1859         (gnus-registry-trim-articles-without-groups): new variable
1860         (gnus-registry-delete-group): use it
1861         (gnus-registry-unload-hook): uninstall all the hooks
1862
1863         * spam.el (spam-install-hooks-function, spam-unload-hook): new
1864         functions so users that load spam.el for customization don't get
1865         all the hooks installed
1866         (spam-install-hooks): new variable, set to t by default if user
1867         has one of the spam-use-* variables set
1868
1869         * spam-stat.el (spam-stat-install-hooks, spam-stat-unload-hook): new
1870         functions so users that load spam-stat.el for customization don't get
1871         all the hooks installed
1872
1873 2003-05-30  Dave Love  <fx@gnu.org>
1874
1875         * rfc2047.el (rfc2047-decode): Don't use
1876         mm-with-unibyte-current-buffer.
1877
1878         * qp.el (quoted-printable-decode-string): Use
1879         mm-with-unibyte-buffer.
1880
1881 2003-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
1882
1883         * gnus-registry.el (gnus-registry-save): allow forced saving even
1884         when registry is not dirty.  Use gnus-registry-trim to shorten the
1885         gnus-registry-alist.
1886         (gnus-registry-max-entries): new variable
1887         (gnus-registry-trim): new function, trim gnus-registry-alist to
1888         size gnus-registry-max-entries, sorting by entry mtime so the
1889         newest entries stick around
1890
1891         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): instead of
1892         just one specific variable, allow a list of specific variables
1893
1894 2003-05-28  Dave Love  <fx@gnu.org>
1895
1896         * rfc2047.el (rfc2047-encode-region): Skip ASCII at beginning and
1897         end of region.
1898
1899 2003-05-28  Jesper Harder  <harder@ifa.au.dk>
1900
1901         * lpath.el: Add put-char-table and get-char-table.
1902
1903 2003-05-28  Teodor Zlatanov  <tzz@lifelogs.com>
1904
1905         * gnus-registry.el (gnus-registry-dirty): flag for modified registry
1906         (gnus-registry-save, gnus-registry-read)
1907         (gnus-registry-store-extra, gnus-registry-clear): use it (note
1908         that gnus-registry-store-extra is invoked for all modifications to
1909         set the mtime, so gnus-registry-dirty only needs to be set there)
1910
1911 2003-05-23  Simon Josefsson  <jas@extundo.com>
1912
1913         * mml1991.el (mml1991-pgg-sign): Use mml-sender instead of
1914         message-sender.
1915
1916         * gnus-art.el (gnus-use-idna): Check if idna-program is installed.
1917
1918         * message.el (message-use-idna): Ditto.
1919
1920 2003-05-20  Dave Love  <fx@gnu.org>
1921
1922         * rfc2047.el (rfc2047-q-encoding-alist): Deleted.
1923         (rfc2047-q-encode-region): Don't use it.
1924         (rfc2047-encode-message-header) <(eq method 'mime)>: Bind
1925         rfc2047-encoding-type to `mime'.
1926         (rfc2047-encode-string, rfc2047-encode): Doc fix.
1927
1928 2003-05-20  Jesper Harder  <harder@ifa.au.dk>
1929
1930         * message.el (message-send-mail): Don't insert a courtesy copy
1931         notice in base64 encoded messages.
1932
1933 2003-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1934
1935         * gnus-sum.el (gnus-summary-move-article): Don't copy expirable
1936         marks if the destination group is not auto-expirable.
1937
1938 2003-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1939
1940         * dgnushack.el (assq-delete-all): Removed the compiler macro.
1941
1942 2003-05-14  Kevin Greiner <kgreiner@xpediantsolutions.com>
1943
1944         * gnus-agent.el (gnus-agentize): Updated documentation to match
1945         usage.
1946         (gnus-agent-expire-group-1): Do not skip over a group when the
1947         force argument is set.
1948         * gnus.el (gnus-agent): Updated documentation to reflect that
1949         gnus-agent now defaults to t.
1950
1951 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952
1953         * gnus.el (gnus-version-number): Bump.
1954
1955 2003-05-14 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1956
1957         * gnus.el: Gnus v5.10.2 is released.
1958
1959 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960
1961         * mail-source.el (mail-source-delete-incoming): Changed to t.
1962
1963         * rfc2047.el (rfc2047-syntax-table): Funcall.
1964
1965         * lpath.el ((featurep 'xemacs)): Added set-char-table-range.
1966         ((featurep 'xemacs)): No, don't.
1967
1968         * rfc2047.el (rfc2047-encodable-p): Use the header charset.
1969
1970         * gnus-sum.el (gnus-summary-reselect-current-group): Supply
1971         leave-hidden.
1972
1973 2003-05-14  Jonathan Kamens  <jik@kamens.brookline.ma.us>
1974
1975         * gnus-sum.el (gnus-summary-exit): Added `leave-hidden'.  (Tiny
1976         patch.)
1977
1978 2003-05-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1979
1980         * gnus-registry.el (gnus-registry-store-extra-entry): Use
1981         gnus-assq-delete-all.
1982
1983         * gnus-xmas.el (gnus-xmas-assq-delete-all): New function.
1984
1985         * message.el (message-ignored-bounced-headers): Add Delivered-To.
1986
1987         * gnus-sum.el (gnus-summary-find-next): Indent.
1988         (gnus-summary-find-prev): Ditto.
1989         (gnus-summary-catchup): Doc fix.
1990         (gnus-summary-mark-current-read-and-unread-as-read): New function.
1991         (gnus-summary-catchup): Really mark after point.
1992
1993         * gnus-util.el (gnus-user-date): Use %d instead of %m.
1994         (gnus-user-date): Use floating point time so that we don't get
1995         overflows.
1996
1997         * gnus-sum.el (gnus-summary-local-variables): Clean up.
1998
1999         * gnus-fun.el (gnus-display-x-face-in-from): Don't use centering
2000         since none of the other image things do.
2001
2002 2003-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2003
2004         * dgnushack.el (assq-delete-all): New compiler macro for Emacs 20.
2005
2006 2003-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2007
2008         * lpath.el: Fbind find-coding-system.
2009
2010         * dgnushack.el (dgnushack-make-load): Remove redundant format call
2011         in message.  Suggested by Yoichi NAKAYAMA <yoichi@geiin.org>.
2012         * pop3.el (pop3-movemail): Ditto.
2013
2014 2003-05-12  Colin Marquardt <c.marquardt@alcatel.de>  (tiny change)
2015
2016         * gnus.el (gnus-agent): Docstring fix.
2017
2018 2003-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
2019
2020         * gnus-registry.el (gnus-registry-install): new variable
2021         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry)
2022         (gnus-registry-store-extra-entry, gnus-registry-delete-group)
2023         (gnus-registry-add-group): add a modification timestamp to each entry
2024         (gnus-registry-install-hooks): new function
2025
2026 2003-05-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
2027
2028         * gnus-agent.el (gnus-agent-cat-name): Eval macro while compiling.
2029         (gnus-agent-cat-disable-undownloaded-faces): New function.
2030         Accessor for new agent property
2031         'agent-disable-undownloaded-faces'.
2032         gnus-cus.el (gnus-agent-parameters): Added
2033         agent-disable-undownloaded-faces and corrected documentation.
2034         (gnus-agent-cat-prepare-category-field,
2035         gnus-agent-customize-category): Changed to avoid creating free
2036         references to each field's symbol.
2037         gnus-sum.el (gnus-summary-use-undownloaded-faces): New local variable.
2038         (gnus-select-newgroup): Initialize it.
2039         (gnus-summary-highlight-line): Use it.
2040
2041 2003-05-12  Dave Love  <fx@gnu.org>
2042
2043         * mm-util.el (mm-read-charset): Deleted.
2044         (mm-coding-system-mime-charset): New.
2045         (mm-read-coding-system, mm-mule-charset-to-mime-charset)
2046         (mm-charset-to-coding-system, mm-mime-charset)
2047         (mm-find-mime-charset-region): Use it.
2048         (mm-default-multibyte-p): Fix non-mule case.
2049
2050         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-bol): Eval
2051         and compile.
2052         (rfc2047-syntax-table): Fix building table to work in Emacs 22.
2053         (rfc2047-unfold-region): Delete unused var `leading'.
2054
2055 2003-05-12  Simon Josefsson  <jas@extundo.com>
2056
2057         * pgg.el (pgg-temp-buffer-show-function): Reuse existing visible
2058         output window if one is available.  Tiny patch from Ville Skytt\e,Ad\e(B
2059         <scop@xemacs.org>.
2060
2061 2003-05-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2062
2063         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Added
2064         space.
2065
2066 2003-05-11  Jesper Harder  <harder@ifa.au.dk>
2067
2068         * gnus-sum.el (gnus-summary-enter-digest-group): Don't do article
2069         washing etc.
2070         (gnus-handle-ephemeral-exit): Don't reload article after exiting.
2071
2072         * nndoc.el (nndoc-type-alist): `mime-digest' should be before
2073         `mime-parts'.
2074
2075 2003-05-10  Jesper Harder  <harder@ifa.au.dk>
2076
2077         * gnus-cite.el (gnus-article-hide-citation-maybe): Make toggling
2078         work.  Update mode-line.
2079
2080 2003-05-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2081
2082         * gnus.el (gnus-logo-color-alist): Added no colours.
2083
2084 2003-05-09  Dave Love  <fx@gnu.org>
2085
2086         * utf7.el (mm-util): Require.
2087         (utf7-direct-encoding-chars, utf7-imap-direct-encoding-chars):
2088         Defconst, not defvar.
2089         (utf7-utf-16-coding-system): New.
2090         (utf7-encode-internal): Hoist concat out of loop.
2091         (utf7-fragment-encode): Use mm-with-unibyte-current-buffer.
2092         (utf7-get-u16char-converter) [utf7-utf-16-coding-system]: New
2093         case.
2094         (utf7-latin1-u16-char-converter): Encode the region.
2095         (utf7-u16-latin1-char-converter): Decode the region.
2096         (utf7-encode, utf7-decode): Fix multibyteness.
2097
2098         * mm-bodies.el (mm-body-7-or-8): Don't special-case mule.
2099         (mm-encode-body): Use mm-read-coding-system, not mm-read-charset.
2100         (mm-uu-yenc-decode-function): Defvar when compiling.
2101         (mm-encode-body, mm-decode-body): Doc fix.
2102
2103 2003-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2104
2105         * gnus-registry.el (gnus-registry-unregistered-group-regex):
2106         removed in favor of the group/topic/global variables
2107         (gnus-registry-register-message-ids): fixed test to omit
2108         gnus-registry-unregistered-group-regex
2109
2110         * gnus.el (gnus-variable-list): removed gnus-registry-alist and
2111         gnus-registry-headers-alist from the list
2112         (gnus-registry-headers-alist): removed
2113         (registry-ignore): new parameter, with accompanying
2114         gnus-registry-ignored-groups global variable
2115
2116         * gnus-start.el (gnus-clear-system): no need to clear the
2117         registry, we can do it ourselves
2118         (gnus-gnus-to-quick-newsrc-format): extra parameters so it can be
2119         used by gnus-registry.el
2120
2121         * gnus-registry.el (gnus-registry-cache-file): new file variable
2122         (gnus-registry-cache-read, gnus-registry-cache-save): new
2123         functions
2124         (gnus-registry-cache-whitespace): new function.  From Dan
2125         Christensen <jdc@chow.mat.jhu.edu>
2126         (gnus-registry-save, gnus-registry-read): use the new
2127         gnus-registry-cache-{read|save} functions, and change the name
2128         from gnus-registry-translate-{from|to}-alist
2129         (gnus-registry-clear): fixed so it doesn't refer to old function name
2130
2131 2003-05-09  Jesper Harder  <harder@ifa.au.dk>
2132
2133         * gnus-picon.el (gnus-picon-transform-address): Parse the encoded
2134         address.
2135
2136 2003-05-08  Teodor Zlatanov  <tzz@lifelogs.com>
2137
2138         * gnus-start.el (gnus-clear-system): added gnus-registry-alist to
2139         the list of cleared variables
2140
2141         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2142         nnmail-split-fancy-with-parent-ignore-groups can be a single regex
2143         in addition to a list of regexes.
2144
2145         * spam.el (spam-use-regex-headers): docstring fix.  From Niklas
2146         Morberg <niklas.morberg@axis.com>
2147
2148 2003-05-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2149
2150         * gnus-sum.el (gnus-summary-next-page): Mention
2151         `gnus-article-skip-boring' in docstring.
2152
2153 2003-05-08  Jesper Harder  <harder@ifa.au.dk>
2154
2155         * rfc2231.el (rfc2231-parse-string): "=" should have whitespace
2156         syntax here.
2157
2158         * ietf-drums.el (ietf-drums-syntax-table): "=" should not have
2159         whitespace syntax class when parsing email addresses.
2160
2161         * message.el (message-forward-subject-name-subject): Don't use
2162         mail-decode-encoded-word-string before parsing from.
2163
2164 2003-05-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2165
2166         * message.el (message-setup-1): Setup alternative email before
2167         generate-headers.
2168
2169         (message-forward-subject-name-subject): Fix the case when the
2170         field "from" doesn't exist.
2171
2172 2003-05-07  Dave Love  <fx@gnu.org>
2173
2174         * rfc2047.el (rfc2047-encode-region): Skip \n as whitespace.
2175
2176         * mm-util.el (mm-find-mime-charset-region): Expurgate utf-16 from
2177         possible values.
2178
2179 2003-05-07  Jesper Harder  <harder@ifa.au.dk>
2180
2181         * message.el (message-kill-to-signature): Fix.
2182
2183 2003-05-06  Jesper Harder  <harder@ifa.au.dk>
2184
2185         * gnus-sum.el (gnus-auto-goto-ignores): Docstring fix.
2186
2187         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
2188         (gnus-mime-display-multipart-related-as-mixed)
2189         (gnus-button-mid-or-mail-heuristic-alist): do.
2190
2191 2003-05-05  Dave Love  <fx@gnu.org>
2192
2193         * mm-util.el (mm-default-multibyte-p): New.
2194         (mm-coding-system-p): Maybe use find-coding-systems.
2195
2196 2003-05-04  Dave Love  <fx@gnu.org>
2197
2198         * rfc2047.el (with-syntax-table): Define if necessary.
2199         (rfc2047-syntax-table): Fix last change for XEmacs.
2200         (rfc2047-parse-and-decode): Revert last change.
2201
2202 2003-05-03  Jesper Harder  <harder@ifa.au.dk>
2203
2204         * gnus.el: Don't test for `mm-guess-mime-charset'.
2205
2206         * mm-util.el (mm-guess-mime-charset): Remove.  Not used any more.
2207
2208         * gnus.el (gnus-default-charset): Set default value to
2209         `undecided'.
2210
2211         * gnus-art.el (article-decode-charset): Don't supply 4th arg to
2212         mm-decode-body.
2213
2214         * mm-bodies.el (mm-decode-coding-region-safely): Remove.
2215         (mm-decode-body): Don't use mm-decode-coding-region-safely.
2216
2217 2003-05-03  Vasily Korytov <deskpot@despammed.com>  (tiny change)
2218
2219         * gnus-util.el (gnus-multiple-choice): Add ", ?".
2220
2221 2003-05-03  Dave Love  <fx@gnu.org>
2222
2223         * rfc2047.el (rfc2047-syntax-table): Don't call make-char-table
2224         with 2 args.
2225         (rfc2047-decode-string): Don't set the buffer multibyte before
2226         calling buffer-string.
2227
2228         * mm-encode.el (mm-long-lines-p): Autoload.
2229         (mm-encode-content-transfer-encoding): Doc fix.  Don't make buffer
2230         unibyte.  Signal error on unknown encoding.
2231         (mm-encode-buffer, mm-qp-or-base64): Doc fix.
2232
2233         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): New.
2234         Callers of gnus- versions changed to use them.
2235         (rfc2047-header-encoding-alist): Add `address-mime' part.  Doc
2236         fixes.
2237         (rfc2047-encoding-type): New.
2238         (rfc2047-encode-message-header): Use mm-charset-to-coding-system.
2239         Don't include header name field in encoding.  Add `address-mime'
2240         case and bind rfc2047-encoding-type for `mime' case.
2241         (rfc2047-encodable-p): Deleted.
2242         (rfc2047-syntax-table): New.
2243         (rfc2047-encode-region, rfc2047-encode): Rewritten to take account
2244         of rfc2047 rules with respect to rfc2822 tokens and to do encoding
2245         in place rather than by passing strings.
2246         (rfc2047-encode-string): Doc fix.
2247         (rfc2047-q-encode-region): Don't use
2248         mm-with-unibyte-current-buffer.
2249         (rfc2047-encoded-word-regexp): eval-and-compile.
2250         (rfc2047-decode-region): Avoid concatenation in loop.
2251         (rfc2047-parse-and-decode): Remove useless disjunction.
2252
2253 2003-05-02  Dave Love  <fx@gnu.org>
2254
2255         * rfc2047.el (rfc2047-q-encode-region, rfc2047-decode): Use
2256         mm-with-unibyte-current-buffer.
2257         (ietf-drums, gnus-util): don't require.
2258
2259         * sieve.el (sieve-manage-mode-menu): Define before use.
2260
2261         * mml-smime.el (message-narrow-to-headers): Autoload.
2262
2263         * mm-util.el (mm-coding-system-p): Don't override nil from
2264         coding-system-p.
2265         (mm-mule4-p, mm-disable-multibyte-mule4)
2266         (mm-with-unibyte-current-buffer-mule4): Deleted.
2267         (mm-multibyte-p): Use defun, not defalias.
2268         (mm-make-temp-file): Moved to group at top of file.
2269         (mm-point-at-eol, mm-point-at-bol): New.
2270
2271         * gnus-cite.el (gnus-art): Require.
2272
2273         * gnus-ems.el (gnus-get-buffer-create)
2274         (nnheader-find-etc-directory, message-text-with-property):
2275         Autoload.
2276         (gnus-tmp-unread, gnus-tmp-replied, gnus-tmp-score-char)
2277         (gnus-tmp-indentation, gnus-tmp-opening-bracket, gnus-tmp-lines)
2278         (gnus-tmp-name, gnus-tmp-closing-bracket, gnus-tmp-subject-or-nil)
2279         (gnus-check-before-posting): Only defvar when compiling.
2280
2281         * gnus-int.el (gnus-agent-expire): Autoload, don't defun.
2282
2283         * gnus-util.el (rmail-default-rmail-file, mm-text-coding-system):
2284         Defvar when compiling.
2285         (gnus-output-to-rmail): Require mm-util.
2286
2287         * mail-source.el (mail-source-callback): Use mm-make-temp-file.
2288         (mail-source-make-complex-temp-name): Deleted.
2289
2290         * message.el (message-use-idna): Use mm-coding-system-p.
2291         (message-tokenize-header, message-make-organization)
2292         (message-make-from):  Use with-temp-buffer.
2293         (message-set-work-buffer): Deleted.
2294         (message-fill-paragraph): Use `if' not `and' for compiler warning.
2295         (message-check-news-header-syntax): Remove useless lambda.
2296         (message-forward-make-body): Use mm-disable-multibyte,
2297         mm-with-unibyte-current-buffer, mm-enable-multibyte.
2298         (message-replace-chars-in-string): Deleted.
2299
2300         * mm-extern.el (mm-extern-local-file): Use mm-disable-multibyte.
2301         (mm-extern-url): Use mm-with-unibyte-current-buffer,
2302         mm-disable-multibyte.
2303         (mm-extern-anon-ftp): Use mm-disable-multibyte.
2304
2305         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt): Use
2306         mm-with-unibyte-current-buffer.
2307
2308         * mml2015.el (mml): Require.
2309         (mml2015-mailcrypt-encrypt, mml2015-gpg-encrypt): Use
2310         mm-with-unibyte-current-buffer.
2311
2312         * nnheader.el (gnus-util): Require.
2313
2314         * nntp.el (format-spec, format-spec-make, open-tls-stream):
2315         Autoload.
2316
2317         * rfc2231.el (mail-header-remove-comments, mm-encode-body)
2318         (mail-header-remove-whitespace): Autoload.
2319
2320         * sieve-manage.el (starttls-negotiate): Autoload.
2321
2322 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2323
2324         * nnrss.el (nnrss-find-rss-via-syndic8): Indent.
2325
2326 2003-05-01  Mark A. Hershberger  <mah@everybody.org>
2327
2328         * nnrss.el (nnrss-find-rss-via-syndic8): Don't error out.
2329
2330 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2331
2332         * gnus.el (gnus-version-number): Bump.
2333
2334 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
2335
2336         * spam-report.el (spam-report-gmane-regex): docstring fix.  From
2337         Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
2338
2339         * gnus.el (gnus-install-group-spam-parameters): docstring fix.
2340         From Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
2341
2342         * gnus-registry.el (gnus-registry-fetch-extra)
2343         (gnus-registry-store-extra, gnus-registry-group-count): new functions
2344         (gnus-registry-fetch-group, gnus-registry-delete-group)
2345         (gnus-registry-add-group): changed to work with extra data element
2346         if present
2347
2348 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2349
2350         * gnus.el: Gnus v5.10.1 is released.
2351
2352 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2353
2354         * gnus.el: Oort Gnus v0.24 is released.
2355
2356 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2357
2358         * dgnushack.el (when): Check whether defadvice is fbound.
2359
2360 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
2361
2362         * gnus-registry.el (gnus-registry-unregistered-group-regex): new variable
2363         (gnus-registry-register-message-ids): use it
2364
2365 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2366
2367         * gnus.el (gnus-version-number): Bump.
2368
2369         * gnus.el: Update copyright for several files.
2370
2371 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2372
2373         * gnus.el: Oort Gnus v0.23 is released.
2374
2375 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376
2377         * spam-stat.el (spam-stat-test-directory): Compare against zero.
2378
2379 2003-05-01  Trey Jackson <tjackson@ichips.intel.com>  (tiny change)
2380
2381         * spam-stat.el (spam-stat-test-directory): Skip 0 length files.
2382
2383 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2384
2385         * message.el (message-forward-subject-name-subject): Decode
2386         string when forwarding.
2387
2388 2003-05-01  Oystein Viggen  <oysteivi@tihlde.org>
2389
2390         * dgnushack.el (when): Add defadvice.
2391
2392 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2393
2394         * gnus.el (gnus-version-number): Bump.
2395
2396 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2397
2398         * gnus.el: Oort Gnus v0.22 is released.
2399
2400 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2401
2402         * gnus.el: Oort Gnus v0.21 is released.
2403
2404 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2405
2406         * gnus.el (gnus-version-number): Bump.
2407
2408 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2409
2410         * gnus.el: Oort Gnus v0.20 is released.
2411
2412 2003-05-01  Vasily Korytov  <deskpot@despammed.com>
2413
2414         * gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.
2415
2416 2003-04-30  Mark A. Hershberger  <mah@everybody.org>
2417
2418         * mm-url.el (mm-url-insert-file-contents): set url-current-object
2419         in the case where mm-url-use-external is set.
2420
2421         * nnrss.el (nnrss-request-article): Change the messages created to
2422         multipart/alternative.  Hopefully fixes a problem interaction with
2423         w3m.
2424         (nnrss-find-rss-via-syndic8): Better handling if xml-rpc.el isn't
2425         around.
2426
2427 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2428
2429         * message.el (message-check-news-header-syntax): Alter "posting"
2430         message.
2431
2432         * nnrss.el (nnrss-node-text): Don't use char classes.
2433
2434 2003-05-01  David Z. Maze  <dmaze@mit.edu>
2435
2436         * nnrss.el (nnrss-find-rss-via-syndic8): Have an `error' branch
2437         in condition-case.
2438
2439 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2440
2441         * message.el (message-required-headers): Remove In-Reply-To.
2442
2443         * gnus-int.el (gnus-open-server): Revert changes.
2444
2445 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2446
2447         * gnus-int.el (gnus-open-server): Try to open unagentized servers
2448         even when unplugged.
2449
2450 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
2451
2452         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fixed typo in
2453         doc-string.
2454
2455 2003-05-01  Steve Youngs  <youngs@xemacs.org>
2456
2457         * lpath.el: Add a section for non-Mule XEmacsen.
2458         fbind `find-charset-string' and `coding-system-base' in that
2459         section.
2460
2461         * gnus-util.el (gnus-completing-read-maybe-default): New.
2462         (gnus-completing-read): Use it.
2463
2464         * mm-view.el (mm-view-pkcs7-decrypt): Ditto.
2465
2466         * gnus-art.el (gnus-read-string): New.
2467         (gnus-summary-pipe-to-muttprint): Use it.
2468
2469         * gnus-xmas.el (gnus-xmas-open-network-stream): New.
2470
2471         * dns.el (dns-make-network-process): Use it.
2472
2473         Take care of some differences between XEmacs 21.1 and newer
2474         versions of XEmacs.
2475
2476 2003-04-30  Teodor Zlatanov  <tzz@lifelogs.com>
2477
2478         * gnus-registry.el (gnus-registry-split-fancy-with-parent): added
2479         diagnostic message
2480         (gnus-registry-grep-in-list): don't run when word is nil
2481         (gnus-registry-fetch-message-id-fast): new function
2482         (gnus-registry-delete-group, gnus-registry-add-group): make sure
2483         the id and group are not nil
2484         (gnus-registry-register-message-ids): new function
2485         (gnus-register-action): optimized logical flow
2486         (gnus-summary-prepare-hook): added gnus-registry-register-message-ids
2487
2488 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2489
2490         * gnus-delay.el (gnus-delay-article): Call
2491         `gnus-agent-queue-setup' to create the delay group.
2492
2493         * gnus-agent.el (gnus-agent-queue-setup): Support optional arg
2494         for the (queue) group name.
2495
2496 2003-04-30  Simon Josefsson  <jas@extundo.com>
2497
2498         * mm-util.el (mm-charset-to-coding-system): Use user specified
2499         charset unless coding-system-get is fboundp.
2500
2501 2003-04-30  Kevin Greiner <kgreiner@xpediantsolutions.com>
2502
2503         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name):
2504         Wrapped in eval-when-compile.
2505         (gnus-agent-mode): Bind gnus-agent-go-online to nil as you
2506         shouldn't be asked twice to go online with each server.
2507         (gnus-agent-get-undownloaded-list, gnus-agent-fetch-articles,
2508         gnus-agent-crosspost, gnus-agent-flush-cache,
2509         gnus-agent-fetch-session, gnus-agent-unread-articles,
2510         gnus-agent-uncached-articles, gnus-agent-regenerate-group,
2511         gnus-agent-group-covered-p): Expanded pop macros used for
2512         effect. Avoids compilation warning in emacs 21.3.
2513
2514         * gnus-int.el (gnus-open-server): Restructured to only open
2515         nnagent when gnus-plugged is nil.
2516
2517 2003-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2518
2519         * lpath.el: Fbind string-to-multibyte.
2520
2521 2003-04-30  Steve Youngs  <youngs@xemacs.org>
2522
2523         * dgnushack.el: Add some missing autoloads for XEmacs 21.1.
2524
2525 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
2526
2527         * gnus-registry.el (gnus-registry-fetch-group): faster
2528         (gnus-registry-delete-group): new function
2529         (gnus-registry-add-group): new function
2530         (gnus-register-spool-action): use it
2531         (gnus-register-action): use it
2532         (gnus-registry-translate-from-alist)
2533         (gnus-registry-translate-to-alist): remove the headers registry
2534         for now
2535
2536 2003-04-29  Reiner Steib  <Reiner.Steib@gmx.de>
2537
2538         * gnus-art.el (gnus-button-alist): Fixed CTAN regexp.
2539
2540 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
2541
2542         * spam-report.el (spam-report-gmane): gnus-summary-article-number
2543         is not necessary, just use the function parameter
2544
2545 2003-04-29  Karl Pflysterer  <sigurd@12move.de>
2546
2547         * spam-stat.el (spam-stat-save): No longer font-locks the file
2548         when saving
2549
2550 2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2551
2552         * canlock.el: Bind mail-header-separator when compiling (XEmacs
2553         provides it in mail-lib/auto-autoloads.el).
2554
2555 2003-04-29  Simon Josefsson  <jas@extundo.com>
2556
2557         * mml2015.el (mml2015-pgg-sign): Use mml-sender instead of
2558         message-sender.
2559
2560         * mml.el (mml-generate-mime-1): Set mml-sender too.
2561
2562 2003-04-29  Jesper Harder  <harder@ifa.au.dk>
2563
2564         * gnus-sum.el (gnus-summary-display-while-building): Docstring fix.
2565
2566         * mm-url.el (mm-url-use-external): do.
2567
2568 2003-04-29  Simon Josefsson  <jas@extundo.com>
2569
2570         * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
2571         warnings).
2572
2573         * sieve-mode.el (c-mode): Ditto.
2574
2575         * pgg.el (run-at-time): Ditto.
2576
2577         * mm-url.el (require): Require timer when compiling for
2578         with-timeout macro (fix xemacs compile warnings).
2579
2580 2003-04-28  Dave Love  <fx@gnu.org>
2581
2582         * gnus-util.el (nnheader): Don't require.
2583         (Nnheader-narrow-to-headers, nnheader-replace-chars-in-string):
2584         Autoload.
2585
2586         * spam.el: Require cl when compiling.
2587
2588         * dns.el: Require cl when compiling.
2589
2590 2003-04-28  Jesper Harder  <harder@ifa.au.dk>
2591
2592         * gnus-art.el (gnus-article-goto-next-page)
2593         (gnus-article-goto-prev-page): Revert 2003-02-12 change to make
2594         gnus-pick-mode work.
2595
2596 2003-04-28  Steve Youngs  <youngs@xemacs.org>
2597
2598         * Makefile.in (FLAGS): Use @FLAGS@.
2599
2600 2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
2601
2602         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
2603         (gnus-mime-display-multipart-alternative-as-mixed)
2604         (gnus-mime-display-multipart-related-as-mixed): Added doc-strings,
2605         allow customization.
2606
2607 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
2608
2609         * dgnushack.el (dgnushack-compile-verbosely): New function.  Not
2610         currently called (See source for explanation).
2611
2612 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2613
2614         * gnus-sum.el (gnus-summary-catchup): Don't mark ticked messages.
2615         (gnus-summary-mark-read-and-unread-as-read): Take an optional
2616         mark.
2617
2618         * gnus.el (gnus-version-number): Bump.
2619
2620 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2621
2622         * gnus.el: Oort Gnus v0.19 is released.
2623
2624 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
2625
2626         * gnus-registry.el (gnus-register-spool-action): Replaced literal
2627         carriage-return character with its escape sequence.
2628
2629 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2630
2631         * gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
2632
2633         * nnrss.el (nnrss-node-text): Use only one
2634         gnus-replace-in-string.
2635
2636         * gnus.el: Remove gnus-functionp throughout.
2637
2638         * gnus-util.el (gnus-functionp): Removed.
2639
2640         * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix.
2641
2642         * message.el (message-required-headers): Add In-Reply-To.
2643
2644 2003-04-27  Marshall T. Vandegrift  <vandem2@rpi.edu>
2645
2646         * gnus-fun.el (gnus-face-from-file): Bind coding-system-for-read
2647         to binary.
2648
2649 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
2650
2651         * mml.el (mml-preview): do.
2652
2653         * message.el (message-mode): do.
2654
2655         * gnus-undo.el (gnus-undo-mode): do.
2656
2657         * gnus-topic.el (gnus-topic-mode): do.
2658
2659         * gnus-sum.el (gnus-summary-mode, gnus-summary-edit-article): do.
2660
2661         * gnus-msg.el (gnus-setup-message)
2662         (gnus-inews-add-send-actions, gnus-configure-posting-styles): do.
2663
2664         * gnus-gl.el (gnus-grouplens-mode): do.
2665
2666         * gnus-art.el (gnus-mime-save-part-and-strip)
2667         (gnus-mime-delete-part): Use it.
2668
2669         * gnus-util.el (gnus-make-local-hook): New function.
2670
2671 2003-04-25  Simon Josefsson  <jas@extundo.com>
2672
2673         * nnrss.el (nnrss-node-text): Don't use a star.
2674         (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
2675
2676 2003-04-24  Dave Love  <fx@gnu.org>
2677
2678         * mm-encode.el (mm-long-lines-p): Autoload.
2679         (mm-encode-content-transfer-encoding): Don't try to make buffer
2680         unibyte before decoding.  Don't ignore errors for base64 encoding.
2681
2682         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
2683         Signal error on malformed text, as for base64.
2684         (quoted-printable-encode-region): DTRT in Emacs 22.
2685
2686         * mm-util.el (mm-make-temp-file, mm-insert-byte): New.
2687         (mm-auto-save-coding-system): Consider utf-8-emacs.
2688         (mm-mime-mule-charset-alist, mm-mule-charset-to-mime-charset)
2689         (mm-charset-to-coding-system, mm-mime-charset)
2690         (mm-find-mime-charset-region): Check for :mime-charset coding
2691         systems property.
2692
2693         * mml-sec.el (mml2015, mml1991): Don't require.
2694         (mml2015-sign, mml2015-encrypt, mml1991-sign, mml1991-encrypt)
2695         (message-goto-body, mml-insert-tag): Autoload.
2696
2697         * mm-decode.el (mm-tmp-directory): Re-write to help avoid warnings.
2698
2699         * gnus-start.el (message-make-date): Autoload rather than
2700         requiring message.
2701
2702         * gnus-group.el (gnus-group-name-charset-group-alist): Use
2703         mm-coding-system-p.
2704         (gnus-cache-active-altered): Defvar when compiling.
2705         (gnus-group-delete-group): Re-write to help avoid warnings.
2706
2707         * gnus-art.el (gnus-use-idna): Use mm-coding-system-p.
2708
2709         * pgg.el: Split eval-when-compile forms.
2710
2711 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
2712
2713         * gnus-group.el (gnus-large-ephemeral-newsgroup)
2714         (gnus-fetch-old-ephemeral-headers): News variables.
2715         (gnus-group-read-ephemeral-group): Use them.
2716
2717 2003-04-24  Simon Josefsson  <jas@extundo.com>
2718
2719         * sieve.el (sieve-upload): Don't use replace-regexp-in-string.
2720
2721         * nnrss.el (nnrss-node-text): Ditto.
2722
2723 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2724
2725         * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable
2726         gnus-inews-mark-gcc-as-read exists.
2727
2728 2003-04-23  Simon Josefsson  <jas@extundo.com>
2729
2730         * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it
2731         doesn't exceed the regexp stack space.
2732
2733 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
2734
2735         * gnus-msg.el (gnus-inews-mark-gcc-as-read): Don't defvar it.
2736
2737         * gnus-art.el (gnus-article-hide-pgp-hook): do.
2738
2739 2003-04-23  Reiner Steib  <Reiner.Steib@gmx.de>
2740
2741         * mml.el (mml-preview): Bind `=', RET, and mouse-2.
2742
2743 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
2744
2745         * mm-bodies.el (mm-decode-body): Don't override supplied charset.
2746
2747 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2748
2749         * dgnushack.el (merge, copy-list): Remove compiler macros.
2750         (butlast): Add a compiler macro.
2751
2752 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
2753
2754         * gnus-util.el (gnus-merge): Added "type" argument to match CL
2755         merge and gnus-sum.el's expectations.
2756
2757 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
2758
2759         * gnus-art.el (gnus-button-url-regexp): Added nntp.
2760
2761         * message.el (message-generate-headers-first): Default to
2762         '(references).
2763
2764         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
2765
2766 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
2767
2768         * smime.el (smime-decrypt-region): Insert From header.
2769
2770 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2771
2772         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
2773         Max length of header is 726, not 740.  From Gaute B Strokkenes
2774         <gs234@cam.ac.uk>.
2775
2776 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
2777
2778         * nndb.el, mml1991.el: Fix license template.
2779
2780 2003-04-20  Simon Josefsson  <jas@extundo.com>
2781
2782         * nnimap.el (nnimap-split-articles): Don't download body unless
2783         required.
2784
2785         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
2786         starting process, like imap-kerberos4-open does.
2787
2788         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
2789         license template.
2790
2791         * mml-sec.el: Fix license template.
2792
2793         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
2794         license template.
2795
2796         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
2797         pgg-pgp.el: Fix license template.
2798
2799 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
2800
2801         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
2802
2803 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
2804
2805         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
2806
2807 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2808
2809         * spam.el (spam-split): allow a particular check as a parameter,
2810         e.g. (: spam-split 'spam-use-bogofilter)
2811         (spam-mark-only-unseen-as-spam): new parameter, see doc
2812         (spam-mark-junk-as-spam-routine): use
2813         spam-mark-only-unseen-as-spam, simplify routine to take advantage
2814         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
2815
2816 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2817
2818         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
2819         (gnus-group-guess-full-name): don't prefix the group twice
2820
2821         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
2822
2823         * gnus-registry.el (gnus-registry-clear)
2824         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
2825         (gnus-registry-split-fancy-with-parent): new functions
2826         (gnus-register-spool-action, gnus-register-action): simplified the format
2827         (gnus-registry): new customization group
2828         (gnus-registry-unfollowed-groups): new variable
2829
2830 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2831
2832         * gnus-art.el (gnus-button-alist): Add nntp: urls.
2833         (gnus-header-button-alist): Ditto.
2834
2835 2003-04-17  Dave Love  <fx@gnu.org>
2836
2837         * gnus-util.el (gnus-string-equal): Revert last change.
2838
2839 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2840
2841         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
2842
2843 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
2844
2845         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
2846
2847 2003-04-15  Michael Shields  <shields@msrl.com>
2848
2849         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
2850         the broken-reply-to group parameter is set.  Idea from Vasily
2851         Korytov <deskpot@myrealbox.com>.
2852
2853 2003-04-17  Steve Youngs  <youngs@xemacs.org>
2854
2855         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
2856         process.el in XEmacsen >= 21.5.
2857
2858 2003-04-17  Steve Youngs  <youngs@xemacs.org>
2859
2860         * dgnushack.el: Add a whole swag of autoloads and defaliases to
2861         satisfy the byte-compiler when building with XEmacs.
2862
2863         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
2864         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
2865         W3 doesn't have these.
2866
2867         * mailcap.el: Maybe require 'lpr in XEmacs.
2868
2869 2003-04-16  Simon Josefsson  <jas@extundo.com>
2870
2871         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
2872         sender tag, if available.
2873
2874 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2875
2876         * gnus-registry.el (gnus-register-action)
2877         (gnus-register-spool-action, hashtable-to-alist)
2878         (gnus-registry-translate-from-alist, alist-to-hashtable)
2879         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
2880         new variables and function fixes
2881
2882         * gnus.el (gnus-registry-headers-alist): new variable to hold
2883         article header data
2884         (gnus-variable-list): save gnus-registry-headers-alist
2885
2886         * spam-report.el (Module): new module for spam reporting
2887
2888         * gnus.el (spam-process): added
2889         gnus-group-spam-exit-processor-report-gmane to the list of choices
2890         (gnus-install-group-spam-parameters): defined new spam exit processor
2891
2892         * spam.el (autoload): autoload spam-report-gmane when needed
2893         (spam-report-gmane-register-routine): glue for spam-report.el
2894         (spam-group-spam-processor-report-gmane-p): glue for the
2895         gnus-group-spam-exit-processor-report-gmane spam processor
2896         (spam-summary-prepare-exit): check the report-gmane spam processor
2897         and run spam-report-gmane-register-routine if it's active
2898
2899         From John Wiegley <johnw@gnu.org>
2900
2901         * spam.el (spam-bogofilter-score): check bogofilter headers before
2902         checking bogofilter itself
2903
2904 2003-04-16  Dave Love  <fx@gnu.org>
2905
2906         * gnus-agent.el: Wrap defsetf in eval-when-compile.
2907         (gnus-agent-cat-defaccessor): Don't use gensym.
2908
2909         * mml1991.el: Require cl, mm-util when compiling.
2910         (quoted-printable-decode-region, quoted-printable-encode-region):
2911         Autoload.
2912
2913         * pgg.el: Require cl when compiling.
2914
2915         * nnmail.el (gnus): Require.
2916
2917         * gnus-util.el: Move provide to end.
2918         (gnus-string-equal): Maybe use compare-strings.
2919         (gnus-merge): New.
2920
2921         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
2922         (gnus-summary-insert-articles): Use gnus-merge.
2923
2924         * gnus-fun.el: Require cl and mm-util when compiling.
2925
2926         * gnus-diary.el (gnus-diary-delay-format-french)
2927         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
2928
2929         * nndiary.el (nndiary-compute-reminders): Don't use setf with
2930         nthcdr.
2931
2932 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
2933
2934         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
2935         specify a predicate other than false.
2936         (gnus-category-read): Use the new feature to create a 'default'
2937         category with a 'short' predicate.
2938
2939 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2940
2941         * message.el (message-unique-id): Comment change.
2942
2943         * gnus-art.el (gnus-article-next-page-1): New function.
2944         (gnus-article-next-page): Use it.
2945
2946 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
2947
2948         * spam.el (spam-split): added save-restriction to save-excursion
2949
2950 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
2951         From Julien Avarre <julien@avarre.com>
2952
2953         * gnus-fun.el: Fixed autoload cookie.
2954
2955 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
2956         From Remi Letot  <remi.letot@easynet.be>
2957
2958         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
2959         instead of remove-if.
2960
2961 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2962
2963         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
2964         copy-sequence instead of remove which is a cl run-time function in
2965         Emacs 20.
2966
2967 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
2968
2969         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
2970         local copy of gnus-discouraged-post-methods with the current
2971         method removed.
2972
2973 2003-04-14  Simon Josefsson  <jas@extundo.com>
2974
2975         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
2976
2977 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2978
2979         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
2980         of `mm-coding-system-priorities' to base coding system.
2981
2982         * gnus-sum.el: Added coding cookie ("middle dot" in
2983         gnus-summary-morse-message).
2984
2985 2003-04-13  Simon Josefsson  <jas@extundo.com>
2986
2987         * gnus-art.el (article-fill-long-lines)
2988         (article-verify-x-pgp-sig, article-decode-group-name)
2989         (gnus-mime-button-menu): Split >80 character lines.
2990
2991 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
2992
2993         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
2994         we're let-binding it.
2995
2996         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
2997
2998 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2999
3000         * message.el (message-hide-headers): Don't do intangible.
3001
3002         * gnus.el (gnus-group-prefixed-name): Comment out the test for
3003         colon.
3004
3005         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
3006         to the ephemeral entry, but the prefixed name.
3007
3008         * gnus.el (gnus-group-prefixed-name): Clean up.
3009
3010 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
3011
3012         * gnus-agent.el (gnus-agent-group-pathname): Bind
3013         gnus-command-method so that gnus-agent-directory will always
3014         return a valid directory.
3015         * gnus-cache.el (gnus-cache-enter-article): Remove article from
3016         gnus-newsgroup-undownloaded so that the summary will display the
3017         article as downloaded.
3018         (gnus-cache-remove-article): If the article isn't in the agent,
3019         remove it from gnus-newsgroup-undownloaded so that the summary
3020         will display the article as undownloaded.
3021
3022 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3023
3024         * gnus.el (gnus-version-number): Bump.
3025
3026 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3027
3028         * gnus.el: Oort Gnus v0.18 is released.
3029
3030 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3031
3032         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers.
3033
3034 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3035
3036         * gnus-art.el (gnus-article-next-page): Use
3037         gnus-article-over-scroll.
3038         (gnus-article-over-scroll): New variable.
3039
3040         * message.el (message-newline-and-reformat): Place a boundary
3041         before filling.
3042         (message-make-forward-subject-function): Changed default to
3043         message-forward-subject-name-subject.
3044         (message-forward-subject-name-subject): New function.
3045
3046         * nnimap.el (nnimap-split-fancy): Ditto.
3047
3048         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
3049
3050         * gnus-cus.el (gnus-group-parameters): Removed "which see".
3051
3052         * mml.el (mml-minibuffer-read-file): Bind
3053         completion-ignored-extensions to nil.
3054
3055         * message.el (message-fix-before-sending): Comment fix.
3056         (message-fix-before-sending): Make hidden headers visible.
3057         (message-hide-headers): Bind after-change-functions to nil.
3058         (message-forbidden-properties): Put invisible and intangible
3059         back.
3060         (message-strip-forbidden-properties): Ignore message-hidden text.
3061
3062         * gnus-msg.el: Hide headers.
3063
3064         * message.el (message-hidden-headers): New variable.
3065         (message-hide-headers): New function.
3066         (message-hide-header-p): New function.
3067         (message-hide-header-p): Change logic.
3068         (message-forbidden-properties): Remove intangible nil invisible
3069         nil.
3070         (message-hide-headers): Narrow to headers.
3071
3072         * lpath.el (featurep): Bind Info-directory, Info-menu.
3073
3074 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
3075
3076         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
3077         encoded.
3078         (mm-encode-body): Don't corrupt UTF-16.
3079         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
3080
3081 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
3082
3083         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
3084         the CACHE are now detected and handled the same as an article
3085         downloaded into the agent.
3086         (gnus-agent-group-path): Modified to match nnmail-group-pathname
3087         so that the agent front-end and back-end (nnagent) always use the
3088         same directory.
3089         (gnus-agent-group-pathname): New function. Wrapper for
3090         nnmail-group-pathname.
3091         (gnus-agent-expire-unagentized-dirs): New variable.  May be
3092         customized to disable gnus-agent-expire-unagentized-dirs.
3093         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
3094         as the directories in gnus-agent-expire-current-dirs were
3095         expanded.
3096
3097 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
3098
3099         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
3100         body" entry in read only groups.
3101
3102 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
3103
3104         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
3105         and "Create article" items in non-editable groups.
3106
3107 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
3108
3109         * gnus-agent.el (gnus-agent-write-active): Added option of
3110         replacing, rather than updating, the agent's active file.  Do NOT
3111         use the fully qualified group name as gnus-active-to-gnus-format
3112         blindly prefixes group names with server names.
3113         (gnus-agent-save-group-info): Merge BOTH min/max of current active
3114         range, was just merging min, with specified active range.
3115         (gnus-agent-expire): Save agent's active ranges after
3116         expiring all groups.
3117         (gnus-agent-expire-group-1): Update min of agent's active range to
3118         min article currently fetched.
3119         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
3120         same ancestor multiple times.
3121
3122         * gnus-async.el (gnus-asynchronous): Moved defcustom of
3123         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
3124         seems to fix an intermittant error in which loading gnus-async
3125         fails to define gnus-asynchronous (the variable).
3126
3127         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
3128         non-essential.  Removed on all platforms.
3129         (gnus-select-newsgroup): When the agent is active, expand the
3130         group's active range to include fetched articles that are no
3131         longer in the server's active range.
3132
3133         * gnus-util.el (gnus-with-output-to-file): Removed all of the
3134         print-* bindings as they should be handled by the function doing
3135         the printing.
3136
3137 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
3138
3139         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
3140         might be unbound in non-MULE XEmacsen.
3141
3142 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
3143
3144         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
3145         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
3146         recognize diffs.
3147
3148         * mm-bodies.el (mm-decode-body): Use the supplied charset
3149         unconditionally if `code-pages' hasn't been loaded.
3150
3151 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
3152
3153         * gnus-art.el (article-verify-x-pgp-sig): Don't use
3154         `insert-buffer', the docstring says "This function is meant for
3155         the user to run interactively.  Don't call it from programs!"
3156
3157         * mm-extern.el (mm-extern-mail-server): do.
3158
3159         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
3160         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
3161         (mml1991-pgg-encrypt): do.
3162
3163         * pgg.el (pgg-decrypt-region): do.
3164
3165         * mm-view.el (mm-view-pkcs7-decrypt): do.
3166
3167         * mml-smime.el (mml-smime-verify): do.
3168
3169         * mml.el (mml-insert-mime, mml-preview): do.
3170
3171         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
3172         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
3173         (mml2015-pgg-encrypt): do.
3174
3175 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3176
3177         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
3178
3179 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
3180
3181         * mm-uu.el (mm-uu-copy-to-buffer): Copy
3182         `buffer-file-coding-system' to the new buffer.
3183         (mm-uu-pgp-signed-extract-1): Don't copy
3184         `buffer-file-coding-system' here.
3185
3186         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
3187         exist in XEmacs.
3188         (mm-decode-body): Add missing quote.
3189
3190         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
3191         buffer-file-coding-system.
3192
3193         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
3194         last-coding-system-used.
3195
3196         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
3197         according to buffer-file-coding-system.
3198
3199         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
3200
3201         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
3202         (pgg-pgp-snarf-keys-region): do.
3203
3204         * pgg-pgp5.el (pgg-pgp5-verify-region)
3205         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
3206
3207         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
3208
3209 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3210
3211         * spam.el (spam-split): (save-excursion) around (widen)
3212         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
3213         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
3214
3215 2003-04-05  Steve Youngs  <youngs@xemacs.org>
3216
3217         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
3218         don't use it when loading gnus-sum.el if we're in XEmacs.
3219
3220 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
3221
3222         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
3223         print-escape-nonascii to fix more characters in compiled format
3224         specs.
3225
3226 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
3227
3228         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
3229         Fix customization type.
3230
3231 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
3232
3233         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
3234         print-quoted, print-readably, print-escape-multibyte, and
3235         print-level to match original behavior of gnus-prin1.  This should
3236         repair the format of .newsrc.eld when using compiled format specs.
3237
3238 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
3239
3240         * gnus-group.el (tool-bar-map): defvar it.
3241
3242         * gnus-art.el (tool-bar-map): do.
3243
3244         * gnus-sum.el (tool-bar-map): do.
3245
3246 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
3247
3248         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
3249
3250 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3251
3252         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
3253         and value.
3254         (gnus-button-alist): Use it.
3255
3256 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
3257
3258         * pgg-gpg.el (pgg-gpg-process-region): do.
3259
3260         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
3261         (pgg-pgp-snarf-keys-region): do.
3262
3263         * pgg-pgp5.el (pgg-pgp5-verify-region)
3264         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
3265
3266         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
3267         unsafe.
3268         (pgg-temporary-file-directory): Remove.
3269
3270 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3271
3272         * lpath.el: Fbind Info-directory and Info-menu.
3273
3274 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
3275
3276         * gnus-util.el (gnus-message): Added doc-string.
3277
3278         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
3279         (gnus-score-edit-file-at-point): Goto first match when using `e'.
3280
3281 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
3282
3283         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
3284         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
3285
3286 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3287
3288         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
3289         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
3290
3291 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
3292
3293         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
3294         print-escape-newlines to print escape sequences rather than
3295         literal newline characters.
3296
3297 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3298
3299         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
3300         `message-valid-fqdn-regexp' for initialization.
3301         (gnus-button-handle-info-url): Renamed and extended version of
3302         `gnus-button-handle-info'.
3303         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
3304         (gnus-button-handle-symbol, gnus-button-handle-library)
3305         (gnus-button-handle-info-keystrokes): New functions.
3306         (gnus-button-browse-level): New variable.
3307         (gnus-button-alist): Use them.  Added levels.
3308         (gnus-header-button-alist): Added levels.
3309
3310 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3311
3312         * gnus.el (gnus-version-number): Bump.
3313
3314 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3315
3316         * gnus.el: Oort Gnus v0.17 is released.
3317
3318 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3319
3320         * gnus-start.el (gnus-unload): Removed.
3321
3322         * pop3.el (pop3-read-response): Use
3323         nnheader-accept-process-output.
3324         (pop3-retr): Ditto.
3325
3326         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx.
3327         (mm-text-html-washer-alist): Ditto.
3328
3329 2003-03-31  Simon Josefsson  <jas@extundo.com>
3330
3331         * imap.el (imap-gssapi-program): Also try GNU SASL.
3332         (imap-gssapi-open): Accept GNU SASL greeting.
3333         (imap-read-timeout): New.
3334         (imap-wait-for-tag): Use it.
3335
3336 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3337
3338         * nntp.el (nntp-accept-process-output): Use new function.
3339
3340         * nnheader.el (nnheader-read-timeout): New variable.
3341         (nnheader-accept-process-output): New function.
3342
3343         * nntp.el (nntp-read-timeout): Removed.
3344
3345         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
3346
3347 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3348
3349         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
3350
3351 2003-03-30  Simon Josefsson  <jas@extundo.com>
3352
3353         * message.el (message-idna-inside-rhs-p): Narrow to header before
3354         searching.
3355
3356         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
3357
3358 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3359
3360         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
3361
3362 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
3363
3364         * message.el (message-make-in-reply-to): Use
3365         mail-extract-address-components to determine sender's
3366         name/address.
3367
3368 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3369
3370         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead.
3371
3372         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
3373         valid lambda.
3374         (gnus-registry-translate-from-alist): Ditto.
3375
3376         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
3377         print-length to nil.
3378
3379         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
3380
3381         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
3382         (gnus-grab-cam-face): Use it.
3383
3384 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
3385
3386         * nnmaildir.el (nnmaildir-request-set-mark)
3387         (nnmaildir-close-group): Allow each mark directory in a group to
3388         have its own inode for mark files, to accommodate AFS.
3389
3390 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
3391
3392         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
3393         gnus-read-newsrc-el-file
3394         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
3395
3396         * gnus-registry.el (gnus-registry-translate-to-alist)
3397         (gnus-registry-translate-from-alist, alist-to-hashtable)
3398         (hashtable-to-alist): new functions
3399         (gnus-register-spool-action): add a spool item to the registry
3400
3401         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
3402         list of saved variables
3403         (gnus-registry-alist): new variable
3404
3405 2003-03-27  Simon Josefsson  <jas@extundo.com>
3406
3407         * gnus-art.el (article-decode-group-name): Be correct instead of
3408         smart.
3409
3410 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
3411
3412         * lpath.el: Bind url-current-object for Emacs; bind
3413         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
3414         for both Emacsen.
3415
3416 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
3417
3418         * gnus-sum.el (gnus-article-loose-mime)
3419         (gnus-article-emulate-mime): Move to gnus-article-mime customize
3420         group.
3421
3422         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
3423         doc string.
3424
3425 2003-03-26  Kevin Ryde <user42@zip.com.au>
3426
3427         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
3428         gnus-summary-find-uncancelled, skip temporary articles inserted by
3429         "refer" functions.
3430
3431 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
3432
3433         * smiley.el (smiley-buffer): New function.
3434
3435 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
3436
3437         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
3438         gnus-summary-update-line (which updated the article's face) with
3439         gnus-summary-update-download-mark (which updates the article's
3440         face by calling gnus-summary-update-line AND updates the download
3441         mark to show that the article was fetched).
3442
3443 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
3444
3445         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
3446         option of deleting agent directories for groups/servers that are
3447         not currently agentized.
3448         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
3449
3450         * gnus-int.el (gnus-open-server): Report backend errors in
3451         condition handler.
3452
3453 2003-03-23  Simon Josefsson  <jas@extundo.com>
3454
3455         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
3456         header.
3457
3458         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
3459         same as Newsgroups.
3460
3461         * nntp.el (nntp-open-connection-function): Mention
3462         nntp-open-tls-stream.
3463         (nntp-open-tls-stream): New function.
3464
3465         * tls.el: New file.
3466
3467         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
3468         instead of SSL.
3469         (nnimap-stream): Add other streams, link to imap variables.
3470         (nnimap-authenticator): Add other authenticator, link to imap
3471         variables.
3472
3473         * imap.el: Autoload open-tls-stream.
3474         (imap-streams): Add tls in front of ssl.
3475         (imap-stream-alist): Add tls.
3476         (imap-default-tls-port): New variable.
3477         (imap-tls-p, imap-tls-open): New functions.
3478
3479 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
3480
3481         * mm-url.el (mm-url-insert-file-contents): parse url only if
3482         results is a list.
3483
3484 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3485
3486         * mail-source.el (mail-source-fetch-imap): Revert.
3487
3488 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
3489
3490         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
3491         less strict regexp.
3492
3493 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3494
3495         * mail-source.el (mail-source-fetch-imap): Use buffer name for
3496         more imap function.
3497
3498 2003-03-21  Simon Josefsson  <jas@extundo.com>
3499
3500         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
3501         Followup-To data inline.
3502
3503 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
3504
3505         * gnus-art.el (gnus-treat-display-xface): Don't enable if
3506         icontopbm isn't available.
3507
3508 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
3509
3510         * gnus-int.el (gnus-open-server): Catch errors in backend's
3511         open-server method.  Returns nil rather than crashing startup.
3512
3513         * gnus-sum.el (eval-when-compile): Modified to resolve
3514         compile-time warnings.
3515
3516         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
3517         Reports length of series so that the user can compare N with a
3518         subject that should, if the entire series is present, contain
3519         '(.../N)'.
3520         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
3521         of temp file (Win-XP may leave the temp file locked when the
3522         uudecode process fails).
3523
3524 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3525
3526         * message.el (message-split-line): Ignore error.
3527
3528         * lpath.el (split-line): Avoid split-line warning message.
3529
3530 2003-03-20  Kim F. Storm  <storm@cua.dk>
3531
3532         * message.el (message-split-line): New function.
3533         (message-mode-map): Remap split-line to message-split-line.
3534
3535 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
3536
3537         * message.el (message-make-overlay): Defalias it to make-overlay.
3538         (message-delete-overlay): Defalias it to delete-overlay.
3539         (message-overlay-put): Defalias it to overlay-put.
3540         (message-idna-to-ascii-rhs-1): Use them.
3541
3542         * messagexmas.el (message-xmas-redefine): Defalias some overlay
3543         functions to extent functions.
3544
3545 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3546
3547         * message.el (message-check-news-header-syntax): Fixed regexp.
3548
3549 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3550
3551         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
3552
3553         * mm-url.el (mm-url-insert): Move url-current-object stuff into
3554         mm-url-insert-file-contents.
3555
3556         * nnrss.el (nnrss-fetch): Fetch the local stuff.
3557         (nnrss-check-group): Use it.
3558
3559 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
3560
3561         * nnrss.el: Primitive XML Name-space support.  This means that RSS
3562         feeds like Kevin Burton's[1] can now be read in Gnus.
3563
3564         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
3565         means that if you want to read the RSS feed for example.com, all
3566         you have to do is hit "G R http://www.example.com/ RET" and
3567         nnrss.el will find and the feed listed on the site or (if you have
3568         loaded xml-rpc.el) look it up on syndic8.com.
3569
3570         Marked the message as HTML (by adding a Content-Type header) so
3571         that Gnus will render it as html if the user wants that.
3572
3573         Implemented the ability to save nnrss-group-alist so that any new
3574         feeds the you subscribe to will be found the next time you start
3575         up.
3576
3577         Implemented support for RSS 2.0 elements (author, pubDate).
3578
3579         Prefer for <content:encoded> over <description> where both
3580         elements exist.
3581
3582         * mm-url.el (mm-url-insert): Set url-current-object.
3583
3584         * gnus-group.el (gnus-group-make-rss-group): New function.
3585
3586 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
3587
3588         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
3589         for highlight overlays.
3590
3591 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3592
3593         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
3594         a NOV.
3595
3596 2003-03-20  Simon Josefsson  <jas@extundo.com>
3597
3598         * message.el (message-use-idna): Disable if UTF-8 unavailable.
3599         (message-idna-to-ascii-rhs): Use it.
3600
3601         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
3602
3603 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
3604
3605         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
3606         (spam-group-ham-marks, spam-group-spam-marks): new functions
3607         (spam-spam-marks, spam-ham-marks): removed in favor of the
3608         spam-marks and ham-marks parameters
3609         (spam-generic-register-routine, spam-ham-move-routine): use the
3610         new spam-group-{spam,ham}-mark-p functions
3611
3612         * gnus.el (spam-marks, ham-marks): new group parameters with
3613         default values same as the old spam-spam-marks and spam-ham-marks
3614
3615 2003-03-19  Simon Josefsson  <jas@extundo.com>
3616
3617         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
3618         (gnus-use-idna): New variable.
3619         (article-decode-idna-rhs): New function.
3620
3621         * message.el (message-use-idna): New variable.
3622         (message-mode-field-menu): Add entry for IDNA.
3623         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
3624         (message-idna-to-ascii-rhs): New function.
3625         (message-generate-headers): Invoke IDNA code.
3626
3627 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
3628
3629         * nnmaildir.el (nnmaildir--system-name): New function.
3630         (nnmaildir-request-accept-article): Use it.
3631
3632 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3633
3634         * gnus-util.el (gnus-byte-compile): Make it work silently as the
3635         gnus-compile function does.
3636
3637         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
3638         bogus change.
3639
3640 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
3641
3642         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
3643         sort-coding-systems is defined.
3644
3645 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
3646
3647         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
3648         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
3649         Replace create-directory with target-prefix.
3650
3651 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
3652
3653         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
3654         find-charset-string which is slooow in XEmacs.
3655
3656 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3657
3658         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
3659         compiler under XEmacs.
3660
3661 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
3662
3663         * gnus-art.el (gnus-treat-highlight-signature): Make the default
3664         work for multipart/signed where the message text isn't `last'.
3665
3666 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3667
3668         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
3669         the value of mm-inline-text-html-with-images.
3670         (mm-inline-text-html-render-with-w3m): Don't bind
3671         w3m-display-inline-images.
3672
3673         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
3674         w3m-display-inline-images.
3675
3676         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
3677         regardless of an Emacs flavor.
3678
3679 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680
3681         * gnus.el (gnus-version-number): Bump.
3682
3683 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3684
3685         * gnus.el: Oort Gnus v0.16 is released.
3686
3687 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3688
3689         * lpath.el (featurep): Bind mm-w3m-mode-map.
3690
3691 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
3692
3693         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
3694         'respool-able backends define a global nnchoke-get-new-mail
3695         variable.
3696
3697 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
3698
3699         * gnus-art.el (gnus-mime-delete-part): New function.
3700         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
3701
3702 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3703
3704         * message.el (message-check-news-header-syntax): Don't push
3705         groups twice onto list of unknown groups.
3706
3707         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
3708         back.
3709
3710         * nnheader.el (nnheader-find-etc-directory): Doc fix.
3711
3712         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
3713         config unless the summary buffer exists.
3714
3715         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
3716         that target group is computed correctly when articles are marked
3717         as read by Xref handling.
3718
3719         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
3720         imap-open.
3721
3722         * message.el (message-send-mail): Add courtesy string to Bcc's,
3723         too.
3724
3725         * gnus-cite.el (gnus-cited-line-p): New function.
3726
3727 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
3728
3729         * mm-bodies.el (mm-decode-body): Add new optional parameter,
3730         force, to use the supplied charset unconditionally.
3731
3732         * gnus-art.el (article-decode-charset): Use it.
3733
3734 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
3735
3736         * mm-bodies.el (mm-decode-coding-region-safely): New function.
3737         (mm-decode-body): Use it.
3738
3739         * rfc2047.el (rfc2047-decode-region): do.
3740         (rfc2047-decode-string): Guess coding system if the default is
3741         invalid.
3742
3743 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
3744
3745         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
3746         articles are marked 'read, so we get correct article counts.
3747
3748 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3749
3750         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
3751         the button.
3752         (gnus-insert-prev-page-button): Ditto.
3753         (gnus-insert-next-page-button): Ditto.
3754         (gnus-insert-mime-security-button): Ditto.
3755
3756         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
3757         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
3758         (mm-inline-image-xemacs): Ditto.
3759
3760 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
3761
3762         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
3763         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
3764         the recent filename uniqueness discussion.
3765
3766 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3767
3768         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
3769         newline next time.
3770         (mm-inline-image-xemacs): Ditto.
3771
3772 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
3773
3774         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
3775         kill-line.
3776
3777 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
3778
3779         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
3780         kill-line.
3781
3782 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3783
3784         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
3785         fixing the code to match the documentation.
3786         (gnus-agent-fetch-selected-article): Replaced
3787         gnus-summary-update-article-line with gnus-summary-update-line as
3788         the former did not correctly recalculate the thread indentation.
3789         (gnus-agent-find-parameter): The agent-predicate, if not found
3790         anywhere else, defaults to the value of gnus-agent-predicate.
3791         (gnus-agent-fetch-session): Fixed typo; now executes
3792         gnus-agent-fetched-hook rather than the undocumented
3793         gnus-agent-fetch-hook.
3794         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
3795         default agent predicate is now provided by
3796         gnus-agent-find-parameter.
3797         (gnus-agent-message): New macro.  This macro avoids potentially
3798         costly parameter evaluation when the message's level is too high
3799         to display.
3800         (gnus-agent-expire-group-1): Disabled undo tracking in temp
3801         overview buffer. Uses new gnus-agent-message macro to reduce
3802         overhead of optional messages. Reversed message levels to
3803         emphasize percent completion messages.  Detailed messages of
3804         little use except when debugging code.
3805
3806 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3807
3808         * spam.el (spam-ham-move-routine): use
3809         spam-mark-ham-unread-before-move-from-spam-group
3810         (spam-mark-ham-unread-before-move-from-spam-group): new variable
3811
3812 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
3813
3814         * spam.el: load nnimap.el when compiling
3815         (spam-setup-widening): use
3816         nnimap-split-download-body-default instead of
3817         nnimap-split-download-body which is a user-customizable variable
3818
3819 2003-03-07  Simon Josefsson  <jas@extundo.com>
3820
3821         * nnimap.el (nnimap-split-download-body-default): New, holds
3822         default for n-s-d-b.
3823         (nnimap-split-download-body): Add new setting (symbol default),
3824         which uses contents of n-s-d-b-d, and made it the default.
3825
3826 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
3827
3828         * spam.el (spam-use-hashcash): new variable
3829         (spam-list-of-checks): added spam-use-hashcash with associated
3830         spam-check-hashcash
3831         (spam-check-hashcash): new function, installed iff hashcash.el is
3832         loaded
3833         (spam-setup-widening): don't use (return)
3834
3835 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3836
3837         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
3838         predicate of `false' to avoid an error when a group defines no
3839         predicate. Fixed typo that disabled agent scoring (i.e. the
3840         low/high predicates should now work).
3841
3842 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3843
3844         * spam.el: add spam-maybe-spam-stat-load to
3845         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
3846         (spam-bogofilter-register-with-bogofilter): use
3847         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
3848         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
3849         custom variables to replace "-s" and "-n"
3850
3851         * gnus-group.el (gnus-group-get-new-news): call the new
3852         gnus-get-top-new-news-hook hook
3853
3854         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
3855         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
3856
3857 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3858
3859         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
3860
3861 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3862
3863         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
3864         a cl run-time function.
3865
3866 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3867
3868         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
3869         on gnus-agent-short-article.
3870         (gnus-category-read): Replaced CL function mapcar* with new macro:
3871         gnus-mapcar.
3872         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
3873         support functions that accept multiple parameters.  A separate
3874         sequence must be provided for each parameter in the function.
3875         Iteration stops when the end of the shortest list is reached.
3876
3877 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
3878
3879         * nnimap.el (nnimap-request-accept-article): Use delete-region.
3880
3881         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
3882         (html2text-delete-single-tag, html2text-clean-anchor)
3883         (html2text-remove-tags): Use delete-region.
3884         (html2text-fix-paragraphs): Simplify.
3885
3886         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
3887         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
3888         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
3889         kill-region.
3890
3891 2003-03-04  John Paul Wallington  <jpw@gnu.org>
3892
3893         * gnus-agent.el (gnus-agent-enable-expiration)
3894         (gnus-agent-article-alist, gnus-agent-article-alist)
3895         (gnus-agent-cat-defaccessor): Doc fixes.
3896
3897 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3898
3899         * gnus-agent.el (gnus-function-implies-unread-1): Grok
3900         byte-compiled functions.
3901
3902 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3903
3904         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
3905         customization between new maneuvering (which permits selecting
3906         undownloaded articles) and old maneuvering (which skipped over
3907         undownloaded articles) behaviors.
3908         (gnus-summary-find-next): Pass through the unread and subject
3909         parameters when calling gnus-summary-find-prev.
3910         (gnus-summary-find-next,gnus-summary-find-prev): Apply
3911         gnus-auto-goto-ignores to filter out unacceptable articles.
3912
3913 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
3914
3915         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
3916         exists in all supported Emacs versions, so we don't need this
3917         compatibility function.
3918         (mail-source-fetch-pop, mail-source-check-pop)
3919         (mail-source-fetch-webmail): Use read-passwd.
3920
3921         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
3922         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
3923         read-passwd.
3924
3925         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
3926
3927         * imap.el (imap-read-passwd): Remove.
3928         (imap-interactive-login): Use read-passwd.
3929
3930         * canlock.el (canlock-read-passwd): Remove.
3931         (canlock-insert-header, canlock-verify): Use read-passwd.
3932
3933         * sieve-manage.el (sieve-manage-read-passwd): Remove.
3934         (sieve-manage-interactive-login): Use read-passwd.
3935
3936         * pop3.el (pop3-read-passwd): Remove.
3937         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
3938         read-passwd.
3939
3940         * pgg.el (pgg-read-passphrase): Simplify.
3941
3942 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3943
3944         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
3945         'plugged' when actually 'unplugged' bug.
3946         (gnus-category-read): Ignore nil values when converting an
3947         old-format category so that the new-format category will default
3948         those attributes to the global variables.
3949
3950 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3951
3952         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
3953         doc-string.
3954
3955 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
3956
3957         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
3958         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
3959         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
3960         * mm-url.el (mm-url-decode-entities-string): do.
3961         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
3962         * mm-decode.el (mm-find-raw-part-by-type): do.
3963         * message.el (message-send-mail-partially)
3964         (message-send-mail-with-sendmail): do.
3965         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
3966         * gnus-kill.el (gnus-pp-gnus-kill): do.
3967         * gnus-art.el (gnus-article-treat-unfold-headers)
3968         (gnus-article-encrypt-body): do.
3969
3970 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3971
3972         * mail-source.el (mail-source-delete-incoming): Allow integer value.
3973         (mail-source-delete-old-incoming-confirm): New variable.
3974         (mail-source-delete-old-incoming): Use it.  New function.
3975         (mail-source-callback): Call `mail-source-delete-old-incoming' if
3976         `mail-source-delete-incoming' is a nonnegative integer.
3977
3978 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3979
3980         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
3981         (gnus-user-agent): Fixed typo.
3982
3983 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3984
3985         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
3986         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
3987
3988 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3989
3990         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
3991         (gnus-agent-fetch-session): Allow debugging to take place.
3992
3993 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
3994
3995         * gnus-sum.el (gnus-highlight-selected-summary)
3996         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
3997         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
3998         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
3999         and makes it clear that we don't need the side effect.
4000         * gnus-util.el (gnus-delete-line): do.
4001         * gnus-xmas.el (gnus-group-add-icon): do.
4002         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
4003         * nntp.el (nntp-send-authinfo-from-file): do.
4004         * nnml.el (nnml-header-value): do.
4005         * nnheader.el (nnheader-insert-references): do.
4006         * gnus-cite.el (gnus-article-highlight-citation)
4007         (gnus-cite-parse): do.
4008         * gnus-score.el (gnus-score-followup): do.
4009         * gnus-draft.el (gnus-draft-send): do.
4010         * gnus-group.el (gnus-group-highlight-line): do.
4011         * gnus-cache.el (gnus-cache-braid-nov): do.
4012         * nnfolder.el (nnfolder-retrieve-headers)
4013         (nnfolder-request-article): do.
4014         * gnus-art.el (article-hide-boring-headers)
4015         (gnus-article-hide-header): do.
4016
4017         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
4018         * nnml.el (nnml-request-replace-article): do.
4019         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
4020         * nnfolder.el (nnfolder-request-move-article): do.
4021         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
4022         * gnus-art.el (gnus-mm-display-part): do.
4023
4024         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
4025
4026 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4027
4028         * nntp.el (nntp-possibly-change-group): Avoid calling
4029         process-buffer on nil (Which happened when you lost your
4030         connection while fetching); instead signal a "Server Closed
4031         Connection" error.
4032
4033 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4034
4035         * gnus-agent.el (gnus-agent-enable-expiration): New
4036         variable. Either ENABLE or DISABLE.  Sets default behavior for
4037         selecting which groups are expired.
4038         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
4039         gnus-agent-set-cat-groups): Provides abstract interface for
4040         accessing agent category.  Category now implemented by an alist.
4041         (gnus-agent-add-group, gnus-agent-remove-group,
4042         gnus-category-insert-line, gnus-category-edit-predicate,
4043         gnus-category-edit-score, gnus-category-edit-groups,
4044         gnus-category-copy, gnus-category-add, gnus-group-category): Use
4045         new agent category abstraction.
4046         (gnus-agent-find-parameter): New function. Search for agent
4047         configuration parameter first in the group's parameters, then its
4048         topics (if any), and then the group's category.  If not found
4049         anywhere, use the original defined constants.
4050         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
4051         gnus-agent-find-parameter.
4052         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
4053         gnus-agent-cache now blocks retrieving headers and articles from
4054         the local cache.  Fetched content is still added to the cache
4055         before being returned.
4056         (gnus-agent-fetch-session): Use error-message-string to generate
4057         displayed error message.
4058         (gnus-agent-customize-category): New Command. 'e' in category
4059         buffer opens category customization buffer.
4060         (gnus-category-read): Reads either positional or alist format;
4061         returns alist format.
4062         (gnus-category-write): Writes category file compatible with
4063         current, and previous, versions of gnus-agent.
4064         (gnus-category-make-function, gnus-category-make-function-1):
4065         Corrected documentation; parameter is predicate NOT category.
4066         (gnus-predicate-implies-unread): Now works in more cases per the
4067         todo comment.
4068         (gnus-function-implies-unread-1): New function. Supports
4069         gnus-predicate-implies-unread.
4070         (gnus-agent-expire-group): Command now provides default of group
4071         under point.
4072         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
4073         agent-days-until-old parameters. No longer supports
4074         gnus-agent-expire-days being set to an alist.
4075         (gnus-agent-request-article): Now performs its own checks of
4076         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
4077         assuming that the caller will do them correctly.
4078         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
4079         gnus-agent-expire-days is set to an alist.  Converts said alist
4080         into group parameter so that gnus-agent-expire-days will not be
4081         needed.
4082         * gnus-art.el (gnus-request-article-this-buffer): Conditional
4083         checks surrounding gnus-agent-request-article removed; now
4084         performed by gnus-agent-request-article.
4085         * gnus-cus.el (gnus-agent-parameters): New variable. List of
4086         customizable group/topic parameters that regulate the agent.
4087         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
4088         kill-buffer with gnus-kill-buffer to remove the killed buffer from
4089         the list of gnus buffers.
4090         (gnus-trim-whitespace): Removes leading and trailing whitespace
4091         from multiline strings.
4092         (gnus-agent-cat-prepare-category-field,
4093         gnus-agent-customize-category): Constructs a category
4094         customization buffer.
4095         * gnus-int.el (gnus-retrieve-headers,
4096         gnus-request-expire-articles): No longer checks gnus-agent-cache
4097         as it is handled internally by the agent.
4098         (gnus-request-head, gnus-request-body): Conditional checks
4099         surrounding gnus-agent-request-article removed; now performed by
4100         gnus-agent-request-article.
4101
4102         * gnus-start.el (): Added defvar statements to resolve compilation
4103         warnings.
4104         (gnus-long-file-names): New function. Isolates platform dependent
4105         msdos-long-file-names.
4106         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
4107         option of writing directly to file.  Avoids memory exhausted
4108         errors when .newsrc.eld is huge.
4109         (gnus-save-newsrc-file): Uses new
4110         gnus-save-startup-file-via-temp-buffer.
4111         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
4112         standard-output.
4113         (gnus-display-time-event-handler): Changed to alias from a defun
4114         to avoid a compile-time warning when display-time-event-handler is
4115         not defined.
4116         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
4117         standard-output such that prin1 and princ will write directly to a
4118         file.
4119
4120         * gnus.el (gnus-agent-cache): Expanded documentation.
4121         (gnus-summary-high-undownloaded-face): Removed second bold keyword
4122         so that this face is actually bold.
4123
4124         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
4125         gnus-use-cache has been set.
4126
4127 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
4128
4129         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
4130
4131 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
4132
4133         * gnus-art.el (gnus-article-refer-article): Be more permissive.
4134
4135 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4136
4137         * spam.el: Fix typo.
4138
4139 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
4140         (Trivial patch.)
4141
4142         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
4143         errors-buffer. This produces a nicer error message in case of
4144         problems.
4145
4146 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
4147
4148         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
4149         load stats iff spam-use-stat is on
4150
4151         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
4152         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
4153         instead of spam-stat-load and spam-stat-save in the
4154         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
4155
4156 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4157
4158         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
4159
4160 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4161
4162         * message.el (message-make-fqdn): Protect against nil user-mail.
4163
4164 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
4165
4166         * gnus-art.el (gnus-boring-article-headers): New values:
4167         'to-list and 'cc-list.
4168
4169 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4170
4171         * spam.el (spam-setup-widening): new function to set
4172         nnimap-split-download-body, we add it to gnus-get-new-news-hook
4173         (spam-list-of-statistical-checks): list of statistical splitter
4174         checks
4175         (spam-split): added a widen call when a statistical check is
4176         enabled
4177
4178 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
4179
4180         * gnus-msg.el (gnus-user-agent): Changed default to
4181         'emacs-gnus-type, renamed 'full.
4182
4183 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
4184
4185         * nnfolder.el (nnfolder-request-accept-article): Don't use
4186         mail-header-unfold-field.
4187
4188 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4189
4190         * imap.el (imap-ssl-open): Don't depend on ssl.el.
4191         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
4192
4193 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4194
4195         * spam.el: add spam-stat-load to gnus-get-new-news-hook
4196         (spam-split): remove spam-stat-load call
4197
4198 2003-02-26  Simon Josefsson  <jas@extundo.com>
4199
4200         * gnus-sum.el (gnus-summary-toggle-header): Run
4201         gnus-article-decode-hook instead of calling a-decode-encoded-words
4202         directly (the latter is run as part of the former).
4203
4204 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4205
4206         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
4207
4208 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
4209
4210         * message.el (message-sendmail-envelope-from): New option.
4211         (message-sendmail-envelope-from): New function.
4212         (message-send-mail-with-sendmail): Use it.
4213
4214 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
4215
4216         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
4217         compensation for TDMA addresses.
4218
4219 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4220
4221         * gnus-msg.el (gnus-user-agent): New variable.
4222         (gnus-version-expose-system): Removed.  Obsoleted by
4223         `gnus-user-agent'.
4224         (gnus-extended-version): Use `gnus-user-agent'.
4225
4226 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4227
4228         * spam.el (spam-stat-register-spam-routine,
4229         spam-stat-register-ham-routine): remove spam-stat-save
4230         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
4231
4232 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4233
4234         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
4235         reference.
4236
4237 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4238
4239         * nnheader.el (nnheader-find-nov-line): Changed midpoint
4240         calculation to avoid integer overflow.
4241
4242 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4243
4244         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
4245
4246 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
4247         * spam.el: disabled spam-get-article-as-filename
4248
4249         From Michael Shields  <shields@msrl.com>
4250
4251         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
4252         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
4253         * gnus-sum.el (gnus-summary-expire-articles): Use it.
4254         * spam.el (spam-summary-prepare-exit): Use it.
4255         * gnus.el (gnus-install-group-spam-parameters): New.
4256         * spam.el (spam-group-ham-processor-copy-p): New.
4257         * spam.el (spam-summary-prepare-exit): Support for ham copying.
4258         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
4259         that would cause the current message to be moved if the group had
4260         no spam.
4261         * spam.el (spam-ham-move-routine): New `copy' argument.
4262
4263 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4264         From Martin Thornquist <martint@ifi.uio.no>
4265
4266         * gnus-topic.el (gnus-topic-select-group): Select last group if
4267         after last group.
4268         * gnus-group.el (gnus-group-select-group): Ditto.
4269
4270 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4271
4272         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
4273         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
4274         point-at-(b|e)ol which aren't available in Emacs 20.
4275
4276         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
4277
4278 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4279
4280         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
4281         clause of the condition-case statement.  Errors connecting to a
4282         server no longer terminate gnus.
4283
4284         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
4285         make its use obvious.  Added no-nothing case to avoid
4286         opening(closing) servers when already open(closed).
4287         (gnus-agent-while-plugged): Added macro to facilitate internal use
4288         of gnus-agent-toggle-plugged.
4289         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
4290         temporarily open servers.
4291         (gnus-agent-get-undownloaded-list): Sort list of article numbers
4292         as sorting gnus-newsgroup-headers is wrong.
4293         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
4294         to temporarily open servers. Corrected logic to handle setting
4295         gnus-agent-mark-unread-after-downloaded.
4296         (gnus-agent-fetch-articles): Now handles headers with missing
4297         article sizes and/or missing article lengths.  Now clears the
4298         message buffer when finished.
4299         (gnus-agent-fetch-group-1): Position point before calling
4300         gnus-summary-set-agent-mark.
4301         (gnus-get-predicate): Corrected description, parameter is
4302         predicate not category.
4303         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
4304         provide a separate single group expiration function.
4305         (gnus-agent-regenerate-group): Now clears the message buffer when
4306         finished.
4307
4308 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4309
4310         * gnus.el (gnus-agent-target-move-group-header): New variable.
4311         * gnus-draft.el (gnus-draft-send): If special header
4312         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
4313         that group, instead of performing the regular sending functions.
4314
4315 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4316
4317         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
4318
4319 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
4320
4321         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
4322         variables.
4323         (message-make-fqdn): Use it.  Improved validity check.
4324
4325 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4326
4327         * message.el (message-user-mail-address): Check whether
4328         user-mail-address looks valid.
4329
4330         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
4331
4332         * gnus-util.el (gnus-fetch-original-field): New function.
4333
4334 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4335
4336         * message.el (message-mode): \\(...\\) around additional
4337         paragraph-separate alternative.
4338
4339 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
4340
4341         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
4342         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
4343         display key bindings.
4344         (gnus-mime-button-menu): Rewrite.
4345
4346 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4347
4348         * gnus-art.el (gnus-button-url-regexp): Removed `.
4349
4350 2003-02-23  Max Froumentin  <mf@w3.org>
4351
4352         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
4353
4354 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4355
4356         * gnus-art.el (gnus-mime-action-on-part): Require a match
4357         interactively.
4358
4359         * gnus-start.el (gnus-save-newsrc-file): Use
4360         gnus-backup-startup-file.
4361         (gnus-backup-startup-file): New variable.
4362
4363 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4364
4365         * gnus.el (gnus-summary-buffer-name): Moved function here.
4366
4367         * gnus-draft.el (defun): Remove debug.
4368
4369 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
4370
4371         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
4372         can't open server.
4373
4374 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4375
4376         * gnus-draft.el (defun): Configure posting styles.
4377
4378         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
4379         the entry for the group exists before we alter it.
4380
4381 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4382
4383         * message.el (message-mode): MML tags separate paragraphs.  Small
4384         change from David S Goldberg <david.goldberg6@verizon.net>.
4385
4386         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
4387         `gnus-newsgroup-headers'.
4388
4389         * gnus-art.el (gnus-article-refer-article): Grok more message id
4390         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
4391
4392 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
4393
4394         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
4395         use "path name".
4396
4397 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
4398
4399         * gnus-sum.el (gnus-summary-move-article)
4400         (gnus-summary-expire-articles): send data header for article, not
4401         just article ID
4402
4403         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
4404         (gnus-register-spool-action): added hashtable of message ID keys
4405         with message motion data
4406
4407 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
4408         From Reiner Steib  <Reiner.Steib@gmx.de>.
4409
4410         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
4411         variable, used in `gnus-button-mid-or-mail-heuristic'.
4412         (gnus-button-mid-or-mail-heuristic): New function derived from
4413         Florian Weimer's Perl script.
4414         (gnus-button-handle-mid-or-mail): Allow a function instead of
4415         'guess.
4416         (gnus-button-guessed-mid-regexp): Removed.
4417
4418 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4419
4420         * message.el (message-resend): Bind message-setup-hook to nil;
4421         remove X-Draft-From header.
4422
4423 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
4424
4425         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
4426         (gnus-newsgroup-undownloaded)
4427         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
4428         Doc fixes.
4429
4430 2003-02-17  John Paul Wallington  <jpw@gnu.org>
4431
4432         * gnus.el (gnus-shell-command-separator, gnus-email-address)
4433         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
4434
4435 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
4436
4437         * gnus-spec.el (gnus-xmas-format): Use insert instead of
4438         insert-string which is obsolete in Emacs 21.4.
4439
4440         * message.el (message-cross-post-followup-to-header): do.
4441
4442         * spam.el (spam-ifile-register-with-ifile)
4443         (spam-stat-register-spam-routine)
4444         (spam-stat-register-ham-routine)
4445         (spam-bogofilter-register-with-bogofilter): do.
4446
4447         * mailcap.el (mailcap-mime-data): Fix typo.
4448
4449         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
4450
4451 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
4452
4453         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
4454         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
4455         `gnus-cite-unsightly-citation-regexp'.
4456
4457 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4458
4459         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
4460         even if there's just a header.
4461
4462 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
4463
4464         * message.el (message-fix-before-sending): Fix highlighting of
4465         illegible and invisible text.
4466
4467         * gnus-util.el (gnus-multiple-choice): Separate choices with
4468         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
4469
4470 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
4471
4472         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
4473
4474 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
4475
4476         * spam.el (spam-ham-move-routine)
4477         (spam-mark-spam-as-expired-and-move-routine): use
4478         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
4479         around process-mark manipulation on the group
4480
4481 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4482
4483         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
4484         submenu.
4485
4486 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4487
4488         * mail-source.el (mail-source-fetch): Reverse the return value of
4489         the continuation question.
4490
4491 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4492
4493         * nndraft.el (nndraft-request-move-article): Bind
4494         nnmh-allow-delete-final to t.
4495
4496 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4497
4498         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
4499
4500 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
4501
4502         * nntp.el (nntp-accept-process-output): Don't use point-max to get
4503         the buffer's size.
4504
4505 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
4506
4507         * nnheader.el: Added cygwin to system-type comparisons.
4508
4509 2003-01-27  Juanma Barranquero  <lektu@terra.es>
4510
4511         * imap.el (imap-mailbox-status): Fix typo.
4512
4513 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4514
4515         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
4516         online.
4517
4518 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4519
4520         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
4521         commands.
4522         * gnus-sum.el: Small change from Frank Weinberg
4523         <frank@usenet-rundfahrt.de>:
4524         (gnus-auto-center-group): New variable.
4525         (gnus-summary-read-group-1): Use it.
4526         (gnus-summary-next-group): Fix docstring.
4527
4528 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4529
4530         * gnus-util.el (gnus-faces-at): Simplify.
4531
4532 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4533
4534         * spam.el (spam-ham-move-routine)
4535         (spam-mark-spam-as-expired-and-move-routine): made the article
4536         move conditional, so it's not called even if there's nothing to move
4537
4538 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4539
4540         * message.el (message-unix-mail-delimiter): Accept any whitespace
4541         after the email address and before the date; do not require the
4542         space character.  From Kurt B. Kaiser <kbk@shore.net>.
4543
4544 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4545
4546         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
4547         gnus-article-boring-faces variable is bound; use gnus-faces-at.
4548
4549         * gnus-util.el (gnus-faces-at): New macro.
4550
4551 2003-02-13  Michael Shields  <shields@msrl.com>
4552
4553         * gnus-cite.el
4554         (gnus-cite-attribution-suffix, gnus-cite-parse):
4555         Better handling for Microsoft citation styles.
4556         (gnus-unsightly-citation-regexp): New.
4557
4558 2003-02-12  Michael Shields  <shields@msrl.com>
4559
4560         * gnus-art.el (article-strip-banner): Strip both per-group and
4561         per-user-address banners.
4562         (article-really-strip-banner): New.
4563
4564 2003-02-12  Michael Shields  <shields@msrl.com>
4565
4566         * gnus-sum.el (gnus-article-goto-next-page,
4567         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
4568         relying on the summary bindings of `n' and `p'.
4569
4570 2003-02-12  Michael Shields  <shields@msrl.com>
4571
4572         * gnus-art.el (gnus-article-only-boring-p): New.
4573         (gnus-article-skip-boring): New.
4574         * gnus-cite.el (gnus-article-boring-faces): New.
4575         * gnus-sum.el (gnus-summary-next-page): Use
4576         gnus-article-only-boring-p.
4577
4578 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
4579
4580         * spam.el (spam-mark-spam-as-expired-and-move-routine)
4581         (spam-ham-move-routine): unmark all articles before marking those
4582         of interest and calling gnus-summary-move-article
4583
4584 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
4585
4586         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
4587         logically the complement of gnus-get-buffer-create and
4588         gnus-add-buffer.
4589
4590         * gnus-util.el (gnus-kill-buffer): do.
4591
4592         * nnmail.el: Autoload gnus-kill-buffer.
4593
4594 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4595
4596         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
4597         gnus-summary-goto-subject as gnus-summary-update-mark operates on
4598         the current LINE.
4599         (gnus-agent-summary-fetch-group): Minimized the number of times
4600         that the article is updated in the buffer.
4601
4602 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
4603
4604         * spam.el (spam-ham-move-routine): use the process-mark instead of
4605         gnus-current-article when moving articles
4606         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
4607
4608 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4609
4610         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
4611         (gnus-topic-catchup-articles): Ditto.
4612         (gnus-topic-mark-topic): Reverse recursive logic.
4613
4614 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
4615
4616         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
4617         gnus-refer-thread-limit is t.
4618
4619 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
4620
4621         * mm-util.el (mm-mule-charset-to-mime-charset): Use
4622         sort-coding-systems to prefer utf-8 over utf-16.
4623
4624 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4625
4626         * gnus-agent.el (gnus-agent-expire-days):
4627         gnus-request-move-article depends on gnus-agent-expire to clean up
4628         the cache after moving the article.  Therefore, g-a-e-d can NOT
4629         default to nil or can gnus-agent-expire be disabled by doing so.
4630         If you don't want to run gnus-agent-expire, don't call it.
4631         (gnus-agent-expire): The broken test to disable gnus-agent-expire
4632         when g-a-e-d was NOT nil was removed.
4633         (gnus-agent-article-name): Removed unnecessary input test as
4634         article IDs are always strings.
4635         (gnus-agent-regenerate-group): Added check to protect against
4636         servers that generate absurdly long article IDs.  Valid IDs are
4637         less than 10 digits to avoid overflow errors.  Fixed logic error
4638         when ensuring that the final article ID is present in the new
4639         alist.
4640
4641 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4642
4643         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
4644         next line after finding the parent.
4645
4646 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4647
4648         * gnus.el (gnus-version-number): Bumped.
4649
4650 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4651
4652         * gnus.el: Oort Gnus v0.15 is released.
4653
4654 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
4655
4656         * nnmail.el (nnmail-split-it): If a message ends up matching the
4657           same mailbox more than once, it will cause duplicates to appear
4658           in the mailbox.
4659
4660 2003-02-08  Simon Josefsson  <jas@extundo.com>
4661
4662         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
4663         code that only worked under Emacs.
4664
4665         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
4666         Das <satyaki@chicory.stanford.edu>.
4667
4668 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
4669
4670         * gnus-art.el (gnus-article-refer-article): Use
4671         gnus-replace-in-string.
4672
4673         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
4674         (gnus-remove-duplicates): do.
4675
4676 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4677
4678         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
4679         (gnus-request-scan): set
4680         gnus-internal-registry-spool-current-method to gnus-command-method
4681         before a request-scan operation
4682
4683         * gnus-registry.el (regtest-nnmail): use
4684         gnus-internal-registry-spool-current-method
4685
4686 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4687
4688         * mail-source.el (mail-source-fetch): Typo fix.
4689
4690 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4691
4692         * nnmail.el (nnmail-spool-hook): new hook
4693         (nnmail-cache-insert): call nnmail-spool-hook
4694
4695         * gnus-registry.el: new file with examples of using the hooks
4696
4697         * gnus.el (gnus-registry): added registry customization group
4698         (gnus-group-prefixed-name): improve function to return full group
4699         name optionally
4700         (gnus-group-guess-prefixed-name): shortcut to
4701         gnus-group-prefixed-name, using just the group name
4702         (gnus-group-full-name): always get a group's full name
4703         (gnus-group-guess-full-name): shortcut, using just the group name
4704
4705         * gnus-sum.el (gnus-summary-article-move-hook)
4706         (gnus-summary-article-delete-hook)
4707         (gnus-summary-article-expire-hook): new hooks
4708         (gnus-summary-move-article, gnus-summary-expire-articles)
4709         (gnus-summary-delete-article): invoke the new hooks
4710
4711 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
4712
4713         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
4714         from message-ID
4715
4716 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
4717
4718         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
4719
4720 2003-02-07  John Paul Wallington  <jpw@gnu.org>
4721
4722         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
4723         (mm-write-region, mm-detect-coding-region): Doc fixes.
4724
4725 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4726
4727         * mail-source.el (mail-source-fetch): Ignore errors.
4728         (mail-source-ignore-errors): New variable.
4729
4730         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
4731         articles.
4732
4733         * gnus-msg.el (gnus-version-expose-system): Change default.
4734
4735 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
4736
4737         * gnus-msg.el (gnus-version-expose-system): New variable.
4738
4739 2003-02-07  Simon Josefsson  <jas@extundo.com>
4740
4741         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
4742         patch from deskpot@myrealbox.com (Vasily Korytov).
4743
4744 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4745
4746         * gnus-art.el (article-display-face): Get the Face header from
4747         the current buffer.
4748
4749 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4750
4751         * gnus-art.el (gnus-mime-view-part-internally): Bind
4752         buffer-read-only to nil.
4753
4754 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4755
4756         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
4757         from g-a-e-1 to g-a-e-2.
4758
4759 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
4760
4761         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
4762         of bbdb-search-simple, use spam-use-BBDB-exclusive
4763         (spam-check-whitelist): use spam-use-whitelist-exclusive
4764         (spam-use-whitelist-exclusive): new variable affecting
4765         spam-use-whitelist
4766         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
4767
4768 2003-02-05  Simon Josefsson  <jas@extundo.com>
4769
4770         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
4771         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
4772         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
4773         (gnus-agent-expire-1): New.
4774         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
4775         (gnus-agent-expire-2): New.
4776
4777 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
4778
4779         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
4780         "delete-if" is misleading because it isn't actually destructive.
4781
4782         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
4783
4784         * nnmail.el (nnmail-purge-split-history): do.
4785
4786         * gnus-win.el (gnus-get-buffer-window): do.
4787
4788         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
4789         let-binding.
4790         (gnus-simplify-all-whitespace): do.
4791
4792 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * gnus-delay.el (gnus-delay-article): Fix binding of the
4795         nndraft:delayed group.
4796
4797 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4798
4799         * gnus.el (spam group parameters): change 'other to 'const in
4800         the group parameter definitions to soothe XEmacs
4801
4802 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4803
4804         * gnus-delay.el (gnus-delay-article): Really create
4805         nndraft:delayed group if it doesn't exist.
4806
4807 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
4808
4809         * gnus-sum.el (gnus-summary-search-article): Speed up by
4810         disabling various visual features while searching.
4811         (gnus-summary-recenter): Test gnus-auto-center-summary first.
4812
4813 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
4814
4815         * spam.el (spam-list-of-checks): Don't quote nil and t in
4816         docstrings.  From the elisp manual:
4817
4818            When a documentation string refers to a Lisp symbol, write
4819            it [..] with single-quotes around it.  [..] There are two
4820            exceptions: write t and nil without single-quotes.
4821
4822         * messcompat.el (message-from-style): do.
4823
4824         * message.el (message-send-mail): do.
4825
4826         * gnus-util.el (gnus-use-byte-compile): do.
4827
4828         * gnus-score.el (gnus-score-lower-thread): do.
4829
4830         * gnus-int.el (gnus-server-unopen-status): do.
4831
4832         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
4833         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
4834
4835         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
4836         (gnus-group-parameters): do.
4837
4838         * gnus-art.el (gnus-article-mime-match-handle-function): do.
4839
4840         * mm-decode.el (mm-text-html-renderer): do.
4841
4842 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * nnheader.el (nnheader-directory-separator-character): Change the
4845         way to compute the dafault value.
4846
4847 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
4848
4849         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
4850         (gnus-button-alist): Fix regexp for describe-key.
4851         (gnus-button-handle-describe-function)
4852         (gnus-button-handle-describe-variable)
4853         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
4854         (gnus-button-handle-apropos-variable)
4855         (gnus-button-handle-apropos-documentation): Docstring fix.
4856
4857         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
4858
4859 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4860
4861         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
4862         to nil.
4863
4864         * nnmail.el: Removed gnus-util autoload.
4865
4866         * gnus.el: Use gnus-prin1-to-string throughout.
4867
4868         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
4869         print-level.
4870
4871         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
4872         (gnus-treat-display-grey-xface): Removed.
4873
4874         * gnus-fun.el (gnus-grab-cam-face): New.
4875         (gnus-convert-image-to-gray-x-face): Removed.
4876         (gnus-convert-gray-x-face-to-xpm): removed.
4877         (gnus-convert-gray-x-face-region): Removed.
4878         (gnus-grab-gray-x-face): Removed.
4879
4880         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
4881
4882 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
4883
4884         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
4885         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
4886         bound.
4887
4888         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
4889
4890 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
4891
4892         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
4893         Remove -- these are bogus options which are never used.
4894
4895 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
4896
4897         * gnus-art.el (gnus-article-mode): Use summary tool bar.
4898
4899 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
4900
4901         * spam.el (spam-check-blackholes)
4902         (spam-blackhole-good-server-regex): new variable to skip some IPs
4903         when checking blackholes; use it
4904         (spam-check-bogofilter-headers)
4905         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
4906         case more X-Bogosity is used than just "Yes/No"
4907         (spam-ham-move-routine): semi-fixed, only first article is
4908         properly moved now
4909
4910 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
4911
4912         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
4913         as well.
4914
4915         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
4916
4917         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
4918
4919         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
4920
4921         * gnus-bcklg.el (gnus-backlog-shutdown): do.
4922
4923         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
4924
4925 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4926
4927         * gnus-fun.el (gnus-face-encode): New function.
4928         (gnus-convert-png-to-face): Use it.
4929
4930         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
4931
4932 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
4933
4934         * mm-decode.el (mm-dissection-list): Remove.
4935         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
4936         only used in mm-remove-all-parts.
4937         (mm-remove-all-parts): Remove it, it's never called.
4938
4939 2003-01-25  Simon Josefsson  <jas@extundo.com>
4940
4941         * gnus-group.el (gnus-group-make-group): Report errors.
4942
4943         * nnimap.el (nnimap-request-create-group): Ditto.
4944
4945         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
4946
4947         * sieve.el (sieve-upload): Fix error printing.
4948
4949         * mm-encode.el (mm-qp-or-base64): Always QP iff
4950         mm-use-ultra-safe-encoding and cleartext PGP.
4951
4952         * gnus-sum.el (gnus-summary-select-article): Inhibit
4953         redisplay (mainly for secured messages).
4954
4955         * nnmail.el (nnmail-article-group): Copy body too (but don't
4956         process it).
4957
4958 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
4959
4960         * gnus-art.el (gnus-article-setup-buffer): Reset
4961         gnus-button-marker-list.
4962
4963 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4964
4965         * nntp.el (nntp-read-timeout): Default to using a second delay
4966         under Microsoft Windows.
4967
4968 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4969
4970         * nnheader.el (nnheader-directory-separator-character): New
4971         variable.
4972
4973 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4974
4975         * gnus-agent.el (gnus-agent-max-fetch-size)
4976         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
4977         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
4978         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
4979         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
4980         (gnus-agent-braid-nov, gnus-agent-load-alist)
4981         (gnus-agent-article-alist-save-format)
4982         (gnus-agent-read-agentview, gnus-agent-save-alist)
4983         (gnus-agent-fetch-group-1, gnus-agent-expire)
4984         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
4985         (gnus-agent-regenerate-group): Reformat to keep under eighty
4986         columns.  Reword docstrings so that first line is under eighty
4987         chars and a complete sentence.  Still need to work on the rear
4988         end of the file, in particular gnus-agent-expire.
4989
4990 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4991
4992         * gnus-agent.el (gnus-agentize): Indent.
4993
4994         * gnus.el (gnus-version-number): Bumped.
4995
4996 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4997
4998         * gnus.el: Oort Gnus v0.14 is released.
4999
5000 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5001
5002         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
5003         before beginning.  Tiny patch from Mark Thomas
5004         <swoon@bellatlantic.net>.
5005
5006 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5007
5008         * spam.el (spam-check-blackholes, spam-split)
5009         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
5010         gnus-message calls to show to users what spam.el is doing
5011
5012 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
5013
5014         * gnus-msg.el (gnus-message-replysign)
5015         (gnus-message-replyencrypt): Fix typo.
5016
5017 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5018
5019         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
5020         details.
5021
5022 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5023
5024         * gnus-art.el (gnus-article-press-button): let* -> let.
5025         (gnus-mime-security-show-details): Cleaned up.
5026         (gnus-mime-security-press-button): Save excursion.
5027         (gnus-insert-mime-security-button): Clean up.
5028
5029         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
5030
5031         * gnus-async.el (gnus-async-wait-for-article): Don't use a
5032         timeout.
5033
5034         * nntp.el (nntp-accept-process-output): Removed timeout.
5035         (nntp-read-timeout): New variable.
5036         (nntp-accept-process-output): Use it.
5037
5038         * gnus-sum.el (gnus-data-find-list): Remove *.
5039
5040 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5041
5042         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
5043         introduced on 2002-01-22.
5044         (gnus-summary-first-unseen-or-unread-subject): Ditto.
5045
5046 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
5047
5048         * spam.el (spam-check-regex-headers, spam-list-of-checks)
5049         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
5050         checks of incoming mail based on simple header regexp matching
5051
5052 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
5053
5054         * gnus-sum.el (gnus-spam-mark): set to `$'
5055
5056 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5057
5058         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
5059         gnus-newsgroup-unfetched, the list of articles whose headers have
5060         not been fetched from the server.
5061
5062         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
5063         parameter as it never worked due to a bug.  Added check to prevent
5064         selection of any article in the gnus-newsgroup-unfetched list.
5065         (gnus-summary-find-prev): Added check to prevent selection of any
5066         article in the gnus-newsgroup-unfetched list.
5067         (gnus-summary-first-subject): Documented API. Modified
5068         implementation so that constraints are handled independently.
5069         Added check to prevent selection of any article in the
5070         gnus-newsgroup-unfetched list.
5071         (gnus-summary-first-unseen-subject): Updated parameters in
5072         gnus-summary-first-subject call to match new API.
5073         (gnus-summary-first-unseen-or-unread-subject): Ditto.
5074         (gnus-summary-catchup): Do not mark unfetched articles as read.
5075
5076 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
5077
5078         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
5079         make-obsolete-variable allows only two arguments in XEmacs and
5080         Emacs 20.
5081
5082         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
5083         gnus-article-hide-pgp.
5084         (gnus-summary-make-menu-bar): do.
5085
5086         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
5087         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
5088         gnus-article-hide-pgp.
5089         (article-hide-pgp): Remove.
5090         (gnus-article-hide): Remove gnus-article-hide-pgp.
5091
5092         * gnus.el: Remove gnus-article-hide-pgp
5093
5094 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5095
5096         * message.el (message-required-headers): Doc fix.
5097
5098 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
5099
5100         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
5101         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
5102         option to make ifile a purely binary classifier
5103
5104 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5105
5106         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
5107         (mml-secure-encrypt-pgpmime): Removed double.
5108
5109         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
5110         debugging statements.
5111
5112 2003-01-21  Andreas Fuchs  <asf@void.at>
5113
5114         * mml-sec.el (mml-sign-alist): Added pgpauto.
5115
5116 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5117
5118         * gnus.el (gnus-version-number): Bumped version number.
5119
5120 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5121
5122         * gnus.el: Oort Gnus v0.13 is released.
5123
5124 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5125
5126         * gnus-art.el (gnus-button-url-regexp): Removed |.
5127
5128         * message.el (message-send-hook): Doc fix.
5129
5130         * gnus-win.el (gnus-buffer-configuration): Display article
5131         instead of article-copy when `reply'.
5132
5133 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
5134
5135         * gnus.el (gnus-format): Change customize group to gnus.
5136         (gnus-cache): Add link.
5137         (gnus-group-charter-alist): Fix docstring.
5138
5139 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
5140
5141         * mailcap.el (mailcap-print-command): lpr-command might be
5142         unbound in XEmacs.
5143
5144 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5145
5146         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
5147
5148         * gnus-sum.el (gnus-summary-update-article-line): Fixed
5149         calculation of net characters added for use in the gnus-data
5150         structure.
5151
5152 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5153
5154         * nnmail.el (nnmail-process-unix-mail-format): Improve error
5155         message.  Suggested by Jari Aalto.
5156
5157 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5158
5159         * gnus-art.el (gnus-article-followup-with-original): Clean up.
5160         (gnus-article-reply-with-original): Ditto.
5161
5162         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
5163         read articles don't become unread.
5164
5165 2003-01-17  Simon Josefsson  <jas@extundo.com>
5166
5167         * gnus-fun.el (gnus-x-face-from-file):
5168         (gnus-face-from-file): Suggest image format in minibuffer prompt.
5169
5170         * gnus-fun.el (gnus-convert-image-to-x-face-command)
5171         (gnus-convert-image-to-face-command): Doc fix.
5172
5173 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5174
5175         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
5176
5177 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
5178
5179         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
5180         avoid encoding problems.
5181
5182         * mailcap.el (mailcap-ps-command): New variable.
5183         (mailcap-mime-data): Add print entry where applicable.  Use
5184         pdftotext on a tty.
5185
5186 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5187
5188         * gnus-sum.el (gnus-alter-header-function): Add type and group.
5189
5190 2003-01-16  Simon Josefsson  <jas@extundo.com>
5191
5192         * gnus-fun.el (gnus-convert-image-to-x-face-command)
5193         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
5194         (gnus-face-from-file): Doc fix; don't mention image format.
5195
5196 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5197
5198         * spam.el (spam-get-article-as-filename): new function (unused for now)
5199         (spam-get-article-as-buffer): new function
5200         (spam-get-article-as-string): use spam-get-article-as-buffer
5201         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
5202
5203 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5204
5205         * gnus-agent.el: Don't use `path'.
5206         From the GNU coding standards:
5207
5208             Please do not use the term ``pathname'' that is used in Unix
5209             documentation; use ``file name'' (two words) instead.  We use
5210             the term ``path'' only for search paths, which are lists of
5211             directory names.
5212
5213         * nnsoup.el (nnsoup-file-name): Ditto.
5214
5215         * nnmail.el (nnmail-pathname-coding-system): Ditto.
5216         (nnmail-group-pathname): Ditto.
5217
5218         * nnimap.el (nnimap-group-overview-filename): Ditto.
5219
5220         * nnheader.el (nnheader-pathname-coding-system): Ditto.
5221         (nnheader-group-pathname): Ditto.
5222
5223         * nnfolder.el (nnfolder-group-pathname): Ditto.
5224
5225         * gnus.el (gnus-home-directory): Ditto.
5226
5227         * gnus-group.el (gnus-group-icon-list): Ditto.
5228
5229 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
5230
5231         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
5232
5233         * message.el (message-mode-menu): Use it.
5234         (message-mode-menu): Deactivate "Yank Original" if there's no
5235         reply buffer.
5236
5237         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
5238
5239         * message.el (message-mark-active-p): New function.
5240
5241 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
5242
5243         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
5244         (spam-bogofilter-database-directory): new variables
5245         (spam-check-bogofilter-headers, spam-check-bogofilter)
5246         (spam-bogofilter-register-with-bogofilter)
5247         (spam-bogofilter-register-spam-routine)
5248         (spam-bogofilter-register-ham-routine)
5249         (spam-group-ham-processor-bogofilter-p): new functions for the new
5250         Bogofilter interface
5251         (spam-summary-prepare-exit): use the new Bogofilter functions
5252         (spam-list-of-checks): added spam-use-bogofilter-headers
5253         (spam-bogofilter-score): rewrote function
5254         (spam-check-bogofilter): optional score parameter, uses
5255         spam-check-bogofilter-headers better
5256         (spam-check-bogofilter-headers): optional score parameter
5257
5258         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
5259         default, in the gnus-start customization group.  Used to disable
5260         the spam-*/ham-* parameters.
5261         (gnus-group-ham-exit-processor-bogofilter): new ham processor
5262
5263 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
5264
5265         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
5266         XEmacs.
5267
5268         * gnus-ems.el (gnus-mark-active-p): do.
5269
5270 2003-01-15  Kevin Ryde  <user42@zip.com.au>
5271
5272         * gnus.texi (Using MIME): Mention auto-compression-mode with
5273         gnus-mime-copy-part.
5274
5275 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5276
5277         * message.el (message-send): Don't warn about duplicates when
5278         superseding.
5279
5280 2003-01-15  Simon Josefsson  <jas@extundo.com>
5281
5282         * nnimap.el (nnimap-split-download-body): New variable.
5283         (nnimap-split-articles): Use it.
5284
5285 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5286
5287         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
5288         integrity checker was incorrectly flagging, and removing, articles
5289         whose article number was negative.
5290         (gnus-agent-fetch-group-1): When executed in the group's summary
5291         buffer, refresh each downloaded line to update the status flag and
5292         font.  Preserve the value of gnus-newsgroup-headers so that
5293         gnus-agent-fetch-articles can split the requests by size.
5294         (gnus-agent-expire): Corrected day calculation for when
5295         gnus-agent-expire-days contains a list.
5296
5297 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5298
5299         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
5300
5301 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
5302
5303         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
5304           /usr/bin/play as default player.
5305           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
5306
5307 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5308
5309         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
5310         articles to be marked as well.
5311
5312 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5313         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
5314         fictious headers generated by nnagent (ie. Undownloaded Article
5315         ####) in the list of articles that have not been downloaded.
5316
5317         * gnus-int.el (): Added require declarations to resolve
5318         compile-time warnings.
5319         (gnus-open-server): If the server status is set to offline,
5320         recursively execute gnus-open-server to open the offline backend
5321         (e.g. nnagent).
5322
5323 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
5324
5325         * gnus-art.el (gnus-article-reply-with-original): Use
5326         gnus-mark-active-p.
5327         (gnus-article-followup-with-original): do.
5328
5329 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5330
5331         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
5332
5333 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5334
5335         * gnus-score.el (gnus-score-edit-file-at-point): New function.
5336         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
5337
5338 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
5339
5340         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
5341         (gnus-face-from-file): Ditto.
5342
5343 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5344
5345         * gnus-sum.el (gnus-articles-to-read): Don't just apply
5346         gnus-alter-articles-to-read-function to the unread articles.
5347
5348 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5349
5350         * deuglify.el (gnus-article-outlook-unwrap-lines)
5351         (gnus-article-outlook-repair-attribution)
5352         (gnus-article-outlook-rearrange-citation): New function names,
5353         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
5354         doc-string.
5355
5356         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
5357         removed `W k' key binding (use `W Y f' instead).
5358         (gnus-summary-make-menu-bar): Use new function names.
5359
5360 2003-01-13  Simon Josefsson  <jas@extundo.com>
5361
5362         * gnus-fun.el (gnus-random-x-face): Doc fix.
5363         (gnus-insert-random-x-face-header): New function.
5364
5365 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
5366
5367         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
5368         mark is not active.
5369
5370         * gnus-msg.el (gnus-inews-do-gcc): Comment.
5371
5372         * gnus-ems.el (gnus-mark-active-p): New function.
5373
5374         * gnus-group.el (gnus-topic-mode-p): New function.
5375         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
5376         Deactivate items if mark is not active.
5377
5378 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5379
5380         * gnus.el (gnus-version-number): Bumped version.
5381         (gnus-summary-line-format): Doc fix.
5382
5383 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5384
5385         * gnus.el: Oort Gnus v0.12 is released.
5386
5387 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5388
5389         * mail-source.el (mail-sources): Removed autoload to make it
5390         compile under XEmacs.
5391
5392 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
5393
5394         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
5395         regexp or a function too.
5396         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
5397         confirmation even if the original article is mail.
5398
5399 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5400
5401         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
5402         articles to be marked when not yanking.
5403
5404 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
5405
5406         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
5407
5408 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5409
5410         * gnus-fun.el (gnus-face-from-file): Autoload.
5411
5412         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
5413         errors.
5414
5415 2003-01-12  Simon Josefsson  <jas@extundo.com>
5416
5417         * sieve.el (sieve-upload-and-bury): New.  Suggested by
5418         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
5419
5420         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
5421         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
5422
5423 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5424
5425         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
5426         in every string.
5427
5428         * gnus.el (gnus-version-number): Bumped version number.
5429
5430 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5431
5432         * gnus.el: Oort Gnus v0.11 is released.
5433
5434 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
5435
5436         * message.el (message-fetch-reply-field): Narrow to headers.
5437
5438         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
5439         if Gnus isn't alive.
5440
5441 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5442
5443         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
5444         marks from articles that are already stored in the agent.
5445         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
5446         backup copy of an invalid .overview file for later analysis.
5447
5448 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
5449
5450         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
5451         exit work with two frames.
5452
5453 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
5454
5455         * message.el (message-forward-make-body): Use mule4.
5456
5457 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5458
5459         * message.el (message-mode-map): Move wide-reply command.
5460
5461 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
5462
5463         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
5464         castellano.
5465         (gnus-outlook-display-hook): New variable.
5466         (gnus-outlook-display-article-buffer): New function.
5467         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
5468         (gnus-outlook-deuglify-article): Made them interactive and added
5469         optional arg.  Use `g-o-d-a-b'.
5470         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
5471
5472         * gnus-sum.el: Added autoloads.
5473         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
5474         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
5475
5476 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5477
5478         * gnus-art.el (gnus-display-mime): Use the mime emulation
5479         variable.
5480
5481         * gnus-sum.el (gnus-article-emulate-mime): New variable.
5482
5483         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
5484         newsrc-alist is initialized properly.
5485
5486         * mail-source.el (mail-sources): Autoload.
5487
5488         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
5489         nil.
5490
5491         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
5492         insert two newlines.
5493
5494         * message.el (message-check-news-header-syntax): Compute the
5495         header length correctly.
5496
5497 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5498
5499         * gnus-agent.el (gnus-agent-expire): Do not remove article from
5500         alist when keeping fetched article file.
5501         (gnus-agent-retrieve-headers): When parsing response for article
5502         numbers, use the same algorithm as gnus-agent-braid-nov to protect
5503         against garbage in the server's response.
5504
5505         * gnus-int.el (gnus-request-expire-articles,
5506         gnus-request-move-article): Only expire when the group's server
5507         has been agentized.
5508
5509 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5510
5511         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
5512         errors when deleting overlays.
5513
5514         * gnus-score.el (gnus-score-followup): Allow tracing.
5515
5516         * gnus-art.el (gnus-treat-display-face): New variable.
5517         (article-display-face): New command.
5518
5519         * gnus-fun.el (gnus-face-from-file): New function.
5520         (gnus-convert-face-to-png): Ditto.
5521
5522         * gnus-art.el (gnus-ignored-headers): Added Face.
5523
5524 2003-01-10  Simon Josefsson  <jas@extundo.com>
5525
5526         * nndraft.el (nndraft-request-group): Avoid crash in
5527         directory-files when draft directory doesn't exists.
5528
5529         * gnus-sum.el (gnus-select-article-hook): Add :option.
5530
5531 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
5532
5533         * spam.el (spam-use-stat): new variable
5534         (spam-group-spam-processor-stat-p)
5535         (spam-group-ham-processor-stat-p): new convenience functions
5536         (spam-summary-prepare-exit): add spam/ham processors to sequence
5537         (spam-list-of-checks): add spam-use-stat to list of checks
5538         (spam-split): conditionally load the spam-stat tables
5539         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
5540         spam-check-ifile): new functions
5541
5542         * spam-stat.el (spam-stat): typo fix
5543         (spam-stat-install-hooks): new variable
5544         (spam-stat-split-fancy-spam-group): added documentation clarification
5545         (spam-stat-split-fancy-spam-threshhold): new variable
5546         (spam-stat-install-hooks): make hooks conditional
5547         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
5548
5549         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
5550         spam-stat ham/spam processor symbols
5551
5552 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5553
5554         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
5555         file exists.
5556
5557 2003-01-10  Simon Josefsson  <jas@extundo.com>
5558
5559         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
5560         undownloaded/downloadable only when unplugged.
5561
5562 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
5563
5564         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
5565
5566 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5567
5568         * spam.el (spam-check-ifile): fixed call-process-region to use the
5569         db parameter only if it's set
5570         (spam-ifile-register-with-ifile): ditto
5571
5572 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
5573
5574         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
5575         spam-stat-nbad before creating the hash table.
5576         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
5577         Changed copyright statement to FSF.
5578
5579 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5580
5581         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
5582         processable articles as read.
5583         (gnus-agent-summary-fetch-series): Remove processable and
5584         downloadable marks on all downloaded articles in the series.
5585
5586         * nntp.el (nntp-report): Throw error after reporting the problem.
5587         (nntp-accept-process-output): Corrected error check to report an
5588         error when the process is nil.
5589
5590 2003-01-09  Simon Josefsson  <jas@extundo.com>
5591
5592         * message.el (message-tool-bar-map): Add preview.
5593
5594 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
5595
5596         * mml.el (mml-preview): Get rid of MIME handles and buffers after
5597         previewing.
5598
5599 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
5600
5601         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
5602         bug when the (n+1)th article to be added to a group has a smaller
5603         number than the n articles already added.
5604
5605 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
5606
5607         * message.el (message-mode-field-menu): Use backquote.
5608
5609 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
5610
5611         * spam.el: fixed the BBDB autoloads again, using
5612         bbdb-search-simple now (which is not a macro, thank god)
5613
5614         * lpath.el (bbdb-search): removed function from maybe-fbind list
5615
5616         * gnus.el (ham-process-destination): added new parameter for
5617         destination of ham articles found in spam groups at summary exit
5618
5619         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
5620         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
5621         (spam-ifile-database-path): added new parameter for ifile's database
5622         (spam-move-spam-nonspam-groups-only): new parameter to determine
5623         if spam should be moved from all groups or only some
5624         (spam-summary-prepare-exit): fixed logic to use
5625         spam-move-spam-nonspam-groups-only when deciding to invoke
5626         spam-mark-spam-as-expired-and-move-routine; always invoke that
5627         routine after the spam has been expired-or-moved in case there's
5628         some spam left over; use spam-ham-move-routine in spam groups
5629         (spam-ham-move-routine): new function to move ham articles to the
5630         ham-process-destinations group parameter
5631
5632 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5633
5634         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
5635
5636         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
5637         gnus-summary-update-article-line.
5638
5639 2003-01-08  Simon Josefsson  <jas@extundo.com>
5640
5641         * nnmail.el (nnmail-expiry-target-group): Request group, create it
5642         not successful.
5643
5644 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5645
5646         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
5647
5648 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5649
5650         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
5651         logic, finally
5652
5653 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5654
5655         * gnus-spec.el (gnus-parse-format): %C is a complex format.
5656         (gnus-parse-format): Change to %~.
5657
5658         * message.el (message-generate-headers): Don't generate optional
5659         empty headers.
5660
5661 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5662
5663         * message.el (message-cross-post-default)
5664         (message-cross-post-note-function, message-shoot-gnksa-feet)
5665         (message-strip-subject-trailing-was, message-change-subject)
5666         (message-mark-insert-file, message-cross-post-followup-to)
5667         (message-cross-post-followup-to, message-mode-map)
5668         (message-generate-unsubscribed-mail-followup-to)
5669         (message-make-mail-followup-to): Minor changes to doc-strings and
5670         error messages.  Updated copyright line.
5671
5672         * message.el (message-make-mail-followup-to,
5673         message-generate-unsubscribed-mail-followup-to): New function
5674         names.  Renamed functions: "-mft" -> "-mail-followup-to".
5675         (message-make-mft, message-gen-unsubscribed-mft): Removed function
5676         names.
5677
5678         * mml.el (mml-preview-insert-mail-followup-to): New function name.
5679         (mml-preview-insert-mft): Removed function name.
5680         (mml-preview): Use new function names.
5681
5682         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
5683
5684         * message.el (message-mode-field-menu): Moved header related
5685         commands from "Message" to "Field" menu.
5686
5687 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5688
5689         * message.el (message-generate-headers-first): Added customization
5690         if variable is a list.
5691
5692 2003-01-07  Michael Shields  <shields@msrl.com>
5693
5694         * gnus-art.el (gnus-article-next-page): Correctly handle the case
5695         where the last line of the article is the last line of the window.
5696
5697 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5698
5699         * gnus-msg.el (gnus-debug): Use ignore-errors.
5700
5701         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
5702         `gnus-summary-update-line'.
5703
5704 2003-01-08  Simon Josefsson  <jas@extundo.com>
5705
5706         * gnus-art.el (gnus-unbuttonized-mime-types)
5707         (gnus-buttonized-mime-types): Doc fix.
5708
5709 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
5710
5711         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
5712
5713 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5714
5715         * nnrss.el (nnrss-group-alist): Add and clear up.
5716
5717 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5718
5719         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
5720
5721         * lpath.el (bbdb-search): added BBDB functions for a better way to
5722         fix missing functions
5723
5724         * spam.el (spam-check-ifile): if should be an unless
5725
5726         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
5727         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
5728         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
5729
5730 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5731
5732         * gnus-sum.el (gnus-summary-make-menu-bar): Added
5733         gnus-summary-refer-thread to thread menu.
5734
5735 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5736
5737         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
5738         summary buffer, articles that cannot be fetched are marked as
5739         canceled.
5740
5741         * nntp.el (nntp-with-open-group): The quit signal handler must
5742         propagate the quit signal to the next outer handler so that the
5743         caller knows that the request aborted abnormally.
5744
5745 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5746
5747         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
5748         (spam-ifile-register-spam-routine)
5749         (spam-ifile-register-ham-routine): added ifile functionality that
5750         does not use ifile-gnus.el to classify and register articles
5751         (spam-get-article-as-string): convenience function
5752         (spam-summary-prepare-exit): added ifile spam and ham registration
5753         (spam-ifile-all-categories, spam-ifile-spam-category)
5754         (spam-ifile-path, spam-ifile): added customization options
5755
5756         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
5757         exit processor
5758         (spam-process): added gnus-group-ham-exit-processor-ifile to the
5759         list of choices
5760
5761 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5762
5763         * gnus-score.el (gnus-score-followup): Also score immediate
5764         followups.
5765
5766 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5767
5768         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
5769
5770 2003-01-07  Simon Josefsson  <jas@extundo.com>
5771
5772         * message.el (message-mode-menu): Fix receipt balloon help.
5773
5774 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
5775
5776         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
5777         always be interpreted as news.
5778
5779 2003-01-07  Simon Josefsson  <jas@extundo.com>
5780
5781         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
5782         gnus-sieve-script, instead of the global variable
5783         gnus-sieve-crosspost.  One-line patch from Steinar Bang
5784         <sb@dod.no>.
5785
5786 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5787
5788         * gnus.el: Renamed gnus-summary-*-uncached-face as
5789         gnus-summary-*-undownloaded-face to avoid confusing the agent with
5790         the cache.
5791
5792         * gnus-sum.el: Ditto.
5793
5794 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5795
5796         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
5797         in either the group or summary buffer.
5798         New command "JS", in summary buffer, will fetch articles per the
5799         group's category, predicate, and processable flags.
5800         (gnus-agent-summary-fetch-series): Rewritten to call
5801         gnus-agent-session-fetch-group once with all articles in the
5802         series.
5803         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
5804         return list of fetched articles.
5805         (gnus-agent-fetch-articles): Split fetch list into sublists such
5806         that the article buffer is only slightly larger than
5807         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
5808         the group's article alist is saved.
5809         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
5810         longer result in the agent trying to fetch an article.
5811         (gnus-agent-fetch-group-1): Can now be called in either the group
5812         or summary buffer.  Removed the max-fetch-size code that I added
5813         on 2002-12-13 as that capability is now part of
5814         gnus-agent-fetch-articles.  Added code to update summary buffer.
5815         When called in the group buffer, articles that can not be fetched
5816         are AUTOMATICALLY MARKED AS READ.
5817
5818         * gnus-sum.el (): Modified eval-when-compile to minimize
5819         misleading compilation warnings.
5820         (gnus-update-summary-mark-positions): Changed code to use
5821         gnus-undownloaded-mark rather than gnus-downloaded-mark.
5822
5823         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
5824         empty file as the parser assumes that the file isn't empty.
5825
5826         * nntp.el (nntp-send-string): The process-send-string call can,
5827         because it performs I/O on the process, change the process' state
5828         from open to closed.  If this happens, call nntp-report
5829         immediately to report the broken connection.
5830         (nntp-report): Rewritten to avoid needing a global variable to
5831         determine the appropriate course of action.  Instead, two function
5832         implementations are provided and the nntp-report function value is
5833         bound to the appropriate implementation.
5834         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
5835         (nntp-with-open-group): Now binds nntp-report's function cell
5836         rather than binding gnus-with-open-group-first-pass.  Added a
5837         condition-case to detect a quit during a nntp command.  When the
5838         quit occurs, the current connection is closed as a fetch articles
5839         request could have several megabytes queued up for reading.
5840         (nntp-retrieve-headers): Bind articles to itself.  If
5841         nntp-with-open-group repeats this command, I must have access to
5842         the original list of articles.
5843         (nntp-retrieve-groups): Ditto for groups.
5844         (nntp-retrieve-articles): Ditto for articles.
5845         (*): Replaced nntp-possibly-change-group calls to
5846         nntp-with-open-group forms in all, but one, occurrance.
5847         (nntp-accept-process-output): Bug fix. Detect when called with
5848         null process.
5849
5850 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
5851
5852         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
5853         if we don't need to.
5854         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
5855
5856 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5857
5858         * gnus-group.el (gnus-group-make-web-group): Pass the select
5859         method on to group-create.
5860         (gnus-group-line-format-alist): %U is an integer.
5861
5862         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
5863         ephemeral groups.
5864         (gnus-summary-read-group-1): Ditto.
5865         (gnus-group-make-articles-read): Ditto.
5866
5867         * mm-url.el (mm-url-program): Doc fix.
5868
5869         * message.el (message-mode-map): Rebound
5870         message-insert-wide-reply.
5871
5872 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5873
5874         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
5875         color as `gnus-group-startup-message' does.
5876
5877 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
5878
5879         * spam.el: fixed line lengths to 80 chars or less
5880
5881         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
5882         "not-read" mark
5883         (gnus-summary-mark-forward): added the spam-mark to the list of
5884         marks not to be marked as "read" when viewed
5885
5886 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5887
5888         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
5889
5890         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
5891         Protect against unactive groups.
5892
5893         * message.el (message-check-news-header-syntax): Check long
5894         header lines.
5895         (message-check-news-header-syntax): Update `start'.
5896
5897         * gnus-group.el (gnus-group-expire-articles): Doc fix.
5898         (gnus-group-line-format): %U.
5899         (gnus-group-line-format-alist): ?U.
5900         (gnus-number-of-unseen-articles-in-group): New function.
5901
5902         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
5903
5904         * gnus.el (gnus-version-number): Bump version number.
5905
5906 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5907
5908         * gnus.el: Oort Gnus v0.10 is released.
5909
5910 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5911
5912         * gnus.el (gnus-version-number): Fix version number.
5913
5914 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5915
5916         * gnus.el: Oort Gnus v0.08 is released.
5917
5918 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
5919
5920         * mm-util.el: Add mm-string-make-unibyte.
5921
5922         * gnus-group.el (gnus-group-jump-to-group): Make it work for
5923         UTF-8 groups.
5924
5925 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5926
5927         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
5928
5929         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
5930
5931 2003-01-04  Kevin Ryde  <user42@zip.com.au>
5932
5933         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
5934         function.
5935
5936 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5937
5938         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
5939         (gnus-summary-read-group-1): Update group line.
5940         (gnus-summary-exit-no-update): Update group on exit.
5941
5942         * gnus-group.el (gnus-group-line-format): Add %*.
5943         (gnus-group-line-format-alist): Ditto.
5944         (gnus-group-insert-group-line): Set it.
5945         (gnus-group-is-exiting-p): New variable.
5946         (gnus-group-insert-group-line): Use it.
5947
5948 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
5949
5950         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
5951         enable BBDB ham processing
5952         (spam-blacklist-register-routine): enable blacklist spam processing
5953         (spam-whitelist-register-routine): enable whitelist ham processing
5954         (spam-fetch-field-from-fast): fast fetching of the "from" field
5955         from (gnus-data-list)
5956         (spam-summary-prepare-exit): works completely now
5957         (spam-use-blacklist): oops, should be nil by default
5958         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
5959         split processing now; before it was for summary exit as
5960         well but that's done with the spam-contents and spam-process
5961         parameters now
5962
5963 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
5964
5965         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
5966         characters.
5967
5968 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
5969
5970         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
5971         (spam-group-processor-p, spam-group-processor-bogofilter-p)
5972         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
5973         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
5974         (spam-mark-spam-as-expired-and-move-routine)
5975         (spam-generic-register-routine, spam-BBDB-register-routine)
5976         (spam-ifile-register-routine, spam-blacklist-register-routine)
5977         (spam-whitelist-register-routine): new functions
5978         (spam-summary-prepare-exit): added summary exit processing (expire
5979         or move) of spam-marked articles for spam groups; added slots for
5980         all the spam-*-register-routine functions
5981
5982 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5983
5984         * pop3.el (pop3-retr): Wait 500 msecs.
5985         (pop3-read-response): Ditto.
5986
5987         * gnus-msg.el (gnus-setup-message): Get the evaliation order
5988         right.
5989         (gnus-inews-make-draft): New function.
5990         (gnus-setup-message): Use it.
5991
5992         * message.el (message-required-headers): Add From.
5993
5994 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5995         Trivial patch from Norbert Koch <nk@viteno.net>.
5996
5997         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
5998
5999 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6000
6001         * message.el (message-generate-headers): Let header formatters do
6002         their work.
6003
6004 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
6005
6006         * deuglify.el (gnus-article-outlook-deuglify-article):
6007         Rehighlight, reapply treatments and call
6008         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
6009         (gnus-outlook-repair-attribution-block): Recognize cited
6010         attributions.  Suggested by Niklas Morberg.
6011
6012 2003-01-02  Pete Kazmier  <pete@kazmier.com>
6013
6014         * gnus-art.el (gnus-treat-predicate): Check condition first.
6015
6016 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
6017
6018         * lpath.el: Add url-http-file-exists-p.
6019
6020         * gnus-group.el (gnus-group-fetch-charter): Use
6021         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
6022
6023 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6024
6025         * message.el (message-draft-headers): Also generate From to get a
6026         nicer draft buffer summary.
6027
6028         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
6029         parameter.
6030
6031         * gnus-art.el (article-wash-html): Clean up.
6032         (article-wash-html): Typo fix.
6033
6034         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
6035         (gnus-summary-mail-forward): To many lists of lists.
6036
6037         * gnus-art.el (article-wash-html): Clean up.
6038
6039 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
6040
6041         * gnus-art.el (gnus-treat-wash-html): New variable.
6042
6043 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6044
6045         * message.el (message-check-news-header-syntax): Allow posting.
6046         (message-check-news-header-syntax): Fix logic for sure, this
6047         time.
6048
6049 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
6050
6051         * message.el (message-check-news-header-syntax): Check syntax of
6052         continuation headers.
6053
6054 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
6055
6056         * gnus-art.el (gnus-button-url-regexp,
6057         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
6058         (gnus-header-button-alist): Regexps are case insensitive here.
6059
6060 2003-01-02  Simon Josefsson  <jas@extundo.com>
6061
6062         * dig.el (query-dig): Doc fix.
6063
6064 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6065
6066         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
6067         summary buffer line, not just the download mark.
6068
6069 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6070
6071         * gnus-sum.el (gnus-summary-goto-subjects): New function.
6072         (gnus-summary-insert-dormant-articles): New command and
6073         keystroke.
6074
6075         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
6076         function for mass insertion of subjects.
6077
6078         * nndraft.el (nndraft-generate-headers): Don't move point.
6079
6080         * gnus.el (nnheader): Require nnheader.
6081
6082         * nndraft.el (nndraft-request-associate-buffer): Use
6083         make-local-variable.
6084
6085 2003-01-02  Michael Shields  <shields@msrl.com>
6086
6087         * nndraft.el (nndraft-request-associate-buffer): Make
6088         write-contents-hooks buffer-local before setting it.
6089
6090 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6091
6092         * gnus.el (gnus-group-parameter-value): Take an extra param.
6093         (gnus-group-fast-parameter): Let group param results be nil.
6094
6095         * gnus-art.el (gnus-article-forward-header): New function.
6096         (article-date-ut): Use it to remove continuation date headers.
6097
6098         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
6099         read-event.
6100         (gnus-summary-remove-bookmark): Clean up.
6101         (gnus-summary-set-bookmark): Clean up.
6102
6103         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
6104
6105         * gnus.el (gnus-group-startup-message): Bind data-directory to
6106         the Gnus etc directory.
6107
6108 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
6109
6110         * spam.el (spam-summary-prepare-exit): added slots for spam- and
6111         ham-processing of articles; use the new
6112         spam-group-(spam|ham)-contents-p functions
6113         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
6114         convenience functions
6115         (spam-mark-junk-as-spam-routine): use the new
6116         spam-group-spam-contents-p function
6117
6118         * gnus.el (spam-process, spam-contents, spam-process-destination):
6119         added new parameters with corresponding global variables
6120         (gnus-group-spam-exit-processor-ifile,
6121         gnus-group-spam-exit-processor-bogofilter,
6122         gnus-group-spam-exit-processor-blacklist,
6123         gnus-group-spam-exit-processor-whitelist,
6124         gnus-group-spam-exit-processor-BBDB,
6125         gnus-group-spam-classification-spam,
6126         gnus-group-spam-classification-ham): added new symbols for the
6127         spam-process and spam-contents parameters
6128
6129         * spam.el (spam-ham-marks, spam-spam-marks): changed list
6130         customization and list itself to store mark symbol rather than
6131         mark character.
6132         (spam-bogofilter-register-routine): added logic to generate mark
6133         values list from spam-ham-marks and spam-spam-marks, so (member)
6134         would work.
6135
6136 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * message.el (message-cross-post-followup-to): Fix comment.
6139
6140 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
6141
6142         * spam.el (spam-ham-marks, spam-spam-marks): changed list
6143         customization and list itself to store mark symbol rather than
6144         mark character.
6145         (spam-bogofilter-register-routine): added logic to generate mark
6146         values list from spam-ham-marks and spam-spam-marks, so (member)
6147         would work.
6148
6149 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
6150
6151         * message.el (message-signature-insert-empty-line): New variable.
6152
6153 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6154
6155         * message.el: Renamed functions and variables: "xpost" ->
6156         "cross-post", "-fup2" -> "-followup-to".
6157         (message-cross-post-old-target, message-cross-post-default,
6158         message-cross-post-note, message-followup-to-note,
6159         message-cross-post-note-function): New variables names.
6160         (message-xpost-old-target, message-xpost-default,
6161         message-xpost-note, message-fup2-note,
6162         message-xpost-note-function): Removed variable names.
6163         (message-cross-post-followup-to-header,
6164         message-cross-post-insert-note, message-cross-post-followup-to):
6165         New function names.
6166         (message-xpost-fup2-header, message-xpost-insert-note,
6167         message-xpost-fup2): Removed function names.
6168
6169 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6170
6171         * message.el (message-send-mail): Added message-cleanup-headers to
6172         prevent newlines in headers.
6173
6174 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6175
6176         * dns.el (dns-make-network-process): Comment.
6177
6178         * gnus-sum.el (gnus-summary-display-while-building): Default to
6179         nil.
6180
6181 2003-01-01  Wes Hardaker  <wes@hardakers.net>
6182
6183         * gnus-sum.el (gnus-summary-display-while-building): New
6184         variable.
6185
6186 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
6187
6188         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
6189         before rearranging the article.
6190
6191 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6192
6193         * nndraft.el (nndraft-generate-headers): New function.
6194         (nndraft-request-associate-buffer): Use it to write headers on
6195         buffer save.
6196
6197         * message.el (message-generate-headers): Let the function be a
6198         lambda form.
6199         (message-draft-headers): New variable.
6200
6201         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
6202         function.
6203         (gnus-setup-message): Use it.
6204
6205         * message.el (message-generate-headers-first): Doc fix.
6206         (message-setup-1): Use new function for getting which headers to
6207         generate.
6208         (message-headers-to-generate): New function.
6209
6210 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6211
6212         * gnus-agent.el (gnus-agent-save-alist): Make directory.
6213
6214 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
6215
6216         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
6217         mention negatives.
6218
6219 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
6220
6221         * deuglify.el (gnus-outlook-rearrange-article): Use
6222         `transpose-regions' instead of tempering the kill-ring.
6223         (gnus-article-outlook-deuglify-article): Rehighlight article
6224         instead of a complete redisplay.
6225
6226 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
6227
6228         * spam.el: most defvars are defcustoms now
6229
6230         patches from Michael Shields  <shields@msrl.com>
6231
6232         * spam.el (spam-bogofilter-articles): Select the article
6233         body using gnus-summary-show-article t instead of
6234         gnus-summary-select-article; this presents the raw text
6235         without running any hooks.
6236
6237         * spam.el (spam-bogofilter-articles): Use message-remove-header
6238         to remove headers; the old way incorrectly removed just the first
6239         line of folded headers.
6240
6241 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
6244
6245 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6246
6247         * gnus-start.el (gnus-load): New function.
6248         (gnus-read-newsrc-el-file): Use it.
6249
6250 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6251
6252         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
6253         (gnus-button-handle-apropos-documentation): New function.
6254         (gnus-button-handle-ctan): New function.
6255         (gnus-button-alist): Use them.  Improve some regexps.
6256         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
6257
6258 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6259
6260         * message.el (message-subscribed-p): New function.
6261         (message-send-mail): Use it.
6262         * mml.el (mml-preview-insert-mft): New function.
6263         (mml-preview): Use it.
6264
6265 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6266
6267         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
6268         when sorting by date.
6269
6270         * gnus-art.el (gnus-article-edit-mode): New variable.
6271         (gnus-article-setup-buffer): Warn user about discarding edits.
6272
6273         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
6274         (gnus-summary-pipe-output): Take a symbolic prefix to save all
6275         headers.
6276
6277         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
6278
6279 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6280
6281         * message.el (message-completion-alist): Added "Mail-Followup-To"
6282         and "Mail-Copies-To".
6283
6284 2002-07-21  Jesper harder  <harder@ifa.au.dk>
6285
6286         * gnus-group.el: Add key bindings for
6287         gnus-group-sort-groups-by-real-name and
6288         gnus-group-sort-selected-groups-by-real-name.
6289
6290 2002-07-21  Jesper harder  <harder@ifa.au.dk>
6291
6292         * gnus.texi (Sorting Groups): Add key bindings for
6293         gnus-group-sort-groups-by-real-name and
6294         gnus-group-sort-selected-groups-by-real-name.
6295
6296 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
6297
6298         * spam.el (spam-use-dig): new variable for blackhole checking
6299         through dig.el
6300         (spam-check-blackholes): added dig.el checking functionality and
6301         more verbose reporting; query-dig is autoloaded from dig.el
6302         (spam-use-blackholes): disabled by default
6303         (spam-blackhole-servers): removed rbl.maps.vix.com from the
6304         blackhole servers list
6305
6306 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6307
6308         * message.el (message-required-headers): New variable.
6309
6310 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
6311
6312         * dig.el (query-dig): new function
6313
6314 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6315
6316         * flow-fill.el (fill-flowed): Don't infloop on too long fill
6317         prefixes.
6318
6319         * dns.el (query-dns): Protect against errors.
6320
6321         * gnus-msg.el (gnus-article-yanked-articles): New variable.
6322         (gnus-inews-add-send-actions): Mark all answered messages as
6323         answered.
6324
6325 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
6326
6327         * nnmail.el (nnmail-split-it): Added tracing to
6328         `:' split rule
6329
6330 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
6331
6332         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
6333         and "%s" so we don't overquote them.
6334
6335 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
6336
6337         * (mm-display-external): Display the actual command that has been
6338         executed in the echo area.
6339
6340 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6341
6342         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
6343
6344         * message.el (message-with-reply-buffer): New macro.
6345         (message-fetch-reply-field): Use it.
6346         (message-insert-wide-reply): New command and keystroke.
6347         (message-carefully-insert-headers): New function.
6348         (message-insert-to): Use new function.
6349
6350         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
6351         (gnus-topic-goto-missing-group): Use it.
6352
6353         * message.el (message-required-news-headers): Removed Lines.
6354         (message-reply): Don't insert References first.
6355         (message-followup): Ditto.
6356         (message-make-references): New function.
6357         (message-followup): Set message-reply-headers before generating
6358         the buffer stuff.
6359
6360 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
6361
6362         * mml.el (mml-generate-mime-1): Reverse the order of
6363         encoding/flowing.
6364
6365 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6366
6367         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
6368         after moving them.
6369
6370         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
6371         fit with newer standard format.
6372         (gnus-summary-make-false-root-always): New variable.
6373         (gnus-gather-threads-by-subject): Use it.
6374
6375         * message.el (message-get-reply-headers): Take an address list
6376         optional argument.
6377
6378 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6379
6380         * gnus.el (gnus-keep-backlog): Change default to 20.
6381
6382         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
6383         start.
6384         (gnus-agent-check-overview-buffer): Remove negative article
6385         numbers.
6386
6387         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
6388         (nnmail-cache-ignore-groups): Doc fix.
6389
6390         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
6391         (nnimap-debug-buffer): New variable.
6392         (nnimap-debug): Use it.
6393
6394 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
6395
6396         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
6397
6398 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6399
6400         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
6401         they aren't already sorted.
6402
6403 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
6404
6405         * message.el (message-mode-menu): Add ellipses to menu items
6406         expecting user interaction.
6407         (message-mode-field-menu): do.
6408
6409 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
6410
6411         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
6412         it isn't used any more.
6413
6414 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
6415
6416         * binhex.el (binhex-decoder-program): Fix docstring.
6417
6418 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6419
6420         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
6421         special chars if the mailcap file uses single quotes around %s.
6422         From Laurent Martelli <laurent@bearteam.org>.
6423
6424 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
6425
6426         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
6427         return the info object.
6428
6429 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
6430
6431         * gnus-int.el (gnus-request-update-info): Artificially add
6432         (1 . (1- min)) to the read range, in case the backend doesn't
6433         store marks for nonexistent articles.
6434
6435 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6436
6437         * binhex.el (binhex-insert-char): Eval-and-compile.
6438
6439 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
6440
6441         * lpath.el: Add tool-bar-local-item-from-menu.
6442
6443         * message.el (message-tool-bar-local-item-from-menu): New function.
6444         (message-tool-bar-map): Use it.
6445
6446 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
6447
6448         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
6449
6450         * gnus-art.el (gnus-article-header-rank): Last header in
6451         gnus-sorted-header-list should have higher rank than non-members.
6452
6453 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6454
6455         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
6456         covered methods.
6457
6458 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6459
6460         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
6461         eval-when-compile.  Suggested by Kevin Greiner.
6462
6463 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
6464
6465         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
6466         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
6467         even though no headers may have been fetched
6468         (gnus-agent-fetch-group-1, and perhaps others, require this
6469         behavior).
6470         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
6471         server buffer is constrained by gnus-agent-max-fetch-size.
6472         Multiple chunks in the same group may perform arbitrarily large
6473         updates.
6474
6475 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
6476
6477         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
6478         gnus-summary-update-download-mark to update the article in the
6479         summary.
6480
6481 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
6482
6483         * gnus.el (gnus-summary-high-uncached-face,
6484         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
6485         New faces.
6486
6487         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
6488         added this on 2002-11-23 but it just wasn't working out as
6489         intended.  The idea isn't entirely dead, three new faces
6490         gnus-summary-*-uncached-face are being added to gnus.el to provide
6491         the basis for an improved implementation.
6492         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
6493         proper file to open is lib/servers.
6494         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
6495         (i.e. removing the article from gnus-newsgroup-downloadable) will
6496         now restore the article's default mark rather than simply setting
6497         no mark.
6498         (gnus-agent-get-undownloaded-list): Corrected documentation.
6499         Added code to set new summary local variable,
6500         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
6501         a temporary list.  No longer sets gnus-newsgroup-downloadable.
6502         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
6503         up to date.  Call new gnus-summary-update-download-mark to keep
6504         summary buffer up-to-date.
6505         (gnus-agent-fetch-selected-article): Keep
6506         gnus-newsgroup-undownloaded up to date.
6507         (gnus-agent-fetch-articles): Return list of articles that were
6508         successfully fetched.
6509         (gnus-agent-check-overview-buffer): No more thingatpt.
6510         (gnus-agent-expire): No longer deletes NOV entries of unread
6511         articles.
6512         (gnus-agent-unread-articles): New function.
6513         (gnus-agent-regenerate-group): The article number must be
6514         terminated by a tab character.  Added more messages to report
6515         repairs.  Inhibit quits while writing changes so it is now safe
6516         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
6517         downloaded to 1) resolve the unbound references and 2) avoid
6518         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
6519
6520         * gnus-art.el (gnus-article-prepare): The agent
6521         downloaded/undownloaded mark is no longer stored as the article's
6522         mark.
6523
6524         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
6525         gnus-summary-highlight may use it.  Added downloaded as
6526         gnus-summary-highlight was using it.
6527
6528         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
6529         the download mark now follows Kai's +/- convention.
6530         (gnus-downloaded-mark): Added ?+ mark.
6531         (gnus-summary-highlight): Added rules to select
6532         gnus-summary-high-uncached-face,
6533         gnus-summary-normal-uncached-face, and
6534         gnus-summary-low-uncached-face.  Removed the
6535         gnus-agent-downloaded-article-face.
6536         (gnus-summary-line-format-alist): Implemented the download flag
6537         format (?O) as named in the manual.  This implementation displays
6538         either gnus-undownloaded-mark, gnus-downloaded-mark, or
6539         gnus-no-mark.
6540         (gnus-newsgroup-agentized): New local variable that identifies
6541         which groups are agentized.  While the agent is now on by default,
6542         you don't have to agentize every server that you use.
6543         (gnus-update-summary-mark-positions): Completed support for the
6544         download type of mark.
6545         (gnus-summary-insert-line): Added undownloaded to the parameters.
6546         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
6547         reference by the gnus-summary-line-format-spec.
6548
6549         * nntp.el (nntp-with-open-group): This macro handles dropped or
6550         broken connections by opening a new connection and repeating the
6551         failed command.
6552         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
6553         XOVER commands preceeding the active articles with the nov entry
6554         of the first available article.  When gnus connected to such a
6555         server, the unexpected nov entry would result in duplicate lines
6556         in the agent's overview file.  This patch fixes the duplicate
6557         lines problem and improves performance by skipping over all
6558         articles IDs that preceed the first nov entry in the server's
6559         reply.
6560
6561 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6562
6563         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
6564         (gnus-summary-highlight): Use it instead of `downloaded'.
6565         (gnus-summary-highlight-line): Ditto.
6566
6567         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
6568
6569 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6570
6571         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
6572
6573         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
6574         calls.
6575
6576         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
6577         downloaded variable if we're in an uncovered group.
6578
6579         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
6580         font to soemthing less noticeable.
6581         (gnus-agent-group-covered-p): New function.
6582
6583 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6584
6585         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
6586         Because of an unknown bug, the group buffer is saved in .overview
6587         file.
6588
6589 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6590
6591         * nntp.el (nntp-send-command): Braino in last commit.  Replace
6592         `and' with `or'.
6593
6594 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6595
6596         * nntp.el (nntp-send-command): Assume that echo does not happen
6597         when nntp-open-connection-function is nntp-open-network-stream.
6598         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
6599
6600 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6601
6602         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
6603
6604 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
6605
6606         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
6607         nntp-server-buffer if we aren't going to write to it.
6608
6609 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6610         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
6611
6612         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
6613
6614 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * rfc2047.el (rfc2047-decode-region): Remove newlines between
6617         decoded words.
6618
6619 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6620
6621         * gnus.el (fboundp): After loading mm-util, make sure it was the
6622         right one.
6623
6624 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6625
6626         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
6627         gnus-sum.  Made into a user option.
6628
6629         * gnus-sum.el (gnus-simplify-ignored-prefixes)
6630         (gnus-summary-mark-article-as-unread)
6631
6632 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6633
6634         * time-date.el (date-to-time): Typo.
6635
6636         * parse-time.el: Typo.
6637
6638         * nnsoup.el (nnsoup-retrieve-headers): Typo.
6639
6640         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
6641
6642         * nnimap.el:
6643         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
6644
6645         * mm-encode.el (mm-safer-encoding): Typo.
6646
6647         * messcompat.el: Typo.
6648
6649         * message.el (message-face-alist): Typo.
6650
6651         * imap.el (imap-interactive-login, imap-open): Typos.
6652
6653         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
6654
6655         * gnus.el: Typo.
6656
6657         * gnus-win.el (gnus-configure-frame): Typo.
6658
6659         * gnus-util.el (gnus-atomic-progn-assign): Typo.
6660
6661         * gnus-topic.el (gnus-topic-sort-topics): Typo.
6662
6663         * gnus-sum.el (gnus-summary-article-number)
6664         (gnus-summary-read-group-1, gnus-summary-mark-article)
6665         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
6666
6667         * gnus-mule.el (gnus-mule-add-group): Typo.
6668
6669         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
6670
6671         * gnus-group.el (gnus-group-fetch-faq): Typo.
6672
6673         * gnus-art.el (gnus-decode-header-methods): Typo.
6674
6675         * flow-fill.el: Typo.
6676
6677 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
6678
6679         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
6680
6681 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6682
6683         * gnus-sum.el (gnus-simplify-ignored-prefixes)
6684         (gnus-summary-mark-article-as-unread)
6685         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
6686         Reformatting to avoid long lines.
6687         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
6688
6689 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
6690
6691         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
6692         be accessed through `mail-header-number'.
6693
6694 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6695
6696         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
6697         compressed range to gnus-summary-insert-articles.
6698
6699 2002-11-26  Kevin Ryde <user42@zip.com.au>
6700
6701         * gnus-art.el (gnus-mime-copy-part): Look for filename
6702         parameter under content-disposition, not content-type.
6703
6704         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
6705         (gnus-summary-reselect-current-group): Use it.
6706
6707 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6708
6709         * gnus-agent.el (gnus-agent-uncached-articles): if
6710         gnus-agent-load-alist fails, return ARTICLES.
6711
6712         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
6713
6714 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6715
6716         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
6717         superfluous function call.
6718         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
6719         Add warning to docstring.
6720
6721 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6722
6723         * gnus-agent.el: Autoload number-at-point instead.
6724         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
6725
6726 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6727
6728         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
6729         require thingatpt (for number-at-point) and protect against
6730         deactivate-mark being unbound (on XEmacs).
6731
6732 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6733
6734         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
6735         print message on entry.
6736
6737         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
6738
6739         * gnus-range.el (gnus-range-difference): New function.
6740         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
6741
6742 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6743
6744         * gnus-sum.el (gnus-summary-insert-old-articles): Use
6745         gnus-remove-from-range instead of gnus-range-difference which
6746         doesn't exist.
6747
6748 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6749         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
6750
6751         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
6752         used for showing which articles have been downloaded.
6753         (gnus-agent-article-alist): Format change.  Add documentation.
6754         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
6755         process-marked articles.
6756         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
6757         in the series are individually fetched to minimize lose of
6758         content due to an error/quit.
6759         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
6760         gnus-message instead of message.
6761         (gnus-agent-read-servers): Use file lib/methods instead of
6762         lib/servers.  TODO: Why?
6763         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
6764         (gnus-agent-get-undownloaded-list): Remove articles that appear to
6765         come from the agent.  This means that they are not downloaded.
6766         (gnus-agent-fetch-selected-article): Don't use history.
6767         (gnus-agent-save-history, gnus-agent-enter-history)
6768         (gnus-agent-article-in-history-p, gnus-agent-history-path):
6769         Removed function; history is not used anymore.
6770         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
6771         (gnus-agent-crosspost): Started rewrite then realized that a typo
6772         in gnus-agent-fetch-articles ensures that this function is never
6773         called.  This will need to be fixed later.
6774         (gnus-agent-check-overview-buffer): Some sanity checks on the
6775         agent overview buffer.  This is a safety net used during
6776         development.
6777         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
6778         changed, write a number to the file indicating this.
6779         (gnus-agent-fetch-headers): Rewrite to respect
6780         gnus-agent-consider-all-articles without relying on the
6781         `.fetched' files.  Make it fast.
6782         (gnus-agent-braid-nov): Change resulting from
6783         gnus-agent-fetch-headers change.
6784         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
6785         `.fetched' files.
6786         (gnus-agent-read-agentview): New function, used by
6787         gnus-agent-load-alist.
6788         (gnus-agent-load-fetched-headers): Remove.
6789         (gnus-agent-save-alist): Rewrite to accomodate new format.
6790         (gnus-agent-fetch-group-1): Make sure list of articles is in the
6791         same order as in gnus-newsgroup-headers.
6792         (gnus-agent-expire): Document and implement extra args ARTICLES,
6793         GROUP, FORCE.  Do not restrict usage.
6794         (gnus-agent-uncached-articles): New function.
6795         (gnus-agent-retrieve-headers): Use it.
6796         (gnus-agent-regenerate-group): No longer needs to be called from
6797         gnus-agent-regenerate.  Individual groups may be regenerated. The
6798         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
6799         The article fetch dates are validated in the article alist.  The
6800         article alist is pruned of entries that do not reference existing
6801         NOV entries.  All changes are computed then applied with
6802         inhibit-quit bound to t.  As a result, it is now safe to quit out of
6803         regeneration.  The optional clean parameter has been replaced with
6804         an optional reread parameter.  Clean is no longer necessary as
6805         regeneration gets the appropriate setting from
6806         gnus-agent-consider-all-articles.  The new reread parameter will
6807         result in fetched, or all, articles being marked as unread.
6808         (gnus-agent-regenerate): Removed code to regenerate the history
6809         file as it is no longer used.
6810
6811         * gnus-start.el (gnus-make-ascending-articles-unread): New
6812         function, for efficient mass-marking.
6813
6814         * gnus-sum.el (gnus-summary-highlight): Use new face for
6815         downloaded articles.
6816         (gnus-article-mark): Prefer to indicate read/unread status over
6817         downloaded status.
6818         (gnus-summary-highlight-line-0): New function, maybe rehighlights
6819         line.
6820         (gnus-summary-highlight-line): Use new face for downloaded
6821         articles.
6822         (gnus-summary-insert-old-articles): Improved performance by
6823         replacing the initial LIST of older articles with a compressed
6824         RANGE of older articles.  Some servers appear to lie about
6825         their active range so the original list could contain millions
6826         of article numbers.  The range is not expanded into a list
6827         until the optional ALL parameter has been applied.
6828
6829 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6830
6831         * gnus-agent.el (gnus-category-mode): Typo in doc string.
6832
6833 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
6834
6835         * spam.el:
6836         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
6837
6838         * spam.el: added `M s t' and `M s x' key mappings
6839
6840 2002-11-20  Simon Josefsson  <jas@extundo.com>
6841
6842         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
6843
6844 2002-11-19  Simon Josefsson  <jas@extundo.com>
6845
6846         * gnus-sum.el (gnus-summary-morse-message): Load
6847         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
6848         (unmorse-region): Autoload it instead.
6849
6850 2002-11-18  Simon Josefsson  <jas@extundo.com>
6851
6852         * gnus-sum.el (gnus-summary-morse-message): New function.
6853         (gnus-summary-wash-map): Bind to `W m'.
6854         (gnus-summary-make-menu-bar): Add.
6855
6856         * nnimap.el (nnimap-request-expire-articles): Compress sequence
6857         before storing \Deleted mark on expired articles.
6858
6859 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
6860         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
6861
6862         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
6863         parens in column 0.
6864
6865 2002-11-17  Juanma Barranquero  <lektu@terra.es>
6866
6867         * nnweb.el (nnweb-google-create-mapping): Fix typo.
6868
6869         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
6870
6871         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
6872
6873 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6874
6875         * message.el (message-set-auto-save-file-name): Use
6876         make-directory, to avoid the dependence on gnus-util.
6877
6878 2002-11-16  Simon Josefsson  <jas@extundo.com>
6879
6880         * nnimap.el (nnimap-callback-callback-function):
6881         (nnimap-callback-buffer): Removed, these cannot be global but must
6882         be embedded into the callback.
6883         (nnimap-make-callback): New.  Embedd article number, callback and
6884         buffer in function.
6885         (nnimap-callback, nnimap-request-article-part): Update.
6886
6887 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
6890
6891 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6892
6893         * gnus.el (gnus-summary-line-format): Document %C.
6894
6895 2002-11-11  Simon Josefsson  <jas@extundo.com>
6896
6897         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
6898         output when called interactively.
6899
6900 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
6903
6904         * message.el (message-draft-coding-system): Improve comment; use
6905         mm-auto-save-coding-system for the default value.
6906
6907         * nndraft.el (nndraft-request-article): Revert to the state before
6908         2002-10-29; regexp-quote mail-header-separator.
6909
6910 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
6911
6912         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
6913         allow editing of drafts from an nnvirtual group.
6914
6915 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6916
6917         * nndraft.el (nndraft-request-article): Replace emacs-mule with
6918         mm-auto-save-coding-system.
6919
6920         * message.el (message-draft-coding-system): Default to
6921         iso-2022-7bit.
6922
6923         * mm-util.el (mm-auto-save-coding-system): Undo last change to
6924         restore the default value to emacs-mule or escape-quoted.
6925
6926 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
6929         a delayed or a queued article as well as a draft.
6930
6931         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
6932         delayed or a queued article in the raw format; treat a delayed
6933         article as a raw article as well as a draft.
6934         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
6935         for the delayed group.
6936
6937         * nndraft.el (nndraft-request-article): Ignore auto save files for
6938         a delayed or a queued article; don't bother to decode a queued
6939         article; don't bind nnmail-file-coding-system for a queued article.
6940
6941         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
6942         and the queue group.
6943
6944 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
6945
6946         * gnus-group.el (gnus-group-delete-group):
6947         gnus-cache-active-hashtb might be void.
6948
6949 2002-11-02  Simon Josefsson  <jas@extundo.com>
6950
6951         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
6952         setting of the default user ID.  From Raymond Scholz
6953         <ray-2002@zonix.de>.
6954
6955 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
6956
6957         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
6958         charset.
6959
6960 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
6961         From Alex Schroeder <alex@emacswiki.org>
6962         * spam-stat.el (spam-stat-process-directory): add dir to message
6963         (spam-stat-reduce-size): No longer remove words
6964         with values close to 0.5, because the default value is 0.2.
6965
6966 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6967
6968         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
6969         documentation.
6970
6971 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6972
6973         * gnus-agent.el (gnus-agent-fetched-headers)
6974         (gnus-agent-load-fetched-headers)
6975         (gnus-agent-save-fetched-headers): Remove variable and two
6976         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
6977         works better.
6978         (gnus-agent-fetch-headers): New implementation from Kevin
6979         Greiner.  Uses gnus-agent-article-alist to store information
6980         about fetched messages which aren't on the server anymore.  The
6981         trick is to return a list of considered messages to the caller,
6982         but to only fetch those which haven't been fetched yet.
6983
6984 2002-10-30  Simon Josefsson  <jas@extundo.com>
6985
6986         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
6987
6988         * pgg.el (pgg-passphrase-cache-expiry): Removed.
6989
6990 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6991
6992         * mm-view.el (mm-w3m-local-map-property): Make it work with older
6993         versions of emacs-w3m than 1.3.3.
6994
6995         * lpath.el: Bind w3m-minor-mode-map.
6996
6997         * mm-view.el (mm-w3m-mode-command-alist)
6998         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
6999         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
7000         (mm-setup-w3m): Simplified.
7001         (mm-w3m-local-map-property): New function.
7002         (mm-inline-text-html-render-with-w3m): Use it.
7003
7004         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
7005         mm-w3m-local-map-property.
7006
7007 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7008
7009         * mm-util.el (mm-auto-save-coding-system): Default to
7010         iso-2022-7bit.
7011
7012         * nndraft.el (nndraft-request-article): Decode an article using
7013         the coding-system emacs-mule if it seems to have been saved using
7014         emacs-mule.
7015         (nndraft-request-replace-article): Use message-draft-coding-system
7016         instead of mm-auto-save-coding-system for the draft or delayed
7017         group.
7018
7019 2002-10-28  Josh  <huber@alum.wpi.edu>
7020
7021         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
7022         functions.
7023
7024 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7025         From mah@everybody.org (Mark A. Hershberger).
7026
7027         * mm-url.el (mm-url-insert-file-contents): Make it return the same
7028         type values ("url" size) regardless of the values of
7029         mm-url-use-external.
7030
7031 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7032
7033         * nnimap.el (nnimap-request-article-part): Try harder to show
7034         group name in debugging message.
7035
7036 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7037
7038         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
7039         directory if it doesn't exist.
7040         (gnus-agent-fetch-headers): Remove old cruft that tried to
7041         abstain from downloading articles more than once if
7042         gnus-agent-consider-all-articles was true.  This is now done
7043         properly via the .fetched files.
7044
7045 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * nndraft.el (nndraft-request-article): Treat delayed articles
7048         like drafts.
7049
7050 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7051
7052         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
7053
7054 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7055
7056         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
7057         Remove unused optional arg DIR and corresponding code.
7058
7059         * nnimap.el (nnimap-request-article-part): Include group name in
7060         debugging output.
7061
7062 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
7063
7064         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
7065
7066 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7067
7068         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
7069         contains range of headers that have been fetched by the agent
7070         already.  Compare gnus-agent-article-alist.
7071         (gnus-agent-file-header-cache): Like
7072         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
7073         (gnus-agent-fetch-headers): Improve comment.  Revert to old
7074         seen/recent logic.
7075         Remember which headers have been fetched before and don't fetch
7076         them again the next time round.
7077         (gnus-agent-load-fetched-headers)
7078         (gnus-agent-save-fetched-headers): New functions, for remembering
7079         which headers have been fetched before.
7080
7081 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7082
7083         * lpath.el: Remove useless bindings.
7084
7085 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
7086
7087         * gnus-sum.el (gnus-summary-execute-command): Disable visual
7088         features while searching.
7089
7090 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7091
7092         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
7093
7094 2002-10-22  Simon Josefsson  <jas@extundo.com>
7095
7096         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
7097         (pgg-snarf-keys): Add.
7098
7099 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7100
7101         * lpath.el: Fbind bbdb-records.
7102
7103         * spam.el: Don't autoload bbdb-records.
7104
7105 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
7108         prevent inf-loop.
7109
7110 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7111
7112         * nnslashdot.el: Removed some test lines.
7113         More test.
7114
7115 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7116
7117         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
7118         are known to be downloaded already.
7119
7120 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7121
7122         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
7123         (mm-text-html-washer-alist): Ditto.
7124
7125 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7126
7127         * nnheader.el (nnheader-remove-body): Fix an error of detecting
7128         boundary between headers and body.
7129         * nnml.el (nnml-parse-head): Ditto.
7130
7131 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7132
7133         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
7134         entries.
7135
7136         * gnus-group.el (gnus-fetch-group): Allow an optional
7137         specification of the articles to select.
7138
7139         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
7140
7141 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7142
7143         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
7144         headers from the group, update variable `articles' to contain
7145         only those numbers where headers exist.  (When fetching all
7146         articles in a group, Gnus creates lots of numbers where there is
7147         no articles.)
7148
7149 2002-10-20  Steve Youngs  <youngs@xemacs.org>
7150
7151         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
7152         doesn't have the 'alist custom type, use cons cells instead.
7153         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
7154         (pgg-parse-hash-algorithm-alist): Ditto.
7155         (pgg-parse-compression-algorithm-alist): Ditto.
7156         (pgg-parse-signature-type-alist): Ditto.
7157
7158         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
7159
7160         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
7161
7162         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
7163
7164 2002-10-19  Simon Josefsson  <jas@extundo.com>
7165
7166         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
7167         buffer.
7168
7169 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7170
7171         * gnus-spec.el (gnus-make-format-preserve-properties)
7172         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
7173         properties also on XEmacs.  `gnus-xmas-format' is like format but
7174         preserves text properties on XEmacs (though it only understands
7175         simple format specs).  The variable
7176         `gnus-make-format-preserve-properties' controls whether the
7177         function is used, and is checked in `gnus-parse-simple-format'.
7178         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
7179
7180         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
7181         output.
7182         (gnus-agent-consider-all-articles): New variable.
7183         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
7184         (gnus-agent-fetch-headers): Depending on
7185         gnus-agent-consider-all-articles, maybe get all articles.
7186         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
7187         `read'.
7188         (gnus-predicate-imples-unread): New function.
7189         (gnus-agent-fetch-headers): Optimize to call
7190         gnus-list-of-unread-articles if that is sufficient.
7191         Check unseen and recent instead of seen and recent.
7192         (gnus-agent-fetch-headers): Abstain from calling
7193         gnus-list-range-intersection if range (a . b) would have (> a b).
7194
7195 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * message.el (message-send-mail): Make it possible to perform
7198         edebug-defun.
7199
7200 2002-10-18  Simon Josefsson  <jas@extundo.com>
7201
7202         * gnus-art.el (gnus-button-man-handler): Change default to
7203         `manual-entry' (defined in both emacsen).
7204         (gnus-button-man-handler): Remove emacsen difference and use
7205         `manual-entry'.
7206
7207 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * spam.el: Wrap autoload settings for bbdb-records,
7210         executable-find and ifile-spam-filter with eval-and-compile.
7211         (spam-display-buffer-contents): Remove.
7212         (spam-bogofilter-score): Merge spam-display-buffer-contents.
7213
7214 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
7215
7216         * spam.el (spam-display-buffer-contents): New function.
7217         (spam-bogofilter-score): use spam-display-buffer-contents, patch
7218         from Katsumi Yamaoka <yamaoka@jpl.org>.
7219
7220 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7221
7222         * nnheader.el (nnheader-parse-naked-head): New function.
7223         (nnheader-parse-head): Use the above function, in order to handle
7224         continuation lines properly.
7225         (nnheader-remove-body): New function.
7226         (nnheader-remove-cr-followed-by-lf): New function.
7227         (nnheader-ms-strip-cr): Use the above function.
7228
7229         * gnus-agent.el (gnus-agent-regenerate-group): Call
7230         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
7231         `nnheader-parse-head'.
7232         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
7233
7234         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
7235         continuation lines by itself; call `nnheader-parse-naked-head'
7236         instead of `nnheader-parse-head'.
7237         * nndiary.el (nndiary-parse-head): Ditto.
7238         * nnfolder.el (nnfolder-parse-head): Ditto.
7239         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
7240         * nnmaildir.el (nnmaildir--update-nov): Ditto.
7241         * nnml.el (nnml-parse-head): Ditto.
7242
7243 2002-10-17  Steve Youngs  <youngs@xemacs.org>
7244
7245         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
7246         XEmacs, default to it if featurep 'xemacs.
7247
7248 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * spam-stat.el: Check for the existence of hash functions instead
7251         of the Emacs version to decide whether to load cl.  Suggested by
7252         Kai Gro\e,A_\e(Bjohann.
7253
7254 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7255
7256         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
7257         if it isn't open yet.
7258
7259 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7260
7261         * gnus-group.el: Require mm-url only when compiling.
7262         (gnus-group-fetch-charter): Require mm-url.
7263
7264         * spam-stat.el: Require cl for the functions gethash,
7265         hash-table-count, make-hash-table and mapc for Emacs 20.
7266         (puthash): Alias to cl-puthash for Emacs 20.
7267         (with-syntax-table): New macro for Emacs 20.
7268
7269 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
7270
7271         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
7272
7273 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
7274
7275         * spam.el (spam-check-ifile): added ifile as a spam checking
7276         backend, and spam-use-ifle as the variable to toggle that check.
7277
7278 2002-10-12  Simon Josefsson  <jas@extundo.com>
7279
7280         * message.el (message-beginning-of-line): New variable.
7281         (message-beginning-of-line): Use it.
7282
7283 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
7284
7285         * spam.el: more compilation fixes for BBDB
7286
7287         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
7288         (spam-stat-reduce-size): Interactive.
7289         (spam-stat-reset): New function.
7290         (spam-stat-save): Interactive.
7291
7292 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * gnus.el: Autoload gnus-delay-initialize.
7295
7296         * message.el: Autoload gnus-delay-article.
7297
7298 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
7299
7300         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
7301         text property in Emacs.
7302
7303 2002-10-11  Simon Josefsson  <jas@extundo.com>
7304
7305         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
7306         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
7307
7308         * mml1991.el (mml1991-pgg-sign): Remove CR.
7309
7310 2002-10-10  Simon Josefsson  <jas@extundo.com>
7311
7312         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
7313         decrypt failed.
7314         (mml2015-trust-boundaries-alist): Removed.
7315         (mml2015-gpg-extract-signature-details): Don't use it.
7316         (mml2015-unabbrev-trust-alist): New.
7317         (mml2015-gpg-extract-signature-details): Use it.
7318
7319 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
7320
7321         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
7322         BBDB installed
7323
7324         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
7325         statistical analysis of spam in Lisp only
7326
7327 2002-10-10  Simon Josefsson  <jas@extundo.com>
7328
7329         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
7330         auth, selected or examine state.
7331
7332         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
7333         buffer and error buffer depending on type of information.
7334
7335         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
7336         --status-fd stuff even if gpg.el is not used (revert earlier
7337         change).
7338         (mml2015-pgg-{clear-,}verify): Store both output and errors as
7339         gnus details.
7340         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
7341         buffer.
7342
7343         * pgg.el (pgg-verify-region): Use it.
7344
7345         * pgg-def.el (pgg-query-keyserver): New variable.
7346
7347         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
7348         key-identifier in packet.  Is this a good idea?
7349
7350         * mml.el (mml-mode-map): Add security commands that operates on
7351         MIME parts.
7352         (mml-menu): And menu items for them.
7353
7354         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
7355
7356         * mml.el (mml-parse-1): Support sender in #secure tags.
7357
7358         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
7359         defined.
7360
7361         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
7362         (mml-pgp-encrypt-buffer): Support combined signing.
7363
7364         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
7365         (mml1991-gpg-encrypt): Ditto.
7366         (mml1991-pgg-encrypt): Ditto.
7367         (mml1991-encrypt): Pass sign parameter.
7368
7369         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
7370         (mml-signencrypt-style): Mention the variable.
7371
7372 2002-10-09  Simon Josefsson  <jas@extundo.com>
7373
7374         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
7375         pgg-gpg-user-id.
7376
7377         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
7378         (pgg-fetch-key-function): Nil if w3 is not installed.
7379
7380 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7381
7382         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
7383         gnus-agent-current-history.
7384
7385 2002-10-06  Simon Josefsson  <jas@extundo.com>
7386
7387         * imap.el (imap-parse-status): Don't use read to read token.
7388
7389 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7390
7391         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
7392         for methods not covered by the agent, and when unplugged.
7393
7394 2002-10-05  Simon Josefsson  <jas@extundo.com>
7395
7396         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
7397         signing.
7398
7399         * gnus-agent.el (gnus-agent-read-servers): If getting method from
7400         a named server fails, ignore the server.
7401
7402         * mml1991.el (mml1991-pgg-sign): Do QP.
7403
7404         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
7405         work.
7406
7407 2002-10-04  Simon Josefsson  <jas@extundo.com>
7408
7409         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
7410
7411         * pgg-pgp.el (pgg-pgp-verify-region): Inline
7412         binary-write-decoded-region from MEL.
7413
7414         * pgg.el (pgg-encrypt-region): Support sign.
7415
7416         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
7417
7418         * mml2015.el (mml2015-pgg-encrypt): Ditto.
7419
7420         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
7421         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
7422         branch where PGG was taken from in the ChangeLog entries below.
7423
7424 2002-10-01  Simon Josefsson  <jas@extundo.com>
7425
7426         * pgg-pgp.el: Don't require mel.  Don't use luna.
7427         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
7428         (pgg-pgp-process-region): Use expand-file-name instead of concat.
7429         (pgg-pgp-process-region): Don't use binary-funcall.
7430
7431         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
7432
7433         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
7434         instead of concat.
7435
7436         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7437
7438 2002-09-29  Simon Josefsson  <jas@extundo.com>
7439
7440         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
7441         compile warnings.
7442
7443         * pgg.el (pgg-decrypt-region): Don't parse packet.
7444
7445         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
7446
7447 2002-09-29  Daiki Ueno <ueno@unixuser.org>
7448
7449         * pgg.el: Remove dependency on calist.el.
7450
7451 2002-09-28  Simon Josefsson  <jas@extundo.com>
7452
7453         * pgg.el (pgg-temporary-file-directory): New variable.
7454         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
7455
7456         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
7457         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
7458
7459         * pgg-parse.el (pgg-char-int): Defalias.
7460         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
7461         (pgg-read-bytes, pgg-read-body): Use it.
7462         (pgg-decode-packets): Don't use MEL, use base64-*.
7463         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
7464         (pgg-string-as-unibyte): Defalias.
7465         (pgg-parse-armor-region): Use it.
7466
7467         * pgg-gpg.el (pgg-gpg-process-region): Use
7468         pgg-temporary-file-directory.
7469
7470         * luna.el: Don't def-edebug.
7471
7472         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
7473         binary-write-decoded-region from MEL.
7474
7475         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
7476
7477         * alist.el, calist.el: Don't require product/APEL.
7478
7479         * pgg-parse.el (top-level): Remove dependency on static.el,
7480         pccl.el, mel.el.
7481         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
7482         `define-ccl-program' is boundp, instead of using broken.
7483
7484 2002-10-01  Simon Josefsson  <jas@extundo.com>
7485
7486         * message.el (message-required-mail-headers): Remove Lines:.
7487
7488 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7489         From Jesper Harder.
7490
7491         * gnus-group.el (gnus-group-fetch-charter,
7492         gnus-group-fetch-control): Prompt for group if given a prefix
7493         argument.
7494         * gnus-sum.el (t): Add gnus-group-fetch-charter and
7495         gnus-group-fetch-control to summary key map and menu.
7496
7497 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
7498
7499         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
7500         number when there are no articles.
7501
7502 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7503
7504         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
7505         arg ALL means to fetch all articles, not only downloadable ones.
7506         (gnus-agent-fetch-selected-article): New function for
7507         gnus-select-article-hook or gnus-mark-article-hook.
7508
7509 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7510         From Peter von der Ahe <nospam2159@daimi.au.dk>.
7511
7512         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
7513         raw-text.
7514
7515 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
7516
7517         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
7518         Pinard).
7519         Major revamp of the code, documentation is in comments in the file
7520         for now.
7521
7522 2002-09-30  Simon Josefsson  <jas@extundo.com>
7523
7524         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
7525         buffer seem to be needed?
7526
7527 2002-09-29  Simon Josefsson  <jas@extundo.com>
7528
7529         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
7530         compile warnings.
7531
7532         * mml1991.el (mml1991-function-alist): Add pgg.
7533         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
7534         (mml1991-pgg-encrypt): Fix recipients querying.
7535
7536 2002-09-28  Simon Josefsson  <jas@extundo.com>
7537
7538         * mml2015.el (autoload): Autoload correct files.  Trivial patch
7539         from dme@dme.org.
7540         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
7541         handle is returned.
7542
7543 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7546         Protect against non-existent of `nnimap-mailbox-info'.
7547
7548 2002-09-27  Simon Josefsson  <jas@extundo.com>
7549
7550         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
7551         (gnus-setup-news-hook): Use it.
7552         (gnus-after-getting-new-news-hook): Ditto.
7553
7554         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
7555
7556 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7557         From Mats Lidell <matsl@contactor.se>.
7558
7559         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
7560
7561 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7562
7563         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
7564         the part to decode encoded words, use raw words instead of decoded
7565         words.
7566
7567 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7568
7569         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
7570
7571         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
7572         (mm-setup-w3m): Use it.
7573
7574 2002-09-27  Simon Josefsson  <jas@extundo.com>
7575
7576         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
7577         article buffers.
7578
7579         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
7580         it just in case.
7581         (nnimap-update-unseen): New function; update unseen count in
7582         `n-m-info'.
7583         (nnimap-close-group): Call it.
7584
7585         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
7586         (gnus-after-getting-new-news-hook): Ditto.
7587
7588         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
7589         message into verboselevel 9.  Change slow mail check message.
7590         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
7591         (nnimap-fixup-unread-after-getting-new-news): New function, to be
7592         used as a hook after getting new mail.
7593
7594 2002-09-26  Simon Josefsson  <jas@extundo.com>
7595
7596         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
7597         SELECT/EXAMINE is first unseen article, not number of unseen
7598         articles.  Make them distinct by renaming the former to
7599         `first-unseen' instead of `unseen'.
7600
7601         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
7602         too.
7603         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
7604         changed.
7605         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
7606
7607         * gnus-int.el (gnus-server-unopen-status): Defcustom.
7608
7609         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
7610         better.
7611
7612         * mml2015.el (mml2015-pgg-decrypt): Only add security information
7613         if dissecting resulting buffer actually had any information.
7614
7615 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
7618         because the function `string<' allows symbols.
7619
7620         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
7621
7622 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
7623
7624         * message.el (message-forward-make-body): Revert an early change
7625         because 8-bit utf-8 emails.
7626
7627 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7628
7629         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
7630         links to Info)
7631         * gnus-art.el (gnus-treat-highlight-signature):
7632         * gnus-art.el (gnus-treat-buttonize):
7633         * gnus-art.el (gnus-treat-buttonize-head):
7634         * gnus-art.el (gnus-treat-emphasize):
7635         * gnus-art.el (gnus-treat-strip-cr):
7636         * gnus-art.el (gnus-treat-unsplit-urls):
7637         * gnus-art.el (gnus-treat-leading-whitespace):
7638         * gnus-art.el (gnus-treat-hide-headers):
7639         * gnus-art.el (gnus-treat-hide-boring-headers):
7640         * gnus-art.el (gnus-treat-hide-signature):
7641         * gnus-art.el (gnus-treat-fill-article):
7642         * gnus-art.el (gnus-treat-hide-citation):
7643         * gnus-art.el (gnus-treat-hide-citation-maybe):
7644         * gnus-art.el (gnus-treat-strip-list-identifiers):
7645         * gnus-art.el (gnus-treat-strip-pgp):
7646         * gnus-art.el (gnus-treat-strip-pem):
7647         * gnus-art.el (gnus-treat-strip-banner):
7648         * gnus-art.el (gnus-treat-highlight-headers):
7649         * gnus-art.el (gnus-treat-highlight-citation):
7650         * gnus-art.el (gnus-treat-date-ut):
7651         * gnus-art.el (gnus-treat-date-local):
7652         * gnus-art.el (gnus-treat-date-english):
7653         * gnus-art.el (gnus-treat-date-lapsed):
7654         * gnus-art.el (gnus-treat-date-original):
7655         * gnus-art.el (gnus-treat-date-iso8601):
7656         * gnus-art.el (gnus-treat-date-user-defined):
7657         * gnus-art.el (gnus-treat-strip-headers-in-body):
7658         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
7659         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
7660         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
7661         * gnus-art.el (gnus-treat-unfold-headers):
7662         * gnus-art.el (gnus-treat-fold-headers):
7663         * gnus-art.el (gnus-treat-fold-newsgroups):
7664         * gnus-art.el (gnus-treat-overstrike):
7665         * gnus-art.el (gnus-treat-display-xface):
7666         * gnus-art.el (gnus-treat-display-smileys):
7667         * gnus-art.el (gnus-treat-from-picon):
7668         * gnus-art.el (gnus-treat-mail-picon):
7669         * gnus-art.el (gnus-treat-newsgroups-picon):
7670         * gnus-art.el (gnus-treat-body-boundary):
7671         * gnus-art.el (gnus-treat-capitalize-sentences):
7672         * gnus-art.el (gnus-treat-fill-long-lines):
7673         * gnus-art.el (gnus-treat-play-sounds):
7674         * gnus-art.el (gnus-treat-translate):
7675         * gnus-art.el (gnus-treat-x-pgp-sig):
7676         * gnus-art.el (gnus-mime-button-line-format):
7677         * gnus-art.el (gnus-button-man-level):
7678         * gnus-art.el (gnus-button-emacs-level):
7679         * gnus-cus.el (gnus-group-parameters):
7680         * gnus-gl.el (bbb-build-mid-scores-alist):
7681         * gnus-group.el (gnus-group-line-format):
7682         * gnus-mlspl.el (gnus-group-split-setup):
7683         * gnus-mlspl.el (gnus-group-split):
7684         * gnus-msg.el (gnus-mailing-list-groups):
7685         * gnus-msg.el (gnus-posting-styles):
7686         * gnus-nocem.el (gnus-nocem-issuers):
7687         * gnus-score.el (gnus-score-regexp-bad-p):
7688         * gnus-srvr.el (gnus-server-line-format):
7689         * gnus-topic.el (gnus-topic-line-format):
7690         * gnus.el (gnus-summary-line-format):
7691         * mail-source.el (mail-sources):
7692         * message.el (message-subscribed-address-file):
7693         * nnmail.el (nnmail-split-fancy):
7694
7695 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
7696
7697         * mail-source.el(mail-source-run-script): use `functionp' to test
7698         whether the argument `script' is in fact a function.
7699         (mail-sources): adjust the defcustom to allow users to specify a
7700         function or a string as the value of the `:prescript' and
7701         `:postscript' arguments of the `file' and `pop3' mail sources.
7702
7703 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
7704
7705         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
7706         number when article 1 does not exist.
7707
7708 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7709
7710         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
7711         apropos if apropos-variable does not exist.
7712         (gnus-button-guessed-mid-regexp)
7713         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
7714         regexes.  From Reiner Steib.
7715         (gnus-button-handle-describe-function)
7716         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
7717         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
7718         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
7719
7720 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
7721         Trivial patch.
7722
7723         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
7724         the file.
7725
7726 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7727
7728         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
7729
7730 2002-09-24  Simon Josefsson  <jas@extundo.com>
7731
7732         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
7733         (mml2015-use): Prefer PGG if installed.
7734         (mml2015-function-alist): Add PGG wrappers.
7735         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
7736         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
7737         prefix, make regexp optionally skip it.
7738         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
7739         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
7740         (mml2015-pgg-encrypt): New functions.
7741         (defvar, autoload): Prevent byte-compile warnings.
7742
7743 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7744         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7745
7746         * gnus-art.el (article-strip-banner): Check for the existence of
7747         from header.
7748
7749 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
7750
7751         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
7752         (gnus-button-alist): Improved regexp for
7753         gnus-button-handle-mid-or-mail (false positives), fixed
7754         gnus-button-handle-man entries.
7755         From Reiner Steib.
7756
7757 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
7758         From Josh Huber.
7759
7760         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
7761         nnmail-extra-headers is non-nil.
7762
7763 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
7764
7765         * nnmaildir.el: Store article numbers persistently.  General
7766         revision.
7767         (nnmaildir-request-expire-articles): handle 'immediate and 'never
7768         for nnmail-expiry-wait; delete instead of moving if 'force is
7769         given.
7770
7771 2002-09-23  Simon Josefsson  <jas@extundo.com>
7772         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
7773
7774         * smime.el (smime-sign-buffer): Get key and extra certs.
7775         (smime-get-key-with-certs-by-email): Utility function.
7776
7777 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7778         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
7779
7780         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
7781         article exists.
7782
7783 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
7784
7785         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
7786
7787 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
7788         From Reiner Steib.
7789
7790         * gnus-art.el (gnus-button-handle-custom,
7791         gnus-button-handle-mid-or-mail,
7792         gnus-button-handle-describe-{function,variable,key},
7793         gnus-button-handle-apropos{,command,variable}): New functions.
7794         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
7795         gnus-button-{man,emacs,mail}-level): New variables.
7796         (gnus-button-alist): Use the above to buttonize emacs and mail
7797         related links.
7798
7799 2002-09-18  Juanma Barranquero  <lektu@terra.es>
7800
7801         * gnus-int.el (gnus-status-message): Fix spacing.
7802
7803         * imap.el (imap-continuation): Fix typos.
7804
7805 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7806
7807         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
7808
7809         * gnus-art.el (gnus-article-reply-with-original): Correct
7810         with-current-buffer scope.
7811
7812         * message.el (message-completion-alist): Add Reply-To, From, etc.
7813
7814 2002-09-18  Simon Josefsson  <jas@extundo.com>
7815
7816         * nnimap.el (nnimap-request-expire-articles): Make flag setting
7817         conditional.  From Nevin Kapur <nevin@jhu.edu>.
7818
7819 2002-09-17  Simon Josefsson  <jas@extundo.com>
7820
7821         * nnimap.el (nnimap-expiry-target): Don't search for which
7822         articles exists here.
7823         (nnimap-request-expire-articles): Do it here instead.  Only expire
7824         when articles are found.  Suggested by Nevin Kapur
7825         <nevin@jhu.edu>.
7826
7827 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7828         From Reiner Steib <reiner.steib@gmx.de>.
7829
7830         * message.el (message-strip-subject-trailing-was)
7831         (message-change-subject, message-add-archive-header)
7832         (message-xpost-fup2-header, message-xpost-insert-note)
7833         (message-xpost-fup2, message-reduce-to-to-cc): New functions
7834         adopted from message-utils.el.  Add functions to the keymap, mode
7835         describtion and menu.
7836         (message-change-subject,message-xpost-fup2): Signal error if
7837         current header is empty.
7838         (message-xpost-insert-note): Changed insert position.
7839         (message-archive-note): Ensure to insert note in message body (not
7840         in head).
7841         (message-archive-header, message-archive-note)
7842         (message-xpost-default, message-xpost-note, message-fup2-note)
7843         (message-xpost-note-function): New variables adopted from
7844         message-utils.el.  Changed some doc-strings.
7845         (message-mark-insert-{begin,end}): Rename from
7846         message-{begin,end}-inserted-text-mark (message-utils.el), changed
7847         values.
7848         (message-subject-trailing-was-query)
7849         (message-subject-trailing-was-ask-regexp)
7850         (message-subject-trailing-was-regexp): New variables.
7851         (message-to-list-only): Added doc-string and menu entry.
7852
7853         * message-utils.el: Removed.  Functions are now in message.el.
7854
7855 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
7856
7857         * gnus-art.el (gnus-article-reply-with-original,
7858         gnus-article-followup-with-original): Switch to
7859         gnus-summary-buffer before reply/followup.
7860
7861 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
7862
7863         * gnus-sum.el (gnus-summary-toggle-header): The article window may
7864         not exist. Toggle it anyway.
7865
7866 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
7867
7868         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
7869
7870         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
7871         Trivial patch from Urban Engberg <ue@ccieurope.com>.
7872
7873         * rfc2047.el (message-posting-charset): Defvar it.
7874         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
7875         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
7876
7877         * mail-source.el (mail-source-fetch): Hide password.
7878
7879         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
7880
7881 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7882         From John Paul Wallington <jpw@shootybangbang.com>.
7883
7884         * gnus.el (gnus-visual, gnus-meta): Fix typo.
7885
7886 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
7889
7890 2002-09-11  Simon Josefsson  <jas@extundo.com>
7891
7892         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
7893         (nnimap-split-rule): Doc fix.
7894         (nnimap-request-expire-articles): Cleanup code.
7895
7896 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7897         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7898
7899         * gnus-art.el (gnus-article-address-banner-alist): New option.
7900         (article-strip-banner): Refer the above option to split banners of
7901         free mail servers, when no group parameter is specified.
7902
7903 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7904
7905         * nntp.el (nntp-wait-for-string): Check for a process in the
7906         current buffer instead of `nntp-server-buffer'.
7907
7908 2002-09-09  Simon Josefsson  <jas@extundo.com>
7909
7910         * gnus-art.el (gnus-button-man-handler): New variable.
7911         (gnus-button-alist): Use g-b-handle-man.
7912         (gnus-button-handle-man): New, call g-b-man-handler.
7913
7914 2002-09-08  Simon Josefsson  <jas@extundo.com>
7915
7916         * gnus-art.el (gnus-button-alist): Buttonize man page links.
7917
7918 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7919
7920         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
7921
7922 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7923
7924         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
7925
7926         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
7927         keystroke.
7928
7929         * gnus-srvr.el (gnus-browse-describe-group): New command and
7930         keystroke.
7931
7932 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7933
7934         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
7935         value for gnus-decoration property.
7936
7937 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7938
7939         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
7940         string) as group name in case we have a CRLF in the file.
7941
7942 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
7943
7944         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
7945         group.
7946         (rfc1843-decode-hzp): do.
7947         (rfc1843-newsgroups-regexp): do.
7948
7949 2002-09-04  Simon Josefsson  <jas@extundo.com>
7950
7951         * message.el (message-canlock-generate): Make sure sha1 doesn't
7952         call external programs.
7953
7954 2002-09-03  Simon Josefsson  <jas@extundo.com>
7955
7956         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
7957
7958         * gnus-agent.el (gnus-agent-batch): Add doc.
7959
7960 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
7961
7962         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
7963         check for signed and encrypted parts.
7964         * mml.el (mml-parse-1): Correct small typo which preventing
7965         setting recipients in a secure tag.
7966
7967 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7968
7969         * mm-util.el (mm-coding-system-priorities): Default to a list of
7970         iso-2022-jp and others for the Japanese environment.
7971
7972 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7973
7974         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
7975         invalid display names.
7976
7977 2002-08-30  Simon Josefsson  <jas@extundo.com>
7978
7979         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
7980         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
7981
7982 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
7983
7984         * gnus.el (gnus-group-charter-alist): New option.
7985         (gnus-group-fetch-control-use-browse-url): New option.
7986
7987         * gnus-group.el (gnus-group-fetch-charter): New function.
7988         (gnus-group-fetch-control): New function.
7989         Add them to the keymap and menu. Require mm-url.
7990
7991 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
7994         From Alex Schroeder <alex@emacswiki.org>.
7995
7996 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
7997
7998         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
7999         items expecting user interaction.
8000
8001         * gnus-topic.el (gnus-topic-make-menu-bar): do.
8002
8003         * gnus-sum.el (gnus-summary-make-menu-bar): do.
8004
8005         * gnus-srvr.el (gnus-server-make-menu-bar): do.
8006
8007         * mml.el (mml-menu): do.
8008
8009 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * mail-source.el (mail-source-touch-pop): New function.
8012
8013         * message.el (message-smtpmail-send-it): New function.
8014         (message-send-mail-function): Add it for a candidate.
8015
8016 2002-08-27  Simon Josefsson  <jas@extundo.com>
8017
8018         * gnus-msg.el (posting-charset-alist): Use
8019         gnus-define-group-parameter instead of defcustom.
8020         (gnus-put-message): Handle SPC in GCC.
8021         (gnus-inews-insert-gcc): Ditto.
8022         (gnus-inews-insert-archive-gcc): Ditto.
8023
8024 2002-08-26  Simon Josefsson  <jas@extundo.com>
8025
8026         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
8027         (gnus-agentize): Auto agentize all nntp and nnimap groups.
8028         (gnus-agent-possibly-save-gcc): Autoload.
8029         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
8030
8031 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * gnus.el (gnus-other-frame-function): New user option.
8034         (gnus-other-frame): Use it; add a doc-string; make it work with
8035         the gnuclient program.
8036
8037         * gnus-util.el (gnus-frame-or-window-display-name): New function.
8038
8039         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
8040         `device-connection' and `dfw-device'.
8041
8042 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8043
8044         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
8045         positives, make it stricter.  From Jochen Hein (trivial change).
8046
8047 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * gnus.el (gnus-other-frame): Trivial fix.
8050
8051 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8052
8053         * gnus.el (gnus-other-frame-parameters): New user option.
8054         (gnus-other-frame-object): New variable.
8055         (gnus-other-frame): Make it search for existing Gnus frame; don't
8056         read new news; delete frame on exit.
8057
8058         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
8059
8060         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
8061
8062 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8063         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
8064
8065         * message.el (message-set-auto-save-file-name): Add support for
8066         the Cygwin Emacs; the system-type is `cygwin'.
8067         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
8068
8069 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
8070
8071         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
8072
8073         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
8074         avoid arithmetic errors.
8075
8076 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8077
8078         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
8079
8080 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8081
8082         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
8083         (message-ignored-resent-headers): Add envelope From.
8084
8085 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8086
8087         * gnus.el (gnus-summary-line-format): Document %k specifier.
8088
8089 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8090
8091         * gnus-sum.el (gnus-summary-line-message-size): New function.
8092         (gnus-summary-line-format-alist): Use it.
8093
8094 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8095
8096         * gnus-art.el (article-make-date-line): Refer to the value for
8097         `gnus-article-time-format' in the summary buffer.
8098
8099         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
8100
8101 2002-08-14  Simon Josefsson  <jas@extundo.com>
8102
8103         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
8104         quoting.
8105         (gnus-button-alist): Fix doc.
8106         (gnus-header-button-alist): Use ' not ` for default value quoting.
8107         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
8108         rationale similar to 2002-05-01 change.
8109         (gnus-article-add-buttons-to-head): Evaluate expression.
8110
8111         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
8112
8113 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * message.el (message-font-lock-keywords): Refer to the value for
8116         `message-cite-prefix-regexp' dynamically.
8117
8118 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8119
8120         * gnus-art.el (gnus-decode-header-methods): Doc fix.
8121
8122 2002-08-12  Simon Josefsson  <jas@extundo.com>
8123
8124         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
8125         (imap-shell-open): Skip initial junk before IMAP greeting.
8126
8127 2002-08-11  Simon Josefsson  <jas@extundo.com>
8128
8129         * message-utils.el (message-xpost-default,
8130         message-xpost-fup2-header, message-xpost-fup2): Fixed
8131         Typos.  Trivial changes from Reiner Steib
8132         <4uce.02.r.steib@gmx.net>.
8133
8134 2002-08-09  Simon Josefsson  <jas@extundo.com>
8135
8136         * message.el (message-canlock-password): Set
8137         canlock-password-for-verify to newly generated canlock-password.
8138         When Emacs is restarted, Custom makes sure this is set, but during
8139         the same session we must set it manually.
8140
8141 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
8142
8143         * yenc.el: New file.
8144
8145         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
8146         (mm-uu-type-alist): Add yenc.
8147         (mm-uu-yenc-filename): New function.
8148         (mm-uu-yenc-extract): New function.
8149
8150         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
8151
8152 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8153
8154         * dgnushack.el (merge): Don't use coerce.
8155
8156 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
8157
8158         * mailcap.el (mailcap-mime-data): Test window-system rather than
8159         mm-device-type.
8160         (mailcap-mime-data): Call xdvi and gv with "-safer".
8161
8162         * mm-util.el: Don't define mm-device-type.
8163
8164 2002-08-05  Simon Josefsson  <jas@extundo.com>
8165
8166         * mm-util.el (mm-coding-system-priorities): coding-system type not
8167         supported everywhere.
8168
8169 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8170
8171         * gnus.el (gnus-version-number): Bumped version number.
8172
8173 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8174
8175         * gnus.el: Oort Gnus v0.07 is released.
8176
8177 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8178
8179         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
8180         (gnus-article-sort-functions): Doc fix.
8181         (t): New keystroke.
8182         (gnus-article-sort-by-random): New function.
8183         (gnus-thread-sort-by-random): New function.
8184
8185 2002-08-02  Simon Josefsson  <jas@extundo.com>
8186
8187         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
8188         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
8189
8190 2002-07-31  Danny Siu  <dsiu@adobe.com>
8191
8192         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
8193         when splitting malformed messages without message-id
8194
8195 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8196         From Niklas Morberg <niklas.morberg@axis.com>.
8197
8198         * nnweb.el (nnweb-type, nnweb-type-definition)
8199         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
8200         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
8201         functionality.
8202         * nnweb.el: Removed old non-functioning search engines.
8203
8204 2002-07-27  Simon Josefsson  <jas@extundo.com>
8205
8206         * message.el (message-forward-make-body): Don't use
8207         `message-forward-ignored-headers' when doing a "raw" followup (it
8208         is important to preserve e.g. CTE).
8209
8210         * flow-fill.el (fill-flowed): Disable filladapt-mode.
8211
8212         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
8213         regexp-quote, Cyrus Sieve is fixed.
8214
8215         * sieve-manage.el (sieve-manage-deletescript): New function.
8216
8217         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
8218         (sieve-manage-mode): Fix menubar.
8219         (sieve-activate): Change some messages.
8220         (sieve-deactivate-all): New function.
8221         (sieve-deactivate): New alias.
8222         (sieve-remove): New function.
8223         (sieve-help): Fix help.
8224         All suggested by Ned Ludd.
8225
8226 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8227
8228         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
8229         (mm-w3m-safe-url-regexp): New user option.
8230
8231         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
8232         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
8233
8234 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
8235
8236         * gnus-sum.el (gnus-summary-delete-article): Force
8237         nnmail-expiry-target to 'delete, so that absolute deletion
8238         happens when absolute deletion is requested.
8239
8240 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8241         From Nevin Kapur <nevin@jhu.edu>.
8242
8243         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
8244         headers as empty headers.
8245
8246 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8247         From Jochen Hein <jochen@jochen.org>.
8248
8249         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
8250         correct typo.
8251         (gnus-emphasis-strikethru): New face.
8252
8253 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8254         From Jason Merrill <jason@redhat.com>.
8255
8256         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
8257         entire file for each of a sequence of missing articles.
8258
8259         * gnus-salt.el (gnus-binary-display-article): Respect an existing
8260         value for gnus-view-pseudos.
8261
8262         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
8263         avoid nreverse.
8264
8265 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8266         From Ted Zlatanov <teodor.zlatanov@divine.com>.
8267
8268         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
8269         (gnus-summary-mode-line-format-alist): Add %h for number of
8270         spams.
8271         (gnus-newsgroup-spam-marked): New variable.
8272         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
8273         (gnus-article-read-p, gnus-article-mark)
8274         (gnus-set-global-variables, gnus-set-global-variables)
8275         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
8276         (gnus-summary-mark-article-as-unread)
8277         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
8278         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
8279         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
8280
8281 2002-07-10  Simon Josefsson  <jas@extundo.com>
8282
8283         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
8284         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
8285
8286 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
8287
8288         * gnus-sum.el (gnus-summary-delete-article): Respect group
8289         parameters while expiring.
8290
8291 2002-07-08  Simon Josefsson  <jas@extundo.com>
8292
8293         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
8294         Enberg.
8295
8296 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8297
8298         * gnus-art.el (article-unsplit-urls): Only display MIME when this
8299         function is called interactively.  From Niklas Morberg.
8300
8301 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8302
8303         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
8304         cdaar to cdar and car.
8305
8306         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
8307         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
8308
8309 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
8312         don't break a narrowed article.
8313
8314         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
8315         (nntp-open-via-rlogin-and-telnet): Ditto.
8316
8317 2002-07-02  Didier Verna  <didier@xemacs.org>
8318
8319         * nnmail.el (nnmail-split-methods): fix custom type.
8320
8321 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8322
8323         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
8324         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
8325
8326 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8327
8328         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
8329         (gnus-summary-resend-message): Use it.
8330
8331 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8332
8333         * nntp.el (nntp-via-rlogin-command-switches): New variable.
8334         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
8335
8336 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8337
8338         * message.el (message-font-lock-keywords): Don't fontify
8339         headers in the message body, only in the header.
8340         (message-font-lock-make-header-matcher): New function, used by
8341         message-font-lock-keywords.
8342         From Katsumi Yamaoka <yamaoka@jpl.org>.
8343
8344 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8345
8346         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
8347
8348 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
8351
8352 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8353
8354         * message.el (message-font-lock-keywords): Revert 2002-06-22
8355         change.
8356
8357 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8358
8359         * message.el (message-font-lock-keywords): Put colon in header
8360         name match.
8361
8362 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8363
8364         * message.el (message-font-lock-keywords): Don't use header faces
8365         in the body.  Thanks to Stefan Monnier for the hint on the
8366         implementation.
8367
8368 2002-05-09  Miles Bader  <miles@gnu.org>
8369
8370         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
8371         (gnus-article-hide-citation): Respect it.
8372
8373 2002-04-12  Juanma Barranquero  <lektu@terra.es>
8374
8375         * pop3.el (pop3-open-server): Fix typo.
8376
8377 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
8378
8379         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
8380         instead of push to ignore duplicate to-(list|address) values.
8381         * nnmail.el (nnmail-cache-ignore-groups): New.
8382         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
8383
8384 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8385
8386         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
8387         before sending.  Suggested by Jan Rychter.
8388
8389 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * dgnushack.el (remove): New compiler macro.
8392         (last, coerce, subseq): Remove compiler macros for those built-in
8393         or unused functions.
8394
8395 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8396
8397         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
8398         sure to write byte-compiled versions of gnus-*-format-alist to
8399         .newsrc.eld.  From Simon Josefsson.
8400
8401 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8402
8403         * gnus-agent.el (gnus-agent-read-servers)
8404         (gnus-agent-write-servers): Put server name (string like
8405         "nnchoke:frumple") in the file instead of a server specification
8406         (Lisp expression like (nnchoke "frumple" ...parameters...)).
8407         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
8408
8409 2002-06-16  Simon Josefsson  <jas@extundo.com>
8410
8411         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
8412         Reiner Steib <4uce.02.r.steib@gmx.net>.
8413
8414 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8415
8416         * nnheader.el (nnheader-file-name-translation-alist): Set the
8417         default value for MS Windows systems.
8418
8419         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
8420
8421 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8422
8423         * message.el (message-beginning-of-line): Keep the region active
8424         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
8425
8426 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
8427
8428         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
8429         * gnus-msg.el (gnus-summary-reply): Ditto.
8430         * gnus-msg.el (gnus-summary-handle-replysign): New.
8431
8432 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8433
8434         * message.el (message-send-mail-with-sendmail): Kill errbuf even
8435         if sending failed.
8436
8437 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
8438
8439         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
8440         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
8441         to sign while encrypting.
8442
8443 2002-06-11  Simon Josefsson  <jas@extundo.com>
8444
8445         * gnus-int.el (gnus-request-move-article): Agent expire article if
8446         successfuly moved.
8447
8448         * nnweb.el (nnweb-google-create-mapping): Honors the value of
8449         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
8450
8451 2002-06-10  Simon Josefsson  <jas@extundo.com>
8452
8453         * gnus-int.el (gnus-request-expire-articles): Fix last change?
8454
8455 2002-06-09  Simon Josefsson  <jas@extundo.com>
8456
8457         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
8458
8459         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
8460
8461 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8462
8463         * flow-fill.el (fill-flowed): Ignore errors.
8464
8465 2002-06-06  Simon Josefsson  <jas@extundo.com>
8466
8467         * message.el (message-send-mail-with-sendmail): Improve error message.
8468
8469 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8470
8471         * message.el (message-interactive): Change default from nil to t.
8472         Better to be safe than to be fast.
8473
8474 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8475
8476         * message.el (message-send-mail-with-sendmail): Check return value
8477         from call-process-region.
8478
8479 2002-06-04  Simon Josefsson  <jas@extundo.com>
8480
8481         * gnus-msg.el (gnus-group-mail, gnus-group-news)
8482         (gnus-group-post-news, gnus-summary-mail-other-window)
8483         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
8484         gnus-article-copy to nil, thereby inhibiting the `header' posting
8485         style match to use data from last viewed article.
8486         Suggested by Hrvoje Niksic.
8487
8488 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8489
8490         * spam.el (spam-point-at-eol): New alias.
8491         (spam-parse-whitelist): Use it.
8492
8493 2002-06-03  Simon Josefsson  <jas@extundo.com>
8494
8495         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
8496         (nnmail-article-group): Use it.
8497
8498 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8499
8500         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
8501         so that code reading them won't be surprised.  From Jesper Harder
8502         <harder@ifa.au.dk>.
8503
8504 2002-05-29  Simon Josefsson  <jas@extundo.com>
8505
8506         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
8507         articles.
8508
8509         * gnus.el (gnus-agent-cache): Doc fix.
8510         (gnus-agent): Change default to t.
8511
8512         * gnus-agent.el (gnus-agent-expire): Make it accept optional
8513         ARTICLES, GROUP and FORCE parameters.
8514
8515 2002-05-28  Simon Josefsson  <jas@extundo.com>
8516
8517         * gnus-group.el (gnus-group-line-format): Doc fix.
8518
8519 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8520
8521         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
8522         original article before yanking.  From Jesper Harder
8523         <harder@ifa.au.dk>.
8524
8525 2002-05-26  Simon Josefsson  <jas@extundo.com>
8526
8527         * gnus-sum.el (gnus-summary-menu-split): New function.
8528         (gnus-summary-make-menu-bar): Split charset submenu.
8529         (gnus-summary-menu-maxlen): New variable.
8530         (gnus-summary-menu-split): Use it.
8531
8532 2002-05-25  Simon Josefsson  <jas@extundo.com>
8533
8534         * mml.el (mml-preview): Generate some headers.
8535
8536         * gnus.el (gnus-large-newsgroup): Fix :type.
8537
8538         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
8539         Agent cache NOV's by default now).
8540         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
8541
8542 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
8543
8544         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
8545         call to gnus-parent-id when we check for References loops.
8546         (gnus-summary-prepare-threads): Avoid simplifying every Subject
8547         twice by saving the simplified subject string in simp-subject.
8548
8549 2002-05-23  Simon Josefsson  <jas@extundo.com>
8550
8551         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
8552         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
8553
8554         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
8555         Niklas Morberg <niklas.morberg@axis.com>.
8556
8557 2002-05-22  Simon Josefsson  <jas@extundo.com>
8558
8559         * sieve.el (sieve-change-region): Define it before it is used.
8560
8561         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
8562         (gnus-summary-reply): Ask for confirmation when replying to news.
8563         Defaults to not ask.  From Benjamin Rutt
8564         <rutt+news@cis.ohio-state.edu>.
8565
8566         * nnimap.el (nnimap-nov-is-evil): Improve doc.
8567
8568 2002-05-21  Simon Josefsson  <jas@extundo.com>
8569
8570         * sieve-mode.el (sieve-manage): Fix autoloads.
8571
8572         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
8573         name (makes it work with recent Cyrus timsieved).
8574
8575 2002-05-20  Jason  <jbaker@cs.utah.edu>
8576         Trivial patch.
8577
8578         * gnus-art.el (gnus-request-article-this-buffer): Try
8579         reconnecting if you don't get the message.
8580
8581 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8582
8583         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
8584         Reply-To headers from the headers.
8585
8586 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8587
8588         * mm-url.el (mm-url-insert): Remove junk message.
8589
8590 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8591
8592         * nnslashdot.el (nnslashdot-request-list): Parse new html.
8593         (nnslashdot-use-front-page): New variable.
8594         (nnslashdot-request-list): Use it.
8595
8596         * mm-url.el (mm-url-timeout): New variable.
8597         (mm-url-retries): Ditto.
8598         (mm-url-insert): Use it.
8599
8600 2002-05-16  Simon Josefsson  <jas@extundo.com>
8601
8602         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
8603         (gnus-simplify-subject-functions): Mention g-s-a-w.
8604
8605 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
8606
8607         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
8608         nnmail-cache-insert.
8609         * nndiary.el (nndiary-request-accept-article): Ditto.
8610         * nnfolder.el (nnfolder-request-accept-article): Ditto.
8611         * nnimap.el (nnimap-request-accept-article): Ditto.
8612         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
8613         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
8614         * nnmbox.el (nnmbox-request-accept-article): Ditto.
8615         * nnmh.el (nnmh-request-accept-article): Ditto.
8616         * nnmail.el (nnmail-cache-insert): Change group to required,
8617         removed code which tried to figure out the group.
8618
8619 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
8620
8621         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
8622         messages. From Hans de Graaff <hans@degraaff.org>.
8623         * nnml.el (nnml-request-accept-article): Pass in the group name to
8624         nnmail-cache-insert, since it's available.
8625
8626 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8627
8628         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
8629
8630 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8631         From Florian Weimer <fw@deneb.enyo.de>.
8632
8633         * gnus.el (subscribed): New group parameter.
8634         (gnus-find-subscribed-addresses): Use it.
8635
8636 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
8637
8638         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
8639         the default for pgpmime to support pgp v2.
8640         * mml-sec.el (mml-signencrypt-style): New accessor function to
8641         allow users to get/set the signencrypt style more easily without
8642         frobbing the alist directly.
8643         * mml.el (mml-generate-mime-1): Use accessor function.
8644
8645 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8646
8647         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
8648         parenthesis for "<" and ">".  Suggested by Andreas Schwab
8649         <schwab@suse.de>.
8650
8651 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8652
8653         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
8654         when intuiting the group the message is written to.  From Josh
8655         Huber <huber@alum.wpi.edu>.
8656
8657 2002-05-06  Simon Josefsson  <jas@extundo.com>
8658
8659         * gnus-topic.el (gnus-group-topic-parameters): Work when group
8660         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
8661
8662 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
8663
8664         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
8665         argument, and fixed compiler warning. (added autoload for
8666         gpg-encrypt).
8667
8668 2002-05-04  Simon Josefsson  <jas@extundo.com>
8669
8670         * mml1991.el (mml1991-function-alist): Doc fix.
8671
8672         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
8673         doesn't exist (for previewing messages without having Gnus
8674         started).
8675
8676         * mm-util.el (mm-coding-system-priorities): Defcustom.
8677
8678         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
8679
8680 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
8681
8682         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
8683         default.
8684         * mml-sec.el:
8685         * mml-sec.el (mml-signencrypt-style): New.
8686         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
8687         argument `sign'.
8688         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
8689         signencrypt.
8690         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
8691         * mml.el (mml-generate-mime-1): Changed logic so a part which is
8692         both signed & encryped is processed in one operation. (rather than
8693         two separate ops: sign, then encrypt)
8694         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
8695         indication if a message is signed by an expired key.
8696         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
8697         enables combined sign & encrypt operation. (this was always on
8698         before).
8699         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
8700
8701 2002-05-01  Simon Josefsson  <jas@extundo.com>
8702
8703         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
8704         server.
8705         (nnimap-mailbox-info): defvar instead of defvoo.
8706
8707 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8708
8709         * gnus.el: Oort Gnus v0.06 is released.
8710
8711 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8712
8713         * lpath.el: Bind url-package-version.
8714
8715 2002-05-01  Simon Josefsson  <jas@extundo.com>
8716
8717         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
8718         filename before deleting the group itself, because the presence of
8719         a group filename decides if long filenames are used or not.
8720
8721         * gnus-art.el (gnus-button-alist): Don't inline
8722         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
8723         without also modifying g-button-alist.
8724         (gnus-button-alist): Fix type to allow variable as well as regexp.
8725         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
8726         themselves, variables to its contents.
8727         (gnus-button-entry): Ditto.
8728
8729 2002-05-01  Simon Josefsson  <jas@extundo.com>
8730
8731         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
8732         UIDNEXT as a string.
8733
8734         * nnimap.el (nnimap-string-lessp-numerical): New function.
8735         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
8736         integers.
8737
8738 2002-04-29  Simon Josefsson  <jas@extundo.com>
8739
8740         * nnmail.el (nnmail-cache-insert): Accept optional group
8741         parameter.
8742
8743         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
8744         n-r-g-a is disabled.
8745
8746 2002-04-29  Simon Josefsson  <jas@extundo.com>
8747
8748         * nnimap.el (nnimap-split-fancy): Fix doc.
8749         (nnimap-split-fancy): Fix doc.
8750
8751         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
8752         (nnimap-mailbox-info): New internal variable.
8753         (nnimap-retrieve-groups): Implement faster new mail check.
8754
8755         * nnimap.el (nnimap-split-articles): Support
8756         nnmail-cache-accepted-message-ids.
8757         (nnimap-request-accept-article): Ditto.
8758
8759         * imap.el (imap-mailbox-status-asynch): New command.
8760
8761 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
8762
8763         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
8764         are no subscribed mail groups.
8765         - Strip quoted names when comparing addresses
8766
8767 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
8768
8769         * mm-decode.el (mm-text-html-renderer): Change customize type to
8770         const.
8771
8772         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
8773         (gnus-debug-exclude-variables): do.
8774
8775 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8776
8777         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
8778         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
8779
8780 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * dns.el (dns-make-network-process): New macro.
8783         (query-dns): Use it.
8784
8785 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8786
8787         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
8788         article-buffer.
8789
8790         * mm-url.el (mm-url-package-name): New variable.
8791         (mm-url-package-version): New variable.
8792         (mm-url-insert-file-contents): Bind url-package-name and
8793         url-package-version here.
8794         * nnrss.el (nnrss-insert-w3): Move the bindings.
8795
8796         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
8797         url-package-version. Trivial change from Andrew J Cosgriff
8798         <ajc@polydistortion.net>
8799
8800         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
8801         attachments. Trivial change from Peter 'Luna' Runestig
8802         <peter@runestig.com>.
8803
8804 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
8805
8806         * nnkiboze.el (nnkiboze-request-scan): Call
8807         nnkiboze-possibly-change-group.
8808         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
8809         problems.
8810         (nnkiboze-generate-group): Set newsrc to the *highest* article
8811         number kibozed, not the lowest.
8812
8813 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
8814
8815         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
8816
8817 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8818         From Dan Christensen <jdc+news@uwo.ca>.
8819
8820         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8821         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8822         Recognize math postings.  Extract Date (now ignores "(15kb)").
8823         Extract email address using gnus-extract-address-components
8824         instead of just taking the first word.  Create Date and From
8825         headers for message which are missing these headers.  Get rid
8826         of spurious \\ lines (purely cosmetic).  Extend body-end and
8827         file-end regexps, to exclude more garbage from the message.
8828         Make URL rephrasing regexp more flexible, to match current
8829         format.
8830
8831 2002-04-23  Simon Josefsson  <jas@extundo.com>
8832
8833         * netrc.el: New file, functions copied from gnus-util.el by Ted
8834         Zlatanov <tzz@lifelogs.com>.
8835
8836         * gnus-util.el: Require netrc.
8837         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
8838         new code in netrc.el.
8839
8840 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8841
8842         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
8843         message-ignored-resent-headers, too.  From Matthieu Moy
8844         <Matthieu.Moy@imag.fr>.
8845
8846 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8847
8848         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
8849         boolean not a string
8850         * gnus-group.el (gnus-group-line-format): add description of %C
8851         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
8852           as %C
8853         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
8854
8855 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
8856
8857         * nnmaildir.el (nnmaildir-request-scan): typo: set
8858         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
8859         nnmail-get-new-mail for 'find-new-groups.
8860
8861 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
8862
8863         * nnmaildir.el (nnmaildir-request-update-info,
8864         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
8865         unnecessary calls to nnmaildir-request-scan.
8866
8867 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
8868
8869         * gnus-msg.el:
8870         * gnus-msg.el (gnus-message-replysign): New.
8871         * gnus-msg.el (gnus-message-replyencrypt): New.
8872         * gnus-msg.el (gnus-message-replysignencrypted): New.
8873         * gnus-msg.el (gnus-summary-reply): Use the three new variables
8874         (above) to automatically encrypt/sign to encrypted/signed
8875         messages.
8876         * message.el:
8877         * message.el (message-mode-map): Add keybinding for
8878         `message-to-list-only'
8879         * message.el (message-mode): Add description for
8880         `message-to-list-only'
8881         * message.el (message-to-list-only): New.
8882         * message.el (message-make-mft): Changed to use the cl loop macro,
8883         and added optional flag to return only the matched list. (for use
8884         in new message-to-list-only function)
8885
8886 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
8887
8888         * gnus-msg.el:
8889         * gnus-msg.el (gnus-message-replysign):
8890         * gnus-msg.el (gnus-replysign): New.
8891         * gnus-msg.el (gnus-replyencrypt): New.
8892         * gnus-msg.el (gnus-replysignencrypted): New.
8893         * gnus-msg.el (gnus-summary-reply):
8894         * message.el:
8895         * message.el (message-mode-map):
8896         * message.el (message-mode):
8897         * message.el (message-to-list-only): New.
8898         * message.el (message-make-mft):
8899
8900 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8901
8902         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
8903
8904 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
8905
8906         * message.el (message-gen-unsubscribed-mft): accept a prefix
8907         argument so CC can be included with C-u C-c C-f C-a
8908
8909 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8910         From Ted Zlatanov <teodor.zlatanov@divine.com>.
8911
8912         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
8913         Improve docstring.
8914         (spam-enter-blacklist): New command.
8915
8916         * gnus-sum.el (gnus-spam-mark): New mark.
8917         (gnus-auto-expirable-marks): Add gnus-spam-mark.
8918         (gnus-summary-make-tool-bar): Correct conditional.
8919         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
8920         (gnus-summary-mark-as-spam): New command.
8921
8922 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
8923
8924         * mml-sec.el (mml-secure-message): changed to support arbritrary
8925         modes.
8926         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
8927         changed to support "signencrypt" mode.
8928         * mml.el (mml-parse-1): changed to support different secure modes
8929         more easily. (for signencrypt)
8930
8931 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
8932
8933         * gnus-sum.el (gnus-update-summary-mark-positions)
8934         (gnus-summary-toggle-header):
8935         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
8936         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
8937         (gnus-uu-post-encoded):
8938         * nnfolder.el (nnfolder-possibly-change-group):
8939         * nnimap.el (nnimap-retrieve-headers):
8940         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
8941
8942 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
8943
8944         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
8945         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
8946
8947 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * gnus-srvr.el (gnus-server-set-info): Clear
8950         `gnus-server-method-cache' when `gnus-server-alist' is changed.
8951         From Daiki Ueno <ueno@unixuser.org>.
8952
8953 2002-04-11  Simon Josefsson  <jas@extundo.com>
8954
8955         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
8956         viewing of security buttons.  Thanks to Nicolas Kowalski
8957         <Nicolas.Kowalski@imag.fr>.
8958
8959         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
8960         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
8961         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
8962         <Nicolas.Kowalski@imag.fr>.
8963         (smime-decrypt-buffer): Ditto.
8964
8965 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8966
8967         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
8968         header line.
8969
8970 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
8971
8972         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
8973
8974 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8975
8976         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
8977
8978 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8979
8980         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
8981         errors when debug.
8982
8983 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
8984
8985         * message.el (message-make-mft): Changed MFT code from using
8986         message-recipients (which included Bcc) to use only the To and CC
8987         headers.
8988
8989 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8990
8991         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
8992         add link.
8993         (gnus-treat-mail-picon): Ditto.
8994         (gnus-treat-newsgroups-picon): Ditto.
8995         (gnus-picon-databases): Fix custom type.
8996         (gnus-picon-databases): Add link.
8997         (gnus-article-x-face-command): Add to gnus-picon group.
8998
8999 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
9000
9001         * message.el (message-buffer-naming-style): Remove.
9002
9003 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9004
9005         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
9006
9007         * message.el (message-tool-bar-map): Ditto.
9008
9009         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9010
9011 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9012
9013         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
9014
9015 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
9016
9017         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
9018
9019 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
9020         Trivial patch.
9021
9022         * dns.el: open-network-stream under XEmacs does udp.
9023
9024 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
9025
9026         * spam.el (spam-enter-whitelist): New function.
9027         (spam-parse-whitelist): Ditto.
9028         (spam-refresh-list-cache): Ditto.
9029         (spam-address-whitelisted-p): New function.
9030
9031         * dns.el (query-dns): Use TCP when make-network-process isn't
9032         available.
9033         (dns-servers): New variable.
9034         (dns-parse-resolv-conf): New function.
9035         (query-dns): Use it.
9036
9037         * spam.el: New file.
9038
9039         * dns.el (query-dns): Test.
9040
9041 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9042
9043         * lpath.el (featurep): Bind make-network-process.
9044
9045 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
9046
9047         * nnmaildir.el: Use defstruct.  Use a single copy of
9048         nnmail-extra-headers to save memory.  Store server's group name
9049         prefix instead of each group's prefixed name.
9050         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
9051         nntp-server-buffer.
9052
9053 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9054
9055         * dns.el: New file.
9056
9057 2002-03-28  Simon Josefsson  <jas@extundo.com>
9058
9059         * gnus-sum.el (gnus-summary-dummy-line-format):
9060         * gnus.el (gnus-summary-line-format): Fixing links to Info.
9061         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
9062
9063 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9064
9065         * gnus-sum.el (gnus-summary-move-article)
9066         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
9067         the doc string.
9068
9069 2002-03-28  Simon Josefsson  <jas@extundo.com>
9070
9071         * mml-sec.el (mml-secure-message): Search after
9072         mail-header-separator from top of message.
9073
9074 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
9075
9076         * nnmaildir.el: Cosmetic changes.
9077         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
9078         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
9079         nnmaildir--group-ls): New macros/functions.  Use them.
9080         (nnmaildir--unlink): Evalutate argument only once.
9081
9082 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
9083
9084         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
9085         symbols.
9086         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
9087         `gnus-point-at-eol'.
9088
9089 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
9090
9091         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
9092         nnmaildir--marks-dir): New macros.  Use them.
9093         Use inhibit-quit for atomicity instead of in-memory journaling.
9094         (nnmaildir--edit-prep): New function.
9095         (Local Variables): Use it.
9096
9097 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
9098
9099         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9100
9101 2002-03-25  Simon Josefsson  <jas@extundo.com>
9102
9103         * message.el (message-mode): Fix doc.
9104
9105 2002-03-25  Simon Josefsson  <jas@extundo.com>
9106
9107         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
9108         Matthieu Moy <Matthieu.Moy@imag.fr>.
9109
9110 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
9111
9112         * mml-sec.el (mml-unsecure-message): Add docstring.
9113
9114 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
9115
9116         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
9117         value.
9118         Trivial change from andre@slamdunknetworks.com
9119
9120 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
9121
9122         * mml.el (mml-mode-map): Added a keybinding for
9123         `mml-unsecure-message'.  Also, added a menu entry for said
9124         function in the Attachments menu.
9125
9126 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * canlock.el (canlock-version): Remove.
9129         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
9130         here; simplify \x insertions.
9131         (canlock-sha1): New function, always return a unibyte string.
9132         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
9133         of a password.
9134         (canlock-insert-header): Use `canlock-sha1'.
9135         (canlock-verify): Ditto.
9136
9137 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
9138
9139         * message.el (message-fix-before-sending): Add an option that
9140         ignores illegible text.
9141         Trivial change from Mark Milhollan <mlm@attglobal.net>
9142
9143         * message.el (message-font-lock-keywords): Support multi-line MML
9144         tags.
9145
9146         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
9147         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
9148
9149 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9150
9151         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
9152         symbols for "View as different encoding" submenu.
9153
9154 2002-03-19  Simon Josefsson  <jas@extundo.com>
9155
9156         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
9157         encoding" submenu.
9158
9159 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9160
9161         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
9162
9163 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9164
9165         * gnus-sum.el (gnus-sum-thread-tree-root)
9166         (gnus-sum-thread-tree-single-indent)
9167         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9168         (gnus-sum-thread-tree-leaf-with-other)
9169         (gnus-sum-thread-tree-single-leaf): Make customizable.
9170
9171 2002-03-16  Simon Josefsson  <jas@extundo.com>
9172
9173         * gnus-util.el (gnus-extract-address-components): Don't break on
9174         names such as James "Kibo" Parry.  From Francis Litterio
9175         <franl@world.std.com>.
9176
9177 2002-03-13  Simon Josefsson  <jas@extundo.com>
9178
9179         * pop3.el (pop3-open-server): Revert multibyte change.  From
9180         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9181
9182         * message.el (message-send-mail-with-qmail): Make it work.  From
9183         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9184
9185 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
9186
9187         * message.el (message-make-mft): Set case-fold-search while
9188         generating the MFT.  Also, a little cleanup in the MFT code.
9189
9190 2002-03-12  Simon Josefsson  <jas@extundo.com>
9191
9192         * message.el (message-qmail-inject-args): May be function.
9193         (message-send-mail-with-qmail): Call function if m-q-i-a is
9194         function.  From fn@hungry.org (Faried Nawaz).
9195
9196 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9197
9198         * message.el (message-abbrevs-loaded): Remove.
9199         (mailabbrev): Require it.
9200
9201         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
9202
9203 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9204
9205         * pop3.el (pop3-open-server): Set process buffer unibyte.
9206
9207 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9208
9209         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
9210
9211 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
9212
9213         * nnslashdot.el (nnslashdot-request-article): Remove javascript
9214         too.
9215
9216 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
9217
9218         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
9219         duplication.
9220         (gnus-summary-save-parts-type-history): Ditto.
9221         (gnus-summary-save-parts-last-directory): Ditto.
9222         Trivial change from andre@slamdunknetworks.com
9223
9224 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
9225
9226         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
9227
9228 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9229
9230         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
9231         -->" as the end of the first article.
9232
9233         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
9234         From Matthieu Moy <Matthieu.Moy@imag.fr>
9235
9236         * message.el (message-add-action): Use add-to-list.
9237         (message-delete-action): New function.
9238
9239         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
9240         pieces.
9241
9242 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
9243
9244         * nnnil.el: New file.
9245         * gnus.el (gnus-valid-select-methods): Include nnnil.
9246
9247 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9248
9249         * message.el (message-syntax-checks): Because canlock is
9250         supported, we disable sender syntax check.
9251         (message-shoot-gnksa-feet): Add cancel-messages option doc.
9252
9253         * gnus-draft.el (gnus-draft-send): If interactive, use its default
9254         value of message-syntax-checks.
9255
9256         * qp.el (quoted-printable-decode-region): Doc addition.
9257         From: Eli Zaretskii <eliz@is.elta.co.il>
9258
9259         * mail-source.el (make-source-make-complex-temp-name): Use
9260         make-temp-file.
9261
9262         * mm-util.el (mm-make-temp-file): New function.
9263         * nneething.el (nneething-file-name): Use it.
9264         * mml-smime.el (mml-smime-encrypt): Ditto.
9265         * mm-view.el (mm-inline-wash-with-file): Ditto.
9266         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
9267         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
9268         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
9269         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
9270         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
9271         * gnus-art.el (gnus-mime-print-part): Ditto.
9272
9273 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
9274
9275         * message.el (nnmaildir-article-number-to-base-name): New
9276         function.
9277         (nnmaildir-base-name-to-article-number): New function.
9278
9279 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9280
9281         * smime.el (smime-make-temp-file): Don't quote
9282         `temporary-file-directory'.
9283
9284 2002-03-04  Simon Josefsson  <jas@extundo.com>
9285
9286         * smime.el (smime-sign-region): Rename argument keyfiles to
9287         keyfile. You only sign something with one key.
9288         (smime-sign-buffer): Better completing-read prompt.
9289         (smime-decrypt-buffer): Ditto.
9290
9291         * smime.el (smime-make-temp-file): Make it work under XEmacs.
9292
9293         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
9294         completing-read.
9295         (mm-view-pkcs7-decrypt): CRLF->LF.
9296
9297 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
9298
9299         * message.el (message-hierarchical-addresses): New variable.
9300         (message-get-reply-headers): Use it.
9301         From Ted Zlatanov <teodor.zlatanov@divine.com>
9302
9303 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9304
9305         * message.el (message-mode): If buffer-file-name, don't set auto
9306         save file name.
9307         Trivial change from Geoff Greene <ggreene@wpi.edu>
9308
9309 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9310
9311         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
9312         takes one argument in read-char.
9313
9314         * message.el (message-fix-before-sending): Forward a char.
9315         Check mmu-multibyte-p, add control-1.
9316
9317 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9318
9319         * gnus-start.el (gnus-read-init-file): Ditto.
9320
9321         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
9322
9323         * dgnushack.el (dgnushack-make-load): Ditto.
9324
9325         * mail-source.el (mail-source-fetch): Extract the right error
9326         code.
9327
9328         * message.el (message-fix-before-sending): Check illegible text.
9329
9330         * gnus-util.el (gnus-multiple-choice): New function.
9331
9332         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
9333         also defined in gnus-score.el.
9334
9335 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
9336
9337         * message.el (message-get-reply-headers): downcase email addresses
9338         for comaparisons for duplicate removal.
9339
9340 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9341
9342         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
9343         implementation of PKCS#7, which just allows users read the
9344         message.
9345         (mm-view-pkcs7): Use it.
9346
9347 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
9348
9349         * gnus.el (large-newsgroup-initial): New parameter.
9350
9351         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
9352         (gnus-summary-insert-old-articles): Ditto.
9353
9354 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
9355
9356         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
9357         used as the default answer of the question, "How many articles?".
9358         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9359
9360         * nnagent.el (nnagent-retrieve-headers): Remove articles with
9361         small numbers.
9362
9363 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
9364
9365         * deuglify.el: Fix comments.
9366
9367 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
9368
9369         * html2text.el (html2text-clean-anchor): If there is no HREF,
9370         insert nothing.
9371
9372         * mml.el (mml-generate-mime-1): Add cdr.
9373         From: andre@slamdunknetworks.com
9374
9375         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
9376         (mm-text-html-washer-alist): Ditto.
9377
9378         * mm-decode.el (mm-text-html-renderer): Add html2text.
9379
9380         * html2text.el: Face lift.
9381
9382         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
9383
9384 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
9385
9386         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
9387
9388         * deuglify.el: Change copy right. Add autoload. Add coding-system.
9389
9390         * deuglify.el: New file. The original file name is
9391         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
9392
9393         * mm-decode.el (mm-display-external): Use
9394         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
9395
9396 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
9397
9398         * nnmaildir.el (nnmaildir-request-list): Report the highest
9399         article number, not the total number of articles.
9400
9401 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
9402
9403         * gnus-sum.el: Move uu key map here.
9404         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
9405
9406 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
9407
9408         * nnmaildir.el (nnmaildir-request-expire-articles): Use
9409         nnmail-expiry-wait* if expire-age parameter is not set.
9410
9411 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
9412
9413         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
9414         function.
9415         (gnus-group-sort-selected-groups-by-real-name): New function.
9416         (gnus-group-make-menu-bar): Add sort by real name.
9417
9418         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
9419         rebuild.
9420         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
9421         nil as dependencies as well.
9422
9423 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
9424
9425         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
9426         for mime-parts.
9427
9428         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
9429
9430         * gnus-group.el (gnus-group-name-decode): Don't test
9431         multibyte-string, because it breaks XEmacs.
9432         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
9433
9434         * message.el (message-send-mail): Be talkative.
9435
9436         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
9437         (mm-automatic-display): Ditto.
9438
9439         * mailcap.el (mailcap-mime-data): Ditto.
9440         From: Reiner Steib <4uce.02.r.steib@gmx.net>
9441
9442 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9443
9444         * many files: Remove trailing whitespaces, replace spc+tab with
9445         tab, replace leading whitespaces with tabs.
9446
9447 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
9448
9449         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
9450         articles with no body and no blank line after the header.
9451
9452 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9453
9454         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
9455         parts.
9456
9457         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
9458         non-ascii chars.
9459
9460         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9461
9462         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
9463         w3-delay-image-loads.
9464         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
9465         (mm-w3-prepare-buffer): Ditto.
9466
9467         * mail-source.el (mail-source-fetch-directory): Run scripts.
9468
9469 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9470
9471         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
9472         for Majordomo confirmations.
9473
9474 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9475
9476         * gnus-fun.el (gnus-respond-to-confirmation): New command.
9477
9478 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9479
9480         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
9481
9482 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
9483
9484         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
9485         References header field.  From Mark Thomas <mthomas@cmu.edu>.
9486
9487 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9488
9489         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
9490         (mm-inline-render-with-stdin): Ditto.
9491         (mm-inline-render-with-function): Ditto.
9492         (mm-inline-wash-with-file): Bind coding-system-for-write.
9493         (mm-inline-wash-with-stdin): Ditto.
9494
9495 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9496
9497         Suggested by Felix Natter <fnatter@gmx.net>
9498
9499         * gnus-art.el (gnus-mime-view-part-externally): Rename from
9500         gnus-mime-externalize-view.
9501         (gnus-mime-view-part-internally): Rename from
9502         gnus-mime-internalize-view.
9503         (gnus-article-view-part-externally): Rename from
9504         gnus-article-externalize-part.
9505         (gnus-mime-action-alist): Change correspondingly.
9506         (gnus-mime-button-commands): Ditto.
9507         (gnus-mime-action-alist): Remove duplication.
9508
9509         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
9510
9511 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9512
9513         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
9514
9515         * gnus-art.el (gnus-display-mime): Use it.
9516
9517         * mm-partial.el (mm-partial-find-parts): Use it.
9518
9519         * gnus-sum.el (gnus-article-loose-mime): Rename from
9520         gnus-article-no-strict-mime.
9521         (gnus-summary-save-parts): Use it.
9522
9523 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
9526         local variable.
9527
9528         * gnus-art.el (article-display-x-face): Don't sort multiple
9529         X-Faces.
9530
9531 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9532
9533         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
9534         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
9535
9536         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
9537
9538 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9539
9540         Some ideas is inspired by code from Hrvoje Niksic
9541         <hniksic@arsdigita.com>
9542
9543         * gnus-art.el (gnus-article-wash-function): Set the default to
9544         nil, so that we use mm-text-html-renderer instead.
9545         (article-wash-html): Use mm-text-html-renderer.
9546
9547         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
9548         (mm-text-html-renderer): New variable.
9549         (mm-inline-text-html-renderer): Set the default to nil, so that we
9550         use mm-text-html-renderer instead.
9551
9552         * mm-view.el (mm-inline-text-html): New function.
9553         (mm-text-html-renderer-alist): New variable.
9554         (mm-inline-text-vcard): New function.
9555         (mm-inline-text): Split.
9556         (mm-links-remove-leading-blank): New function.
9557         (mm-inline-render-with-file): New function.
9558         (mm-inline-render-with-stdin): New function.
9559         (mm-inline-render-with-function): New function.
9560         (mm-text-html-washer-alist): New variable.
9561         (mm-inline-wash-with-file): New function.
9562         (mm-inline-wash-with-stdin): New function.
9563
9564 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9565
9566         * message-utils.el: Fix installation doc.
9567         From: Reiner Steib <4uce.02.r.steib@gmx.net>
9568
9569 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
9570
9571         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
9572         (gnus-post-method): Use it.
9573         (gnus-summary-cancel-article): Find the correct post-method.
9574
9575         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
9576         * message.el (message-send-news): Ditto.
9577         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
9578         <ipmonger@delamancha.org>
9579
9580         * gnus.el (gnus-select-method): Fix doc.
9581         (gnus-server-string): Use 'using nntp'.
9582
9583         * gnus-agent.el (gnus-slave-unplugged): New command.
9584         From: Felix Natter <fnatter@gmx.net>
9585
9586 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9587
9588         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
9589         Call edit-done-function first, then change the window
9590         configuration.
9591         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
9592         (gnus-article-edit-mode): mml-mode.
9593
9594         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
9595         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
9596
9597         * message-utils.el: Adopt the file.
9598
9599         * message-utils.el: New file.
9600         From Holger Schauer <Holger.Schauer@gmx.de>
9601
9602 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
9603
9604         * gnus-sum.el (gnus-summary-move-article): Select-article only
9605         when gnus-move-split-methods is non-nil. And we don't render or
9606         mark the article.
9607
9608         * gnus-fun.el (gnus-shell-command-to-string): New function.
9609         (gnus-shell-command-on-region): New function.
9610         (gnus-random-x-face): Use them.
9611         (gnus-x-face-from-file): Ditto.
9612         (gnus-convert-image-to-gray-x-face): Ditto.
9613         (gnus-convert-gray-x-face-to-xpm): Ditto.
9614         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
9615
9616 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9617
9618         * gnus-art.el (gnus-treat-display-xface): Don't use
9619         `shell-command-to-string' when compiling.
9620         (gnus-treat-display-grey-xface): Ditto.
9621
9622 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
9623
9624         * nnmaildir.el (nnmaildir--article-count): If the group is
9625         completely empty, report minimum article number as 1 instead of 0.
9626
9627 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
9628
9629         * gnus-agent.el (gnus-get-predicate): Use nconc.
9630
9631         * gnus-sum.el (gnus-summary-display-make-predicate): Use
9632         gnus-summary-display-cache as cache.
9633
9634         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
9635         (nndoc-mail-in-mail-type-p): New function.
9636         (nndoc-mail-in-mail-article-begin): New function.
9637
9638 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9639
9640         * mailcap.el (mailcap-mime-data): Use enriched-decode.
9641
9642         * gnus-cite.el (gnus-article-fill-cited-article): Bind
9643         use-hard-newlines to nil.
9644
9645         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
9646         image is not available if window-system is not available.
9647
9648         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
9649
9650 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9651
9652         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
9653         bookmark, because update-mark doesn't handle it correctly.
9654
9655 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
9656
9657         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
9658         directly instead of calling message-send-mail.
9659
9660         * gnus-start.el (gnus-read-descriptions-file): Use
9661         gnus-default-charset.
9662
9663         * mm-util.el (mm-guess-mime-charset): New function.
9664
9665         * gnus.el (gnus-default-charset): Use it.
9666         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
9667         the default.
9668
9669 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9670
9671         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
9672         (article-display-x-face): Use it.  Disable grey xface, if
9673         uncompface is not found.
9674
9675         * message.el (message-mode): Don't enable multibyte on an indirect
9676         buffer.
9677
9678         * nnrss.el (nnrss-content-function): New variable.
9679         (nnrss-request-article): Use it.
9680
9681 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9682
9683         * gnus.el: Add article-unsplit-urls.
9684         * gnus-sum.el: Ditto.
9685         * gnus-art.el (gnus-treat-strip-cr): New variable.
9686         (gnus-treatment-function-alist): Use it.
9687         (article-unsplit-urls): New function.
9688         (gnus-article-make-menu-bar): Use it.
9689         From: Michael Cook <michael.cook@cisco.com>
9690
9691 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9692
9693         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
9694         copy.
9695
9696 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
9697
9698         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
9699         with internal whitespace.
9700         (gnus-parent-id): Ditto.
9701
9702 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
9703
9704         * gnus-art.el (gnus-article-treat-body-boundary): Add
9705         gnus-decoration property.
9706         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
9707
9708         * message.el (message-mode): Set local-abbrev-table.
9709         From Matt Armstrong <matt@lickey.com>.
9710
9711         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
9712         too many spaces.
9713
9714         * rfc2047.el (rfc2047-unfold-region): Ditto.
9715         (rfc2047-decode-region): Don't unfold. Let
9716         gnus-article-treat-unfold-headers do it.
9717
9718         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
9719         From: Jesper Harder <harder@ifa.au.dk>
9720
9721 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9722
9723         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
9724         (gnus-configure-posting-styles): Use it.
9725         (gnus-configure-posting-styles): Remove trailing newspaces.
9726
9727 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9728
9729         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
9730         is non-nil.
9731
9732         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
9733
9734         * gnus.el (gnus-server-to-method): Switch position with
9735         gnus-server-get-method.
9736         (gnus-agent): Add doc.
9737
9738         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
9739         (gnus-summary-save-parts): Use it.
9740
9741         * gnus-art.el (gnus-display-mime): Use it.
9742         * mm-partial.el (mm-partial-find-parts): Use it.
9743
9744         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
9745
9746         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
9747         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
9748
9749         * nnagent.el (nnagent-request-expire-articles): Don't delete
9750         files.
9751
9752 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9753
9754         * message.el (message-gen-unsubscribed-mft): New function.
9755         From Sriram Karra <karra@cs.utah.edu>.
9756
9757         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
9758         open parenthesis.
9759
9760         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
9761         (mm-inline-text-html-render-with-w3): Ditto.
9762         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
9763         Suggested by Dave Love  <d.love@dl.ac.uk>.
9764
9765         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
9766
9767         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
9768         * nntp.el (nntp-send-command): Ditto.
9769         * nntp.el (nntp-send-command-nodelete): Ditto.
9770
9771 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9772
9773         * mm-url.el (mm-url-load-url): New function.
9774         (mm-url-insert-file-contents): Use it.
9775
9776         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
9777
9778         * message.el (message-forward-make-body): Correctly copy
9779         forward-buffer.
9780
9781         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
9782
9783 2002-02-04  Simon Josefsson  <jas@extundo.com>
9784
9785         * gnus-art.el (gnus-article-followup-with-original): Mark with
9786         force, prevent errors when following up from article buffer.
9787         (gnus-article-reply-with-original): Ditto.
9788
9789         * binhex.el (binhex-decoder-switches): Fix doc.  From
9790         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9791
9792 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9793
9794         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
9795         highlight-citation after emphasize.
9796
9797 2002-02-04  Simon Josefsson  <jas@extundo.com>
9798
9799         * nnfolder.el (nnfolder-open-marks):
9800
9801         * nnml.el (nnml-open-marks): Message when done.  From David
9802         Edmondson <dme@sun.com>.
9803
9804 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9805
9806         * imap.el (imap-anonymous-auth): Fix typo.
9807         From: Steinar Bang <sb@dod.no>
9808
9809         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
9810         save-excursion.
9811         (gnus-cache-braid-heads): Ditto.
9812
9813         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
9814         line, because there are extra articles in the overview buffer.
9815
9816         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
9817
9818         * message.el (message-forward-rmail-make-body): Directly use
9819         rmail-msg-restore-non-pruned-header to avoid calling
9820         vertical-motion.
9821
9822 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9823
9824         * gnus-cache.el (gnus-summary-insert-cached-articles):
9825         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
9826
9827         * gnus-group.el (gnus-group-mark-article-read): Nreverse
9828         gnus-newsgroups-unselected.
9829
9830         * gnus-agent.el (gnus-summary-set-agent-mark): Use
9831         gnus-add-to-sorted-list.
9832
9833         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
9834         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
9835         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
9836         (gnus-update-read-articles): UNREAD is sorted.
9837         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
9838         (gnus-newsgroup-marked, gnus-newsgroup-cached)
9839         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
9840         (gnus-newsgroup-dormant): Require sorted.
9841
9842         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
9843         directories.
9844         (gnus-dired-print): New function.
9845
9846         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
9847         ps-despool.
9848
9849 2002-02-02  Simon Josefsson  <jas@extundo.com>
9850
9851         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
9852
9853 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9854
9855         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
9856         t. This makes gnus-agent customizable without putting
9857         gnus-agentize into .gnus.
9858
9859         * gnus.el (gnus-agent): Make it customizable.
9860
9861         * gnus-dired.el: New file.
9862         From Benjamin Rutt <brutt@bloomington.in.us>
9863
9864         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
9865         if no article.
9866         (gnus-cache-possibly-remove-article): Ditto.
9867         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
9868
9869 2002-02-01  Simon Josefsson  <jas@extundo.com>
9870
9871         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
9872
9873 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
9876         (mm-setup-w3m): Don't bind keys listed in the above.
9877
9878 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
9881         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
9882         is non-nil; bind `w3m-force-redisplay' with nil.
9883
9884         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9885
9886         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
9887
9888 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9889
9890         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
9891         use mail-header-unfold-field.
9892
9893         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
9894         gnus-summary-limit.
9895
9896         * gnus-range.el (gnus-add-to-sorted-list): New function.
9897         * gnus-sum.el (gnus-mark-article-as-read): Use it.
9898         (gnus-mark-article-as-unread): Ditto.
9899         (gnus-summary-mark-article-as-unread): Ditto.
9900         (gnus-build-get-header): Ditto.
9901         (gnus-summary-prepare-threads): Ditto.
9902         (gnus-summary-insert-pseudos): Ditto.
9903         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
9904         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
9905         (gnus-summary-insert-old-articles): Ditto.
9906
9907         * gnus-msg.el (gnus-posting-styles): Add new format of header.
9908         (gnus-configure-posting-styles): Support the new format.
9909
9910         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
9911         edebug-form-spec to (sexp body).
9912         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
9913
9914         * message.el (message-reply-headers): Add doc.
9915
9916 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9917
9918         * gnus-group.el (gnus-group-delete-group): Nix the entry in
9919         gnus-cache-active-hashtb.
9920
9921         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
9922         (gnus-agent-summary-fetch-group): Use it.
9923
9924         * gnus-msg.el (gnus-debug-files): New variable.
9925         (gnus-debug-exclude-variables): New variable.
9926         (gnus-debug): Use them.
9927
9928         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
9929
9930 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9931
9932         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
9933         (message-mode-syntax-table): Move back the previous position.
9934
9935         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
9936
9937         * gnus-agent.el (gnus-agent-retrieve-headers): Use
9938         gnus-sorted-difference.
9939
9940         * nnsoup.el (nnsoup-request-expire-articles): Use
9941         gnus-sorted-difference.
9942
9943         * nnheader.el: Autoload gnus-sorted-difference.
9944
9945         * nnfolder.el (nnfolder-request-expire-articles): Use
9946         gnus-sorted-difference.
9947
9948         * gnus-cache.el (gnus-cache-retrieve-headers): Use
9949         gnus-sorted-difference.
9950
9951         * gnus-range.el: Autoload cookies.
9952         (gnus-sorted-difference): New function.
9953         (gnus-sorted-ndifference): New function.
9954         (gnus-sorted-nintersection): Rename from
9955         gnus-set-sorted-intersection.
9956         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
9957         (gnus-list-range-difference): Rename from
9958         gnus-inverse-list-range-intersection.
9959         (gnus-inverse-list-range-intersection): Use defalias.
9960
9961         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
9962         gnus-sorted-ndifference, and gnus-sorted-nintersection.
9963         (gnus-articles-to-read): Use gnus-sorted-difference.
9964         (gnus-summary-limit-mark-excluded-as-read): Use
9965         gnus-sorted-intersection and gnus-sorted-ndifference.
9966         (gnus-list-of-read-articles): Use gnus-list-range-difference.
9967         (gnus-summary-insert-articles): Use gnus-sorted-difference.
9968
9969         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
9970
9971 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
9974         property to the buffer for using emacs-w3m command keys.
9975
9976         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
9977         option.
9978
9979         * mm-view.el (mm-w3m-mode-map): New variable.
9980         (mm-w3m-mode-command-alist): New variable.
9981         (mm-w3m-minor-mode): Removed.
9982         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
9983         (mm-inline-text-html-render-with-w3m): Add keymap property to the
9984         buffer for using emacs-w3m command keys.
9985
9986 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9987
9988         * message.el (message-mode-syntax-table): Move forward.
9989         (message-cite-prefix-regexp): Auto detect non word constituents.
9990         (message-cite-prefix-regexp): Don't use with-syntax-table.
9991
9992         * gnus-sum.el (gnus-summary-update-info): Use
9993         gnus-list-range-intersection.
9994
9995         * gnus-agent.el (gnus-agent-fetch-headers): Use
9996         gnus-list-range-intersection.
9997
9998         * gnus-range.el (gnus-range-normalize): Use correct predicate.
9999         (gnus-list-range-intersection): Use it.
10000         (gnus-inverse-list-range-intersection): Ditto.
10001         (gnus-sorted-intersection): Add doc.
10002         (gnus-set-sorted-intersection): Add doc.
10003         (gnus-sorted-union): New function.
10004         (gnus-set-sorted-union): New function.
10005
10006         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
10007         (gnus-inverse-list-range-intersection): Ditto.
10008
10009 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
10010
10011         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
10012
10013         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
10014         and permit `:' and `\' in order to handle full Windows pathnames.
10015         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
10016         technically not correct per standard, but seems to have common use.
10017
10018 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10019
10020         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
10021         replacing numbers.
10022
10023 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
10024
10025         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
10026
10027         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
10028         Don't split when the window is small, e.g. when a small *BBDB*
10029         window is the lowest one.
10030
10031         * gnus-agent.el (gnus-agent-retrieve-headers): Use
10032         nnheader-find-nov-line to speed up. Use nreverse, because it is
10033         sorted. Use nnheader-insert-nov-file.
10034
10035 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10036
10037         * mm-decode.el (mm-inline-text-html-with-images): New user option.
10038
10039         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
10040         of `w3m-display-inline-images' with the value of
10041         `mm-inline-text-html-with-images'.
10042         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
10043
10044         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10045
10046 2002-01-27  Richard M. Stallman  <rms@gnu.org>
10047
10048         * time-date.el: Add autoload cookies.  Many doc fixes.
10049         (time-add): New function.
10050         (time-subtract): Renamed from subtract-time.
10051         (subtract-time): New alias for time-subtract.
10052
10053 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10054
10055         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
10056         emacs-w3m in doc-string.
10057
10058         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
10059         `w3m-current-buffer'.
10060
10061 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10062
10063         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
10064
10065         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
10066         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
10067         (mm-w3m-cid-retrieve): New function.
10068         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
10069
10070 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
10071
10072         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
10073
10074 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10075
10076         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
10077
10078 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10079
10080         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
10081         32K.
10082
10083         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
10084
10085         * nnmail.el (nnmail-article-group): Decode headers before running
10086         split rules over them.
10087         (nnmail-mail-splitting-charset): New variable.
10088
10089         * smiley.el: Replaced with smiley-ems.el.
10090
10091 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
10092
10093         * mm-url.el (mm-url-predefined-programs): Add w3m.
10094         (mm-url-program): Ditto.
10095
10096 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10097
10098         * nnml.el (nnml-use-compressed-files): New variable.
10099         (nnml-filenames-are-evil): Removed.
10100         (nnml-current-group-article-to-file-alist): Don't use.
10101         (nnml-update-file-alist): Inhibit.
10102         (nnml-article-to-file): Use new var.
10103
10104 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
10105
10106         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
10107
10108         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
10109
10110 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10111
10112         * gnus-agent.el (gnus-agent-load-alist): Use new caching
10113         function.
10114
10115         * gnus-util.el (gnus-cache-file-contents): New function.
10116
10117         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
10118         (gnus-agent-load-alist): Use it.
10119
10120         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
10121
10122         * nnheader.el (nnheader-insert-nov-file): New function.
10123
10124         * gnus-util.el (gnus-parse-without-error): Correct the loop.
10125
10126         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
10127         there are no references.
10128         (gnus-extract-message-id-from-in-reply-to): New function.
10129         (gnus-nov-parse-line): Use in-reply-to if there are no
10130         references.
10131
10132 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10133
10134         * nnagent.el (nnagent-retrieve-headers): Use new macro.
10135
10136         * gnus-util.el (gnus-parse-without-error): New macro.
10137
10138 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
10139
10140         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
10141         (gnus-article-wash-function): use locate-library to decide which
10142         to use.
10143
10144 2002-01-25  Simon Josefsson  <jas@extundo.com>
10145
10146         * pop3.el (pop3-munge-message-separator): Work if no date.
10147         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
10148
10149 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10150
10151         * gnus-agent.el (gnus-agent-save-alist): Fix.
10152
10153         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
10154         mistake.  Reinstated lost code.
10155
10156 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
10157
10158         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
10159         one exists in the case of an encrypted message with an internal
10160         signature.
10161
10162 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10163
10164         * gnus-agent.el (gnus-agent-save-alist): Optimized.
10165
10166 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * dgnushack.el: Commented out the experimental code.
10169
10170 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10171
10172         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
10173         error.
10174
10175         * gnus.el (gnus-server-to-method): Made into subst.
10176         (gnus-server-method-cache): New variable.
10177         (gnus-server-to-method): Use it.
10178         (gnus-group-method-cache): New variable.
10179         (gnus-find-method-for-group-1): Renamed.
10180         (gnus-find-method-for-group): New function.
10181         (gnus-group-method-cache): Removed.
10182
10183         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
10184         function.
10185
10186         * gnus-range.el (gnus-members-of-range): New function.
10187         (gnus-list-range-intersection): Renamed.
10188         (gnus-inverse-list-range-intersection): New function.
10189
10190         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
10191
10192         * nnagent.el (nnagent-retrieve-headers): New implementation.
10193
10194         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
10195         implementation.
10196
10197 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
10200         `w3m-meta-content-type-charset-regexp'.
10201
10202         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
10203         charset-encoded html contents.
10204
10205 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
10206
10207         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
10208         an empty file.
10209
10210         * nnweb.el (url): Ignore errors when request url.
10211
10212         * nnrss.el: Clean up the comments.
10213
10214 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10215
10216         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
10217
10218         * mm-decode.el (mm-inline-text-html-renderer): New user option.
10219         (mm-inline-media-tests): Test whether the value of
10220         `mm-inline-text-html-renderer' is a function for text/html.
10221
10222         * mm-view.el (mm-inline-text-html-render-with-w3): New function
10223         separated from `mm-inline-text'.
10224         (mm-w3m-minor-mode): New variable.
10225         (mm-w3m-setup): New variable.
10226         (mm-setup-w3m): New function.
10227         (mm-inline-text-html-render-with-w3m): New function.
10228         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
10229         text/html.
10230
10231 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
10232
10233         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
10234
10235 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
10238         and `gnus-xmas-completing-read'.
10239
10240 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10241
10242         * nneething.el (nneething-message-id-number): Abolished.
10243         (nneething-encode-file-name): Not encode numerical characters.
10244         (nneething-make-head): `nneething-message-id-number' is not
10245         used to generate message IDs.
10246
10247 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10248
10249         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
10250         characters.
10251
10252 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10253
10254         * gnus-xmas.el (gnus-xmas-completing-read): New function.
10255         (gnus-xmas-redefine): Redefine conditionally.
10256
10257 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
10258
10259         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
10260         tag.
10261
10262 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
10263
10264         * message.el (message-font-lock-keywords): Added the secure tag.
10265         * mml-sec.el: Added functions to generate/modify/remove the secure
10266         tag while in message mode.
10267         * mml-sec.el (mml-secure-message): New.
10268         * mml-sec.el (mml-unsecure-message): New.
10269         * mml-sec.el (mml-secure-message-sign-smime): New.
10270         * mml-sec.el (mml-secure-message-sign-pgp): New.
10271         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
10272         * mml-sec.el (mml-secure-message-encrypt-smime): New.
10273         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
10274         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
10275         * mml.el (mml-parse-1): Added code to recognise the secure tag and
10276         convert it to either a part or multipart depending on if there are
10277         other parts in the message.
10278         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
10279         to use the secure tag, rather than the part tag.
10280         * mml.el (mml-preview): Added a save-excursion to keep cursor
10281         position after doing an MML preview.
10282
10283 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10284
10285         * nnheader.el (nnheader-parse-overview-file): New function.
10286         (nnheader-write-overview-file): New function.
10287
10288 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10289
10290         * gnus.el (gnus-group-fast-parameter): Check better if expansion
10291         in wanted.
10292
10293         * nnweb.el (nnweb-type-definition): Clean up.
10294
10295 2002-01-21  Alastair Burt  <burt@dfki.de>
10296         Trivial patch.
10297
10298         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
10299         buffer exists before jumping to it.
10300
10301 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10302
10303         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
10304         function.
10305         (article-wash-html): Use it.
10306         (gnus-article-wash-function): New variable.
10307         (gnus-article-wash-html-with-w3m): New function.
10308
10309 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
10310
10311         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
10312         XEmacs.
10313
10314 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
10315
10316         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
10317         command line.
10318
10319 2002-01-21  Simon Josefsson  <jas@extundo.com>
10320
10321         * canlock.el (base64-encode-string): Autoload it from base64.
10322         (canlock-make-cancel-key): Base64 encode unibyte string.
10323
10324 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10325
10326         * nnfolder.el (nnfolder-request-accept-article): Unfold
10327         x-from-line.
10328         (nnfolder-request-replace-article): Ditto.
10329
10330 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
10331
10332         * gnus-group.el (gnus-group-best-unread-group): Use the right
10333         positioning function.
10334
10335 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10336
10337         * smiley-ems.el (smiley-region): Use new function.
10338         (smiley-update-cache): Use general image functions.
10339         (smiley-region): Use general functions.
10340
10341         * gnus-util.el (gnus-graphic-display-p): New function.
10342
10343         * nnmail.el (nnmail-article-group): Allow outputting traces of
10344         non-strings.
10345
10346         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
10347         (nndoc-exim-bounce-type-p): New function.
10348
10349         * message.el (message-dont-send): Doc fix.
10350
10351         * gnus-util.el (gnus-completing-read): Remove
10352         inherit-input-method.
10353
10354         * gnus-art.el (gnus-treat-smiley): Doc fix.
10355
10356         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
10357         articles.
10358
10359 2002-01-19  Simon Josefsson  <jas@extundo.com>
10360
10361         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
10362         (imap-kerberos4-open): Ditto.
10363         (imap-open): Set port correctly, don't set auth.
10364
10365 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10366
10367         * gnus.el (gnus-version-number): Bump version number.
10368
10369 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10370
10371         * gnus.el: Oort Gnus v0.05 is released.
10372
10373 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10374
10375         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
10376         exists.
10377
10378         * gnus-spec.el (gnus-string-width-function): New function.
10379         (gnus-tilde-cut-form): Use it.
10380         (gnus-tilde-max-form): Ditto.
10381         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
10382         (gnus-substring-function): Use it.
10383         (gnus-tilde-cut-form): Ditto.
10384         (gnus-substring-function): New function.
10385
10386         * message.el (message-check-news-header-syntax): New message.
10387
10388         * gnus.el (gnus-slave-no-server): Doc fix.
10389
10390         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
10391
10392 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10393
10394         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
10395         `seen' if it looks like (seen NUM1 . NUM2).  It should be
10396         (seen (NUM1 . NUM2)).
10397
10398 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10399
10400         * gnus-topic.el (gnus-topic-catchup-articles): Update article
10401         number in closed topics.
10402
10403 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
10404
10405         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
10406         functions.
10407
10408 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10409
10410         * gnus.el (gnus-group-find-parameter): Clean up.
10411
10412         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
10413         articles.
10414
10415         * gnus-util.el (gnus-completing-read-with-default): Renamed.
10416
10417         * nnmail.el (nnmail-article-group): Clean up.
10418
10419 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
10420
10421         * gnus-agent.el (gnus-category-name): Intern the category name.
10422
10423 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10424
10425         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
10426
10427         * gnus-util.el (gnus-completing-read): New function.
10428
10429 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
10430
10431         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
10432
10433         * smiley-ems.el (smiley-region): Register smiley.
10434         (smiley-toggle-buffer): Rewrite the function.
10435         (smiley-active): Removed.
10436
10437 2002-01-19  Simon Josefsson  <jas@extundo.com>
10438
10439         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
10440         Jesper Harder <harder@ifa.au.dk>.
10441
10442 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10443
10444         * gnus-art.el (gnus-request-article-this-buffer): Call
10445         `nneething-get-file-name' to extract the file name from the
10446         message id.
10447
10448         * nneething.el (nneething-encode-file-name): New function.
10449         (nneething-decode-file-name): Ditto.
10450         (nneething-get-file-name): Ditto.
10451         (nneething-make-head): Encode the file name and encapsulate it
10452         into the field of the message id.
10453
10454 2002-01-18  Simon Josefsson  <jas@extundo.com>
10455
10456         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
10457         stored in .marks.
10458
10459         * nnfolder.el (nnfolder-request-update-info): Ditto.
10460
10461 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
10462
10463         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
10464
10465 2002-01-18  Simon Josefsson  <jas@extundo.com>
10466
10467         * imap.el (imap-starttls-p): Don't check for binary.
10468         (imap-gssapi-auth-p): Ditto.
10469         (imap-kerberos4-auth-p): Ditto.
10470         (imap-open): Change logic.  Iterate through all possible streams,
10471         instead of bailing out after first failure.  Move authenticator
10472         decision to `imap-authenticate'.
10473         (imap-authenticate): Change logic, now finds the authenticator to
10474         use, was previously in `imap-open'.
10475         (imap-open): Return nil on failure.
10476         (imap-open): Setup temp buffer correctly.
10477         (imap-open): Return buffer only on success.
10478         (imap-interactive-login, imap-interactive-login): Tell the user
10479         which stream/authenticator is used for the queried
10480         username/password.
10481         (imap-open, imap-authenticate): Set variables.
10482         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
10483         (imap-open): Don't assume how `with-temp-buffer' is implemented.
10484
10485 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10486
10487         * gnus-fun.el (gnus-grab-cam-x-face): New function.
10488
10489 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10490
10491         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
10492
10493 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
10494
10495         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
10496         (gnus-agent-group-mode-map): Bind it to "Jo".
10497         (gnus-agent-group-make-menu-bar): Add it into menu bar.
10498
10499 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
10500
10501         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
10502         (gnus-summary-mail-toolbar): Add mail article deletion button.
10503
10504         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
10505         false positives for lines of "^^^^".
10506
10507         * gnus-picon.el (gnus-picon-find-face): faces database is all
10508         lowercase.
10509
10510 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
10511
10512         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
10513         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
10514         duplications.
10515         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
10516
10517 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10518
10519         * gnus-sum.el (gnus-summary-initial-limit): Inline
10520         gnus-summary-limit-children.
10521         (gnus-summary-initial-limit): Don't limit if
10522         gnus-newsgroup-display is nil.
10523         (gnus-summary-initial-limit): No, don't.
10524
10525         * gnus-util.el
10526         (gnus-put-text-property-excluding-characters-with-faces): Inline
10527         gnus-put-text-property.
10528
10529         * gnus-spec.el (gnus-default-format-specs): New variable.
10530
10531         * gnus-start.el (gnus-read-newsrc-file): Don't clear
10532         gnus-format-specs.
10533         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
10534
10535         * gnus-spec.el (gnus-update-format-specifications): Really check
10536         the Gnus version of the .newsrc.eld file.
10537         (gnus-format-specs): Save the new default summary format.
10538
10539         * gnus-util.el (gnus-parent-id): Check whether references is empty
10540         before splitting.
10541
10542         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
10543         functions.
10544         (gnus-gather-threads-by-references): Inline
10545         `gnus-split-references'.
10546
10547         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
10548         default value of gnus-summary-line-format-spec.
10549
10550 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10551
10552         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
10553         message.
10554         (nnslashdot-request-list): Ditto.
10555         (nnslashdot-sid-strip): Removed.
10556
10557 2002-01-15  Simon Josefsson  <jas@extundo.com>
10558
10559         * nnimap.el (nnimap-close-asynchronous): Enable.
10560         (nnimap-close-group): Expunge.
10561
10562 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10563
10564         * gnus-util.el (gnus-user-date-format-alist): Typo.
10565         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
10566
10567 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10568
10569         * nneething.el (nneething-request-article): Set
10570         `nnmail-file-coding-system' to `binary' locally, in order to read
10571         files without any conversion.
10572
10573 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10574
10575         * gnus-agent.el (gnus-agent-retrieve-headers): Use
10576         nnheader-file-coding-system and nnmail-active-file-coding-system.
10577         (gnus-agent-regenerate-group): Ditto.
10578         (gnus-agent-regenerate): Ditto.
10579         (gnus-agent-write-active): Ditto.
10580         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
10581
10582 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
10583
10584         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
10585         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
10586
10587 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
10588
10589         * gnus.el: We don't need gnus-article-show-all-headers.
10590
10591         * gnus-art.el (article-show-all, gnus-article-show-all-header):
10592         Ditto.
10593
10594         * gnus-sum.el (gnus-summary-select-article): Don't call
10595         show-all-headers, because hidden headers are not hidden text any
10596         more.
10597
10598 2002-01-13  Simon Josefsson  <jas@extundo.com>
10599
10600         * message.el (message-newline-and-reformat): Use `newline' instead
10601         of inserting \n, so that the newline is marked as hard.
10602
10603         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
10604         From Jesper Harder <harder@ifa.au.dk>.
10605
10606 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
10607
10608         * imap.el (imap-close): Keep going if quit.
10609
10610         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
10611         nntp-server-buffer.
10612
10613 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10614
10615         * mm-view.el (mm-display-inline-fontify): Require font-lock to
10616         avoid unbinding shadowed variables.
10617
10618         * gnus-art.el (gnus-picon-databases): Moved here.
10619         (gnus-picons-installed-p): Moved here.
10620         (gnus-article-reply-with-original): Use `mark'.
10621
10622         * gnus.el (gnus-picon): Moved here and renamed.
10623
10624         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
10625         installed.
10626         (gnus-treat-mail-picon): Ditto.
10627         (gnus-treat-newsgroups-picon): Ditto.
10628
10629         * gnus-picon.el (gnus-picons-installed-p): New function.
10630
10631 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
10632
10633         * gnus-agent.el (gnus-agent-go-online): Fix doc.
10634
10635 2002-01-12  Simon Josefsson  <jas@extundo.com>
10636
10637         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
10638         (nnimap-before-find-minmax-bugworkaround): Use it.
10639         (nnimap-find-minmax-uid): Don't reselect current mailbox.
10640         (nnimap-dont-close): New variable.
10641         (nnimap-close-group): Use it.
10642
10643 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10644
10645         * gnus-art.el (gnus-article-reply-with-original): Use
10646         `mark-active'.
10647
10648         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
10649
10650         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
10651         (gnus-score-advanced): Clean up.
10652         (gnus-score-advanced): Accept a multiple of the score.
10653
10654 2002-01-12  Simon Josefsson  <jas@extundo.com>
10655
10656         * flow-fill.el (fill-flowed-display-column)
10657         (fill-flowed-encode-columnq): New variables.  Suggested by
10658         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
10659         (fill-flowed-encode, fill-flowed): Use them.
10660
10661         * message.el (message-send-news, message-send-mail): Use
10662         m-b-s-n-p-e-h-n.
10663
10664         * mml.el (autoload): Autoload fill-flowed-encode.
10665         (mml-buffer-substring-no-properties-except-hard-newlines): New
10666         function.
10667         (mml-read-part): Use it.
10668         (mml-generate-mime-1): Encode format=flowed if appropriate.
10669         (mml-insert-mime-headers): Insert format=flowed.
10670
10671         * flow-fill.el (fill-flowed-encode): New function.
10672         (fill-flowed): Bind fill-column to window width.
10673
10674 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10675
10676         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
10677         it exists.
10678         (gnus-summary-setup-buffer): Wake up dead summary buffers.
10679         (gnus-summary-buffer-name): Don't return the dead name after all.
10680         (gnus-summary-setup-buffer): Kill the dead buffer.
10681
10682         * gnus-art.el (gnus-article-followup-with-original): Store the
10683         value of the mark before deactivating it.
10684
10685 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10686
10687         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
10688         From: Karl Kleinpaste <karl@charcoal.com>
10689
10690         * gnus-art.el (article-display-x-face): Ditto.
10691         (gnus-article-reply-with-original): Use gnus-region-active-p.
10692         (gnus-article-followup-with-original): Ditto.
10693
10694         * gnus-sum.el (gnus-summary-read-group-1): Don't select
10695         downloadable article either.
10696
10697 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10698
10699         * gnus-art.el (article-display-x-face): Insert From:.
10700
10701         * gnus-sum.el (gnus-summary-move-article): Don't draw the
10702         article. Bind gnus-display-mime-function and
10703         gnus-article-prepare-hook.
10704
10705         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
10706         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
10707         gnus-agent-possibly-synchronize-flags to the last.
10708         (gnus-agent-go-online): New function. New variable.
10709
10710 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10711
10712         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
10713         (gnus-agent-regenerate): Ditto.
10714
10715 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10716
10717         * message.el (message-ignored-news-headers)
10718         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
10719         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
10720
10721         * gnus.el (gnus-gethash-safe): New macro.
10722
10723         * gnus-agent.el (gnus-agent-regenerate-history): New function.
10724         (gnus-agent-regenerate): Show messages.
10725
10726 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10727
10728         * gnus-agent.el (gnus-agent-regenerate-group): New function.
10729         (gnus-agent-regenerate): New function.
10730         (gnus-agent-save-alist): Sort.
10731         (gnus-agent-copy-nov-line): Test eobp.
10732         (gnus-agent-retrieve-headers): Erase buffer.
10733
10734 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
10735
10736         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
10737         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
10738
10739         * gnus.el (gnus-agent-covered-methods): Move here.
10740         (gnus-online): New function.
10741         (gnus-agent-method-p): Move here.
10742
10743         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
10744         nil. Remove articles-alist.
10745
10746         * gnus-start.el (gnus-get-unread-articles): Check online.
10747         (gnus-groups-to-gnus-format): Ditto.
10748         (gnus-active-to-gnus-format): Ditto.
10749
10750         * gnus-agent.el (gnus-agent-get-function): Use it.
10751         (gnus-agent-get-undownloaded-list): Ditto.
10752         (gnus-agent-fetch-session): Only fetch online methods.
10753
10754         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
10755         (gnus-server-mode-map): Ditto.
10756         (gnus-server-offline-face): New face.
10757         (gnus-server-offline-face): New variable.
10758         (gnus-server-font-lock-keywords): Add offline.
10759         (gnus-server-insert-server-line): Ditto.
10760         (gnus-server-offline-server): New function.
10761
10762         * gnus-int.el (gnus-open-server): Turn to offline.
10763         (gnus-server-unopen-status): New variable.
10764
10765 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
10766
10767         * nnkiboze.el (nnkiboze-request-article): Use
10768         gnus-agent-request-article.
10769
10770         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
10771         function. Insert undownloaded NOV.
10772
10773         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
10774         (gnus-agent-request-article): New function.
10775
10776         * gnus.el (gnus-agent-cache): New variable.
10777
10778         * gnus-int.el (gnus-retrieve-headers): Use
10779         gnus-agent-retrieve-headers.
10780         (gnus-request-head): Use gnus-agent-request-article.
10781         (gnus-request-body): Ditto.
10782
10783         * gnus-art.el (gnus-request-article-this-buffer): Use
10784         gnus-agent-request-article.
10785
10786         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
10787         article if it is undownloaded.
10788
10789 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10790
10791         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
10792
10793 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10794
10795         * canlock.el (canlock-string-as-unibyte): New macro.
10796         (canlock-sha1-with-openssl): Return a unibyte string.
10797         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
10798
10799 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10800
10801         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
10802
10803 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10804
10805         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
10806         application/x-emacs-lisp.
10807
10808         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
10809
10810         * nntp.el (nntp-request-article): Add group parameter.
10811         (nntp-request-head): Ditto.
10812         (nntp-find-group-and-number): Add parameter group. Figure out
10813         number if the status line doesn't give (e.g. quimby.gnus.org).
10814
10815 2002-01-08  Simon Josefsson  <jas@extundo.com>
10816
10817         * mml.el (mml-generate-mime-1): Set recipient correctly.
10818
10819 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10820
10821         * message.el (message-read-from-minibuffer): Add parameter
10822         initial-contents.
10823         * gnus-msg.el (gnus-summary-resend-message): Use it.
10824
10825         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
10826         behavior of quit-config.
10827
10828         * message.el (message-make-from): Don't quote fullname.
10829         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
10830
10831         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
10832         From: <andre@slamdunknetworks.com>
10833
10834 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
10835
10836         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
10837
10838         * gnus-art.el (gnus-header-button-alist): Handle mailto.
10839
10840         * mml.el (mml-preview): Bind gnus-original-article-buffer because
10841         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
10842         because bbdb may use it.
10843
10844 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10845
10846         * nneething.el (nneething-request-article): When a non-text file
10847         is converted to an article, its data is encoded in base64.  Call
10848         `nneething-make-head' with options to specify MIME types.
10849         (nneething-make-head): Add optional arguments to specify MIME
10850         types.
10851
10852 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10853
10854         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
10855         header if there is not.
10856
10857         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
10858
10859         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
10860         (gnus-inews-mark-gcc-as-read): Obsolete variable.
10861         (gnus-inews-do-gcc): Use them.
10862
10863         * gnus-group.el (gnus-group-mark-article-read): Put holes into
10864         gnus-newsgroup-unselected.
10865
10866 2002-01-06  Simon Josefsson  <jas@extundo.com>
10867
10868         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
10869         condition-case, not ignore-errors.
10870
10871 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10872
10873         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
10874         gnus-fetch-old-headers.
10875
10876         * gnus-art.el (article-display-x-face): Use the current buffer
10877         unless `W f'. Otherwise, X-Face may be shown in the header of a
10878         forwarded part.
10879         (gnus-treatment-function-alist): Treat xface before hiding
10880         headers.
10881
10882 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10883
10884         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
10885         parameters.
10886
10887 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10888
10889         * mm-util.el (mm-multibyte-p): Define conditionally when load.
10890         (mm-guess-charset): New function.
10891         (mm-charset-after): Use it.
10892         (mm-detect-coding-region): New function.
10893         (mm-detect-mime-charset-region): New function.
10894
10895         * gnus-sum.el (gnus-summary-show-article): Use
10896         mm-detect-coding-region.
10897
10898 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10899
10900         * message.el (message-make-fqdn): Be less violent.
10901
10902         * gnus.el (gnus-logo-color-style): Compute custom form
10903         automatically.
10904
10905         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
10906         score file of the parent to the document group.
10907
10908         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
10909         parameters parameter.
10910
10911         * gnus-score.el (gnus-score-load-file): Clean up.
10912
10913 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10914
10915         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
10916         From: Damien Wyart <damien.wyart@free.fr>
10917
10918         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
10919
10920 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10921
10922         * gnus-sum.el (gnus-select-group-hook): Typo.
10923
10924         * rfc2047.el (rfc2047-decode-string): Return immediately if there
10925         is no quoted-printable-encoded STRING.
10926         From: Jesper Harder <harder@ifa.au.dk>
10927
10928         (rfc2047-decode-string): Decode it.
10929
10930 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10931
10932         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
10933
10934 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
10935         Trivial patch.
10936
10937         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
10938         buffer to get rid of junk line.
10939
10940 2002-01-05  Simon Josefsson  <jas@extundo.com>
10941
10942         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
10943         C-o.
10944         (message-mode-map): Bind message-insert-or-toggle-importance to
10945         C-c C-u.
10946         (message-mode-map): Bind message-disposition-notification-to to
10947         C-c M-n.
10948         (message-mode-menu): Add m-d-n-t.
10949         (message-mode-field-menu): Add m-goto-from.
10950         (message-mode): Doc fix.
10951         (message-goto-from): New function.
10952         (message-insert-disposition-notification-to): New function.
10953         (message-tool-bar-map): Add receipt button.
10954
10955 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10956
10957         * gnus-sum.el (gnus-thread-latest-date): New function.
10958         (gnus-thread-sort-by-most-recent-number): Renamed.
10959         (gnus-thread-sort-functions): Doc fix.
10960         (gnus-select-group-hook): Don't use setq on a hook.
10961         (gnus-thread-latest-date): Use date, not number
10962
10963         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
10964         (gnus-agent-expire): Allow regexp of expire-days.
10965
10966         * gnus-art.el (gnus-article-reply-with-original): Deactivate
10967         region.
10968         (gnus-article-followup-with-original): Ditto.
10969
10970         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
10971
10972         * gnus-art.el (gnus-mime-display-alternative): Use
10973         gnus-local-map-property.
10974         (gnus-mime-display-alternative): Ditto.
10975         (gnus-insert-mime-security-button): Ditto.
10976         (gnus-insert-next-page-button): Ditto.
10977         (gnus-button-prev-page): Take optional args.
10978         (gnus-insert-prev-page-button): widget-convert.
10979
10980         * gnus-util.el (gnus-local-map-property): New function.
10981
10982         * gnus-art.el (gnus-prev-page-map): Use parent map.
10983         (gnus-next-page-map): Ditto.
10984
10985         * gnus-spec.el (gnus-parse-format): Clean up.
10986         (gnus-parse-format): Do complex formatting for %=.
10987
10988         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
10989         "X-Face: " to the data in the built-in scenario.
10990
10991         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
10992         (gnus-correct-pad-form): Renamed.
10993         (gnus-tilde-max-form): Clean up.
10994         (gnus-pad-form): Use gnus-use-correct-string-widths.
10995
10996         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
10997         support if that is available.
10998
10999         * gnus-sum.el (gnus-thread-highest-number): New function.
11000         (gnus-thread-sort-by-most-recent-thread): New function.
11001         (gnus-thread-sort-functions): Doc fix.
11002
11003 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11004
11005         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
11006         all cases.
11007         (gnus-summary-mode): Enable it in all cases.
11008         (gnus-summary-display-article): Ditto.
11009         (gnus-summary-edit-article): Ditto.
11010
11011         * gnus-ems.el (gnus-put-image): Really return glyph.
11012
11013         * gnus-art.el (gnus-article-x-face-command): Fix :type.
11014         (gnus-treat-smiley): Don't take "P" in the interactive form.
11015
11016 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11017
11018         * compface.el (uncompface): XEmacs and Emacs have differing
11019         capabilities.
11020
11021         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
11022
11023         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
11024         (gnus-article-xface-ring-size): Removed.
11025         (gnus-article-display-xface): Removed.
11026         (gnus-remove-image): Cleaned up.
11027
11028         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
11029         (gnus-xmas-create-image): Take pbm files.
11030         (gnus-x-face): Removed.
11031         (gnus-xmas-article-display-xface): Removed.
11032
11033         * gnus-fun.el (gnus-display-x-face-in-from): Bind
11034         default-enable-multibyte-characters.
11035
11036         * compface.el (uncompface): Doc fix.
11037
11038         * gnus-art.el (gnus-article-x-face-command): Use
11039         gnus-display-x-face-in-from.
11040
11041         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
11042
11043         * gnus-ems.el (gnus-put-image): Return the image.
11044
11045         * gnus-fun.el (gnus-display-x-face-in-from): New function.
11046         (gnus-x-face): Moved here.
11047
11048 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11049
11050         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
11051         invisible if string is nil.
11052         (gnus-xmas-article-display-xface): Use it.
11053
11054         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
11055         property when string is nil.
11056         (gnus-article-display-xface): Use it.
11057
11058 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11059
11060         * gnus-art.el (article-display-x-face): Check whether valid grey
11061         face was returned.
11062         (article-display-x-face): Place image in the right spot.
11063
11064         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
11065         stderr.
11066         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
11067
11068 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11069
11070         * gnus-xmas.el (gnus-xmas-create-image): Take optional
11071         parameters.
11072         (gnus-xmas-put-image): Allow non-strings to be passed.
11073
11074         * gnus-art.el (article-display-x-face): Use optional parameters.
11075
11076         * gnus-ems.el (gnus-create-image): Take optional parameters.
11077
11078         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
11079
11080         * compface.el (compface-xbm-p): Removed.
11081
11082         * gnus-ems.el (gnus-article-compface-xbm): Removed.
11083         (gnus-article-display-xface): Use compface.
11084
11085         * compface.el: New file.
11086
11087         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
11088         (gnus-convert-image-to-x-face-command): Ditto.
11089         (gnus-random-x-face): Quote argument.
11090         (gnus-x-face-from-file): Ditto.
11091
11092 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
11093
11094         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
11095         the expire-group parameter once per article rather than once
11096         per group; bind `nnmaildir-article-file-name' and `article'
11097         for convenience.  Leave article alone when expire-group
11098         specifies the current group.
11099         (nnmaildir--update-nov): be more concurrency-friendly with
11100         temp file names.
11101
11102 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11103
11104         * gnus-start.el (gnus-read-init-file): Cleaned up.
11105
11106 2002-01-03  Dave Love  <d.love@dl.ac.uk>
11107
11108         * gnus-start.el (gnus-startup-file-coding-system): Removed.
11109         (gnus-read-init-file): Don't use it.
11110
11111 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11112
11113         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
11114
11115 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11116
11117         * gnus-start.el (gnus-read-init-file): Don't force coding system
11118         for ~/.gnus.  From Dave Love <fx@gnu.org>.
11119
11120 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11121
11122         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
11123         * nnspool.el (nnspool-request-post): Ditto.
11124
11125         * mm-util.el (mm-use-find-coding-systems-region): New variable.
11126         (mm-find-mime-charset-region): Use it.
11127
11128 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
11129
11130         * gnus.el (gnus-summary-line-format): Added :link.
11131         * gnus-topic.el (gnus-topic-line-format): Ditto.
11132         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
11133         * gnus-srvr.el (gnus-server-line-format): Ditto.
11134         * gnus-group.el (gnus-group-line-format): Ditto.
11135
11136         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
11137         :keys, it works on both Emacsen.
11138
11139 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11140
11141         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
11142
11143 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11144
11145         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
11146
11147 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
11148
11149         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
11150         very wide reply.
11151
11152 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11153
11154         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
11155         (gnus-picon-cache): New variable.
11156         (gnus-picon-transform-newsgroups): Cache stuff.
11157
11158         * gnus-art.el (gnus-article-reply-with-original): New command.
11159         (gnus-article-followup-with-original): New command.
11160
11161         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
11162         END parameters.
11163         (gnus-summary-followup): Take a list of list of articles.
11164         (gnus-inews-yank-articles): Allow lists of article/regions.
11165
11166         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
11167         longer the usual commands.
11168
11169         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
11170         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
11171         shell-command-on-region.
11172
11173 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11174
11175         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
11176           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
11177
11178 2002-01-03  Steve Youngs  <youngs@xemacs.org>
11179
11180         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
11181         understand ':keys', wrap it in an featurep 'xemacs.
11182
11183 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11184
11185         * gnus-ems.el (gnus-article-display-xface): Show xface in the
11186         order of headers (Actually, it is called in a reversed order). Add
11187         'gnus-image-text-deletable property.
11188         (gnus-remove-image): Remove text with such a property.
11189
11190         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
11191         gnus-put-image.
11192
11193         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
11194         with ", "
11195
11196 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11197
11198         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
11199
11200         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
11201         (article-display-x-face): Display grey X-Faces.
11202
11203         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
11204         (gnus-convert-gray-x-face-to-ppm): Ditto.
11205         (gnus-convert-image-to-gray-x-face): Ditto.
11206
11207         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
11208         gnus-summary-show-raw-article.
11209
11210 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11211
11212         Display picons in XEmacs without showing text.
11213
11214         * gnus-xmas.el (gnus-xmas-create-image): Don't use
11215         mm-create-image-xemacs to create xbm glyph, because it deletes
11216         temporary files.
11217         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
11218         (gnus-xmas-remove-image): Make text visible, remove glyph.
11219
11220         * gnus-picon.el (gnus-picon-transform-newsgroups)
11221         (gnus-picon-transform-address): Insert spec backward, due to the
11222         incompatibility of gnus-xmas-put-image.
11223
11224 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11225
11226         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
11227
11228 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11229
11230         * gnus.el: Doc fix.
11231
11232         * gnus-art.el: Doc fix.
11233
11234         * gnus-agent.el: Doc fix.
11235
11236 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11237
11238         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
11239
11240 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
11241
11242         * nnmaildir.el (nnmaildir--update-nov): automatically parse
11243         NOV data out of the message again if nnmail-extra-headers has
11244         changed.
11245
11246 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11247
11248         * gnus-fun.el: New file.
11249         (gnus-convert-image-to-x-face-command): New variable.
11250         (gnus-insert-x-face): New function.
11251         (gnus-random-x-face): Renamed.
11252         (gnus-x-face-from-file): Renamed.
11253
11254         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
11255         "_".
11256         (gnus-body-boundary-delimiter): Typo fix.
11257
11258 2002-01-02  Simon Josefsson  <jas@extundo.com>
11259
11260         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
11261         (gnus-body-boundary-delimiter): Fix type.
11262
11263 2002-01-01  Simon Josefsson  <jas@extundo.com>
11264
11265         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
11266         (gnus-treat-emphasize, gnus-treat-strip-cr)
11267         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
11268         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
11269         (gnus-treat-fill-article, gnus-treat-hide-citation)
11270         (gnus-treat-hide-citation-maybe)
11271         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
11272         (gnus-treat-strip-pem, gnus-treat-strip-banner)
11273         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
11274         (gnus-treat-date-ut, gnus-treat-date-local)
11275         (gnus-treat-date-english, gnus-treat-date-lapsed)
11276         (gnus-treat-date-original, gnus-treat-date-iso8601)
11277         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
11278         (gnus-treat-strip-trailing-blank-lines)
11279         (gnus-treat-strip-leading-blank-lines)
11280         (gnus-treat-strip-multiple-blank-lines)
11281         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
11282         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
11283         (gnus-treat-display-xface, gnus-treat-display-smileys)
11284         (gnus-treat-from-picon, gnus-treat-mail-picon)
11285         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
11286         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
11287         (gnus-treat-play-sounds, gnus-treat-translate)
11288         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
11289
11290         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
11291         (gnus-article-treat-body-boundary): Use it.
11292
11293         * message.el (message-mode): Fix doc.
11294         (message-mode-menu): Fix names.
11295
11296 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11297
11298         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
11299         articles.
11300
11301         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
11302         (gnus-picon-transform-address): Search for unknown faces as well.
11303         (gnus-picon-find-face): Don't search "news" for MISC.
11304         (gnus-picon-user-directories): Changed default back to exclude
11305         "unknown".
11306
11307         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
11308
11309         * gnus-picon.el (gnus-picon-find-face): Search through all
11310         databases.
11311         (gnus-picon-find-face): New implementation.
11312
11313         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
11314         keystroke.
11315         (gnus-topic-goto-next-topic): Ditto.
11316
11317         * gnus.el (gnus-summary-line-format): Changed default.
11318
11319         * nnmail.el (nnmail-extra-headers): Change default.
11320
11321         * gnus-sum.el (gnus-extra-headers): Change default.
11322
11323         * message.el (message-news-other-window): Changed "news" to
11324         "posting".
11325         (message-news-other-frame): Ditto.
11326         (message-do-send-housekeeping): Ditto.
11327
11328         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
11329         function.
11330         (gnus-article-unread-p): New function.
11331         (gnus-article-unseen-p): New function.
11332         (gnus-dead-summary-mode-map): Typo.
11333
11334         * gnus-util.el (gnus-make-predicate): New function.
11335         (gnus-make-predicate-1): New function.
11336
11337         * gnus-sum.el: New function.
11338         (gnus-map-articles): New function.
11339
11340         * gnus-art.el (gnus-treat-fold-headers): New variable.
11341         (gnus-article-treat-fold-headers): New command and keystroke.
11342
11343         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
11344         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
11345
11346 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11347
11348         * message.el (message-fcc-externalize-attachments): New variable.
11349         (message-do-fcc): Use it.
11350
11351         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
11352         (gnus-inews-do-gcc): Use it.
11353
11354         * mml.el (mml-tweak-sexp-alist): New variable.
11355         (mml-externalize-attachments): New variable.
11356         (mml-tweak-part): Use mml-tweak-sexp-alist.
11357         (mml-tweak-externalize-attachments): New function.
11358
11359 2002-01-01  Steve Youngs  <youngs@xemacs.org>
11360
11361         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
11362         'set-glyph-face' so x-face back/foreground can be set.
11363
11364 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11365
11366         * message.el (message-fix-before-sending): Fix a typo.
11367
11368 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11369
11370         * gnus-art.el (gnus-treat-smiley): Renamed command.
11371         (gnus-article-remove-images): New command and keystroke.
11372
11373         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
11374
11375         * smiley-ems.el (gnus-smiley-display): Removed.
11376
11377         * gnus.el (gnus-version-number): Update version.
11378
11379         * message.el (message-text-with-property): Renamed and moved
11380         here.
11381         (message-fix-before-sending): Highlight invisible text and place
11382         point there.
11383
11384 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11385
11386         * gnus.el: Oort Gnus v0.04 is released.
11387
11388 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11389
11390         * gnus-delay.el (gnus-delay-send-queue): Renamed.
11391
11392         * gnus-art.el (gnus-ignored-headers): More headers,
11393
11394         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
11395         of `scan-error', since XEmacs doesn't seem to support that.
11396
11397 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11398
11399         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
11400         arg.
11401         (gnus-summary-best-unread-subject): Ditto.
11402         (gnus-summary-best-unread-subject): No, don't.
11403         (gnus-summary-better-unread-subject): New command.
11404
11405         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
11406
11407         * lpath.el ((featurep 'xemacs)): fbind url function.
11408
11409         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
11410         buffer.
11411         (gnus-xmas-remove-image): Implementation that does something.
11412         (gnus-xmas-article-display-xface): Mark images properly.
11413
11414         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
11415
11416 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
11417
11418         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
11419
11420 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11421
11422         * gnus-group.el (gnus-group-line-format): Added %O to the default
11423         value.
11424
11425         * gnus-util.el (gnus-text-with-property): The smallest point is
11426         point-min.
11427
11428         * smiley-ems.el (smiley-region): Return images.
11429         (gnus-smiley-display): Allow toggling.
11430         (smiley-region): Use text properties, not overlays.
11431
11432         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
11433         implemented yet.
11434
11435         * smiley-ems.el (smiley-update-cache): Check for valid types.
11436
11437         * gnus-art.el (gnus-with-article-buffer): New macro.
11438
11439         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
11440         strings as well as the glyphs.
11441         (gnus-picon-transform-address): Ditto.
11442         (gnus-picon-insert-glyph): Ditto.
11443         (gnus-picon-transform-newsgroups): Toggle.
11444         (gnus-picon-transform-address): Toggle.
11445
11446         * gnus-ems.el (gnus-remove-image): New function.
11447         (gnus-put-image): Take an optional string.
11448
11449         * gnus-util.el (gnus-text-with-property): New function.
11450
11451         * gnus-art.el (gnus-delete-images): New function.
11452
11453         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
11454
11455         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
11456         (gnus-article-wash-status): Use it.
11457         (gnus-signature-toggle): Clean up.
11458         (gnus-add-wash-status): New function.
11459         (gnus-delete-wash-status): New function.
11460         (gnus-article-hide-text-type): Use them throughout.
11461         (gnus-add-image): New function.
11462
11463         * gnus-ems.el (gnus-article-display-xface): Use new interface.
11464
11465         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
11466         interface.
11467
11468         * gnus-art.el (article-display-x-face): Cleaned up.
11469
11470         * rfc2047.el (rfc2047-field-value): New function.
11471
11472         * mail-parse.el (mail-header-field-value): New alias.
11473
11474         * gnus-art.el (gnus-mime-print-part): Fix typos.
11475
11476         * smiley-ems.el (gnus-smiley-file-types): New variable.
11477         (smiley-update-cache): Use it.
11478         (smiley-regexp-alist): Suffix-less smiley names.
11479         (smiley-regexp-alist): Added more smileys.
11480
11481         * gnus-sum.el (gnus-print-buffer): Made into own function.
11482         (gnus-summary-print-article): Use it.
11483
11484         * mailcap.el (mailcap-mime-info): Actually return the bit that we
11485         looked for when REQUEST is a string.
11486
11487         * gnus-art.el (gnus-mime-button-commands): Add printing
11488         keystroke.
11489         (gnus-mime-copy-part): Doc fix.
11490         (gnus-mime-print-part): New command.
11491
11492 2001-12-31  Simon Josefsson  <jas@extundo.com>
11493
11494         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
11495         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
11496
11497 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11498
11499         * gnus-picon.el (gnus-treat-from-picon): Autoload.
11500         (picon): Fix doc.
11501
11502         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
11503         longer exists. Remove those codes.
11504         * gnus.el (gnus-use-picons): Ditto.
11505
11506 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11507
11508         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
11509         infloop.
11510
11511         * gnus-sum.el (t): New `W D' map.
11512
11513         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
11514         (gnus-article-treat-body-boundary): Clean up.
11515         (gnus-body-boundary-face): Removed.
11516         (gnus-article-goto-header): Moved here.
11517         (gnus-article-goto-header): Allow better regexps.
11518         (gnus-article-treat-fold-newsgroups): New command.
11519
11520         * gnus-sum.el (gnus-summary-move-article): We have to select an
11521         article to give `gnus-read-move-group-name' an opportunity to
11522         suggest an appropriate default.
11523
11524         * rfc2047.el (rfc2047-fold-line): New function.
11525         (rfc2047-unfold-line): Ditto.
11526         (rfc2047-fold-region): Don't fold just after the header name.
11527
11528         * mail-parse.el (mail-header-fold-line): New alias.
11529         (mail-header-unfold-line): Ditto.
11530
11531         * gnus-art.el (gnus-body-boundary-face): Renamed.
11532         (gnus-article-treat-body-boundary): Use it.
11533         (gnus-article-treat-body-boundary): Use an invisible header and a
11534         line of underline characters.
11535
11536 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11537
11538         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
11539
11540         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
11541         (gnus-picon-split-address): New function.
11542         (gnus-picon-find-face): Use it.
11543         (gnus-picon-transform-address): Use it. Set first to t for each
11544         address.
11545
11546         * gnus-art.el (gnus-with-article-headers): Move to here. Define
11547         the macro then use it.
11548         (gnus-treatment-function-alist): Treat picons earlier.
11549
11550 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11551
11552         * gnus-art.el (gnus-body-separator-face): New variable.
11553         (gnus-article-treat-body-boundary): Use a blank, colored line.
11554
11555         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
11556         well.
11557
11558         * gnus-art.el (gnus-treat-body-boundary): New variable.
11559         (gnus-article-treat-unfold-headers): Use helper macro.
11560         (gnus-article-treat-body-boundary): New command.
11561
11562         * gnus.el (gnus-logo-color-style): Change the default color.
11563         (gnus-splash-face): Gray, gray.
11564
11565         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
11566         colors.
11567
11568         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
11569         (gnus-logo-color-style): Ditto.
11570         (gnus-logo-colors): Ditto.
11571
11572         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
11573
11574         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
11575
11576         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
11577         (gnus-picon-transform-newsgroups): New function.
11578
11579         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
11580         string.
11581
11582         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
11583
11584         * gnus-art.el (gnus-treat-cc-picon): New variable.
11585         (gnus-treat-mail-picon): Renamed.
11586
11587         * gnus-picon.el: New implementation.
11588         (gnus-picon-find-face): Renamed.
11589         (gnus-treat-from-picon): Use it.
11590         (gnus-picon-transform-address): Renamed.
11591         (gnus-treat-from-picon): Use it.
11592         (gnus-picon-create-glyph): Renamed.
11593         (gnus-picon-transform-address): Use it.
11594         (gnus-treat-cc-picon): New command.
11595
11596         * mm-decode.el (mm-create-image-xemacs): Separated out into
11597         function.
11598         (mm-get-image): Use it.
11599
11600         * gnus-art.el (gnus-treat-display-picons): Simplify.
11601         (gnus-treat-from-picon): Renamed.
11602
11603         * gnus-ems.el (gnus-create-image): New function.
11604         (gnus-put-image): New function.
11605
11606         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
11607         (gnus-with-article-headers): New macro.
11608         (gnus-article-goto-header): New function.
11609
11610         * gnus-xmas.el (gnus-image-type-available-p): New function.
11611
11612         * gnus-ems.el (gnus-image-type-available-p): New function.
11613
11614 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11615
11616         * nnrss.el (nnrss-check-group): Find the correct tag, because
11617         xml.el is changed.
11618
11619 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11620
11621         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
11622         lines are shorter than the window width.
11623         (gnus-ignored-headers): More headers.
11624
11625 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11626
11627         * gnus-art.el (gnus-treat-unfold-lines): New variable.
11628         (gnus-treat-unfold-headers): Renamed.
11629         (gnus-article-treat-unfold-headers): New command and keystroke.
11630
11631         * rfc2047.el (rfc2047-encode-message-header): Clean up.
11632
11633         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
11634
11635 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11636
11637         * sha1-el.el (sha1-use-external): New variable.
11638         (sha1-region): Use it.
11639         (sha1-string): Ditto.
11640
11641         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
11642         * gnus-picon.el: Less warnings when compile.
11643
11644 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11645
11646         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
11647         alias.
11648         (gnus-picons-database): Default to list.
11649         (gnus-picons-lookup-internal): Use it.
11650
11651         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
11652         to "bogus".
11653
11654         * gnus-win.el (gnus-configure-windows-hook): New hook.
11655
11656 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
11657
11658         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
11659
11660 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11661
11662         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
11663         lists.
11664         (gnus-select-newsgroup): Don't append; push.
11665         (gnus-adjust-marked-articles): Remove obsolete ranges from
11666         `seen'.
11667         (gnus-update-marks): Clean up.
11668         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
11669
11670 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
11671
11672         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
11673
11674 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11675
11676         * gnus-sum.el (gnus-auto-select-subject): New variable.
11677         (gnus-summary-best-unread-subject): New function.
11678         (gnus-summary-best-unread-article): Use it.
11679         (gnus-summary-first-unseen-subject): New function and command.
11680
11681         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
11682         other treatments.
11683
11684         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
11685         function.
11686
11687         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
11688         from the list of hidden types.
11689
11690         * mm-view.el (mm-inline-text): Ditto.
11691         (mm-inline-text): Ditto.
11692         (mm-w3-prepare-buffer): Ditto.
11693
11694         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
11695
11696 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11697
11698         * gnus-art.el (gnus-ignored-headers): Added more headers.
11699
11700 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
11701
11702         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
11703         once.
11704
11705 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11706
11707         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
11708
11709 2001-12-28  Simon Josefsson  <jas@extundo.com>
11710
11711         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
11712         Jesper Harder <harder@ifa.au.dk>.
11713
11714 2001-12-27  Simon Josefsson  <jas@extundo.com>
11715
11716         * gnus-sum.el (gnus-select-newsgroup): Make
11717         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
11718         contain all articles (instead of none) when no seen marks have
11719         been set for the group.
11720         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
11721         instead, it seems to result in shorter ranges.
11722
11723 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11724
11725         * mm-util.el (mm-iso-8859-x-to-15-region): Use
11726         insert-before-markers.
11727         From Jesper Harder <harder@ifa.au.dk>
11728
11729 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
11730
11731         * nnmaildir.el (nnmaildir-save-mail): create the destination
11732         groups if they do not exist.
11733
11734 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11735
11736         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
11737
11738 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11739
11740         * gnus-group.el (gnus-group-read-ephemeral-group): Call
11741         gnus-group-real-name.
11742
11743         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
11744         (gnus-newsgroup-variables): Ditto.
11745
11746         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
11747         return it.
11748
11749 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
11750
11751         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
11752         * nnmaildir.el (top-level): Add commentary.
11753         (nnmaildir-version): Indicate that nnmaildir is now a standard
11754         part of Gnus, not separately released.
11755
11756 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11757
11758         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
11759         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
11760         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
11761         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11762
11763 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11764
11765         * nnmaildir.el: Copyright changes. Require cl only at compile time.
11766
11767 2001-12-20  Simon Josefsson  <jas@extundo.com>
11768
11769         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
11770         ZHU <zsh@cs.rochester.edu>.
11771         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
11772         Brian P Templeton <bpt@tunes.org>.
11773
11774 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11775
11776         * nnmaildir.el: New file.
11777         From Paul Jarc <prj@po.cwru.edu>.
11778
11779 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11780
11781         * nndoc.el (nndoc-type-alist): Move forward to the end.
11782
11783 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
11786         `dolist'.
11787
11788 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11789
11790         * gnus-win.el (gnus-frames-on-display-list): New function.
11791         (gnus-get-buffer-window): Use it.
11792
11793 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11794
11795         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
11796
11797 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11798
11799         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
11800
11801 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11802            From Harald Meland <Harald.Meland@usit.uio.no>
11803
11804         * gnus-win.el (gnus-get-buffer-window): New function.
11805         (gnus-all-windows-visible-p): Use it.
11806
11807         * gnus-util.el (gnus-horizontal-recenter)
11808         (gnus-horizontal-recenter, gnus-horizontal-recenter)
11809         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
11810
11811         * gnus-score.el (gnus-score-insert-help): Use it.
11812
11813         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
11814         (gnus-generate-tree, gnus-highlight-selected-tree)
11815         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
11816         it.
11817
11818         * gnus-art.el (gnus-article-set-window-start)
11819         (gnus-mm-display-part, gnus-request-article-this-buffer)
11820         (gnus-button-next-page, gnus-button-prev-page)
11821         (gnus-article-button-next-page, gnus-article-button-prev-page):
11822         Use it.
11823
11824 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
11825
11826         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
11827         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
11828         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
11829
11830 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11831
11832         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
11833         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
11834         * mml1991.el, nnultimate.el: Add `coding'.
11835
11836 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
11837
11838         * ChangeLog: changed coding to buffer-file-coding-system
11839         * ChangeLog.1: same
11840         * nnwfm.el: same
11841         * gnus-smiley.el: same
11842         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
11843         * gnus-delay.el: same
11844         * gnus-spec.el: same
11845         * message.el: same
11846         * mml1991.el: same
11847         * nnultimate.el: same
11848
11849 2001-12-16  Simon Josefsson  <jas@extundo.com>
11850         Inspired by code by Dirk Meyer <dischi@tzi.de>.
11851
11852         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
11853         (gnus-summary-save-map): Add muttprint.
11854         (gnus-summary-make-menu-bar): Ditto.
11855         (gnus-summary-muttprint): New function.
11856
11857         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
11858
11859 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11860
11861         * uudecode.el (uudecode-decode-region-internal): Speedup by using
11862         temporary list instead of buffer.
11863
11864         * mm-url.el (executable-find): autoload.
11865
11866 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11867
11868         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
11869         to variable, follow doc-string conventions).
11870
11871 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
11872
11873         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
11874         subscribe-level
11875         * gnus-topic.el (gnus-subscribe-topics): use it.
11876
11877 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11878
11879         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
11880         messages. (A small patch with indentation)
11881         From Sean Neakums <sneakums@zork.net>.
11882
11883         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
11884         nil after shooting down the gnus-original-article-buffer.
11885
11886 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11887
11888         * uudecode.el (uudecode-use-external): New variable.
11889         (uudecode-decode-region): Automatically detect external program.
11890
11891         * binhex.el (binhex-use-external): New variable.
11892         (binhex-decode-region-internal): New function.
11893         (binhex-decode-region): Automatically detect external program.
11894
11895         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
11896         Use them.
11897
11898 2001-12-12  Simon Josefsson  <jas@extundo.com>
11899
11900         * nnvirtual.el (nnvirtual-always-rescan)
11901         (nnvirtual-component-regexp): Fix doc.
11902
11903         * nnoo.el (defvoo): Add doc to defvoo variables.
11904
11905         * nnml.el (nnml-directory, nnml-active-file)
11906         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
11907         (nnml-marks-is-evil, nnml-filenames-are-evil)
11908         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
11909
11910         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
11911         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
11912         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
11913         `error'.
11914
11915         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
11916         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
11917
11918         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
11919         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
11920         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
11921         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
11922
11923         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
11924         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
11925
11926         * imap.el, nnimap.el: Fix indentation.
11927
11928         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
11929
11930 2001-12-12  Didier Verna  <didier@xemacs.org>
11931
11932         * gnus-msg.el (gnus-group-news): New function.
11933         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
11934         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
11935         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
11936         for it.
11937         * gnus-msg.el (gnus-summary-news-other-window): New function.
11938         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
11939         bind it to `i'.
11940         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
11941         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
11942         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
11943         for it (called with a prefix).
11944         * gnus-msg.el (gnus-configure-posting-styles): add an optional
11945         group-name argument.
11946         * gnus-msg.el (gnus-setup-message): use it.
11947
11948 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11949
11950         * gnus-sum.el (gnus-summary-show-article): Fix doc.
11951
11952 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11953
11954         * mml.el (mime-to-mml): Remove Content-Disposition too.
11955
11956 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11957
11958         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
11959         * gnus-group.el (gnus-group-name-decode): Decode unibyte
11960         strings only.
11961         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11962
11963 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
11964
11965         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
11966         (nnmail-fancy-expiry-target): Use it.
11967         Suggestions from Simon Josefsson <jas@extundo.com>.
11968
11969 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11970
11971         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
11972
11973 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11974
11975         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
11976
11977         * gnus-util.el (gnus-url-unhex-string): Move here.
11978
11979 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11980
11981         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
11982         mm-url-decode-entities-nbsp.
11983
11984         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
11985         * webmail.el, nnwfm.el: Use mm-url.
11986
11987         * mm-url.el (mm-url-fetch-form): Move from nnweb.
11988         (mm-url-remove-markup): Move from nnweb.
11989         (mm-url-fetch-simple): Move from webmail.
11990
11991         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
11992
11993 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11994
11995         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
11996         (gnus-summary-print-article): Use it.
11997
11998         * gnus-util.el (gnus-replace-in-string): Typo.
11999
12000 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12001
12002         * nnweb.el (nnweb-replace-in-string): Removed.
12003
12004         * gnus-util.el (gnus-replace-in-string): New function.
12005         (gnus-mode-string-quote): Use it.
12006
12007         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
12008         * nnwfm.el (nnwfm-create-mapping): Ditto.
12009
12010 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12011
12012         * dgnushack.el (dgnushack-compile): nnrss.el and
12013         nnslashdot.el don't depend on nnweb, url, w3.
12014
12015         * nnrss.el: Use mm-url.
12016
12017 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12018
12019         * mm-url.el (mm-url-insert-file-contents): Support file:.
12020
12021 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12022
12023         * mm-view.el: Lower case for the description line. Sync from the
12024         Emacs CVS.
12025
12026 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12027
12028         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
12029         From:  Stefan Monnier  <monnier@cs.yale.edu>
12030
12031 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12032
12033         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
12034
12035 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12036
12037         * mm-url.el: Require executable.
12038         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
12039
12040 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12041
12042         * pop3.el (pop3-munge-message-separator): Only use valid date.
12043         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
12044
12045         * Makefile.in: gnus-load.elc may not be generated.
12046
12047 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12048
12049         * mm-url.el: New file.
12050         * nnslashdot.el: Use it.
12051         * mm-extern.el (mm-extern-url): Use it.
12052
12053 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12054
12055         * gnus-sum.el (gnus-summary-save-article): Nix
12056         gnus-display-mime-function and gnus-article-prepare-hook.
12057
12058         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
12059         the beginning of lines.
12060         (gnus-complex-form-to-spec): Ditto.
12061
12062 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12063
12064         * message.el (message-make-mft): Fix the m-s-a-file regexp.
12065         From Paul Jarc <prj@po.cwru.edu>.
12066
12067 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12068
12069         * message.el: New variable message-subscribed-address-file;
12070         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
12071
12072 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12073
12074         * message.el (message-tab-body-function): Set to nil.
12075         (message-tab): Use text-mode-map or global-map.
12076         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
12077
12078 2001-11-30  Simon Josefsson  <jas@extundo.com>
12079
12080         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
12081         instead of gnus-union, for speed.  Suggested by Christoph Conrad
12082         <christoph.conrad@gmx.de>.
12083         (gnus-agent-fetch-group-1): Add verbose message.
12084
12085 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12086
12087         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
12088         of integers.
12089
12090 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12091
12092         * message.el (message-newgroups-header-regexp)
12093         (message-completion-alist, message-tab-body-function): Use
12094         defcustom rather than defvar.
12095         (message-tab): Mention `message-tab-body-function' in doc.
12096         Suggested by Karl Eichwalder.
12097
12098 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12099
12100         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
12101
12102 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12103
12104         * nnheader.el (nnheader-find-nov-line): Don't use macro
12105         gnus-delete-line.
12106
12107         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
12108         (gnus-group-name-charset): Ditto.
12109
12110         * gnus-util.el (gnus-buffer-live-p): Ditto.
12111
12112 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12113
12114         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
12115         open parenthesis in doc.
12116         (sieve-manage-authenticator-alist): Typo in doc.
12117         * imap.el (imap-authenticator-alist): Typo in doc.
12118         (imap-stream-alist): Backslash.
12119
12120         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
12121           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
12122
12123 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12124
12125         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
12126
12127         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
12128
12129         * gnus-msg.el (gnus-configure-posting-styles): use
12130         make-local-hook. Add LOCAL for add-hook.
12131
12132 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
12133
12134         * message.el (message-mode): Use `make-local-hook' unless
12135         obsolete.
12136         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
12137
12138 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12139
12140         * canlock.el: Remove sha1.el and base64.el stuff.
12141
12142 2001-11-26  Didier Verna  <didier@xemacs.org>
12143
12144         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
12145         if needed.
12146
12147 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12148
12149         * message.el (message-tamago-not-in-use-p): New function.
12150         (message-strip-forbidden-properties): Use it.
12151
12152 2001-11-26  Didier Verna  <didier@xemacs.org>
12153
12154         * gnus-start.el (gnus-check-first-time-used): only check for
12155         existence of .el[d] files.
12156
12157 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12158
12159         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
12160
12161         * message.el (message-setup-1): Clean up mc-*.
12162
12163 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12164
12165         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
12166         * gnus-score.el (gnus-score-find-bnews): Use it.
12167
12168         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
12169         (gnus-summary-limit-to-author): Ditto.
12170         (gnus-summary-limit-to-extra): Ditto.
12171         (gnus-summary-find-matching): Support not-matching argument.
12172
12173 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12174
12175         * message.el (message-wash-subject): Use `insert' rather than
12176         `insert-string', which is deprecated.
12177
12178 2001-11-24  Simon Josefsson  <jas@extundo.com>
12179
12180         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
12181         message. (Gnus does not "default" to using 8bit for the message,
12182         it default to use 8bit encoding and the user-supplied CTE
12183         value. Calling this behaviour "treating it as 8bit" is perhaps
12184         better.)
12185
12186         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
12187         (compare mm-charset-to-coding-system).
12188
12189 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12190
12191         * canlock.el (canlock-sha1-with-openssl): Use unibyte
12192         buffer. Correctly decode hex.
12193
12194 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12195
12196         * gnus-agent.el (gnus-category-insert-line): Convert category
12197         names to strings.
12198
12199 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12200
12201         * message.el (sha1): eval-and-compile.
12202
12203 2001-11-20  Simon Josefsson  <jas@extundo.com>
12204
12205         * message.el (message-allow-no-recipients): New variable.
12206         (message-send): Use it, customize the prompting when posting to
12207         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
12208
12209 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12210
12211         * mm-util.el (mm-coding-system-priorities): New variable.
12212         (mm-sort-coding-systems-predicate): New function.
12213         (mm-find-mime-charset-region): Resort coding systems if needed.
12214         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
12215
12216 2001-11-20  Didier Verna  <didier@xemacs.org>
12217
12218         * gnus-group.el (gnus-group-make-help-group): new optional
12219         argument to control the error behavior.
12220         * gnus-start.el (gnus-check-first-time-used): use it to avoid
12221         erroring.
12222
12223 2001-11-19  Simon Josefsson  <jas@extundo.com>
12224
12225         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
12226         instead of C-c C-u.  Suggested by Per Abrahamsen
12227         <abraham@dina.kvl.dk>.
12228
12229 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12230
12231         * nnfolder.el (nnfolder-read-folder): Use group instead of
12232         nnfolder-current-group.
12233         Suggested by Lorentey Karoly <lorentey@elte.hu>.
12234
12235 2001-11-17  Simon Josefsson  <jas@extundo.com>
12236
12237         * message.el (message-send): Ask user if Fcc/Gcc should be
12238         performed when no other sender was specified.
12239         Suggested by prj@po.cwru.edu (Paul Jarc).
12240
12241 2001-11-17  Simon Josefsson  <jas@extundo.com>
12242
12243         * message.el (message-mode, message-mode-map): Use C-c C-u for
12244         Importance: instead of C-c C-p (used by SC).
12245
12246 2001-11-16  Simon Josefsson  <jas@extundo.com>
12247
12248         * message.el (message-insert-importance-high)
12249         (message-insert-importance-low): Save point.
12250
12251         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
12252         value.
12253
12254 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
12255
12256         * message.el (message-strip-special-text-properties): New option.
12257         (message-strip-forbidden-properties): Obey it.
12258
12259 2001-11-14  Sam Steingold  <sds@gnu.org>
12260
12261         * gnus-score.el: Fixed some doc strings to properly quote symbols.
12262
12263 2001-11-15  Simon Josefsson  <jas@extundo.com>
12264
12265         Support "Importance:" header in Message.
12266
12267         * message.el (message-mode-map): Bind C-c C-p to
12268         `message-insert-or-toggle-importance'
12269         (message-mode-menu): Add message-insert-importance-{high,low}.
12270         (message-insert-importance-high, message-insert-importance-low)
12271         (message-insert-or-toggle-importance): New functions.
12272         (message-tool-bar-map): Add {un,}important.
12273         (message-mode): Doc fix.
12274
12275 2001-11-15  Simon Josefsson  <jas@extundo.com>
12276
12277         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
12278
12279         * mml.el (mml-menu): Fix toolbar tooltip.
12280
12281 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12282
12283         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
12284         * nnml.el (nnml-save-marks): Ditto.
12285
12286         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
12287
12288 2001-11-15  Simon Josefsson  <jas@extundo.com>
12289
12290         * nnml.el (nnml-save-marks):
12291         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
12292         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
12293
12294 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
12295
12296         * gnus-art.el (gnus-article-wash-status-strings): Use
12297         `copy-sequence', not `copy-seq'.
12298
12299 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
12300
12301         * gnus-art.el (gnus-article-wash-status-strings): New constant.
12302         (gnus-gnus-article-wash-status-entry): New function.
12303         (gnus-article-wash-status): Use it.
12304
12305 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12306
12307         * mml1991.el: Add coding header.
12308
12309 2001-11-12  Simon Josefsson  <jas@extundo.com>
12310
12311         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
12312         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
12313         `mml1991-sign' and `mml1991-encrypt'.
12314         (mml1991-encrypt, mml1991-sign): New glue functions.
12315         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
12316
12317         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
12318         (mml-menu): Add PGP to menu.
12319
12320         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
12321         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
12322         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
12323         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
12324
12325         * mml2015.el: Mention RFC 3156.
12326
12327         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
12328
12329 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12330
12331         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
12332
12333         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
12334           From <Michael.Cook@cisco.com>
12335
12336 2001-11-11  Simon Josefsson  <jas@extundo.com>
12337
12338         * message.el (top-level): Autoload sha1.
12339         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
12340         canlock, no need to require two different hash algs).  Suggested
12341         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
12342
12343 2001-11-09  Simon Josefsson  <jas@extundo.com>
12344
12345         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
12346         <Pavel@Janik.cz>.
12347
12348 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12349
12350         * message.el (message-point-in-header-p): New function.
12351         (message-do-auto-fill): Use it.
12352         (message-beginning-of-line): New function.  Goes to beginning of
12353         header value (i.e., end of header name), or to beginning of line
12354         if already at beginning of value.  Behaves like
12355         `beginning-of-line' when in message body.
12356         (message-mode-map): Bind it.
12357
12358 2001-11-08  Simon Josefsson  <jas@extundo.com>
12359
12360         * gnus-msg.el (gnus-posting-styles): Add doc.
12361
12362 2001-11-07  Simon Josefsson  <jas@extundo.com>
12363
12364         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
12365
12366         * sieve-mode.el (sieve-control-commands-face)
12367         (sieve-control-commands-face, sieve-action-commands-face)
12368         (sieve-test-commands-face, sieve-tagged-arguments-face): New
12369         faces.
12370         (sieve-font-lock-keywords): Use them.
12371         (sieve-mode): Only set font-lock-defaults in emacs.
12372
12373         * gnus-art.el (gnus-default-article-saver): Add
12374         gnus-summary-save-body-in-file.
12375         (gnus-summary-write-to-file): Fix doc.
12376
12377 2001-11-07  Simon Josefsson  <jas@extundo.com>
12378
12379         * gnus-art.el (gnus-treat-highlight-signature): Add cross
12380         reference to the correct chapter in the manual.
12381
12382         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
12383         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
12384
12385 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12386
12387         * mml.el (mml-preview): Bind mail-header-separator.
12388
12389 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12390
12391         * message.el: Always require canlock.
12392         (message-ignored-supersedes-headers): Include Cancel-Lock and
12393         Cancel-Key.
12394         (message-insert-canlock): Don't require canlock.
12395         (message-cancel-news): Don't check whether canlock is available.
12396         (message-supersede): Support cancel-locks.
12397
12398         * gnus-art.el: Don't autoload canlock.
12399
12400 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12401
12402         * mail-source.el (mail-source-fetch-imap): ASYNC param.
12403         From: <andre@slamdunknetworks.com>
12404
12405 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12406
12407         * many files: Fix copyright lines.
12408
12409 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12410
12411         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
12412         Suggested by Dave Love  <fx@gnu.org>.
12413
12414 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12415
12416         * message.el (message-kill-buffer): Remove auto-save file after
12417         confirm.
12418
12419         * message.el (message-send-mail): Call message-generate-headers
12420         once.  Suggested by Matt Armstrong <matt@lickey.com>.
12421
12422         * gnus-topic.el (gnus-topic-rename): Initial-input.
12423         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
12424
12425 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12426
12427         * message.el (message-forbidden-properties): New constant.
12428         (message-strip-forbidden-properties): New function.
12429         (message-mode): Activate it.
12430
12431 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12432
12433         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
12434         (mm-hack-charsets): Fix doc.
12435
12436 2001-11-02  Simon Josefsson  <jas@extundo.com>
12437
12438         * gnus-int.el (gnus-check-server): Message "...done" when done.
12439
12440         * imap.el (imap-close): Don't message (imap-send-command-wait
12441         returns if the connection is dropped).
12442         (imap-wait-for-tag): Nix out message only when necessary.
12443
12444         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
12445         for non-crossposting.
12446         (gnus-sieve-crosspost): Default to t to be consistent with other
12447         parts of Gnus.
12448
12449 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12450
12451         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
12452         (mm-iso-8859-x-to-15-table): Ditto.
12453         (mm-iso-8859-x-to-15-region): Ditto.
12454         (mm-find-mime-charset-region): Ditto.
12455
12456 2001-11-01  Simon Josefsson  <jas@extundo.com>
12457
12458         * nnimap.el (nnimap-close-asynchronous): New variable.
12459         (nnimap-close-group): Use it.
12460         (nnimap-expunge): Don't use it.
12461
12462         * imap.el (imap-callbacks): New variable.
12463         (imap-remassoc): Copied from `gnus-remassoc'.
12464         (imap-add-callback): New function.
12465         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
12466         behaviour.
12467         (imap-parse-response): Call the callback.
12468
12469         * message.el (message-insert-canlock): New variable.
12470         (message-canlock-generate, message-canlock-password)
12471         (message-insert-canlock): New functions.
12472         (message-send-news): Call `message-insert-canlock'.
12473         (top-level): Require canlock when compiling.
12474         (message-insert-canlock): Require canlock before we need it.
12475
12476 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12477
12478         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
12479
12480 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12481
12482         * dgnushack.el (dgnushack-make-load): A workaround for
12483         custom-add-loads bug in some versions of XEmacs.
12484
12485 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12486
12487         * mm-util.el (mm-charset-synonym-alist): Revert (some).
12488
12489 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12490
12491         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
12492         (mm-hack-charsets): New variable.
12493         (mm-iso-8859-15-compatible): New variable.
12494         (mm-iso-8859-x-to-15-table): New variable.
12495         (mm-find-mime-charset-region): Add parameter hack-charsets.
12496
12497         * mm-bodies.el (mm-encode-body): Use it.
12498         * mml.el (mml-parse-1): Ditto.
12499
12500 2001-11-01  Simon Josefsson  <jas@extundo.com>
12501
12502         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
12503
12504 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12505
12506         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
12507         is nil.
12508
12509 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12510
12511         * smiley-ems.el (smiley-update-cache): Auto detect file type.
12512
12513         * message.el (message-forward-rmail-make-body): Use
12514         save-window-excursion.
12515         (message-encode-message-body): Search with noerror.
12516         (message-setup-1): Convert compose-mail send-actions to
12517         message-send-actions.
12518
12519 2001-11-01  Simon Josefsson  <jas@extundo.com>
12520
12521         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
12522         <yamaoka@jpl.org>.
12523
12524 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12525
12526         * sieve-manage.el (sieve-string-bytes): No complain.
12527
12528 2001-11-01  Simon Josefsson  <jas@extundo.com>
12529
12530         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
12531         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
12532         has autoload cookies, so no `require' should be necessary.)
12533
12534         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
12535         files.
12536
12537 2001-10-31  Simon Josefsson  <jas@extundo.com>
12538
12539         * gnus-cus.el (gnus-group-parameters): Support integer `display'
12540         parameter.
12541
12542         * gnus-sum.el (gnus-select-newsgroup): If group parameter
12543         `display' is a number (and C-u wasn't used to enter group), only
12544         fetch that number of articles.
12545
12546 2001-10-31  Matt Armstrong  <matt@lickey.com>
12547
12548         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
12549         not-subscribed -> subscribed.
12550
12551 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12552         From: Josh Huber <huber@alum.wpi.edu>
12553
12554         * message.el (message-subscribed-address-functions): New variable.
12555         (message-subscribed-addresses): New variable.
12556         (message-subscribed-regexps): New variable.
12557         (message-goto-mail-followup-to): New function.
12558         (message-send-mail): Add Mail-Followup-To.
12559         (message-make-mft): New function.
12560
12561         * gnus.el (gnus-find-subscribed-addresses): New function.
12562
12563 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12564
12565         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
12566         (mail-source-fetch-pop): Ditto.
12567         (mail-source-check-pop): Ditto.
12568
12569         * gnus-start.el (gnus-read-init-file): Ditto.
12570         (gnus-activate-group): Ditto.
12571         (gnus-read-newsrc-el-file): Ditto.
12572
12573 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12574
12575         * message.el (message-get-reply-headers): Make sure there is ", ".
12576
12577         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
12578         mm-coding-system-p. Don't correct it only in XEmacs.
12579         (mm-charset-to-coding-system): Use mm-coding-system-p and
12580         mm-get-coding-system-list.
12581         (mm-emacs-mule, mm-mule4-p): New variables.
12582         (mm-enable-multibyte, mm-disable-multibyte,
12583         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
12584         mm-with-unibyte-current-buffer,
12585         mm-with-unibyte-current-buffer-mule4): Use them.
12586         (mm-find-mime-charset-region): Treat iso-2022-jp.
12587
12588         From  Dave Love  <fx@gnu.org>:
12589
12590         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
12591         construction.
12592         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
12593         entries conditional on not having a coding system defined for
12594         them.
12595         (mm-mule-charset-to-mime-charset): Use
12596         find-coding-systems-for-charsets if defined.
12597         (mm-charset-to-coding-system): Don't use
12598         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
12599         later.  Add last resort search of coding systems.
12600         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
12601         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
12602         Mule 4.
12603         (mm-find-mime-charset-region): Re-write.
12604         (mm-with-unibyte-current-buffer): Restore buffer as well as
12605         multibyteness.
12606
12607 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12608
12609         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
12610         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
12611         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
12612
12613 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12614
12615         * gnus-art.el (article-display-x-face): Nix buffer-read-only
12616         again.
12617
12618         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
12619
12620 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12621
12622         * gnus-spec.el (gnus-parse-simple-format): Use
12623           buffer-substring-no-properties.
12624
12625 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12626
12627         * gnus-art.el (article-verify-cancel-lock): New function.
12628
12629         * nnheader.el (nntp-process-response): New variable.
12630         (nnheader-init-server-buffer): Make `nntp-process-response'
12631         buffer-local in `nntp-server-buffer'.
12632
12633         * nntp.el (nntp-prepare-post-hook): New hook.
12634         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
12635         (nntp-async-trigger): Ditto.
12636         (nntp-request-post): Insert a server's ID if there's no Message-ID
12637         header; run `nntp-prepare-post-hook'.
12638
12639 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12640
12641         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
12642         instead.
12643
12644         * message.el (message-forward-subject-author-subject): Don't use
12645         message-news-p, which widens the buffer.
12646         (message-forward-make-body): New function.
12647         (message-forward): Use it.
12648         (message-insinuate-rmail): New function.
12649         (message-forward-rmail-make-body): New function.
12650
12651 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12652
12653         * mm-extern.el (mm-extern): Provide it.
12654
12655         * mm-partial.el (mm-partial): Provide it.
12656
12657 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12658
12659         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
12660
12661 2001-10-29  Simon Josefsson  <jas@extundo.com>
12662
12663         * mml.el (mml-preview): Bind message-this-is-news if it is
12664         news. From Jesper Harder <harder@myrealbox.com>.
12665
12666 2001-10-28  Simon Josefsson  <jas@extundo.com>
12667
12668         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
12669
12670 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
12671
12672         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
12673         ironic smilies.
12674
12675 2001-10-27  Simon Josefsson  <jas@extundo.com>
12676
12677         * message.el (message-indent-citation): Don't add trailing
12678         whitespace when citing text.
12679
12680         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
12681         <harder@ifa.au.dk>.
12682
12683 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12684
12685         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
12686         not available.
12687         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
12688         (nnweb-type-definition): Add google as alias of dejanews.
12689         (nnweb-google-parse-1): Forward 1 line.
12690
12691 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12692
12693         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
12694         variable `message-forward-ignored-headers'.
12695
12696 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
12697
12698         * gnus.el (gnus-expand-group-parameter): New function.
12699         (gnus-expand-group-parameters): Call it.
12700         (gnus-group-fast-parameter): New function.
12701         (gnus-group-find-parameter): Call it.
12702
12703 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12704
12705         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
12706         vector (it didn't before because of a bug).
12707         * gnus-msg.el (gnus-post-news): Use header vector directly, if
12708         available.  Before it converted it to an article number.
12709
12710         This makes followup to news articles with negative numbers in
12711         nnvirtual groups use news instead of mail.
12712
12713 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12714
12715         * gnus.el (post-method): Use `native' instead of `nil'.
12716
12717         * gnus-msg.el (gnus-post-method): Ditto.
12718
12719 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12720
12721         * gnus.el (gnus-define-group-parameter): Grammar fix.
12722
12723 2001-10-22  Simon Josefsson  <jas@extundo.com>
12724
12725         * gnus-msg.el (gnus-extended-version): Include
12726         system-configuration.
12727         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
12728
12729 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
12730
12731         * gnus.el (post-method): Customization fix: `native' is not a
12732         valid value.
12733         * gnus-msg.el (gnus-post-method): Doc and customization fix:
12734         `native' is not a valid value.
12735
12736 2001-10-21  Simon Josefsson  <jas@extundo.com>
12737
12738         * nnimap.el (nnimap): Defgroup
12739         (nnimap-strict-function, nnimap-strict-function-match): New
12740         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
12741         (nnimap-split-crosspost, nnimap-split-inbox)
12742         (nnimap-split-rule, nnimap-split-predicate)
12743         (nnimap-split-predicate): Defcustom.
12744         (nnimap-split-inbox, nnimap-expunge-search-string)
12745         (nnimap-importantize-dormant): Remove "*" from doc.
12746
12747 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12748
12749         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
12750         not supplied via prefix arg.  From Lisp, make arg mandatory.
12751         Suggested by Frank Schmitt.
12752
12753 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12754
12755         * message.el (message-do-auto-fill): Avoid calling
12756         'rfc822-goto-eoh'.
12757
12758 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12759         From Paul Jarc <prj@po.cwru.edu>.
12760
12761         * message.el (message-get-reply-headers): Restructure the logic
12762         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
12763
12764 2001-10-20  Simon Josefsson  <jas@extundo.com>
12765
12766         * message.el (message-cancel-news): Support cancel-locks.
12767         Suggested by Per Abrahamsson.
12768
12769         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
12770         conses.  From David Z Maze <dmaze@MIT.EDU>.
12771
12772         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
12773
12774 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12775
12776         * mm-decode.el (mm-default-directory): Fix customize type.
12777
12778         * message.el (message-setup-fill-variables): Kludge to use
12779         normal-auto-fill-function even if auto fill is already activated.
12780
12781 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12782
12783         * message.el (message-do-auto-fill): New version that does not
12784         rely on text properties, by Simon Josefsson <jas@extundo.com>.
12785         (message-setup-1): Removed the `message-field' property.
12786
12787         * gnus-draft.el (gnus-draft-edit-message): Removed the
12788         `message-field' property.
12789
12790 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12791
12792         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
12793         `message-field'.  The `field' property has a special significance in
12794         Emacs 21.
12795
12796         * message.el (message-send, message-setup-1): Ditto.
12797
12798 2001-10-18  Simon Josefsson  <jas@extundo.com>
12799
12800         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
12801         when undoing.
12802
12803 2001-10-18  Simon Josefsson  <jas@extundo.com>
12804         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
12805
12806         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
12807         (gnus-summary-make-menu-bar): Ditto.
12808
12809 2001-10-17  Simon Josefsson  <jas@extundo.com>
12810
12811         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
12812         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
12813
12814 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12815
12816         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
12817         * gnus-util.el (gnus-user-date): New function.
12818         From Frank Schmitt <usenet@Frank-Schmitt.net>.
12819
12820 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12821
12822         * message.el (message-check-news-header-syntax): Special case
12823         nnvirtual groups.
12824
12825         * gnus-sum.el (gnus-summary-respool-default-method): Changed
12826         customize type to `symbol'.
12827
12828 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12829
12830         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
12831         %&foo;.
12832         (gnus-parse-simple-format): Support user extended spec too.
12833         %u&foo; invokes gnus-user-format-function-foo.
12834
12835 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12836
12837         * nnml.el (nnml-request-expire-articles): Make sure it is back to
12838         the server.
12839         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
12840         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12841         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
12842         * nndiary.el (nndiary-request-expire-articles): Ditto.
12843         (nndiary-schedule): Defsubst it before use it.
12844         (nndiary-error): eval-and-compile.
12845
12846 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12847
12848         * gnus-msg.el (gnus-post-method): Changed two instances of
12849         `active' to `current' and one `null' to `not'.
12850
12851 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12852         From Katsumi Yamaoka <yamaoka@jpl.org>.
12853
12854         * message.el (message-setup-fill-variables): Use
12855         `normal-auto-fill-function' instead of `auto-fill-function'.
12856
12857 2001-10-16  Simon Josefsson  <jas@extundo.com>
12858
12859         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
12860         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
12861         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
12862
12863 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12864         Patch by Oliver Scholz <oscholz@my.gnus.org>.
12865
12866         * gnus-draft.el (gnus-draft-edit-message): Add text property
12867         `field' with value `header' to message headers.
12868         * message.el (message-setup-1): Really add text property to all of
12869         the header, not just part of it.
12870
12871 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12872
12873         * gnus-group.el (gnus-group-sort-by-server): Use it.
12874
12875         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
12876
12877         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
12878         and keystroke.
12879
12880 2001-10-14  Simon Josefsson  <jas@extundo.com>
12881
12882         * dig.el: Doc fix.
12883
12884         * smime.el: Doc fix.
12885
12886         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
12887         charset magic from message.el.
12888
12889 2001-10-12  Simon Josefsson  <jas@extundo.com>
12890         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
12891
12892         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
12893         'cite from g-a-wash-types.
12894         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
12895         (gnus-article-hide-citation): Fix.
12896
12897         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
12898         character.
12899         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
12900
12901         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
12902         definition.
12903         (gnus-signature-toggle): Toggle `s' mode line character.
12904
12905         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
12906         doing stuff that clears it.
12907
12908 2001-10-12  Simon Josefsson  <jas@extundo.com>
12909
12910         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
12911         From Eric Marsden <emarsden@laas.fr>.
12912
12913 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12914
12915         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
12916         (autoload): Add some autoloads.
12917
12918 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12919         Suggested by Oliver Scholz <epameinondas@gmx.de>.
12920
12921         * message.el (message-do-auto-fill): New function.  Like
12922         `do-auto-fill' but don't fill when in the message header.
12923         (message-setup-1): Put a text property on the message header.
12924         (message-setup-fill-variables): Use `message-do-auto-fill'.
12925
12926 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12927
12928         * message.el (message-send-mail-partially): Insert an empty line
12929         first, because of the change of message-make-lines.
12930
12931 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
12932
12933         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
12934         iso-8859-15, make it an alias for iso-8859-1.
12935
12936 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12937
12938         * message.el (message-send-news): Don't modify the value of
12939         `message-syntax-checks' if it is not a list (possibly it is
12940         `dont-check-for-anything-just-trust-me').
12941
12942 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12943
12944         * gnus-group.el (gnus-group-name-charset-group-alist): Use
12945         `find-coding-system' for XEmacs to check whether the coding-system
12946         `utf-8' is available.
12947
12948 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12949
12950         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
12951
12952 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
12953
12954         * message.el (message-send-news): Oops, missed case with no
12955         "Followup-To" header...
12956
12957 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
12958
12959         * message.el (message-send-news): Allow
12960         `gnus-group-name-charset-group-alist' to affect encoding of the
12961         "Newsgroups" and "Followup-To" headers.
12962
12963 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12964
12965         * Makefile.in (install-el): Depend on gnus-load.el.
12966
12967 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12968
12969         * Makefile.in (install-el): Use -f.
12970         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
12971
12972 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
12973
12974         * message.el (message-send-news): Don't encode Followups-To when
12975         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
12976
12977         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
12978         header.
12979
12980         * gnus-art.el (article-decode-group-name): Also decode
12981         "Followup-To".
12982
12983         * rfc2047.el (rfc2047-encode-message-header): Encode without
12984         asking for null methods.
12985
12986         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
12987         default charset for newsgroup names in accordance with USEFOR.
12988
12989         * gnus-group.el (gnus-group-name-charset-method-alist,
12990         gnus-group-name-charset-group-alist): Removed "*" from doc
12991         strings, "*" should not be used for complex variables.
12992
12993 2001-10-06  Simon Josefsson  <jas@extundo.com>
12994
12995         Support UTF-8 group names better.
12996
12997         * message.el (message-check-news-header-syntax): Encode group
12998         names before comparison.
12999
13000         * gnus-msg.el (gnus-copy-article-buffer): Run all
13001         `gnus-article-decode-hook's except `article-decode-charset'
13002         instead of hardcoding call to one of them.
13003
13004         * gnus-art.el (gnus-article-decode-hook): Add
13005         `article-decode-group-name'.
13006         (article-decode-group-name): New function, use `g-d-n'.
13007
13008         * gnus-group.el (gnus-group-insert-group-line): Decode
13009         gnus-tmp-group using `g-d-n'.
13010
13011         * gnus-util.el (gnus-decode-newsgroups): New function.
13012
13013 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
13014
13015         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
13016         `gnus-group-name-charset-group-alist'.
13017
13018 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13019
13020         * Makefile.in: Install el in install. Add uninstall.
13021
13022 2001-10-05  Simon Josefsson  <jas@extundo.com>
13023
13024         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
13025
13026         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
13027
13028         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
13029         empty folders.
13030
13031         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
13032         limiting if read-all (C-u RET) was used.
13033
13034 2001-10-04  Simon Josefsson  <jas@extundo.com>
13035
13036         * mail-source.el (mail-source-movemail-program): New variable.
13037         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
13038         <thutt@thutt.vmware.com>.
13039
13040 2001-10-03  Simon Josefsson  <jas@extundo.com>
13041
13042         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
13043         (gnus-summary-line-format-alist): Fix param.
13044
13045 2001-10-02  Simon Josefsson  <jas@extundo.com>
13046
13047         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
13048         don't go through `nnimap-request-expire-articles' to delete the
13049         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
13050
13051 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13052
13053         * gnus-agent.el (gnus-agent-write-active): The min in the
13054         agent/active may be larger than that in the server/active.
13055
13056 2001-10-01  Simon Josefsson  <jas@extundo.com>
13057
13058         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
13059         is IMAP4rev1.
13060
13061         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
13062
13063         * nnfolder.el: Ditto.
13064
13065 2001-09-30  Dan Christensen  <jdc@uwo.ca>
13066
13067         * gnus-sum.el (gnus-summary-extract-address-component): New function.
13068         (gnus-summary-from-or-to-or-newsgroups): Optimize.
13069
13070 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13071
13072         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
13073         (message-mode-menu): Menu item for same.
13074
13075         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
13076         delayed articles.
13077
13078         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
13079         nndraft:delayed does not exist.
13080         (gnus-delay-initialize): Don't set up keymap, that's done from
13081         message.el now.
13082         (gnus-delay, gnus-delay-group, gnus-delay-header)
13083         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
13084
13085 2001-09-29  Simon Josefsson  <jas@extundo.com>
13086
13087         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
13088         utf-8, not eight-bit-control.
13089
13090         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
13091         (imap-log, imap-debug): Custom.
13092         (imap-log-buffer, imap-debug-buffer): New constants.
13093         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
13094         (imap-network-open, imap-shell-open, imap-starttls-open)
13095         (imap-send-command-1, imap-send-command, imap-arrival-filter)
13096         (imap-debug): Use imap-*-buffer.
13097
13098         * nndoc.el (nndoc-article-type): Add mailman.
13099         (nndoc-type-alist): Ditto.
13100         (nndoc-mailman-type-p): New function.
13101
13102 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13103
13104         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
13105         gnus-art.el.
13106
13107 2001-09-27  Simon Josefsson  <jas@extundo.com>
13108
13109         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
13110         (gnus-topic-catchup-articles): New function. Suggested by Robin
13111         S. Socha <robin-dated-1001857693.185e29@socha.net>.
13112
13113 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13114         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
13115
13116         * gnus-ems.el (gnus-article-display-xface): Insert xface after
13117         previous ones.
13118
13119 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13120         From Daiki Ueno  <ueno@unixuser.org>
13121
13122         * gnus-sum.el (gnus-summary-show-article): The arglist of
13123         detect-coding-region is incompatible.
13124
13125 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13126         From Katsuhiro Hermit Endo <hermit@koka-in.org>
13127
13128         * gnus-group.el (gnus-group-delete-group): Typo.
13129
13130 2001-09-26  Simon Josefsson  <jas@extundo.com>
13131
13132         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
13133
13134         * nnimap.el (nnimap-expiry-target): Use temp buffer.
13135
13136 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13137
13138         * gnus-cus.el (gnus-group-parameters): Display as sexp.
13139
13140 2001-09-22  Simon Josefsson  <jas@extundo.com>
13141
13142         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
13143
13144         * nnfolder.el (nnfolder-open-marks): Ditto.
13145
13146         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
13147         (gnus-update-marks): Use it.
13148         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
13149         hardcoded list.
13150
13151         * gnus.el (gnus-article-special-mark-lists): Add killed.
13152         (gnus-article-unpropagated-mark-lists): New constant.
13153
13154 2001-09-22  Simon Josefsson  <jas@extundo.com>
13155
13156         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
13157         custom option.
13158
13159 2001-09-23  Simon Josefsson  <jas@extundo.com>
13160
13161         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
13162
13163 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13164
13165         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
13166
13167 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
13168
13169         * gnus-group.el (gnus-group-sort-function): Fix customize type to
13170         accept lists of functions.
13171
13172 2001-09-20  Simon Josefsson  <jas@extundo.com>
13173
13174         * gnus-group.el (gnus-group-catchup): Update expire marks in
13175         backend.  Also, if ALL also set expire marks on tick/dormant.
13176
13177 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13178
13179         * message.el (message-tab-body-function): New variable.
13180         * message.el (message-tab): Use it.
13181
13182 2001-09-19  Sam Steingold  <sds@gnu.org>
13183
13184         * gnus-win.el (gnus-buffer-configuration): Respect
13185         `gnus-bug-create-help-buffer'.
13186
13187 2001-09-18  Simon Josefsson  <jas@extundo.com>
13188
13189         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
13190         (gnus-parse-simple-format): Re-revert.
13191
13192 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
13193         Trivial patch.
13194
13195         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
13196         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
13197
13198 2001-09-18  Simon Josefsson  <jas@extundo.com>
13199
13200         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
13201         signed.
13202         (gnus-parse-simple-format): Don't use it.
13203
13204 2001-09-17  Miles Bader  <miles@gnu.org>
13205
13206         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
13207         error querying a backend abort the whole process.
13208
13209 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13210
13211         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
13212         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
13213
13214 2001-09-17  Didier Verna  <didier@xemacs.org>
13215
13216         * nndiary.el: version 0.2-b14.
13217         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
13218         compatibility problem with XEmacs 21.1.
13219
13220 2001-09-15  Simon Josefsson  <jas@extundo.com>
13221
13222         * gnus-group.el (gnus-group-line-format): Document %c.
13223
13224         * nnml.el (nnml-parse-head): Handle CRLF files.
13225         (nnml-generate-nov-file): Ditto.
13226         (nnml-retrieve-headers): Ditto.
13227
13228 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
13229
13230         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
13231
13232 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
13233
13234         * gnus-spec.el (gnus-correct-substring): Still stopped one
13235         character before we wanted (never included last character).
13236         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
13237         add missing "," (once per function)
13238
13239 2001-09-14  Simon Josefsson  <jas@extundo.com>
13240
13241         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
13242         (otherwise e.g. gnus-agentize in .gnus overrides the customized
13243         default before gnus-group is loaded and the variable set.)
13244
13245         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
13246         killed or unsent marks.
13247
13248         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
13249         isn't an article to set it on (e.g. when you `a' in a group).
13250
13251 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13252
13253         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
13254         can read e-mails from Microsoft Outlook users not using ISO
13255         8859-2 character set.
13256
13257 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13258
13259         * gnus-diary.el: Minor modifications to avoid warnings.
13260         (gnus-summary-misc-menu): defvar.
13261         (gnus-diary-check-message): Use gnus-point-at-eol.
13262         (gnus-diary-kill-entire-line): eval-and-compile.
13263
13264 2001-09-12  Didier Verna  <didier@xemacs.org>
13265
13266         * nndiary.el: new version (0.2-b13).
13267         * nndiary.el (nndiary-mail-sources): doc update.
13268         * nndiary.el (nndiary-split-methods): ditto.
13269         * nndiary.el (nndiary-request-accept-article-hooks): New.
13270         * nndiary.el (nndiary-request-accept-article): use it, check
13271         message validity.
13272         * nndiary.el (nndiary-get-new-mail): changed default to nil.
13273         * nndiary.el (nndiary-schedule): fix bug (misplaced
13274         condition-case): it didn't return nil on error.
13275         * gnus-diary.el: new version.
13276         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
13277         * gnus-diary.el (gnus-diary-header-value-history): New.
13278         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
13279         * gnus-diary.el (gnus-diary-add-header): New.
13280         * gnus-diary.el (gnus-diary-check-message): New.
13281         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
13282         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
13283
13284 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13285
13286         * gnus-sum.el (gnus-select-newsgroup): Make
13287         `gnus-current-select-method' buffer-local.
13288
13289         * gnus-art.el (gnus-request-article-this-buffer): Refer
13290         `gnus-current-select-method' in the current summary buffer.
13291
13292 2001-09-10  Simon Josefsson  <jas@extundo.com>
13293         From Daniel Pittman <daniel@rimspace.net>
13294
13295         * gnus-spec.el (gnus-correct-pad-form): Fix.
13296
13297 2001-09-09  Simon Josefsson  <jas@extundo.com>
13298
13299         * mm-decode.el (mm-inline-media-tests): Add
13300         application/x-emacs-lisp.
13301         (mm-attachment-override-types): Add
13302         application/{x-,}pkcs7-signature.
13303
13304         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
13305         (gnus-server-line-format, gnus-server-mode-line-format)
13306         (gnus-server-browse-in-group-buffer): Customize.
13307
13308 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13309
13310         * nnml.el (nnml-marks-changed-p): Typo.
13311         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
13312         (nnml-marks-changed-p): Use gnus-gethash.
13313         (nnml-marks-modtime): Use gnus-make-hashtable.
13314
13315         * nnfolder.el (nnfolder-marks-changed-p): Typo.
13316         (nnfolder-request-expire-articles, nnfolder-save-marks)
13317         (nnfolder-open-marks): Typo.
13318         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
13319         (nnfolder-marks-changed-p): Use gnus-gethash.
13320         (nnfolder-marks-modtime): Use gnus-make-hashtable.
13321
13322 2001-09-08  Simon Josefsson  <jas@extundo.com>
13323
13324         * nnfolder.el (nnfolder-marks-modtime): New variable.
13325         (nnfolder-marks-changed-p): New function.
13326         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
13327         (nnfolder-request-update-info): Don't update if marks didn't change.
13328
13329         * nnml.el (nnml-marks-modtime): New variable.
13330         (nnml-marks-changed-p): New function.
13331         (nnml-save-marks, nnml-open-marks): Save modtime.
13332         (nnml-request-update-info): Don't update if marks didn't change.
13333
13334         * gnus-agent.el (gnus-agent-any-covered-gcc)
13335         (gnus-agent-add-server, gnus-agent-remove-server): Use
13336         gnus-agent-method-p.
13337
13338         * gnus-art.el (gnus-buttonized-mime-types): New variable.
13339         (gnus-unbuttonized-mime-type-p): Use it.
13340
13341         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
13342         fetch group.
13343
13344 2001-09-08  Simon Josefsson  <jas@extundo.com>
13345         From Daniel Pittman <daniel@rimspace.net>
13346
13347         * gnus-spec.el (gnus-correct-pad-form): New function.
13348         (gnus-parse-simple-format): Use it.
13349
13350 2001-09-07  Simon Josefsson  <jas@extundo.com>
13351
13352         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
13353         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
13354         Putnam <reader@newsguy.com>.
13355         (gnus-group-sort-selected-groups): Touch dribble file.
13356
13357 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
13358
13359         * nnml.el (nnml-filenames-are-evil): New variable.
13360         (nnml-article-to-file-alist): Rename to ...
13361         (nnml-current-group-article-to-file-alist): ... this.
13362         Respect `nnml-filenames-are-evil'.
13363         (nnml-active-number): Update.
13364         (nnml-update-file-alist): Update.
13365         (nnml-request-article): Use nnheader-article-to-file-alist.
13366         (nnml-request-rename-group): Likewise.
13367
13368 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13369
13370         * gnus-sum.el (gnus-summary-insert-line): Fix.
13371
13372 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
13373
13374         * gnus-sum.el: Bind g-s-t-s to "W g".
13375         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
13376         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
13377         display of graphical smilies.
13378
13379 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13380
13381         * gnus-start.el (gnus-setup-news): A typo.
13382         From Bill White <billw@wolfram.com>.
13383
13384 2001-09-06  Simon Josefsson  <jas@extundo.com>
13385
13386         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
13387         and unseen marks.
13388
13389 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13390
13391         * nnmail.el (nnmail-split-fancy): Document `junk'.
13392
13393 2001-09-04  Simon Josefsson  <jas@extundo.com>
13394
13395         * imap.el (imap-search): Don't error if server is broken.
13396
13397 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
13398
13399         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
13400         searching for an article that isn't in the mbox.
13401
13402 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13403
13404         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
13405         right, and get all the comments.
13406
13407 2001-09-02  Simon Josefsson  <jas@extundo.com>
13408         Suggested by Dan Christensen <jdc+news@uwo.ca>
13409
13410         * nnfolder.el (nnfolder-request-update-info): Fix message.
13411
13412         * nnml.el (nnml-request-update-info): Ditto.
13413
13414 2001-09-01  Simon Josefsson  <jas@extundo.com>
13415
13416         * nnml.el (nnml-request-expire-articles): Also bind
13417         `nnml-current-group' and `nnml-article-file-alist' when using
13418         expiry-target. (Otherwise nnml will be in a inconsistent internal
13419         state causing all kind of problems.)
13420         (nnml-request-expire-articles): If `nnml-article-to-file' or
13421         `file-attributes' failes, return article as un-expirable instead
13422         of treating it as expired.
13423
13424 2001-08-31  Sam Steingold  <sds@gnu.org>
13425
13426         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
13427         typo: `exmine' --> `examine'.
13428
13429 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13430
13431         * nndoc.el (nndoc-forward-type-p): It is not a digest.
13432
13433 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13434
13435         * nnml.el (nnml-check-directory-twice): Remove.
13436         (nnml-retrieve-headers): Ditto.
13437         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
13438
13439 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13440
13441         * nnheader.el (nnheader-directory-files-is-safe): No need to read
13442         directory twice on Windows, or on GNU Emacs-21.
13443
13444 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13445
13446         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
13447         (nnml-request-rename-group): Ditto.
13448         (nnml-active-number): Ditto.
13449         (nnml-request-create-group): Use nnml-directory-articles.
13450         (nnml-request-expire-articles): Use nnml-directory-articles, which
13451         gets list from nov database if available.
13452         (nnml-get-nov-buffer): New function.
13453         (nnml-open-nov): Use it.
13454         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
13455         gets alist from nov database if available.
13456         (nnml-directory-articles): New function.
13457         (nnml-article-to-file-alist): New function.
13458
13459 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13460
13461         * mm-decode.el (mm-display-external): Use `name' as filename, if
13462         `filename' attribute is not present.
13463
13464 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13465
13466         * mail-source.el (mail-source-flash): New defcustom.
13467         (mail-source-new-mail-p): Ring visible bell if appropriate.
13468         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
13469         timer is cleared even if mail check signals an error.
13470
13471 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13472
13473         * gnus-sum.el (gnus-summary-move-article): Only update marks of
13474         type 'list.
13475
13476 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13477
13478         * flow-fill.el (fill-flowed): eol might be point-max.
13479
13480 2001-08-27  Simon Josefsson  <jas@extundo.com>
13481
13482         * nnml.el (nnml-request-update-info): Fix message.
13483         (nnml-open-marks): Ditto.
13484
13485         * nnfolder.el (nnfolder-request-update-info):
13486         (nnfolder-open-marks): Fix message.
13487
13488 2001-08-25  Simon Josefsson  <jas@extundo.com>
13489
13490         * nnfolder.el (nnfolder-save-marks): Don't create directory named
13491         after group in ~/.
13492
13493 2001-08-25  Simon Josefsson  <jas@extundo.com>
13494         From Andreas Jaeger  <aj@suse.de>
13495
13496         * nnfolder.el (nnfolder-open-marks): Fix typo.
13497         * nnml.el (nnml-open-marks): Likewise.
13498
13499 2001-08-25  Simon Josefsson  <jas@extundo.com>
13500
13501         Make nnfolder groups self-contained as far as marks are concerned.
13502
13503         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
13504         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
13505         (nnfolder-open-server): Make marks directory.
13506         (nnfolder-request-delete-group): Delete marks file.
13507         (nnfolder-request-delete-group): Check of nov/marks file exist
13508         before deleting.
13509         (nnfolder-request-rename-group): Rename marks file.
13510         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
13511         (nnfolder-request-set-mark, nnfolder-request-update-info)
13512         (nnfolder-group-marks-pathname, nnfolder-save-marks)
13513         (nnfolder-open-marks): New functions.
13514         (top-level): Require gnus.
13515
13516 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13517
13518         * nnweb.el (nnweb-type-definition): Use google raw file.
13519         (nnweb-google-parse-1): Ditto.
13520         (nnweb-google-identity): Ditto.
13521         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
13522         (nnweb-altavista-wash-article): Ditto.
13523         (nnweb-request-article): Remove nnweb-decode-entities.
13524
13525         * nnml.el: Require 'gnus.
13526
13527 2001-08-25  Simon Josefsson  <jas@extundo.com>
13528
13529         * nnml.el (nnml-marks-is-evil): Add doc.
13530
13531 2001-08-25  Simon Josefsson  <jas@extundo.com>
13532
13533         * nnml.el (nnml-save-marks): Wrap saving marks in a
13534         condition-case, to allow user to start Gnus if saving marks failed
13535         for some reason.
13536
13537 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13538
13539         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
13540
13541         * gnus-group.el (gnus-update-group-mark-positions): Bind
13542         gnus-group-update-hook to nil.
13543
13544 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13545
13546         * mml.el (mml-generate-mime-1): Force as multibyte string.
13547
13548 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13549
13550         * gnus-sum.el (gnus-summary-insert-line)
13551         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
13552         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
13553
13554         * gnus-spec.el (gnus-correct-substring): Take optional END.
13555
13556         * nnrss.el (nnrss-request-article): Remove \n.
13557         (nnrss-retrieve-headers): Lines number is -1.
13558
13559 2001-08-24  Simon Josefsson  <jas@extundo.com>
13560
13561         * gnus-group.el (gnus-info-clear-data): Call
13562         nnfoo-request-set-mark to propagate marks.  Fix bug:
13563         `gnus-group-update-line' doesn't update read range unless we call
13564         `gnus-get-unread-articles-in-group' first.
13565
13566         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
13567         to server.
13568
13569 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13570
13571         * gnus-util.el (gnus-create-info-command): Return an interactive
13572         function.
13573
13574 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13575         From Katsumi Yamaoka <yamaoka@jpl.org>
13576
13577         * gnus-spec.el (gnus-parse-complex-format): Use equal.
13578
13579 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13580
13581         * gnus-sum.el (gnus-select-newsgroup): Use it.
13582
13583         * gnus-util.el (gnus-not-ignore): New function.
13584
13585         * lpath.el (featurep): Don't fbind char-int.
13586
13587         * gnus-util.el (gnus-create-info-command): New function.
13588
13589         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
13590         right node.
13591
13592         * gnus-sum.el (gnus-select-newsgroup): Clean up.
13593         (gnus-summary-limit-children): Use 'identity instead of `all'.
13594         (gnus-summary-limit-to-display-predicate): New command and
13595         keystroke.
13596
13597 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13598
13599         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
13600
13601         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
13602
13603 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13604
13605         * gnus-spec.el: Add the Gnus version.
13606         (gnus-update-format-specifications): If the Gnus version changes,
13607         nix out the format spec cache.
13608
13609         * gnus.el (gnus-continuum-version): Made into a command and
13610         optionalize the VERSION.
13611
13612         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
13613         the start of the lines.
13614
13615 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13616
13617         * gnus.el (gnus-visual-p): Define function before use of
13618         function.
13619
13620 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13621
13622         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
13623         (gnus-article-mark-to-type): New function.
13624         (gnus-update-missing-marks): Only update marks of type 'list.
13625
13626         * gnus.el (gnus-article-special-mark-lists): New variable.
13627
13628 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13629
13630         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
13631         (gnus-select-newsgroup): Still use 'all.
13632         (gnus-summary-initial-limit): Comparing with 'all.
13633
13634 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13635
13636         * gnus-start.el (gnus-activate-group): If dont-check, don't update
13637         active.
13638
13639 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13640
13641         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
13642         nnslashdot-*-retrieve-headers.
13643         (nnslashdot-request-article): Fix for slashcode 2.2.
13644         (nnslashdot-make-tuple): New function.
13645         (nnslashdot-read-groups): Use it.
13646
13647 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13648
13649         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
13650         list.
13651
13652         * gnus-sum.el (gnus-summary-move-article): Don't select article.
13653
13654 2001-08-20  Simon Josefsson  <jas@extundo.com>
13655
13656         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
13657         opened, error instead of continuing (and exploding later).
13658
13659 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13660
13661         * gnus.el (gnus-expand-group-parameters): Return the parameter
13662         list.
13663
13664         * gnus-sum.el (gnus-summary-show-article): Doc fix.
13665         (gnus-summary-show-article): Guess at charset if required.
13666
13667         * gnus-spec.el (gnus-correct-substring): Stopped one character
13668         before we wanted.
13669
13670 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13671
13672         * earcon.el (earcon-auto-play): Remove unused option.
13673
13674 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13675
13676         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
13677         message down in levels, since it happens very fast.
13678
13679         * smiley-ems.el (smiley-update-cache): Respect the symbol version
13680         of smiley-regexp-alist.
13681
13682         * mm-view.el (mm-inline-text): Ignore vcard errors.
13683
13684         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
13685
13686         * gnus-score.el (gnus-all-score-files): Use append instead of
13687         nconc.
13688
13689         * gnus.el (gnus-splash-face): Doc fix.
13690
13691         * mm-decode.el (mm-mailcap-command): Use
13692         mm-path-name-rewrite-functions.
13693         (mm-path-name-rewrite-functions): New variable.
13694
13695         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
13696         (gnus-complex-form-to-spec): Insert tab.
13697         (gnus-spec-tab): New function.
13698
13699         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
13700         entering the group.
13701
13702         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
13703         the positional spec.
13704         (gnus-parse-complex-format): React to %C.
13705
13706         * gnus-ems.el (gnus-char-width): Moved here.
13707
13708         * gnus-sum.el (gnus-select-newsgroup): Set
13709         gnus-newsgroup-articles.
13710         (gnus-unseen-mark): New variable.
13711         (gnus-newsgroup-unseen): Ditto.
13712         (gnus-newsgroup-seen): Ditto.
13713         (gnus-adjust-marked-articles): Use them.
13714         (gnus-update-marks): Use them.
13715         (gnus-summary-update-secondary-mark): Display.
13716         (gnus-summary-prepare-threads): Display.
13717
13718         * gnus-msg.el (gnus-inews-group-method): Use and return the
13719         method, not the server.
13720
13721 2001-08-19  Simon Josefsson  <jas@extundo.com>
13722
13723         * gnus-srvr.el (gnus-server-agent-face): New.
13724         (gnus-server-agent-face): New.
13725         (gnus-server-mode): Turn on font-lock-mode.
13726
13727         * gnus.el (gnus-server-visual): Add defgroup.
13728
13729 2001-08-19  Simon Josefsson  <jas@extundo.com>
13730         From Joe Casadonte <jcasadonte@northbound-train.com>
13731
13732         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
13733         gnus-server-denied-face): New.
13734         (gnus-server-opened-face, gnus-server-closed-face,
13735         gnus-server-denied-face): New.
13736         (gnus-server-font-lock-keywords): Add.
13737
13738 2001-08-19  Simon Josefsson  <jas@extundo.com>
13739
13740         * nnml.el (nnml-request-set-mark): Return nil.
13741         (nnml-save-marks): Use nnml-possibly-create-directory.
13742         (nnml-open-marks): Only work in temp buffer when inserting/reading
13743         .marks file.
13744
13745 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13746
13747         * gnus.el (gnus-expand-group-parameters): Fix.
13748
13749         * gnus-spec.el (gnus-char-width): New function.
13750         (gnus-correct-substring, gnus-correct-length): Use it.
13751
13752         * message.el (message-required-mail-headers): Fix doc.
13753
13754 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13755
13756         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
13757
13758         * mm-decode.el (mm-save-part-to-file): Insert the handle.
13759
13760 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13761
13762         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
13763         slashdot 2.2 (not fully fixed yet).
13764         (nnslashdot-request-article): Ditto.
13765
13766 2001-08-18  Simon Josefsson  <jas@extundo.com>
13767
13768         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
13769         nnimap.
13770
13771         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
13772         gnus-util.
13773         (nnimap-request-update-info-internal): Use new functions.
13774
13775         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
13776         new functions.
13777
13778 2001-08-18  Simon Josefsson  <jas@extundo.com>
13779
13780         Make nnml groups self-contained as far as marks are concerned.
13781
13782         * nnml.el (nnml-request-delete-group): Delete marks file.
13783         (nnml-request-rename-group): Move marks file.
13784         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
13785         variables.
13786         (nnml-request-set-mark, nnml-request-update-info): New server
13787         functions.
13788         (nnml-save-marks, nnml-open-marks): New functions.
13789
13790 2001-08-18  Simon Josefsson  <jas@extundo.com>
13791
13792         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
13793         `set' when setting marks.
13794
13795 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13796
13797         * gnus.el (gnus-info-find-node): Take an argument.
13798
13799         * gnus-art.el (gnus-button-handle-info): New function.
13800         (gnus-url-unhex-string): Replace "+" with " ".
13801
13802 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13803
13804         * message.el (message-check-news-header-syntax): Check bad From.
13805
13806 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13807
13808         * gnus-spec.el (gnus-correct-length): New function.
13809         (gnus-correct-substring): New function.
13810         (gnus-tilde-max-form): Use it.
13811
13812 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
13813
13814         * nnmh.el: Docstring changes as below.
13815
13816         * nnml.el: Docstring changes as below.
13817
13818         * nnbabyl.el: Docstring changes as below.
13819
13820         * nnmbox.el: Docstring changes as below.
13821
13822         * nnfolder.el: Added docstrings identifying each virtual server
13823         parameter.
13824
13825 2001-08-18  Simon Josefsson  <jas@extundo.com>
13826
13827         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
13828
13829 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
13830
13831         * message.el: rename "Abort Message" to "Postpone Message".
13832         Remove "Attach file as MIME" from Message menu, it's already in
13833         the MIME menu.
13834
13835 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13836
13837         * smime.el (smime-point-at-eol): eval-and-compile.
13838         (smime-make-temp-file): New function.
13839         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
13840         Use it.
13841
13842 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13843
13844         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
13845         (gnus-agent-summary-fetch-group): New command and keystroke.
13846
13847         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
13848         (gnus-mime-display-security): Make it respect
13849         gnus-unbuttonized-mime-type-p.
13850
13851         * gnus-sum.el (gnus-articles-to-read): Comments.
13852         (gnus-article-marked-p): New function.
13853         (gnus-summary-display-make-predicate): New function.
13854         (gnus-select-newsgroup): Use them.
13855
13856         * mm-decode.el (mm-save-part-to-file): Made it not error.
13857
13858 2001-08-17  Simon Josefsson  <jas@extundo.com>
13859
13860         * imap.el (imap-wait-for-tag): If process-status isn't open or
13861         run, return nil instead of sit-for looping.
13862
13863 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13864
13865         * lpath.el (featurep): fbind xml-parse-region.
13866
13867         * gnus.el (gnus-message-archive-method): Default to "archive".
13868         (gnus-message-archive-method): Doc fix.
13869         (gnus-parameters-get-parameter): Cleaned up.
13870         (gnus-expand-group-parameter): New function.
13871
13872         * gnus-start.el (gnus-setup-news): Push the archive server only
13873         the server list.
13874
13875         * mml.el (mml-menu): Changed name to "Attachments".
13876
13877         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
13878         when there is something to detroy.
13879
13880 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13881
13882         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
13883         nil.
13884
13885 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13886
13887         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
13888         which specifies a time today or tomorrow.
13889
13890 2001-08-15  Simon Josefsson  <jas@extundo.com>
13891         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
13892
13893         * gnus-agent.el (gnus-agent-make-mode-line-string)
13894         (gnus-agent-toggle-plugged): Use new API.
13895
13896 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13897
13898         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
13899         deadline has expired.
13900
13901 2001-08-12  Simon Josefsson  <jas@extundo.com>
13902         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
13903
13904         Support `recent' mark indicating newly arrived messages (to
13905         separate from old but unread messages).
13906
13907         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
13908         `nnmail-split-history' if recent is > 0.
13909         (nnimap-request-update-info-internal): Update `recent' marks.
13910         (nnimap-request-set-mark): Never set `recent' marks.
13911         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
13912         recent.
13913
13914         * gnus-sum.el (gnus-recent-mark): New mark.
13915         (gnus-newsgroup-recent): New variable.
13916         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
13917         (gnus-summary-prepare-threads): Mark recent articles.
13918         (gnus-summary-add-mark): Support recent.
13919         (gnus-summary-update-secondary-mark): Support recent.
13920
13921         * gnus.el (gnus-article-mark-lists): Add recent.
13922
13923 2001-08-12  Simon Josefsson  <jas@extundo.com>
13924
13925         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
13926         whether successful decoding took place.  Add doc.
13927
13928 2001-08-12  Simon Josefsson  <jas@extundo.com>
13929         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
13930
13931         * gnus.el (gnus-summary-line-format, gnus-parameters):
13932         * gnus-gl.el (gnus-summary-grouplens-line-format):
13933         * gnus-salt.el (gnus-summary-pick-line-format):
13934         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
13935
13936 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
13937         Committed by Kai Gro\e,b_\e(Bjohann.
13938
13939         * gnus-score.el (gnus-score-string): Fix `match' regexp
13940         for `extra' header case.
13941
13942 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13943
13944         * nnmbox.el (nnmbox-read-mbox): No warning.
13945
13946 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13947
13948         * nndoc.el (nndoc-article-type): Fix doc.
13949         (nndoc-generate-article-function): New variable.
13950         (nndoc-dissection-function): New variable.
13951         (nndoc-type-alist): Add oe-dbx.
13952         (nndoc-oe-dbx-type-p): New function.
13953         (nndoc-oe-dbx-dissection): New function.
13954         (nndoc-oe-dbx-generate-article): New function.
13955
13956 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13957
13958         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
13959         whether deadline has been reached.  Patch from Dan Nicolaescu
13960         <dann@godzilla.ics.uci.edu>.
13961
13962 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13963
13964         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
13965         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
13966         <rintaman@cs.Helsinki.FI>.
13967
13968         * mail-source.el (mail-source-movemail): The error buffer is
13969         modified, but nothing in it.
13970
13971 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13972
13973         * message.el (message-bogus-system-names): New variable.
13974         (message-make-fqdn): Use it.
13975
13976 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13977
13978         * nndraft.el (nndraft-request-group): Use
13979         nndraft-auto-save-file-name.
13980
13981 2001-08-09  Simon Josefsson  <jas@extundo.com>
13982
13983         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
13984         Don't ask whether to decrypt.  Just leave result in buffer (don't
13985         call mm).
13986
13987         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
13988         parts as well.
13989         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
13990         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
13991
13992 2001-08-09  Simon Josefsson  <jas@extundo.com>
13993
13994         * mm-decode.el (mm-insert-part): Return decoding success status.
13995         (mm-save-part-to-file): Error if decoding failed.
13996
13997 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13998
13999         * message.el (message-tab): Use indent-relative.
14000         (message-mode): Don't bind indent-line-function to indent-relative.
14001
14002 2001-08-09  Simon Josefsson  <jas@extundo.com>
14003
14004         * message.el (message-get-reply-headers): Fix string. Suggested by
14005         Christoph Conrad <cc@cli.de>.
14006
14007 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14008
14009         * message.el (message-tab): Use the current value of
14010         indent-line-function.
14011         (message-mode): Bind indent-line-function to indent-relative.
14012
14013 2001-08-08  Simon Josefsson  <jas@extundo.com>
14014
14015         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
14016         whether `imtest' is installed.
14017
14018 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14019         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
14020
14021         * gnus-sum.el (gnus-summary-show-article): Call
14022         gnus-summary-update-secondary-secondary-mark.
14023         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
14024         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
14025
14026 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14027
14028         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
14029
14030         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
14031
14032         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
14033         <gerd@gnu.org>.
14034
14035         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
14036
14037         * gnus-util.el (gnus-output-to-rmail): Ditto.
14038         (gnus-output-to-mail): Ditto.
14039
14040         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
14041
14042 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
14043
14044         * message.el (message-indent-citation): Use
14045         `message-yank-cited-prefix' for empty lines.
14046
14047 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
14048
14049         * message.el (message-indent-citation): Quote only lines starting
14050         with ">" using `message-yank-cited-prefix'.
14051
14052 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
14053         Trivial patch.
14054
14055         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
14056         gnus-cache-fully-p.
14057
14058 2001-08-04  Simon Josefsson  <jas@extundo.com>
14059
14060         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
14061         file if it doesn't exist (by calling gnus-cache-read-active).
14062
14063 2001-08-04  Simon Josefsson  <jas@extundo.com>
14064
14065         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
14066         (gnus-cache-passively-or-fully-p): Removed.
14067         (gnus-cache-fully-p): Fix it.
14068
14069         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
14070
14071 2001-08-04  Simon Josefsson  <jas@extundo.com>
14072
14073         * gnus-cache.el (gnus-cache-fully-p)
14074         (gnus-cache-passively-or-fully-p): New functions.
14075         (gnus-cache-possibly-enter-article): Cosmetic change, use
14076         `g-c-p-o-f-p'.
14077         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
14078         was bogus (`g-c-p-a-a' does not change active info, just change
14079         the functions parameters).
14080         (gnus-cache-possibly-remove-articles-1): Make sure articles are
14081         not removed in groups that match `gnus-uncacheable-groups'.
14082
14083         Reported and modifications based on discussions with Nuutti
14084         Kotivuori <nuutti.kotivuori@smarttrust.com>.
14085
14086 2001-08-04  Simon Josefsson  <jas@extundo.com>
14087         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
14088
14089         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
14090         calls `gnus-cache-update-active' if bounds has been extended.
14091
14092 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14093
14094         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
14095         before remove.
14096         (gnus-mime-security-show-details): Ditto.
14097
14098 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14099
14100         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
14101         syntax.  Protect string-match against nil string and regexp.
14102
14103 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14104
14105         * mm-util.el (mm-find-charset-region): Remove control-1.
14106
14107 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14108
14109         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
14110
14111 2001-08-04  Simon Josefsson  <jas@extundo.com>
14112
14113         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
14114         buffer.  Delete MIME-Version header.
14115
14116 2001-08-03  Simon Josefsson  <jas@extundo.com>
14117
14118         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
14119         that is entered does not necessarily have the highest article
14120         number in the group, so use `gnus-cache-possibly-alter-active'
14121         instead of `gnus-cache-update-active'.
14122
14123 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14124
14125         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
14126
14127 2001-08-03  Simon Josefsson  <jas@extundo.com>
14128
14129         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
14130         menu.
14131
14132 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14133
14134         * gnus.el (post-method): New group parameter.  It also provides
14135         the user option `gnus-post-method-alist' and the internal function
14136         `gnus-parameter-post-method'.
14137
14138         * gnus-msg.el (gnus-post-method): Bind the value of
14139         `gnus-post-method' to the group parameter if it is defined.
14140
14141 2001-08-02  Simon Josefsson  <jas@extundo.com>
14142
14143         * smime.el (smime-extra-arguments): Removed.
14144         (smime-call-openssl-region): Don't use it.
14145
14146 2001-08-02  Simon Josefsson  <jas@extundo.com>
14147
14148         * smime.el (smime-sign-region): Handle stderr.
14149         (smime-encrypt-region): Ditto.
14150
14151         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
14152         match the ASN.1 length bytes.
14153         (mm-pkcs7-enveloped-magic): Ditto.
14154         (mm-view-pkcs7-get-type): Don't regexp quote.
14155
14156 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14157         From Andreas Fuchs <asf@void.at>
14158
14159         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
14160
14161 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14162
14163         * gnus-art.el (gnus-header-button-alist): References regexp.
14164
14165 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
14166
14167         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
14168         already fboundp.  Add INTERACTIVE arg to autoload form.
14169
14170 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14171
14172         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
14173
14174         * nnmail.el (nnmail-cache-open): Ditto.
14175
14176 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14177
14178         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
14179
14180 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14181
14182         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
14183
14184 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14185         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14186
14187         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
14188         (gnus-agent-toggle-plugged): Use it.
14189
14190 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
14191
14192         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
14193         (gnus-ding-file-coding-system): New variable.
14194         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
14195         (gnus-slave-save-newsrc): Use it.
14196
14197 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14198
14199         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
14200         syntax.
14201
14202 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14203         Originally from Andreas Fuchs <asf@void.at>
14204
14205         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
14206         (mml2015-gpg-pretty-print-fpr): New function.
14207         (mml2015-gpg-extract-signature-details): More details, rename from
14208         `m-g-e-from'.
14209         (mml2015-gpg-verify): Use them.
14210         (mml2015-gpg-clear-verify): Use them.
14211
14212 2001-07-31  Simon Josefsson  <jas@extundo.com>
14213
14214         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
14215         buffer when done.
14216
14217 2001-07-30  Simon Josefsson  <jas@extundo.com>
14218
14219         * smime.el (smime-call-openssl-region): Revert previous change,
14220         just pass on buf to `call-process-region'.
14221         (smime-verify-region): Doc fix.  Don't message stuff.  Use
14222         `smime-new-details-buffer'.  Inserts error messages into buffer.
14223         (smime-noverify-region): Ditto.
14224         (smime-decrypt-region): Ditto.  Handles stderr separately.
14225         (smime-verify-buffer, smime-noverify-buffer)
14226         (smime-decrypt-buffer): Doc fix.
14227         (smime-new-details-buffer): New function.
14228         (smime-pkcs7-region, smime-pkcs7-certificates-region)
14229         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
14230         (smime-sign-region, smime-encrypt-region): Don't use
14231         `insert-buffer'.
14232
14233         * mml-smime.el (mml-smime-verify): Fix security button strings.
14234
14235 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14236
14237         * gnus-art.el (gnus-mime-save-part-and-strip): Save
14238         gnus-article-mime-handles.
14239
14240 2001-07-29  Simon Josefsson  <jas@extundo.com>
14241
14242         * mail-source.el (top-level): Require message for message-directory.
14243         (mail-source-directory): Change default to message-directory.
14244
14245         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
14246         (smime-certificate-directory, smime-openssl-program)
14247         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
14248         (smime-extra-arguments): New variable.
14249         (smime-dns-server): Fix customize group.
14250         (smime-call-openssl-region): Use `smime-extra-arguments'.
14251
14252 2001-07-29  Simon Josefsson  <jas@extundo.com>
14253         From Vladimir Volovich <vvv@vsu.ru>
14254
14255         * smime.el (smime-call-openssl-region): Ignore stderr.
14256
14257 2001-07-29  Simon Josefsson  <jas@extundo.com>
14258         From Christoph Conrad <christoph.conrad@gmx.de>
14259
14260         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
14261         file.
14262
14263 2001-07-29  Simon Josefsson  <jas@extundo.com>
14264
14265         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
14266
14267         Support S/MIME decryption.
14268
14269         * mm-decode.el (mm-inline-media-tests):
14270         (mm-inlined-types):
14271         (mm-automatic-display):
14272         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
14273
14274         * mm-view.el (mm-pkcs7-signed-magic):
14275         (mm-pkcs7-enveloped-magic): New variables.
14276         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
14277         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
14278         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
14279         PKCS#7 blobs.
14280
14281         * smime.el (smime-decrypt-region): Expand keyfile.
14282
14283 2001-07-29  Simon Josefsson  <jas@extundo.com>
14284
14285         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
14286         `ssl.el' variables.
14287
14288         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
14289         but line instead of narrowing to it, because `nnmail-parse-active'
14290         calls widen.  Thanks to Christoph Conrad
14291         <christoph.conrad@gmx.de>.
14292
14293 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14294
14295         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
14296         for %B spec.
14297
14298         * gnus-sum.el (gnus-summary-prepare-threads): If
14299         gnus-sum-thread-tree-root is nil, use subject instead.
14300         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
14301         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14302         (gnus-sum-thread-tree-leaf-with-other)
14303         (gnus-sum-thread-tree-single-leaf): Documentation.
14304         (gnus-sum-thread-tree-single-indent): Allow nil.
14305
14306 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14307
14308         * message.el (message-fill-paragraph): Do nothing if the user
14309         wants filladapt-mode.
14310
14311 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14312
14313         * mm-decode.el (mm-image-type-from-buffer): New function.
14314         (mm-get-image): Use it.
14315
14316 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14317
14318         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
14319
14320         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
14321         mm-display-parts too.
14322
14323 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14324
14325         * nnfolder.el (nnfolder-request-accept-article): Bind
14326         nntp-server-buffer.
14327
14328         * nnmail.el (nnmail-parse-active): Read from buffer instead of
14329         nntp-server-buffer.
14330
14331 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14332
14333         * message.el (message-check-news-header-syntax): Use
14334         message-post-method.
14335         (message-send-news): Bind message-post-method.
14336
14337 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14338
14339         * mml.el (mml-tweak-type-alist): New variable.
14340         (mml-tweak-function-alist): New variable.
14341         (mml-tweak-part): New function.
14342         (mml-generate-mime-1): Use it.
14343
14344 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14345
14346         * nnfolder.el (nnfolder-request-accept-article): Replace
14347         nnfolder-request-list.
14348
14349 2001-07-27  Simon Josefsson  <jas@extundo.com>
14350
14351         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
14352         nnoo-change-server failed to do it.
14353
14354 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14355
14356         * gnus.el (gnus-parameters): Make it customizable.
14357
14358 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14359
14360         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
14361
14362         * message.el (message-set-auto-save-file-name): More
14363         poor-system-types.
14364
14365         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
14366
14367         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
14368         supports +.
14369
14370 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14371
14372         * mm-decode.el (mm-readable-p): New function.
14373         (mm-inline-media-tests): Fix the default testers.
14374
14375 2001-07-26  Simon Josefsson  <jas@extundo.com>
14376
14377         * nnimap.el (nnimap-version): Bump version number.
14378
14379 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14380         From Steven E. Harris <seh@speakeasy.org>
14381
14382         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
14383         in M$Windows too.
14384
14385 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14386
14387         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
14388
14389 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14390
14391         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
14392
14393         * mm-decode.el (mm-get-image): Guess then use the type.
14394
14395         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
14396
14397 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
14398
14399         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
14400         display (%B) for threads if threading is off.
14401
14402 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14403         From Henrik Enberg <henrik@enberg.org>
14404
14405         * gnus-msg.el: Customization patch.
14406
14407 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
14408
14409         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
14410         variable.
14411         (nnmail-split-fancy-with-parent): Ignore certain groups.
14412
14413 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14414
14415         * gnus-util.el (gnus-byte-compile): New function.
14416         (gnus-use-byte-compile): New variable.
14417         (gnus-make-sort-function): Use it.
14418
14419         * nnmail.el (nnmail-get-new-mail): Use it.
14420
14421         * gnus-agent.el (gnus-category-make-function): Simple function or
14422         compiled function.
14423         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
14424
14425         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
14426         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
14427         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
14428
14429         * message.el (message-check-news-header-syntax): Remove quote.
14430
14431 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14432
14433         * message.el (message-use-mail-followup-to): `t' is not a
14434         documented value.
14435
14436 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14437
14438         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
14439
14440 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14441
14442         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
14443         there are long lines.
14444
14445 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14446
14447         * dgnushack.el (copy-list): New compiler macro.
14448
14449 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14450
14451         * message.el (message-bounce): If no Return-Path, the whole
14452         content is considered as the original message.
14453
14454         * nnml.el (nnml-check-directory-twice): New variable.
14455         (nnml-article-to-file): Use it.
14456         (nnml-retrieve-headers): Hack it.
14457
14458 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14459
14460         * gnus-win.el (gnus-buffer-configuration): New configure.
14461
14462         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
14463         not alive.
14464
14465         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
14466         (mm-display-external): Use display-term configure.
14467
14468 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14469
14470         * gnus-delay.el (gnus-delay-default-hour): New variable.
14471         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
14472
14473 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14474         From Karl Kleinpaste <karl@charcoal.com>
14475
14476         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
14477         (gnus-summary-prepare-threads): Ditto.
14478
14479         * gnus.el (gnus-summary-line-format): Add %B.
14480
14481 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14482
14483         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
14484
14485         * mm-util.el (mm-string-as-multibyte): New function.
14486
14487         * nnmh.el (nnmh-request-list-1): Encode, not decode!
14488
14489 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14490
14491         * mm-util.el (mm-universal-coding-system): New variable.
14492
14493         * gnus-start.el (gnus-startup-file-coding-system): Use it.
14494
14495         * score-mode.el (score-mode-coding-system): Use it.
14496
14497 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14498
14499         * gnus-start.el (gnus-setup-news): Call
14500         `gnus-check-bogus-newsgroups' just after the native server is
14501         opened.
14502
14503 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14504
14505         * nnmail.el (nnmail-do-request-post): Util function to be used by
14506         `nnchoke-request-post' for all nnmail-derived backends.
14507
14508         * nnml.el (nnml-request-post): Use it.
14509
14510         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
14511         backend, for it groks nnml-request-post.
14512
14513         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
14514         Treat `mail-post' backends like `mail' backends, not like `news'
14515         backends.
14516
14517 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14518
14519         * gnus-msg.el (gnus-setup-message): make-local-hook.
14520
14521 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14522
14523         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
14524         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
14525         <karl@charcoal.com>, slightly changed by Kai.
14526
14527         * message.el (message-check-news-header-syntax): When checking
14528         whether the groups exist, check the right server based on
14529         `gnus-post-method'.
14530
14531 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14532
14533         * gnus-delay.el: New file.
14534
14535 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14536
14537         * mm-util.el (mm-read-coding-system): Take two arguments.
14538
14539         * gnus-sum.el (gnus-summary-show-article): Use
14540         mm-read-coding-system.
14541
14542         * gnus-art.el (article-de-quoted-unreadable):
14543         (article-de-base64-unreadable, article-wash-html):
14544         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
14545
14546 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14547
14548         * nnml.el (nnml-request-post): New function.  Can be used for
14549         annotations in nnml groups.
14550
14551 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14552
14553         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
14554         command.
14555
14556         * gnus-start.el (gnus-find-new-newsgroups): Use
14557         `message-make-date' instead of `current-time-string'.
14558         (gnus-ask-server-for-new-groups): Ditto.
14559         (gnus-check-first-time-used): Ditto.
14560
14561 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14562
14563         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
14564
14565 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
14566
14567         * message.el (message-shorten-references): Change `maxcount' and
14568         `cut' to obey USEFOR draft 5.
14569
14570 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
14571
14572         * gnus-sum.el (gnus-summary-display-arrow): New variable.
14573         (gnus-summary-set-article-display-arrow): New function.
14574         (gnus-summary-goto-subject): Use it.
14575
14576 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14577
14578         * gnus-sum.el (gnus-summary-import-article): Insert date if
14579         doesn't exist.
14580
14581 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14582
14583         * mml.el (mml-content-type-parameters): New variable.
14584         (mml-content-disposition-parameters): New variable.
14585         (mml-insert-mime-headers): Use them.
14586         (mml-parse-1): Accept charset.
14587
14588 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14589
14590         * gnus-group.el (gnus-group-select-group): Doc fix.
14591
14592         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
14593
14594 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14595
14596         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
14597         to handle `define-derived-mode'.
14598
14599 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14600         From:  Stefan Monnier  <monnier@cs.yale.edu>
14601
14602         * message.el (message-mode): Use define-derived-mode.
14603         (message-tab): message-completion-alist.
14604
14605         * imap.el (imap-interactive-login): Use make-local-variable.
14606         (imap-open): Ditto.
14607         (imap-authenticate): Ditto.
14608
14609         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
14610
14611         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
14612
14613 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14614
14615         * message.el (message-citation-line-function): Refer to
14616         gnus-cite-attribution-suffix.
14617
14618 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14619
14620         * gnus-art.el,...: Error convention changes.
14621
14622 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14623
14624         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
14625
14626 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14627
14628         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
14629         (nnrss-read-server-data): Ditto.
14630
14631 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14632
14633         * gnus-setup.el (gnus-use-installed-gnus): Typo.
14634         * Cleanup files.
14635         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
14636
14637 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14638
14639         * gnus.el (gnus-summary-line-format): Add %o.
14640
14641         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
14642         unless shell outputs something.
14643
14644 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14645
14646         * gnus-art.el (gnus-boring-article-headers): Better doc.
14647         (article-hide-headers): Better regexp.
14648         Suggested by Matt Swift <swift@alum.mit.edu>.
14649
14650         * nnheader.el (nnheader-max-head-length): Better doc.
14651         (nnheader-header-value): Skip spaces.
14652         (nnheader-parse-head): Remove space.
14653         Suggested by Matt Swift <swift@alum.mit.edu>.
14654
14655         * gnus-sum.el (gnus-summary-show-raw-article): New function.
14656         (gnus-get-newsgroup-headers): Remove space.
14657
14658 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14659
14660         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
14661         (gnus-summary-reply): Use it.
14662         (gnus-summary-reply-broken-reply-to): New function.
14663         (gnus-msg-force-broken-reply-to): New function.
14664
14665         * mm-view.el (mm-inline-text): Showing as text/plain when error.
14666
14667 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14668
14669         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
14670
14671 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14672
14673         * mm-decode.el (mm-external-terminal-program): New variable.
14674         (mm-display-external): Use it. Use term to display when no
14675         window-system.
14676
14677 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
14678
14679         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
14680         Browse->Next entries to Browse->Prev
14681
14682 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14683
14684         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
14685
14686 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14687
14688         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
14689         for the default encoding.
14690
14691         * nnrss.el (nnrss-url-field): New field.
14692         (nnrss-request-article): Add newsgroups.
14693
14694         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
14695
14696 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14697
14698         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
14699
14700         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
14701         (gnus-draft-setup): Remove backlog.
14702
14703 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14704
14705         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
14706         Cleanup.
14707
14708 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14709
14710         * gnus-msg.el (gnus-bug): Erase buffer.
14711
14712         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
14713
14714 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14715
14716         * mm-decode.el (mm-attachment-override-p): Fix typo.
14717
14718 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
14719
14720         * gnus-kill.el (gnus-execute): Work with the extra headers.
14721         * gnus-sum.el (gnus-summary-execute-command): Ditto.
14722
14723 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14724
14725         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
14726         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
14727
14728         * message.el (message-send-mail-real-function): New variable.
14729         (message-send-mail-partially, message-send-mail):
14730
14731         * nngateway.el (nngateway-request-post): Use it.
14732
14733         * gnus-agent.el (gnus-agentize): Use it.
14734
14735         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
14736         (nnsoup-revert-variables): Use it.
14737
14738 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
14739
14740         * mm-decode.el (mm-inline-media-tests): Default to displaying as
14741         text/plain if the type doesn't match any other media types.
14742         (mm-inlined-types): Doc fix.
14743         (mm-display-inline): Revert previous change (now handled by a
14744         default type in `mm-inline-media-tests'.
14745         (mm-inlinable-p): Revive.
14746         (mm-display-part): Call `mm-inlinable-p'.
14747         (mm-attachment-override-p): Ditto.
14748         (mm-inlined-p): Doc fix.
14749
14750         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
14751         well as `mm-inlined-p'.
14752
14753 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14754
14755         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
14756         (nntp-send-command-and-decode): Use gnus-point-at-bol.
14757
14758 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14759         From  Paul Jarc <prj@po.cwru.edu>
14760
14761         * message.el (message-use-mail-followup-to): New variable.
14762         (message-get-reply-headers): Use it.
14763
14764 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
14765
14766         * nnheader.el (nnheader-init-server-buffer): Make sure the
14767         *nntpd* buffer is made multibyte instead of a random buffer.
14768
14769 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14770
14771         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
14772         when it returns headers.
14773
14774 2001-07-07  Simon Josefsson  <jas@extundo.com>
14775
14776         * rfc2047.el (rfc2047-encode-message-header): Skip header when
14777         trying to fold. Thanks to Colin Walters
14778         <walters@cis.ohio-state.edu>
14779
14780 2001-07-06  Simon Josefsson  <jas@extundo.com>
14781
14782         * imap.el (imap-parse-address-list, imap-parse-flag-list)
14783         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
14784         Add information in `assert's.
14785
14786         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
14787         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
14788         and `nnimap-group-overview-filename', should handle all
14789         change-of-uidvalidity related issues.  But there may be other
14790         problems.)
14791
14792 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
14793
14794         * rfc2047.el (rfc2047-encode-message-header): Don't include the
14795         header name when folding.
14796
14797 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
14798
14799         * mm-decode.el (mm-inlined-types): Document relationship with
14800         `mm-inline-media-tests'.
14801         (mm-display-inline): Default to displaying as plain text if no
14802         inlining handler is available.
14803         (mm-inlinable-p): Remove.
14804         (mm-inlined-p): Don't call `mm-inlinable-p'.
14805         (mm-automatic-display-p): Ditto.
14806         (mm-attachment-override-p): Ditto.
14807
14808 2001-07-04  Simon Josefsson  <jas@extundo.com>
14809
14810         * nnimap.el (nnimap-importantize-dormant): New variable.
14811         (nnimap-request-update-info-internal): Use it.
14812         (nnimap-request-set-mark): Ditto.
14813
14814 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
14815
14816         * nntp.el (nntp-send-command): don't pass a buffer argument to
14817         `point'. Only XEmacs accepts this.
14818         * nntp.el (nntp-send-command-nodelete): ditto.
14819         * nntp.el (nntp-send-command-and-decode): ditto.
14820
14821 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
14822
14823         * nntp.el (nntp-open-connection-function): doc update.
14824         * nntp.el (nntp-pre-command): New.
14825         * nntp.el (nntp-via-rlogin-command): New.
14826         * nntp.el (nntp-via-telnet-command): New.
14827         * nntp.el (nntp-via-telnet-switches): New.
14828         * nntp.el (nntp-via-user-name): New.
14829         * nntp.el (nntp-via-user-password): New.
14830         * nntp.el (nntp-via-address): New.
14831         * nntp.el (nntp-via-envuser): New.
14832         * nntp.el (nntp-via-shell-prompt): New.
14833         * nntp.el (nntp-open-telnet-stream): New.
14834         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
14835         * nntp.el (nntp-open-via-telnet-and-telnet): New.
14836         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
14837         * nntp.el (nntp-send-command): ditto.
14838         * nntp.el (nntp-send-command-nodelete): ditto.
14839         * nntp.el (nntp-send-command-and-decode): ditto.
14840
14841 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
14842         Trivial patch.
14843
14844         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
14845         `when'.
14846
14847 2001-07-03  Simon Josefsson  <jas@extundo.com>
14848         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
14849
14850         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
14851
14852 2001-07-03  Simon Josefsson  <jas@extundo.com>
14853
14854         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
14855         remove it (workaround XEmacs `fill-region' bug).
14856
14857 2001-07-01  Simon Josefsson  <jas@extundo.com>
14858
14859         * nnimap.el (nnimap-date-days-ago): Defeat locale.
14860
14861 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14862
14863         * mml2015.el (mml2015-format-error): New function.
14864         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
14865         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
14866         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
14867
14868 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14869
14870         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
14871         Suggested by Christoph Conrad <C.Conrad@cli.de>.
14872
14873         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
14874         group variables.
14875
14876 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14877
14878         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
14879
14880         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
14881         (nnrss-save-group-data): Ditto.
14882
14883         * gnus-agent.el (gnus-agent-save-alist): Ditto.
14884
14885 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14886
14887         * message.el (message-do-send-housekeeping): Narrow to headers.
14888
14889 2001-06-24  Simon Josefsson  <jas@extundo.com>
14890
14891         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
14892         insertion when breaking lines looked for " \t" instead of "[ \t]".
14893         (rfc2047-encode-message-header): Fold lines even if
14894         no QP encoding is done.
14895
14896 2001-06-23  Simon Josefsson  <jas@extundo.com>
14897         From Samuel Tardieu <sam@inf.enst.fr>
14898
14899         * smime.el (smime-keys): Support additional certificates.
14900         (smime-make-certfiles): New function.
14901         (smime-sign-region): Use previous variables.
14902         (smime-get-certfiles): New function.
14903         (smime-sign-buffer): Use it.
14904         (smime-verify-region): Support both CAfile and CApath.
14905
14906 2001-06-23  Simon Josefsson  <jas@extundo.com>
14907
14908         * smime.el (smime-decrypt-region): Perhaps work.
14909
14910 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14911
14912         * gnus-msg.el (gnus-copy-article-buffer): Typo.
14913
14914 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
14915
14916         * mm-decode.el (mm-save-part): Rewrite file name.
14917         (mm-file-name-rewrite-functions): New variable.
14918         (mm-file-name-delete-whitespace): New function.
14919         (mm-file-name-trim-whitespace): New function.
14920         (mm-file-name-collapse-whitespace): New function.
14921         (mm-file-name-replace-whitespace): New variable and function.
14922
14923 2001-06-22  Simon Josefsson  <jas@extundo.com>
14924
14925         * message.el (message-make-date): Workaround locale for weekdays.
14926
14927 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14928
14929         * message.el (message-goto-body): Return nil if not found. (revert!)
14930
14931 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14932         From Fremlin <chief@bandits.org>
14933
14934         * message.el (message-goto-body): Some messages have no header.
14935
14936         * gnus-msg.el (gnus-copy-article-buffer): Use it.
14937
14938 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
14939
14940         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
14941
14942 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14943
14944         * message.el (message-make-date): Add week day.
14945         Suggested by Jason R. Mastaler <jason@mastaler.com>.
14946
14947 2001-06-19  Simon Josefsson  <jas@extundo.com>
14948
14949         * message.el (message-yank-prefix): Doc fix.
14950         (message-yank-cited-prefix): Ditto.
14951         (message-delete-not-region): Keep citation prefix on first line,
14952         if possible and appropriate.
14953
14954 2001-06-19  Simon Josefsson  <jas@extundo.com>
14955
14956         * imap.el (imap-process-connection-type): New variable.
14957         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
14958         recent `imtest's work completely (no line length issues), while
14959         making making old `imtest's unusable.  Thanks to NAGY Andras
14960         <nagya@inf.elte.hu> for his work.
14961
14962 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
14963
14964         * imap.el (imap-ssl-program): Add -quiet to shut up
14965         OpenSSL/SSLeay's internal debug talk.
14966
14967 2001-06-19  Matt Armstrong  <matt@lickey.com>
14968
14969         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
14970         server.
14971
14972 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14973
14974         * nnmail.el (nnmail-article-buffer): New variable.
14975         (nnmail-split-incoming): Use it.
14976
14977 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
14978
14979         * qp.el (quoted-printable-decode-region): If called interactively,
14980         use coding-system-for-read.
14981
14982 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14983
14984         * message.el (message-check-news-header-syntax): Check Reply-To.
14985
14986 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14987
14988         * mml.el (mml-parse-1): Use message options.
14989
14990         * message.el (message-do-fcc): Don't do anything if there is no
14991         FCC.
14992
14993 2001-06-16  Simon Josefsson  <jas@extundo.com>
14994
14995         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
14996         (nnimap-expunge-search-string): New variable.
14997         (nnimap-request-expire-articles): Use it.
14998
14999 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15000
15001         * message.el (message-send-mail-with-qmail): wrong exit status is
15002         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
15003
15004 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15005
15006         * gnus-art.el (article-strip-multiple-blank-lines): Use
15007         delete-region instead of replace-match.
15008
15009 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15010
15011         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
15012         (nnweb-google-wash-article): Ditto.
15013
15014 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
15015
15016         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
15017
15018 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
15021         specs.
15022
15023 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15024
15025         * gnus.el (gnus-email-address): Move it here.
15026
15027         * gnus-art.el (article-de-quoted-unreadable): Read charset if
15028         requested.
15029         (article-de-base64-unreadable): Ditto.
15030         (article-wash-html): Ditto.
15031
15032 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15033
15034         * message.el (message-options-set-recipient): Don't add ", "
15035         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
15036
15037 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15038
15039         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
15040
15041 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15042
15043         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
15044         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
15045
15046         * nnrss.el (nnrss-node-text): Node might be nil.
15047
15048 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15049
15050         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
15051         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
15052
15053         * nnrss.el (nnrss-group-alist): More items.
15054
15055 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15056
15057         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
15058
15059 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15060         Trivial patch from Dale Hagglund  <rdh@best.com>
15061
15062         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
15063         restrict clauses.
15064
15065 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15066
15067         From Benjamin Rutt <brutt+news@bloomington.in.us>
15068
15069         * message.el (message-wide-reply-confirm-recipients): New variable.
15070
15071 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
15072         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
15073
15074         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
15075         fix so it works with XEmacs.
15076
15077 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15078
15079         * nnrss.el (nnrss-retrieve-headers): Support description as extra
15080         headers.
15081
15082 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15083
15084         * nnrss.el: Fix a few bugs.
15085
15086 2001-06-05  Simon Josefsson  <jas@extundo.com>
15087
15088         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
15089         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
15090
15091 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
15092
15093         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
15094         binary so that we don't transmit ISO 2022 garbage to the process.
15095         This is needed under XEmacs.
15096
15097 2001-06-03  Simon Josefsson  <simon@josefsson.org>
15098
15099         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
15100         autoloaded incorrectly below because ssl-program-* is bound.)
15101         Thanks to Amos Gouaux for report.
15102
15103 2001-06-02  Simon Josefsson  <simon@josefsson.org>
15104
15105         * imap.el (imap-kerberos4-open):
15106         (imap-gssapi-open):
15107         (imap-ssl-open):
15108         (imap-network-open):
15109         (imap-shell-open):
15110         (imap-starttls-open): Set buffer to workaround spurious
15111         `accept-process-output' buffer changes.  Thanks to Mats Lidell
15112         <Mats.Lidell@contactor.se> for report and partial patch and Jake
15113         Colman <colman@ppllc.com> for report.
15114
15115 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15116
15117         * gnus-sum.el (gnus-summary-catchup): New argument.
15118         (gnus-summary-catchup-from-here): New function.
15119
15120 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15121
15122         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
15123         back, then insert glyph.  (Before, the glyph was inserted first,
15124         then the newline.)  This works around a behavior in XEmacs where
15125         it is not possible to insert a character after a glyph which is at
15126         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
15127
15128 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15129
15130         From Jaap-Henk Hoepman (jhh@xs4all.nl).
15131
15132         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
15133         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
15134         mm-destroy-postponed-undisplay-list): New functions.
15135         (mm-display-external): Use them.
15136
15137 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15138
15139         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
15140         `default-low' when evaluating `gnus-summary-highlight'.
15141         From Raja R Harinath <harinath@cs.umn.edu>.
15142
15143 2001-05-27  Simon Josefsson  <simon@josefsson.org>
15144
15145         * message.el (message-yank-cited-prefix): New variable.
15146         (message-indent-citation): Use it.
15147
15148         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
15149         as details.
15150         (mml2015-mailcrypt-clear-verify): Ditto.
15151
15152 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15153         From Nevin Kapur <nevin@jhu.edu>.
15154
15155         * gnus-sum.el (gnus-summary-default-high-score,
15156         gnus-summary-default-low-score): New variables.
15157         (gnus-summary-highlight): Use them.
15158
15159 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
15160
15161         * message.el (message-mail): pass the 'send-actions argument to
15162         `message-setup'.
15163
15164 2001-05-16  Simon Josefsson  <simon@josefsson.org>
15165         From Raymond Scholz <ray-2001@zonix.de>
15166
15167         * gnus-art.el (gnus-mime-view-part-as-charset):
15168         (gnus-mime-internalize-part): Doc fixes.
15169
15170 2001-05-11  Simon Josefsson  <simon@josefsson.org>
15171
15172         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
15173         status lines without any text ("^215$").
15174
15175 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15176
15177         * nnrss.el (nnrss-check-group): Reverse.
15178
15179 2001-05-07  Simon Josefsson  <simon@josefsson.org>
15180
15181         * message.el (message-get-reply-headers):
15182         (message-followup): Fix typo, suggested by David Green
15183         <dgreen@uab.edu>
15184
15185 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15186
15187         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
15188
15189         * nnrss.el (nnrss-open-server): Read server data when it is called.
15190         (nnrss-request-expire-articles): Fix.
15191
15192 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15193
15194         * message.el (message-do-send-housekeeping): mail-abbrevs may
15195         rename buffer behind Gnus.
15196
15197 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15198
15199         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
15200         (nnrss-group-alist): Add more resources.
15201         (nnrss-check-group): Ignore errors.
15202
15203 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15204
15205         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
15206
15207         * nnslashdot.el (nnslashdot-request-list): Add time.
15208         (nnslashdot-request-expire-articles): New function.
15209
15210         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
15211         secondary methods too.
15212
15213 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15214
15215         * message.el (message-use-followup-to): Set default value to t.
15216
15217 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
15218
15219         * message.el (message-dont-reply-to-names): Fix documentation.
15220         (message-get-reply-headers): Use Mail-Followup-To only for wide
15221         replies.
15222
15223 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15224
15225         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
15226         correctly.
15227         (nnrss-check-group): Use time.
15228
15229 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15230
15231         * gnus.el: Oort Gnus v0.03 is released.
15232
15233 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15234
15235         * nnultimate.el (nnultimate-topic-article-to-article): Use the
15236         group.
15237
15238 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15239
15240         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
15241
15242 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15243
15244         * nnultimate.el (nnultimate-retrieve-headers): Return all
15245         available headers.
15246
15247         * gnus-sum.el (gnus-read-all-available-headers): New variable.
15248         (gnus-get-newsgroup-headers-xover): Use it.
15249
15250 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15251
15252         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
15253
15254 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15255
15256         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
15257
15258 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15259
15260         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
15261         disable it.
15262
15263         * gnus.el (gnus-info-nodes): Remove a few The's.
15264
15265 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15266
15267         * mail-source.el (mail-source-movemail): Call-process may return a
15268         signal description string.
15269
15270         * gnus-start.el (gnus-read-newsrc-el-file):
15271         gnus-newsrc-file-version may be nil.
15272
15273         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
15274         Suggested by Michael Sperber [Mr. Preprocessor]
15275         <sperber@informatik.uni-tuebingen.de>.
15276
15277 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
15278
15279         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
15280
15281 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
15282
15283         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
15284         fontify HANDLE.
15285
15286 2001-04-18  Simon Josefsson  <simon@josefsson.org>
15287
15288         * smime.el (smime-ask-passphrase): Rework to return value.
15289         (smime-sign-region): Rework to bind value and use it.
15290         (smime-decrypt-region): Ditto.
15291
15292 2001-04-18  Simon Josefsson  <simon@josefsson.org>
15293         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
15294
15295         * smime.el (smime-ask-passphrase): New function.
15296         (smime-sign-region): Use it.
15297         (smime-encrypt-cipher): New variable.
15298         (smime-decrypt-region): Ditto.
15299
15300 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
15301         Committed by Simon Josefsson  <simon@josefsson.org>
15302
15303         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
15304         the log.
15305
15306 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15307
15308         * gnus.el: Oort Gnus v0.02 is released.
15309
15310 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
15311
15312         * gnus.el: Oort Gnus v0.01 is released.
15313
15314 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15315
15316         * gnus-sum.el (gnus-summary-highlight): Highlight read
15317         undownloaded articles as read articles.
15318
15319         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
15320         (gnus-agent-get-undownloaded-list): Mark all undownloaded
15321         articles, even read ones, as such.
15322
15323         * gnus-sum.el (gnus-summary-find-matching): Clean up.
15324         (gnus-find-matching-articles): New function.
15325         (gnus-summary-limit-include-matching-articles): New command.
15326         (gnus-summary-limit-include-thread): Include articles that have
15327         matching subjects.
15328         (gnus-offer-save-summaries): Clean up.
15329
15330 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15331
15332         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
15333
15334 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15335         From Jason Merrill <jason_merrill@redhat.com>
15336
15337         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
15338
15339 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
15340         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15341
15342         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
15343         newsgroup names when the original article is a news message.
15344
15345 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15346
15347         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
15348         supported. Suggest by Jim Meyering <jim@meyering.net>.
15349
15350 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
15351         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
15352
15353         * nnmail.el (nnmail-split-it): Added check for .* at the end of
15354         regexp in nnmail-split-fancy.
15355
15356 2001-04-10  Simon Josefsson  <simon@josefsson.org>
15357
15358         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
15359
15360 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
15361
15362         * message.el (message-send-mail): Improve the interaction with the
15363         user.
15364
15365 2001-04-10  Simon Josefsson  <simon@josefsson.org>
15366
15367         * imap.el (imap-message-copy): Work around buggy servers that
15368         doesn't send TRYCREATE tags.
15369
15370 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
15373
15374 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15375
15376         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
15377         date.
15378
15379 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15380
15381         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
15382         lives.
15383
15384 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15385
15386         * gnus-art.el (gnus-parse-news-url): New function.
15387         (gnus-button-handle-news): New function.
15388         (gnus-button-alist): Point to new functions.
15389
15390         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
15391
15392         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
15393         gnus-format-specs.
15394
15395         * message.el (message-check-news-header-syntax): Question even
15396         when Gnus doesn't know the group names.
15397         (message-send-news): Clean up.
15398
15399         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
15400         exited on purpose without saving.
15401
15402         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
15403
15404 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15405
15406         * gnus-score.el (gnus-score-orphans): Clean up.
15407
15408         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
15409
15410         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
15411         later.
15412
15413         * gnus-start.el (gnus-close-all-servers): Find the right items to
15414         close.
15415
15416         * qp.el (quoted-printable-decode-region): Just message
15417         malformation; don't quit.
15418
15419 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15420         From Gerd Moellmann <gerd@gnu.org>.
15421
15422         * gnus.el (gnus-interactive): A typo.
15423
15424 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
15425         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15426
15427         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
15428         `assq-delete-all', if that function exists; otherwise use the old
15429         definition. Documentation changed to match the one in
15430         `assq-delete-all'.
15431
15432 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15433
15434         * gnus-start.el (gnus-close-all-servers): New function.
15435
15436         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
15437         (gnus-server-remove-denials): Clean up.
15438
15439         * gnus-sum.el (gnus-summary-sort-by-original): New command and
15440         keystroke.
15441
15442 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15443
15444         * message.el (message-send-news): Message where we are sending.
15445         (message-send-mail): Ditto.
15446
15447         * gnus.el (gnus-server-string): New function.
15448
15449         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
15450
15451         * mm-decode.el (mm-default-directory): Customized.
15452         (mm-tmp-directory): Ditto.
15453
15454         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
15455         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
15456         or Chars.
15457         (gnus-summary-line-format-alist): ?l is now a string.
15458         (gnus-summary-prepare-threads): Output ? for unknown lines.
15459         (gnus-summary-insert-line): Ditto.
15460         (gnus-summary-print-article): Unbalanced parentheses.
15461
15462         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
15463         out whether new stuff has arrived.
15464
15465 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
15466
15467         * gnus-sum.el: Let printing work on ttys on Emacs.
15468
15469 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15470
15471         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
15472         when forcing news.
15473
15474         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
15475         command.
15476
15477 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
15478
15479         * message.el (message-set-auto-save-file-name): Don't use
15480         asterisks under nt.
15481
15482 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15483
15484         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
15485         lists of articles.
15486
15487         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
15488
15489         * gnus-msg.el (gnus-put-message): Clean up.
15490         (gnus-summary-reply): Mark all replied-to articles as replied to.
15491         (gnus-inews-add-send-actions): Also mark as forwarded.
15492         (gnus-summary-mail-forward): Mark as forwarded.
15493
15494         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
15495         of articles.
15496         (gnus-summary-mark-article-as-forwarded): Ditto.
15497
15498         * gnus-msg.el (gnus-summary-resend-message): Mark article as
15499         forwarded.
15500         (gnus-summary-mail-forward): Clean up.
15501
15502         * gnus.el (gnus-article-mark-lists): Added forward.
15503
15504         * gnus-sum.el (gnus-forwarded-mark): New variable.
15505         (gnus-summary-prepare-threads): Use it.
15506         (gnus-summary-update-secondary-mark): Ditto.
15507         (gnus-newsgroup-forwarded): New variable.
15508
15509 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15510
15511         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
15512         (gnus-summary-very-wide-reply): New command and keystroke.
15513         (gnus-summary-very-wide-reply-with-original): Ditto.
15514
15515         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
15516         (gnus-score-adaptive): Use it.
15517
15518         * gnus-start.el (gnus-get-unread-articles): Clean up.
15519
15520 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15521
15522         * nnultimate.el (nnultimate-retrieve-headers): Work for other
15523         boards.
15524
15525 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
15526
15527         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
15528         * gnus-start.el (gnus-subscribe-newsgroup): use it.
15529
15530 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15531
15532         * nnultimate.el (nnultimate-retrieve-headers): Understand
15533         long-form month names.
15534
15535 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15536
15537         * gnus-sum.el (gnus-summary-show-all-headers):
15538         gnus-article-show-all-headers is broken. Use
15539         gnus-summary-toggle-header instead.
15540
15541         * mml2015.el (mml2015-gpg-extract-from): No error.
15542
15543 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15544         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
15545
15546         * mml2015.el (mml2015-gpg-extract-from): New function.
15547         (mml2015-gpg-verify): Use it.
15548         (mml2015-gpg-clear-verify): Use it.
15549
15550 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15551
15552         * message.el (message-setup-fill-variables): Use
15553         fill-paragraph-function.
15554         (message-fill-paragraph): Take an argument.
15555         (message-newline-and-reformat): Take another argument.
15556
15557 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15558
15559         * message.el (rmail-output): It is in rmailout.el not rmail.el.
15560
15561 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15562
15563         * message.el (message-forward): local-variable-p takes an extra
15564         argument in XEmacs.
15565
15566 2001-03-16  Simon Josefsson  <simon@josefsson.org>
15567
15568         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
15569         `nnimap-use-nov-p' (it really tested the negative).
15570         (nnimap-retrieve-headers): Use it.
15571
15572 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15573
15574         * message.el (message-generate-headers-first): Update doc.
15575
15576 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
15577         Trivial patch.
15578
15579         * gnus.el (gnus-summary-line-format): Typo.
15580
15581 2001-03-11  Simon Josefsson  <simon@josefsson.org>
15582
15583         * mailcap.el (mailcap-mime-data): Add application/sieve.
15584         (mailcap-mime-extensions): Add .siv, .xls.
15585
15586 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15587         From Christoph Conrad <christoph.conrad@gmx.de>
15588
15589         * gnus-score.el (gnus-summary-lower-thread): Typo.
15590
15591 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15592
15593         * message.el (message-forward-decoded-p): New variable.
15594         (message-forward-subject-author-subject): Use it.
15595         (message-make-forward-subject): Use it.
15596         (message-forward): Use it.
15597
15598         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
15599
15600         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
15601         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
15602
15603 ;;Has been fixed -- zsh.
15604 ;;2001-03-05  Dave Love  <fx@gnu.org>
15605 ;;
15606 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
15607 ;;      Move it after definition of mm-coding-system-p.
15608 ;;
15609 2001-03-01  Dave Love  <fx@gnu.org>
15610
15611         * mm-util.el (mm-inhibit-file-name-handlers): Add
15612         image-file-handler.
15613
15614 2001-02-11  Dave Love  <fx@gnu.org>
15615
15616         * message.el (message-signature-file): Fix doc, :type.
15617
15618 2001-02-08  Dave Love  <fx@gnu.org>
15619
15620         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
15621         (message-posting-charset): Defvar when compiling again.
15622         (rfc2047-encodable-p): Require message.
15623
15624         * gnus-sum.el (gnus-alter-articles-to-read-function):
15625         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
15626
15627 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15628
15629         * nnrss.el: New file.
15630
15631 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
15632         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15633
15634         * rfc2047.el (rfc2047-unfold-region): Fix arg of
15635         `skip-chars-forward'.
15636
15637 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15638
15639         * nndraft.el (nndraft-request-group): Restore auto save files if
15640         the original files do not exist.
15641
15642 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15643
15644         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
15645         SCORE paths.
15646
15647         * mm-decode.el (mm-dissect-buffer): Call
15648         mail-extract-address-components only if necessary.
15649
15650 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15651
15652         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
15653         directory part.
15654         (gnus-score-search-global-directories): Use file-directory-p.
15655
15656         * gnus-score.el (gnus-score-score-files-1): Use
15657         gnus-kill-files-directory.
15658         From Adrian Aichner <adrian@xemacs.org>.
15659
15660 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15661
15662         * gnus.el (charset): Move here from gnus-sum.el.
15663
15664 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15665
15666         * mml.el (mml-preview): Disable local map.
15667
15668         * gnus-sum.el (gnus-summary-make-menu-bar): Make
15669         gnus-article-post-menu here.
15670
15671         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
15672         if it has not been made.
15673
15674 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15675
15676         * gnus-art.el (gnus-article-describe-key): Map key to event.
15677         (gnus-article-describe-key-briefly): Ditto
15678
15679 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15680
15681         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
15682
15683 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15684         From Katsumi Yamaoka <yamaoka@jpl.org>.
15685
15686         * dgnushack.el (coerce, merge, subseq): defmacro.
15687
15688 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15689
15690         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
15691         A fake defalias in nndraft.el results a not-activated bug in
15692         uncompiled versions.
15693
15694 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
15695         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15696
15697         * gnus-util.el (gnus-split-references): Handle malformed References:.
15698
15699 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15700
15701         * gnus-art.el (gnus-article-mime-part-status): 1 part.
15702
15703 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15704         From NAGY Andras <nagya@inf.elte.hu>.
15705
15706         * gnus.el (gnus-parameters): Typo.
15707
15708 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15709
15710         * gnus.el (gnus-read-method): Remove redundancy.
15711
15712 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15713
15714         * nnslashdot.el (nnslashdot-backslash-url): New variable.
15715         (nnslashdot-request-list): Use it.
15716
15717 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15718
15719         * nnml.el (nnml-generate-active-info): Fix the case when there is
15720         no file.
15721
15722         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
15723         (gnus-summary-create-article): New function.
15724
15725         * gnus-group.el (gnus-group-mark-article-read): New function.
15726
15727         * gnus-msg.el (gnus-inews-do-gcc): Use it.
15728
15729         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
15730
15731 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15732
15733         * gnus-art.el (gnus-article-edit-done): Don't use
15734         gnus-article-edit-exit.
15735         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
15736
15737         * gnus.el (gnus-parameters): New variable.
15738         Suggested by NAGY Andras <nagya@inf.elte.hu>.
15739         (gnus-parameters-get-parameter): New function.
15740         (gnus-group-find-parameter): Use it.
15741
15742 2001-02-23  Simon Josefsson  <simon@josefsson.org>
15743
15744         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
15745         change of default value to `current'.
15746
15747 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15748
15749         * nneething.el (nneething-get-head): Insert unreadable file too.
15750
15751 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15752
15753         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
15754
15755         * webmail.el (webmail-type-definition): Deja is bought by google.
15756
15757 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15758
15759         * gnus-sum.el (gnus-fetch-headers): New function.
15760         (gnus-select-newsgroup): Use it.
15761         (gnus-summary-insert-articles): New function.
15762         (gnus-summary-insert-old-articles): New function.
15763         (gnus-summary-insert-new-articles): New function.
15764
15765         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
15766         (gnus-group-list-active): Ditto.
15767         * gnus-sum.el (gnus-set-mode-line): Ditto.
15768         (gnus-summary-read-group-1): Ditto.
15769
15770 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15771
15772         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
15773         current topic.
15774
15775 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15776
15777         * smiley.el (gnus-smiley-display): Don't do widening.
15778
15779         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
15780         within body.
15781
15782         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
15783
15784         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
15785         New variable.
15786         (gnus-mime-display-multipart-related-as-mixed): New variable.
15787         (gnus-mime-display-part): Use them.
15788
15789 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15790
15791         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
15792         something special.
15793
15794 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15795
15796         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
15797         (nnweb-request-article): Call reference if exists.
15798         (nnweb-type-definition): Dejanews is bought by google.com.
15799         Beta!
15800
15801 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15802
15803         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
15804
15805 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15806
15807         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
15808         gnus-article-sort-functions.
15809         (gnus-article-sort-functions): Doc fix.  Refer to
15810         gnus-thread-sort-functions.
15811
15812 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15813         From Paul Jarc <prj@po.cwru.edu>.
15814
15815         * message.el (message-get-reply-headers): More fixes.
15816
15817 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
15818         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15819
15820         * message.el (message-get-reply-headers): Fix bug with
15821         Mail-Followup-To/to-address interaction.
15822
15823 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15824
15825         * gnus-msg.el (gnus-configure-posting-styles): Match header in
15826         gnus-article-copy.
15827
15828 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15829
15830         * message.el (message-do-send-housekeeping): Rename to a better
15831         name.
15832
15833 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15834
15835         * message.el (message-cancel-news): Check article first, then ask
15836         yes or no.
15837
15838 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15839
15840         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
15841
15842 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15843
15844         * gnus-range.el (gnus-range-normalize): New function.
15845
15846 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
15847
15848         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
15849
15850 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15851
15852         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
15853
15854         * nnagent.el (nnagent-request-regenerate): New function.
15855
15856         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
15857
15858         * nnml.el (nnml-generate-nov-databases): Accept argument
15859         server. Don't open server if it is opened.
15860         (nnml-request-regenerate): Use it. Change to deffoo.
15861
15862 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15863         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15864
15865         * gnus.el (gnus-define-group-parameter): Fix.
15866
15867 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15868
15869         * gnus.el (gnus-define-group-parameter): Improved.
15870
15871         * gnus-sum.el (charset): Define parameter.
15872         (ignored-charsets): Ditto.
15873         (gnus-summary-setup-default-charset): Use them.
15874
15875         * gnus-start.el (gnus-read-descriptions-file): Use them.
15876
15877         * gnus-cus.el (gnus-group-parameters): Remove them.
15878
15879 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15880
15881         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
15882
15883 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15884
15885         * gnus-sum.el (gnus-summary-read-group-1): Remove
15886         gnus-summary-set-local-parameters.
15887         (gnus-summary-setup-buffer): Put it here.
15888
15889 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15890
15891         * gnus.el (to-address): Define parameter.
15892         (to-list): Ditto.
15893         * gnus-art.el (article-hide-boring-headers): Use them.
15894         * gnus-msg.el (gnus-post-news): Ditto.
15895         * gnus-cus.el (gnus-group-parameters): Remove them.
15896
15897 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15898
15899         * gnus-draft.el (gnus-draft-reminder): New function.
15900
15901         * gnus-art.el (gnus-sender-save-name): New function.
15902
15903 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15904
15905         * mm-util.el (mm-mime-charset): Error message.
15906
15907 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15908
15909         * message.el (message-check-news-body-syntax): Don't check mml lines.
15910
15911 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15912
15913         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
15914         subscribe.
15915
15916         * gnus-start.el (gnus-call-subscribe-functions): New function.
15917         (gnus-find-new-newsgroups): Use it.
15918         (gnus-ask-server-for-new-groups): Use it.
15919         (gnus-check-first-time-used): Use it.
15920         (gnus-subscribe-newsgroup-method): Grok a list of functions.
15921         (gnus-subscribe-options-newsgroup-method): Ditto.
15922         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
15923         return .
15924
15925 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15926
15927         * gnus-cus.el (gnus-score-customize): Doc fix.
15928
15929 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
15930
15931         * dgnushack.el (my-getenv): Typo.
15932
15933 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15934
15935         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
15936
15937 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15938
15939         * gnus-group.el (gnus-group-suspend): Offer save summaries.
15940
15941         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
15942         (gnus-treatment-function-alist): Use it.
15943         (article-remove-leading-whitespace): New function.
15944         (gnus-article-make-menu-bar): Use it.
15945
15946         * gnus-sum.el (gnus-summary-wash-empty-map): Add
15947         remove-leading-whitespace.
15948         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
15949         because of conflict.
15950
15951 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15952
15953         * Makefile.in: Hack generating gnus-load.el.
15954         * dgnushack.el: Ditto.
15955         * gnus-load.el: Remove it.
15956
15957 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15958
15959         * dgnushack.el : Add URLDIR.
15960
15961         * Makefile.in (EMACS_COMP): Ditto.
15962
15963 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15964
15965         * gnus-cus.el (gnus-score-customize): Error on no score file.
15966
15967 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15968
15969         * mm-decode.el (mm-merge-handles): New function.
15970
15971         * mm-view.el (mm-inline-message): Use it.
15972         (mm-view-message): Ditto.
15973
15974         * mm-partial.el (mm-inline-partial): Ditto.
15975
15976         * mm-extern.el (mm-inline-external-body): Ditto.
15977
15978         * gnus-art.el (gnus-mime-view-part): Ditto.
15979         (gnus-mime-view-part-as-type): Ditto.
15980         (gnus-mime-save-part-and-strip): Prevent users to strip in some
15981         cases.
15982
15983 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15984
15985         * message.el (message-cancel-news): Allow to shoot foot.
15986         (message-supersede): Ditto.
15987
15988 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
15989         Trivial patch.
15990
15991         * gnus-sum.el (gnus-simplify-subject-re): Use
15992         message-subject-re-regexp.
15993
15994 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15995
15996         * nnmail.el (nnmail-expiry-target-group): Bind
15997         nnmail-cache-accepted-message-ids to nil.
15998
15999         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
16000         coding system.
16001
16002 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16003
16004         * qp.el (quoted-printable-encode-region): Make sure characters are
16005         between 00 and FF.  Don't check charset.
16006
16007         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
16008         in Emacs 20.
16009         * rfc2047.el (rfc2047-q-encode-region): Ditto.
16010
16011 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16012
16013         * message.el (message-make-forward-subject): Argument decoded.
16014         (message-forward): Use it when digest.
16015
16016         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
16017         buffer.
16018
16019 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16020
16021         * message.el (message-generate-headers-first): Doc fix.
16022
16023 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16024
16025         * gnus-art.el (article-make-date-line): Error proof.
16026
16027 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16028
16029         * gnus-group.el (gnus-group-listing-limit): New variable.
16030         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
16031
16032         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
16033
16034 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16035
16036         * message.el (message-newline-and-reformat): Special case for
16037         breaking at BOL.
16038
16039 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
16040
16041         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
16042         message/rfc822.
16043
16044 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16045
16046         * message.el (message-encode-message-body): Don't insert
16047         Content-Type if it is inside a mail.
16048
16049 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16050
16051         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
16052         gnus-article-commands-menu.
16053
16054         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
16055         in Emacs.
16056
16057         * gnus-start.el (gnus-read-descriptions-file): Use
16058         gnus-group-name-charset and gnus-group-charset-alist.
16059
16060 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16061
16062         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
16063         active region.
16064
16065         * gnus-start.el (gnus-group-change-level): Remove from both
16066         gnus-zombie-list and gnus-killed-list.
16067
16068 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16069
16070         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
16071         gnus-subscribe-topics.
16072
16073         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
16074
16075 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16076
16077         * gnus-art.el (gnus-article-make-menu-bar): Make
16078         gnus-article-post-menu.
16079
16080         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
16081
16082         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
16083
16084         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
16085
16086         * message.el (message-mode-menu): Ditto.
16087
16088         * gnus-art.el (defvar): eval-when-compile.
16089
16090 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16091
16092         * gnus-agent.el (gnus-agentize): Fix doc.
16093
16094 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
16095
16096         * mml.el (mml-preview): Bind `q'.
16097
16098 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16099
16100         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
16101
16102 2001-01-31  Dave Love  <fx@gnu.org>
16103
16104         * mm-util.el (mm-mime-mule-charset-alist)
16105         (mm-find-mime-charset-region): Consider mule-utf-8.
16106
16107 2001-01-31  Dave Love  <fx@gnu.org>
16108
16109         * gnus-art.el (gnus-article-x-face-command)
16110         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
16111         :version.
16112
16113 2001-01-26  Dave Love  <fx@gnu.org>
16114
16115         * mm-util.el (mm-multibyte-string-p): New.
16116
16117 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
16118 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
16119 ;;      string-as-multibyte on class.  Clarify line-folding.
16120         (quoted-printable-encode-string): Make temp buffer inherit
16121         string's multibyteness.
16122
16123 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
16124
16125         * nnheader.el (toplevel): Don't require `gnus-util' at
16126         compile-time; this creates a circular dependency, and prevents
16127         a bootstrap.
16128
16129 2001-01-22  Andreas Schwab  <schwab@suse.de>
16130
16131         * nnheader.el (gnus-delete-line): Autoload it as a macro.
16132
16133 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16134
16135         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
16136
16137         * gnus-art.el (article-hide-list-identifiers): Ditto.
16138
16139         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
16140
16141 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16142
16143         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
16144
16145         * gnus-art.el (article-hide-list-identifiers): Similar.
16146
16147 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
16148
16149         * nnmail.el (nnmail-remove-list-identifiers): Improved.
16150
16151 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16152
16153         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
16154
16155 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16156
16157         * gnus-util.el (gnus-string-equal): New function.
16158
16159         * gnus-art.el (article-hide-boring-headers): Use it.
16160
16161 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
16162
16163         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
16164
16165 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16166
16167         * gnus-msg.el (gnus-msg-mail): Support switch-action.
16168
16169 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16170
16171         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
16172         command if there is not last-saver.
16173
16174 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16175
16176         * nntp.el (nntp-open-connection): 201 is possible.
16177
16178 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16179
16180         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
16181         (rfc2047-charset-encoding-alist): Add big5.
16182
16183 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16184
16185         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
16186         (gnus-agent-remove-server): Ditto.
16187         (autoload): gnus-server-update-server.
16188
16189         * gnus-srvr.el (gnus-server-line-format): Add %a.
16190         (gnus-server-line-format-alist): Add gnus-tmp-agent.
16191         (gnus-server-insert-server-line): Use it.
16192
16193 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16194
16195         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
16196         GB2312 and Big5.
16197
16198 2001-01-24  Simon Josefsson  <sj@extundo.com>
16199
16200         * mail-source.el (mail-sources): Add :program specifier to IMAP
16201         mail source.
16202         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
16203
16204 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16205
16206         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
16207
16208 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16209
16210         * nntp.el (nntp-wait-for): Return the success code.
16211         (nntp-open-connection): Use it.
16212
16213 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16214
16215         * gnus-int.el (gnus-check-server): Allow breaking the opening.
16216
16217 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16218
16219         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
16220
16221 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16222
16223         * gnus-sum.el (gnus-summary-print-article): Take one prefix
16224         argument. Allow to print several articles in one file.
16225
16226 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16227
16228         * webmail.el (webmail-type-definition): netaddress changes.
16229
16230 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16231
16232         * gnus.el: Fix copyright. Remove trailing spaces.
16233
16234         * message.el (message-forward): Use mule4.
16235
16236 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16237
16238         * mm-util.el (mm-string-as-unibyte): New function.
16239
16240         * message.el (message-forward): Use it.
16241
16242 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16243
16244         * message.el (message-cite-original-without-signature): Don't peel
16245         off the blank line.
16246         (message-get-reply-headers): Add Cc if it is not in follow-to.
16247
16248 2001-01-20  Simon Josefsson  <sj@extundo.com>
16249
16250         * mm-decode.el (mm-handle-multipart-from): Add.
16251         (mm-dissect-buffer): Save From: header value.
16252         (mm-security-from): Remove.
16253         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
16254
16255         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
16256         instead of `mml-security-from'.  Protect null from value.
16257
16258 2001-01-20  Simon Josefsson  <sj@extundo.com>
16259
16260         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
16261         application/vnd.ms-excel attachments.
16262
16263 2001-01-19  Simon Josefsson  <sj@extundo.com>
16264
16265         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
16266
16267 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16268
16269         * message.el (message-ignored-mail-headers): Ditto.
16270
16271 2001-01-19  Simon Josefsson  <sj@extundo.com>
16272
16273         * message.el (message-ignored-news-headers): Only search beginning
16274         of line.
16275
16276 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
16277         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
16278
16279         * message.el (message-send-mail): Content-Type may not be there.
16280
16281 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16282
16283         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
16284         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
16285
16286         * gnus-art.el (article-display-x-face): Insert X-Face if there is
16287         not.
16288
16289 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16290
16291         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
16292         non-native groups.
16293
16294 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16295
16296         * message.el (message-yank-original): Understand
16297         universal-argument.
16298
16299 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16300
16301         * gnus-art.el (gnus-boring-article-headers): Add to-address.
16302         (article-hide-boring-headers): Ditto.
16303
16304         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
16305
16306 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16307
16308         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
16309         one.
16310
16311 2001-01-16  Simon Josefsson  <simon@josefsson.org>
16312
16313         * message.el (message-make-in-reply-to): Add comment to message-id
16314         (old syntax, see 2000-08-02 change).
16315
16316 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16317
16318         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
16319         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
16320         (gnus-button-reply): Ditto.
16321
16322 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16323
16324         * gnus-art.el (article-display-x-face): Fix.
16325
16326 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16327
16328         * gnus-art.el (article-display-x-face): Use
16329         gnus-original-article-buffer.
16330
16331 2001-01-15  Jack Twilley  <jmt@tbe.net>
16332
16333         * message.el (message-add-header): Move to point-max.
16334
16335 2001-01-15  Simon Josefsson  <simon@josefsson.org>
16336
16337         * smime.el (smime-CA-directory, smime-CA-file): Change default to
16338         nil, improve documentation.
16339         (smime-certificate-directory): Comment out false hints (until it
16340         is implemented).
16341
16342         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
16343         there aren't any keys.
16344         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
16345         verify certificate.  Default is changed to only check integrity.
16346         Improved security status texts.  If a certificate doesn't contain
16347         a email address, don't fail.
16348
16349         * smime.el (smime-noverify-region):
16350         (smime-noverify-buffer): New functions.  Verifies integrity only.
16351
16352 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16353
16354         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
16355
16356 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16357
16358         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
16359         (gnus-remove-some-windows): Ditto.
16360
16361 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16362
16363         * gnus-art.el (article-make-date-line): 11th.
16364
16365 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16366
16367         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
16368         (mml2015-gpg-sign): Ditto.
16369
16370 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16371
16372         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
16373         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
16374
16375 2001-01-08  Dave Love  <fx@gnu.org>
16376
16377         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
16378         single character.
16379
16380         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
16381
16382         * message.el: Doc and message fixes.
16383         (message-send-rename-function)
16384         (message-make-forward-subject-function)
16385         (message-send-mail-function, message-reply-to-function)
16386         (message-wide-reply-to-function, message-followup-to-function)
16387         (message-distribution-function, message-auto-save-directory): Fix
16388         :type.
16389
16390         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
16391         proceeding after warnings.  Amend multipart warning message.
16392
16393 2001-01-04  Dave Love  <fx@gnu.org>
16394
16395         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
16396         compiling.
16397         (gnus-make-directory): Require nnmail.
16398
16399         * mm-decode.el (mm-inline-media-tests): Add
16400         image/x-portable-bitmap.
16401         (mm-get-image): Grok pbm.
16402
16403 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
16404
16405         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
16406
16407 2001-01-09  Didier Verna  <didier@xemacs.org>
16408
16409         * dgnushack.el (dgnushack-compile): give a dummy value to
16410         `gnus-xmas-glyph-directory' for the time of compilation.
16411         * gnus-agent.el: moved some XEmacs specific hook add-ons from
16412         `gnus-xmas-[re]define' to avoid loosing user custom settings.
16413         * gnus-art.el: ditto.
16414         * gnus-group.el: ditto.
16415         * gnus-salt.el: ditto.
16416         * gnus-sum.el: ditto.
16417         * gnus-topic.el: ditto.
16418         * gnus-xmas.el (gnus-xmas-define): see above.
16419         * gnus-xmas.el (gnus-xmas-redefine): see above.
16420         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
16421         non-continuable error when the directory can't be found.
16422
16423 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16424
16425         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
16426         handle.
16427         * gnus-art.el (gnus-mime-view-part): Copy it.
16428         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
16429
16430 2001-01-09  Michael Downes  <mjd@ams.org>
16431
16432         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
16433
16434 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16435
16436         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
16437         orig-file. Use ',source.
16438
16439 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16440
16441         * gnus-xmas.el (gnus-xmas-modeline-glyph):
16442         (gnus-xmas-group-startup-message):
16443         Detect gnus-xmas-glyph-directory when it is nil.
16444
16445 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16446
16447         * pop3.el (pop3-get-message-count): Andrew Innes
16448         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
16449
16450 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16451
16452         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
16453
16454         * time-date.el (time-to-number-of-days): New function.
16455
16456 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
16457         Trivial patch.
16458
16459         * nnslashdot.el (nnslashdot-request-list): Always get the right
16460         sid.
16461
16462 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16463
16464         * message.el (message-minibuffer-local-map): New keymap.
16465         (message-read-from-minibuffer): Use it.
16466         * gnus-msg.el (gnus-summary-resend-message): Use it
16467
16468 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16469
16470         * gnus-start.el (gnus-display-time-event-handler): New function.
16471         (gnus-after-getting-new-news-hook): Use it.
16472
16473 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16474
16475         * message.el (message-ignored-mail-headers): Add draft header.
16476
16477 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16478
16479         * gnus-sum.el (gnus-summary-expire-articles): Don't save
16480         excursion.
16481
16482         * nnslashdot.el (nnslashdot-request-list): Get the right year.
16483
16484 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
16485         A revoked patch.
16486
16487         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
16488
16489 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16490
16491         * qp.el (quoted-printable-decode-region): Don't backward-char.
16492
16493 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16494
16495         * gnus-draft.el: Mark articles as replied.
16496
16497         * gnus-sum.el (gnus-summary-add-mark): New function.
16498
16499         * gnus-group.el (gnus-add-mark): New function.
16500
16501         * gnus-sum.el (gnus-summary-buffer-name): New function.
16502         (gnus-summary-setup-buffer): Use it.
16503
16504         * gnus-draft.el: Set things up with the right post method and
16505         stuff.
16506
16507         * message.el (message-ignored-news-headers): Remove X-Draft-From.
16508
16509         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
16510
16511         * gnus.el (gnus-draft-meta-information-header): New variable.
16512
16513 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16514
16515         * gnus-art.el (gnus-treatment-function-alist): Move the date
16516         functions before the header sorting functions.
16517
16518         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
16519
16520         * dgnushack.el (dgnushack-compile): Message whether there is w3.
16521         Don't (push "/usr/share/emacs/site-lisp" load-path).
16522
16523         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
16524         to empty fill prefixes.
16525
16526 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16527
16528         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
16529         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
16530
16531 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16532
16533         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
16534
16535         * nnml.el (autoload): Move to nnheader.el.
16536
16537         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
16538         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
16539         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
16540         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
16541
16542 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16543
16544         * gnus-art.el (article-make-date-line): Get the hours right.
16545         (gnus-ignored-headers): More hiding.
16546
16547         * nnmail.el (nnmail-expiry-wait): Not an integer.
16548
16549         * message.el (message-goto-body): Only expand abbrev when called
16550         interactively.
16551         (message-make-lines): Use it.
16552
16553 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16554
16555         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
16556
16557 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16558
16559         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
16560         include the expunged articles.
16561
16562         * gnus-group.el (gnus-group-sort-by-server): New function.
16563
16564         * gnus.el (gnus-method-to-server-name): New function.
16565         (gnus-group-prefixed-name): Use it.
16566
16567         * gnus-group.el (gnus-group-sort-function): Doc fix.
16568         (gnus-group-sort-groups-by-server): New command.
16569
16570 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16571
16572         * gnus-art.el (gnus-treat-date-english): New variable.
16573         (article-date-english): New command.
16574         (gnus-english-month-names): New variable.
16575         (article-make-date-line): Do 'english.
16576
16577         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
16578         after the fill prefix.
16579
16580         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
16581         score...".
16582
16583         * gnus-art.el (gnus-ignored-headers): Hide more headers.
16584
16585         * message.el (message-mode-map): Bind comment-region.
16586
16587         * gnus-art.el (gnus-mime-display-part): Let w3 display
16588         multipart/related.
16589
16590         * mm-bodies.el (mm-long-lines-p): New function.
16591         (mm-body-encoding): Use it.
16592         (mm-body-encoding): Encode articles with lines longer than 1000
16593         characters.
16594
16595 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16596
16597         * mm-util.el (mm-enable-multibyte): Use
16598         default-enable-multibyte-characters.
16599         (mm-enable-multibyte-mule4): Ditto.
16600         (mm-disable-multibyte): Test XEmacs.
16601         (mm-disable-multibyte-mule4): Ditto.
16602         (mm-with-unibyte-current-buffer): Simplified.
16603         (mm-with-unibyte-current-buffer-mule4): Ditto.
16604
16605 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16606
16607         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
16608
16609         * nnheader.el (nnheader-string-as-multibyte): New alias.
16610
16611         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
16612
16613         * gnus-uu.el (gnus-message-process-mark): New function.
16614         (gnus-uu-mark-by-regexp): Use it.
16615         (gnus-new-processable): New function.
16616
16617 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
16618          Trivial patch.
16619
16620         * gnus-sum.el (gnus-no-mark): New variable.
16621
16622 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16623
16624         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
16625         backslashes.
16626
16627 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16628
16629         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
16630         definition.
16631
16632 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16633
16634         * dgnushack.el (dgnushack-compile): elc is in the current directory.
16635
16636         * qp.el (quoted-printable-encode-region): Don't check multibyte in
16637         XEmacs.
16638
16639 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
16640         Trivial patch.
16641
16642         * mml.el (mml-read-tag): Save tag location.
16643
16644 2000-12-25  Simon Josefsson  <simon@josefsson.org>
16645
16646         * starttls.el: Sync with Emacs 21.
16647
16648 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16649
16650         * message.el (message-mail): Support yank-action.
16651
16652         * message.el (message-setup): Revoke the last change.
16653
16654 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16655
16656         * message.el (message-setup): Use cons. Suggested by Johan Vromans
16657         <jvromans@squirrel.nl>.
16658
16659 2000-12-24  Simon Josefsson  <sj@extundo.com>
16660
16661         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
16662         mailing list junk at end of part.
16663
16664 2000-12-23  Simon Josefsson  <sj@extundo.com>
16665
16666         * nnimap.el (nnimap-expiry-target): New function.
16667         (nnimap-request-expire-articles): Use it.
16668
16669 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16670
16671         * gnus.el (gnus-group-parameters-more): New variable.
16672         * gnus-cus.el (gnus-group-customize): Use it.
16673
16674         * gnus.el (gnus-define-group-parameter): New macro.
16675         (auto-expire): Use it
16676         (total-expire): Use it.
16677         * gnus-art.el (banner): Use it.
16678
16679         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
16680         <ljz@asfast.com>.
16681
16682 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16683
16684         * gnus-topic.el (gnus-topic-create-topic): Use list.
16685
16686         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
16687         before binding gnus-default-article-saver.
16688
16689         * gnus-sum.el (gnus-summary-save-article):
16690         (gnus-summary-pipe-output):
16691         (gnus-summary-save-article-mail):
16692         (gnus-summary-save-article-rmail):
16693         (gnus-summary-save-article-file):
16694         (gnus-summary-write-article-file):
16695         (gnus-summary-save-article-body-file): Ditto.
16696
16697         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
16698
16699 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16700
16701         * gnus-art.el (gnus-mime-security-button-map):
16702         (gnus-mime-button-map): Add parent.
16703
16704 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16705
16706         * messagexmas.el (message-xmas-redefine): New function.
16707
16708         * message.el: Use it.
16709
16710         * gnus-art.el (gnus-article-check-hidden-text): Return t.
16711
16712         * gnus-util.el (gnus-remove-text-properties-when): Return t.
16713
16714 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16715
16716         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
16717         malformatted messages.
16718
16719 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16720
16721         * mm-util.el (mm-image-load-path): New function.
16722
16723         * gnus-group.el (gnus-group-make-tool-bar): Use it.
16724
16725         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
16726
16727         * message.el (message-tool-bar-map): Use it.
16728
16729         * Makefile.in (install-el): New rule.
16730
16731 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16732
16733         * gnus-art.el (article-treat-dumbquotes): Quote \.
16734
16735 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16736
16737         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
16738         Emacs 20 runs on a terminal.
16739
16740 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16741
16742         * gnus-msg.el (gnus-bug): Revert to save-excursion.
16743
16744         * mml.el (gnus-add-minor-mode): Autoload.
16745
16746         * message.el (message-forward): Save-restriction.
16747
16748 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16749
16750         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
16751         Paul Stevenson <p.stevenson@surrey.ac.uk>
16752
16753 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16754
16755         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
16756
16757         * mml.el (gnus-ems): Don't require.
16758
16759         * gnus.el (gnus-decode-rfc1522): Removed.
16760         (gnus-set-text-properties): Define.
16761
16762 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16763
16764         * gnus-art.el (gnus-mime-*): handle may be nil.
16765
16766         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
16767
16768         * gnus.el (gnus-group-remove-excess-properties): Not defined
16769         in gnus-xmas.
16770
16771 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16772
16773         * message.el (message-mail-user-agent): Add :version.
16774
16775 2000-12-21  Miles Bader  <miles@gnu.org>
16776
16777         * message.el (message-mode): Set `comment-start' to the  yank prefix.
16778
16779 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16780
16781         * message.el (message-mail-user-agent): New variable.
16782         (message-setup): Renamed to message-setup-1. Support
16783         mail-user-agent.
16784         (message-mail-user-agent): New function.
16785         (message-mail): Use it.
16786         (message-reply): Use it.
16787         (message-resend): Use it.
16788         (message-mail-other-window): Use it.
16789         (message-mail-other-frame): Use it.
16790
16791         * gnus-msg.el (gnus-bug): Support mail-user-agent.
16792
16793 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16794
16795         * message.el (message-tool-bar-map): Simplify.
16796         (message-narrow-to-head-1): New function.
16797         (message-narrow-to-head): Use it.
16798         (message-reply): Ditto.
16799         (message-cancel-news): Ditto.
16800         (message-supersede): Ditto.
16801         (message-make-forward-subject): Ditto.
16802         (message-bounce): Ditto.
16803
16804 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16805
16806         * uudecode.el (uudecode-decode-region-external): make-temp-file
16807         may not be defined.
16808
16809         * binhex.el (defalias): eval-and-compile.
16810
16811         * message.el (message-tool-bar-map): New function.
16812         (message-mode): Use it.
16813
16814 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16815
16816         * nntp.el (nntp-find-connection): Remove the entry.
16817         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
16818
16819 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16820
16821         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
16822
16823         * message.el (message-forward): Copy buffer in unibyte mode.
16824
16825 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16826
16827         * message.el (message-make-forward-subject): Don't widen. Decode.
16828         (message-forward): Don't decode subject.
16829
16830 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
16831
16832         * qp.el (quoted-printable-encode-region): Upcase QP.
16833
16834 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16835
16836         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
16837         mail-extract-a-c instead. Don't depend on Gnus.
16838
16839         * mml.el (gnus-ems): Require it.
16840
16841         * gnus-msg.el (gnus-summary-mail-forward):
16842
16843         * message.el (message-forward):  Move mime-to-mml here.
16844
16845 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16846
16847         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
16848         * gnus-art.el (gnus-insert-mime-button): Simplify.
16849         (gnus-mime-display-alternative): Ditto.
16850         (gnus-insert-mime-security-button): Ditto.
16851
16852 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16853
16854         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
16855         text-property-not-all doesn't return nil when start=mark(end).
16856         (gnus-remove-text-properties-when): Ditto.
16857
16858 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16859
16860         * gnus-start.el (gnus-group-change-level): Remove group from
16861         gnus-active-hashtb if real killed.
16862
16863 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16864
16865         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
16866         (gnus-mime-display-alternative): Ditto.
16867         (gnus-insert-mime-security-button): Ditto.
16868
16869 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16870
16871         * gnus-start.el (gnus-group-change-level): Don't add it into
16872         killed-list if it was killed.
16873
16874 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16875
16876         * nnmbox.el (nnmbox-file-coding-system): Use binary.
16877         (nnmbox-active-file-coding-system): Ditto.
16878
16879         * gnus-cus.el (gnus-group-parameters): Add posting-style.
16880
16881 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16882
16883         * gnus.el (gnus-version):
16884         (gnus-version-number): Set to Oort Gnus 0.01.
16885
16886         * gnus-art.el (gnus-mime-security-button-map):
16887         (gnus-insert-mime-security-button): Fix for Emacs21.
16888
16889 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16890
16891         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
16892         easymenu, because XEmacs doesn't understand :help.
16893
16894         * mm-uu.el: Require binhex.
16895
16896 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16897
16898         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
16899
16900 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
16901
16902         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
16903
16904 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
16905
16906         * *.xpm, *.pbm: Convert icons icons to size 24x24.
16907
16908 2000-12-18  Dave Love  <fx@gnu.org>
16909
16910         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
16911         (unused).
16912
16913 2000-12-13  Miles Bader  <miles@gnu.org>
16914
16915         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
16916         to t, so that we don't get stuck while trying to smilefy
16917         intangible text.
16918
16919 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
16920
16921         * smiley-ems.el (smiley-regexp-alist): Make regexps match
16922         at the end of the buffer.
16923         (smiley-region): In the loop, move to the end of the submatch
16924         matching the smiley instead of using the end of the match
16925         of the whole regexp.
16926
16927 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
16928
16929         * message.el (message-mode): Doc fix.
16930
16931 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
16932
16933         * smiley-ems.el (smiley-region): Doc fix.
16934
16935 2000-12-11  Miles Bader  <miles@gnu.org>
16936
16937         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
16938         bottom line visible, check to see if it's partially obscured, and
16939         if so, either scroll one more line to make it fully visible, or
16940         revert to showing the second line from the top.
16941
16942 2000-12-07  Dave Love  <fx@gnu.org>
16943
16944         * mailcap.el (mailcap-download-directory)
16945         * gnus-audio.el (gnus-audio-directory)
16946         * smiley-ems.el (smiley-data-directory): Fix :type.
16947
16948 2000-11-30  Dave Love  <fx@gnu.org>
16949
16950         * message.el (message-auto-save-directory): Use
16951         file-name-as-directory.
16952         (message-set-auto-save-file-name): Create
16953         message-auto-save-directory if necessary.
16954         (message-replace-chars-in-string): Removed -- unused.
16955         (message-mail-alias-type): Customize.
16956         (message-headers): Remove duplicate defgroup.
16957
16958 2000-11-29  Dave Love  <fx@gnu.org>
16959
16960         * qp.el (quoted-printable-decode-region): Use error, not message
16961         to report malformed text (like base64).  Amend message.
16962
16963 2000-11-29  Miles Bader  <miles@gnu.org>
16964
16965         * message.el (message-header-lines): Fontify tag.
16966
16967 2000-11-27  Dave Love  <fx@gnu.org>
16968
16969         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
16970         compiler warning.
16971
16972 ;2000-11-26  Dave Love  <fx@gnu.org>
16973 ;
16974 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
16975 ;
16976 2000-11-23  Dave Love  <fx@gnu.org>
16977
16978         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
16979
16980         * mm-uu.el (uudecode): Require.
16981         (uudecode-decode-region, uudecode-decode-region-external): Don't
16982         autoload.
16983         (mm-uu-copy-to-buffer): Doc fix.
16984         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
16985         type fix.
16986
16987         * mailcap.el: Doc fixes.
16988         (mailcap-mime-data): Various adjustments.
16989         (mailcap): New group.
16990         (mailcap-download-directory): Customize.
16991         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
16992         (mailcap-temporary-directory): Deleted (unused).
16993         (mailcap-unescape-mime-test): Simplify slightly.
16994         (mailcap-viewer-passes-test): Use functionp.
16995         (mailcap-command-p): Aliased to executable-find.
16996
16997         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
16998         default-enable-multibyte-characters is nil.
16999
17000 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
17001
17002         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
17003
17004 2000-11-21  Dave Love  <fx@gnu.org>
17005
17006         * gnus-art.el (gnus-mime-button-map): Don't inherit from
17007         gnus-article-mode-map.
17008 ;       (gnus-mime-button-menu): Use mouse-set-point.
17009         (gnus-insert-mime-button, gnus-mime-display-alternative)
17010         (gnus-mime-display-alternative): Don't use local-map property.
17011
17012 2000-11-17  Dave Love  <fx@gnu.org>
17013
17014         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
17015         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
17016         and make-temp-file.
17017         (uudecode-decode-region): Doc fix.
17018
17019 2000-11-14  Dave Love  <fx@gnu.org>
17020
17021         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
17022         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
17023         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
17024         New files, derived from the XPMs.
17025
17026 2000-11-10  Dave Love  <fx@gnu.org>
17027
17028         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
17029         (gnus-agent-lib-file, gnus-agent-load-alist)
17030         (gnus-agent-save-alist, gnus-agent-article-name): Use
17031         expand-file-name.
17032
17033         * gnus-group.el (gnus-group-name-charset-method-alist): Add
17034         :version.
17035         (nnkiboze-score-file): Defvar when compiling.
17036
17037         * gnus-start.el (gnus-read-newsrc-file): Add :version.
17038
17039         * gnus-art.el (gnus-article-banner-alist)
17040         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
17041         (gnus-article-date-lapsed-new-header)
17042         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
17043         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
17044         (gnus-treat-strip-headers-in-body)
17045         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
17046         (gnus-treat-translate): Add :version.
17047         (gnus-article-mime-part-function): Fix defcustom.
17048
17049         * nnmail.el (nnmail-expiry-target)
17050         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
17051         (nnmail-split-header-length-limit): Add :version.
17052
17053         * gnus-sum.el (gnus-auto-expirable-marks)
17054         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
17055         (gnus-extra-headers, gnus-ignored-from-addresses)
17056         (gnus-newsgroup-ignored-charsets)
17057         (gnus-group-highlight-words-alist)
17058         (gnus-summary-show-article-charset-alist): Add :version.
17059
17060         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
17061         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
17062         files, converted from the XPMs.
17063
17064         * gnus-cache.el (gnus-cache-active-file): Don't use
17065         file-name-as-directory on directory.
17066         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
17067         use file-name-as-directory on directory.
17068
17069         * time-date.el (timezone-make-date-arpa-standard): Autoload.
17070         (date-to-time): Use it.
17071
17072 ;       * message.el (message-mode) <adaptive-fill-regexp>:
17073 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
17074 ;       (message-newline-and-reformat): Likewise.
17075         (message-forward-as-mime, message-forward-ignored-headers)
17076         (message-buffer-naming-style, message-default-charset)
17077         (message-dont-reply-to-names, message-send-mail-partially-limit):
17078         Add :version.
17079
17080         * mm-util.el: Doc fixes.
17081         (mm-mime-charset): Don't use the raw result of
17082         mm-preferred-coding-system.
17083         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
17084         (mm-with-unibyte): Simplify.
17085
17086         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
17087         concat.
17088
17089         * pop3.el (pop3-version): Deleted.
17090         (pop3-make-date): New function, avoiding message-make-date.
17091         (pop3-munge-message-separator): Use it.
17092
17093 2000-11-09  Dave Love  <fx@gnu.org>
17094
17095         * gnus-group.el (gnus-group-make-directory-group)
17096         (gnus-group-fetch-faq): Use expand-file-name.
17097         (gnus-group-fetch-faq): Simplify completing-read form.
17098
17099         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
17100         test for Mule.
17101
17102         * message.el (tool-bar-map): Defvar when compiling.
17103
17104         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
17105         (gnus-tm-lisp-directory): Deleted.
17106         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
17107         (featurep 'xemacs).
17108         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
17109         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
17110         version numbers from file names.
17111
17112 2000-11-08  Dave Love  <fx@gnu.org>
17113
17114         * mm-view.el: Use featurep for XEmacs test.
17115         (mm-inline-message): Test for `remove-specifier'; don't use
17116         condition-case.
17117
17118         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
17119
17120         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
17121         (gnus-score-find-bnews): Don't concat "".
17122
17123         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
17124         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
17125         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
17126         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
17127
17128         * gnus-sum.el: Put some defvars in eval-when-compile.
17129         (gnus-summary-mode-hook): Add :options.
17130         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
17131         (gnus-summary-tool-bar-map): New variable.
17132         (gnus-summary-make-tool-bar): New function.
17133         (gnus-summary-mode): Put kill-all-local-variables first.
17134
17135         * gnus-group.el (gnus-group-toolbar-map): New variable.
17136         (gnus-group-make-tool-bar): Rewritten.
17137         (gnus-group-mode): Put kill-all-local-variables first.
17138
17139         * rfc2047.el: Require gnus-util.
17140
17141         * nnml.el (gnus-sorted-intersection): Autoload.
17142
17143         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
17144         Put some defvars in eval-when-compile.
17145         (gnus-intersection, gnus-sorted-complement):  Autoload.
17146
17147         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
17148
17149         * mm-encode.el (mm-body-7-or-8): Autoload.
17150
17151         * mm-decode.el (mm-insert-inline): Autoload.
17152
17153         * mml.el:
17154         * message.el: Put some defvars in eval-when-compile.
17155
17156         * gnus-msg.el: Put some defvars in eval-when-compile.
17157         (gnus-msg-mail): Move after gnus-setup-message.
17158
17159         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
17160
17161 2000-11-07  Dave Love  <fx@gnu.org>
17162
17163         * gnus-util.el (nnheader): Don't require message (recursive
17164         autoload).
17165
17166         * uudecode.el: Avoid compiler warnings.
17167
17168         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
17169         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
17170
17171 2000-11-06  Dave Love  <fx@gnu.org>
17172
17173         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
17174
17175         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
17176         (uudecode-char-int): New alias, replacing char-int.
17177         (uudecode-decode-region): Don't call buffer-disable-undo.
17178
17179 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
17180 ;       (mm-uu-configure-list): Doc fix.
17181 ;
17182 ;       * earcon.el (running-xemacs): Don't define.
17183 ;
17184 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
17185 ;
17186 ;       * message.el (message-font-lock-keywords): Match a final newline
17187 ;       to help font-lock's multiline support.
17188 ;
17189 2000-11-03  Dave Love  <fx@gnu.org>
17190
17191         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
17192
17193         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
17194         name.
17195
17196         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
17197         <banner>: Fix custom type, doc.
17198
17199         * mm-decode.el (mm-display-external): Space-prefix temp buffer
17200         name.  Don't disable undo explicitly.
17201
17202 ;2000-11-02  Dave Love  <fx@gnu.org>
17203 ;
17204 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
17205 ;       cite-prefix.
17206
17207 2000-11-01  Dave Love  <fx@gnu.org>
17208
17209         * rfc2047.el (base64): Require unconditionally.
17210         (message-posting-charset): Defvar when compiling.
17211         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
17212         message.
17213
17214         * gnus-sum.el (nnoo): Require.
17215         (mm-uu-dissect): Autoload.
17216
17217         * mml.el (mml-parse-1): Clarify message.
17218         (mml-minibuffer-read-type): Use mailcap-mime-types.
17219
17220 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
17221
17222         * mml.el: Fix a typo in the requiring of CL.
17223
17224 2000-11-01  Dave Love  <fx@gnu.org>
17225
17226         * utf7.el: Require cl when compiling.
17227
17228         * binhex.el: Use (featurep 'xemacs).
17229         (binhex-char-int): New alias, replacing char-int.  Change callers.
17230         (binhex-decode-region): Simplify work buffer code.
17231         (binhex-decode-region-external): Use expand-file-name, not concat.
17232
17233 2000-10-30  Dave Love  <fx@gnu.org>
17234
17235         * gnus-art.el: Fix 2000-10-27 change properly.
17236
17237 2000-10-28  Miles Bader  <miles@gnu.org>
17238
17239         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
17240
17241 2000-10-27  Dave Love  <fx@gnu.org>
17242
17243         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
17244         strings.
17245         (gnus-group-make-tool-bar): New function.
17246         (gnus-group-mode): Use it.
17247
17248         * message.el (message-mode-menu): Add some :help strings.
17249         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
17250         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
17251
17252         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
17253         * describe-group.xpm, get-news.xpm, kill-group.xpm:
17254         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
17255
17256         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
17257         display-graphic-p here.
17258
17259 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
17260
17261         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
17262         of the `gnus-xemacs' variable, as the latter has been removed.
17263         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
17264         * gnus-art.el (gnus-treat-display-xface)
17265         (gnus-treat-display-smileys, gnus-treat-display-picons)
17266         (gnus-article-read-summary-keys): Likewise.
17267
17268 2000-10-26  Dave Love  <fx@gnu.org>
17269
17270         (defvar): Use rmail-spool-directory unconditionally.
17271
17272 2000-10-18  Dave Love  <fx@gnu.org>
17273
17274         * mm-bodies.el (mm-uu-decode-function)
17275         (mm-uu-binhex-decode-function): Defvar when compiling.
17276
17277         * gnus-nocem.el (gnus-nocem-issuers): Update.
17278         (gnus-nocem-check-from): New option.
17279         (gnus-nocem-scan-groups): Use it.
17280         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
17281         (gnus-nocem-check-article-limit): Add :version.
17282
17283 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
17284
17285         * ietf-drums.el (mm-util): Require CL when compiling.
17286
17287 2000-10-15  Dave Love  <fx@gnu.org>
17288
17289         * qp.el: Require mm-util.
17290
17291 2000-10-13  Dave Love  <fx@gnu.org>
17292
17293         * qp.el (quoted-printable-decode-region): Avoid invalid
17294         coding-systems.
17295
17296 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
17297
17298         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
17299         to a recursive load.
17300
17301 2000-10-12  Dave Love  <fx@gnu.org>
17302
17303         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
17304
17305         * gnus.el (gnus-group-startup-message): Check for PBM image.
17306
17307 2000-10-09  Dave Love  <fx@gnu.org>
17308
17309         * mail-source.el (mail-source-fetch-imap): Bind
17310         default-enable-multibyte-characters rather than using
17311         mm-disable-multibyte.
17312
17313 2000-10-05  Dave Love  <fx@gnu.org>
17314
17315         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
17316         Autoload.
17317         (quoted-printable-decode-region):  Rename arg which confused
17318         charset with coding-system.  Don't use nonascii-insert-offset.
17319         Coding-system encode the region initially.  Don't recognize `=='
17320         as valid QP.  Coding-system decode the region finally.
17321         (quoted-printable-decode-string): Rename arg which confused
17322         charset with coding-system.
17323
17324         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
17325         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
17326         mm-encode-coding-region.
17327         (mm-decode-body, mm-decode-string): Rename variables which
17328         confused charset with coding-system.
17329         (binhex-decode-region): Don't autoload.
17330         (mm-body-encoding): Require message.
17331         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
17332         cond branches.
17333
17334         * gnus-art.el (article-de-quoted-unreadable)
17335         (article-de-base64-unreadable): Fold search case
17336         rather than downcasing string.  Apply mm-charset-to-coding-system
17337         to arg of quoted-printable-decode-region.
17338
17339 2000-10-04  Dave Love  <fx@gnu.org>
17340
17341         * gnus-ems.el: Don't turn off compiler warnings in local vars.
17342         Require ring when compiling.
17343         (gnus-article-compface-xbm): New variable.
17344
17345 2000-10-04  Dave Love  <fx@gnu.org>
17346
17347         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
17348         pbm images.
17349
17350         * frown.pbm, smile.pbm, wry.pbm: New files.
17351
17352         * frown.xbm, smile.xbm, wry.xbm: Deleted.
17353
17354 2000-10-03  Dave Love  <fx@gnu.org>
17355
17356         * mail-source.el (mail-sources): Revert to nil.
17357
17358         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
17359
17360         * qp.el: Don't require mm-util.
17361         (quoted-printable-decode-region): Rewritten.
17362         (quoted-printable-decode-string, quoted-printable-encode-region):
17363         Doc fix.
17364         (quoted-printable-encode-region): Barf on multibyte characters.
17365         Maybe make the class multibyte.  Upcase chars, not formatted
17366         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
17367         (quoted-printable-encode-string): Don't use
17368         mm-with-unibyte-buffer.
17369
17370 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
17371
17372         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
17373
17374 2000-09-21  Dave Love  <fx@gnu.org>
17375
17376         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
17377         (for Emacs 20).  Tidy somewhat.
17378
17379 2000-09-21  Dave Love  <fx@gnu.org>
17380
17381         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
17382         image processing.  Rationalize logic somewhat.
17383
17384 2000-09-20  Dave Love  <fx@gnu.org>
17385
17386         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
17387         specifically.
17388
17389         * gnus.el (gnus-version-number): Avoid some redundant
17390         autoloads.
17391
17392 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
17393
17394         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
17395         to XBM; we always have PBM support.
17396
17397 2000-09-14  Dave Love  <fx@gnu.org>
17398
17399         * gnus.el (gnus-charset):
17400         * mm-decode.el (mime-display):
17401         * imap.el (imap) <defgroup>: Add :version.
17402
17403 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
17404
17405         * parse-time.el: Fix author's mail address.
17406
17407         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
17408         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
17409         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
17410         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
17411         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
17412         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
17413         * rfc2231.el, uudecode.el: Fix copyright notice.
17414
17415         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
17416         require `w3' at load-time only if not running in batch mode.
17417
17418 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17419
17420         * gnus.el: Before merge with Emacs21.
17421
17422 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
17423
17424         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
17425
17426 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
17427
17428         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
17429         to avoid conflict with the standard `back-to-indentation'
17430         binding.
17431
17432 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17433
17434         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
17435
17436         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
17437         (mm-disable-multibyte-mule4): Ditto.
17438         (mm-with-unibyte-current-buffer-mule4): Ditto.
17439
17440 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17441
17442         * pop3.el (pop3-movemail): Use binary.
17443         (pop3-movemail-file-coding-system): Removed.
17444
17445 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17446
17447         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
17448
17449 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17450
17451         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
17452         exists.
17453
17454 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17455
17456         * gnus-msg.el (gnus-post-method): Use backend name when the
17457         address is "".
17458
17459 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17460
17461         * gnus-art.el (article-verify-x-pgp-sig): Don't test
17462         mm-verify-option.
17463         (gnus-treat-x-pgp-sig): Default value.
17464         (gnus-ignored-headers): Redundant.
17465
17466 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17467
17468         * gnus-win.el (gnus-configure-frame): Save selected window.
17469
17470 2000-02-15  Andrew Innes  <andrewi@gnu.org>
17471
17472         * nnmbox.el: Require gnus-range.
17473         (nnmbox-group-building-active-articles): New variable.
17474         (nnmbox-group-active-articles): New variable; this is a cache of
17475         all active articles by group and number.
17476         (nnmbox-in-header-p): New function.
17477         (nnmbox-find-article): New function.
17478         (nnmbox-record-active-article): New function.
17479         (nnmbox-record-deleted-article): New function.
17480         (nnmbox-is-article-active-p): New function.
17481         (nnmbox-retrieve-headers): Use nnmbox-find-article.
17482         (nnmbox-request-article): Ditto.  Also supply extra arg to
17483         nnmbox-article-group-number.
17484         (nnmbox-request-expire-articles): Ditto.
17485         (nnmbox-request-move-article): Ditto.
17486         (nnmbox-request-replace-article): Ditto.
17487         (nnmbox-request-rename-group): Rename group entry in active
17488         article cache.
17489         (nnmbox-delete-mail): Update active article cache, unless article
17490         is being replaced.
17491         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
17492         than partially duplicating it.
17493         (nnmbox-article-group-number): Add extra `this-line' arg, to
17494         handle articles belonging to multiple groups.
17495         (nnmbox-save-mail): Update active article cache.
17496         (nnmbox-read-mbox): Build active article cache when loading mbox.
17497         Also do some repair work, if we find articles that are missing the
17498         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
17499         reconstruct these from Xref info.
17500
17501 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17502
17503         * mail-source.el (mail-source-report-new-mail): Use
17504         nnheader-run-at-time.
17505
17506 2000-02-15  Andrew Innes  <andrewi@gnu.org>
17507
17508         * mail-source.el (mail-source-fetch-pop): Clear pop password when
17509         an error is thrown, and then rethrow the error.
17510         (mail-source-check-pop): Ditto.
17511         (mail-source-start-idle-timer): Prevent multiple pop checks
17512         running if the check takes a long time.
17513
17514 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17515
17516         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
17517         succeed.
17518
17519 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17520
17521         * gnus-win.el (gnus-configure-windows): Make sure
17522         nntp-server-buffer is live.
17523         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
17524
17525 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
17526
17527         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
17528
17529 2000-12-04  Andreas Jaeger  <aj@suse.de>
17530
17531         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
17532
17533 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17534
17535         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
17536
17537 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
17538         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
17539
17540         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
17541
17542 2000-12-01  Simon Josefsson  <sj@extundo.com>
17543
17544         * mml-smime.el (mml-smime-verify): Fix address parsing.
17545
17546 2000-12-01  Simon Josefsson  <sj@extundo.com>
17547
17548         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
17549         more than one certificate inside PKCS#7 blob.  Better security
17550         information (clamed / actual sender, openssl output, certificates
17551         inside message).
17552
17553         * smime.el (smime-verify-region): Output to /dev/null.
17554         (smime-buffer-as-string-region): Don't parse empty lines.
17555
17556 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17557
17558         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
17559         ?d and ?D.
17560         (gnus-mime-security-show-details-inline): New variable.
17561         (gnus-mime-security-show-details): Use them.
17562         (gnus-insert-mime-security-button): Ditto.
17563
17564         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
17565         Suggest by Michael Duggan (md5i@cs.cmu.edu).
17566         (mml2015-gpg-clear-verify): Ditto.
17567         (mml2015-gpg-decrypt-1): Ditto.
17568         (mml2015-use): Prefer 'gpg.
17569
17570 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17571
17572         * gnus-util.el (gnus-add-text-properties-when): New function.
17573         (gnus-remove-text-properties-when): Ditto.
17574
17575         * gnus-cite.el (gnus-article-hide-citation): Use them.
17576         (gnus-article-toggle-cited-text): Use them.
17577
17578         * gnus-art.el (gnus-signature-toggle): Use them.
17579         (gnus-article-show-hidden-text): Ditto.
17580         (gnus-article-hide-text): Ditto.
17581
17582 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17583
17584         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
17585
17586 2000-11-30  Simon Josefsson  <sj@extundo.com>
17587
17588         * smime.el (smime-point-at-eol): New alias.
17589         (smime-buffer-as-string-region): Use it.
17590
17591 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17592
17593         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
17594
17595 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17596
17597         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
17598
17599         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
17600
17601         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
17602
17603 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
17604
17605         * nnmh.el (nnmh-request-expire-articles): Implemented
17606         expiry-target for nnmh backend.
17607
17608 2000-11-30  Simon Josefsson  <sj@extundo.com>
17609
17610         * mm-decode.el (mm-security-from): New variable.
17611         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
17612
17613         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
17614         than `from'.
17615
17616 2000-11-30  Simon Josefsson  <sj@extundo.com>
17617
17618         * mml-smime.el (mml-smime-verify): Verify that certificate mail
17619         address match sender address.
17620
17621         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
17622
17623         * smime.el (smime-verify-region): Don't copy buffer.
17624         (smime-decrypt-buffer): Use expand-file-name on keyfile.
17625         (smime-pkcs7-region): New function.
17626         (smime-pkcs7-certificates-region): Ditto.
17627         (smime-pkcs7-email-region): Ditto.
17628         (smime-buffer-as-string-region): Ditto.
17629
17630         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
17631         buffer.
17632
17633 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
17634
17635         * smime.el (smime-decrypt-region): Fix keyfile argument.
17636
17637 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17638
17639         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
17640
17641 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17642
17643         * message.el (message-shoot-gnksa-feet): New variable.
17644         (message-gnksa-enable-p): New function.
17645         (message-send): Use it.
17646         (message-check-news-body-syntax): Ditto.
17647
17648 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17649
17650         * message.el (message-make-message-id): Remove the redundancy.
17651
17652 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17653
17654         * message.el (message-setup): Discourage using mc-install-*-mode.
17655
17656         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
17657
17658 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17659
17660         * gnus-cite.el (gnus-cite-parse): Guess citation length.
17661
17662 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17663
17664         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
17665
17666 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17667
17668         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
17669
17670 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17671
17672         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
17673         insert-buffer-substring.
17674
17675         * message.el (message-send-mail): Use buffer-substring-no-properties.
17676         (message-send-news): Ditto.
17677
17678 2000-11-22  David Edmondson  <dme@dme.org>
17679
17680         * imap.el (imap-wait-for-tag): Message read info.
17681
17682 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17683
17684         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
17685         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
17686         (mml2015-gpg-encrypt): Ditto.
17687
17688 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17689
17690         * mm-decode.el (mm-verify-option): Default value.
17691
17692         * mml-sec.el (mml-secure-part): Error message.
17693
17694 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17695
17696         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
17697
17698 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17699
17700         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
17701
17702 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17703
17704         * gnus-art.el (gnus-article-describe-key): Use prompt.
17705         (gnus-article-describe-key-briefly): Ditto.
17706
17707 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17708
17709         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
17710
17711 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17712
17713         * gnus-art.el (gnus-article-describe-key): New function.
17714         (gnus-article-describe-key-briefly): New function.
17715
17716 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17717
17718         * mm-decode.el (mm-decrypt-option): Doc typo.
17719
17720         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
17721         return a number.
17722
17723 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17724
17725         * message.el (message-newline-and-reformat): Typo.
17726
17727 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17728
17729         * gnus-art.el (article-verify-x-pgp-sig): Check whether
17730         original-article-buffer exists.
17731
17732         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
17733         (rfc2047-header-encoding-alist): Addresses are different from text.
17734         (rfc2047-encode-message-header): Ditto.
17735         (rfc2047-dissect-region): Extra parameter.
17736         (rfc2047-encode-region): Ditto.
17737         (rfc2047-encode-string): Ditto.
17738
17739 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17740
17741         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
17742         (mm-uu-pgp-encrypted-extract): Use it.
17743         (mm-uu-pgp-signed-extract-1): New function.
17744         (mm-uu-pgp-signed-extract): Use it.
17745
17746         * gnus-art.el (gnus-mime-display-security): New function.
17747         (gnus-mime-display-part): Use it.
17748         (gnus-mime-security-verify-or-decrypt): New function.
17749         (gnus-mime-security-press-button): New function.
17750         (gnus-insert-mime-security-button): Use it.
17751
17752         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
17753         (mm-find-raw-part-by-type): Ditto.
17754         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
17755         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
17756         (mm-destroy-parts): Kill nested multibyte buffer.
17757
17758         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
17759         (mml2015-gpg-verify): Ditto.
17760
17761 2000-11-18  Simon Josefsson  <sj@extundo.com>
17762
17763         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
17764         (mml2015-function-alist): Use it.
17765
17766         * mml-sec.el (mml-sign-alist): Update names.
17767         (mml-encrypt-alist): Ditto.
17768         (mml-secure-part-smime-sign): Moved to mml-smime.el
17769         as `mml-smime-sign-query'.
17770         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
17771         `mml-smime-get-file-cert'.
17772         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
17773         `mml-smime-get-dns-cert'.
17774         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
17775         `mml-smime-encrypt-query'.
17776         (mml-smime-sign-buffer): Use mml-smime-sign.
17777         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
17778
17779         * mml-smime.el (mml-smime-sign): New function.
17780         (mml-smime-encrypt):
17781         (mml-smime-sign-query):
17782         (mml-smime-get-file-cert):
17783         (mml-smime-get-dns-cert):
17784         (mml-smime-encrypt-query): Moved from mml-sec.el.
17785
17786 2000-11-16  Simon Josefsson  <sj@extundo.com>
17787
17788         * mml2015.el (mml2015-gpg-clear-verify): New function.
17789         (mml2015-function-alist): Add it.
17790
17791 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
17792
17793         * message.el (message-setup-fill-variables): Use
17794         message-cite-prefix-regexp.
17795         (message-newline-and-reformat): Check the end of citation, leading
17796         WSP, break in the cite prefix.
17797         (message-fill-paragraph): New function.
17798
17799 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17800
17801         * lpath.el: Shut up.
17802
17803 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
17804
17805         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
17806         raw 8-bit in headers in dk.* newsgroups.
17807
17808 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17809
17810         * message.el (message-newline-and-reformat): Match extra WSPs.
17811
17812 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
17813
17814         * mml.el (mml-generate-mime-1): Ignore ascii.
17815
17816 2000-11-16 Justin Sheehy  <justin@iago.org>
17817
17818         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
17819
17820 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17821
17822         * message.el (message-cite-prefix-regexp): Prefix should not end
17823         at space.
17824
17825 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
17826
17827         * message.el (message-mode-syntax-table): Add - as a word
17828         constituent as in articles.
17829         (message-setup-fill-variables): Add -_. as supercite-style prefix.
17830         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
17831         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
17832
17833 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
17834
17835         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
17836
17837 2000-11-12  David Edmondson  <dme@dme.org>
17838
17839         * message.el (message-font-lock-keywords): use
17840         message-cite-prefix-regexp.
17841
17842 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17843
17844         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
17845         Stein Arild Str\e,Ax\e(Bmme.
17846         (gnus-group-jump-to-group): Use it.
17847         (gnus-group-jump-to-group-prompt): Customize.
17848
17849 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
17850
17851         * mailcap.el (mailcap-possible-viewers): Match the entire string.
17852
17853 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
17854
17855         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
17856         incompatible.
17857         (mml2015-mailcrypt-sign): Ditto.
17858
17859 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17860
17861         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
17862         group is open.
17863
17864 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
17865
17866         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
17867         nnvirtual articles.
17868         (gnus-backlog-request-article): Don't request nnvirtual articles.
17869
17870 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
17871
17872         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
17873         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
17874
17875 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
17876
17877         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
17878         * mml.el (mml-generate-mime-1): Use charset attribute.
17879         * mm-bodies.el (mm-encode-body): Add parameter charset.
17880         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
17881
17882 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
17883
17884         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
17885         (mml2015-mailcrypt-clear-decrypt): Ditto.
17886         (mml2015-mailcrypt-verify): Ditto.
17887         (mml2015-mailcrypt-clear-verify): Ditto.
17888         (mml2015-gpg-verify): Ditto.
17889
17890 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17891
17892         * smime.el (smime-openssl-program): Test the existence of openssl.
17893         * mml-smime.el: Require mm-decode.
17894         (mml-smime-verify-test): New function.
17895         * mm-decode.el (mm-verify-function-alist): Use it.
17896
17897 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
17898
17899         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
17900         anyway.
17901
17902 2000-11-13  Simon Josefsson  <sj@extundo.com>
17903
17904         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
17905         verification doesn't work.
17906
17907 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
17908
17909         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
17910         (gnus-inews-do-gcc): Use it.
17911
17912 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
17913
17914         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
17915         leading space.
17916         * mm-extern.el (mm-inline-external-body): Report error when no
17917         access-type.
17918
17919 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
17920
17921         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
17922
17923 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
17924
17925         * gnus-art.el (gnus-mime-button-menu): Use select-window.
17926
17927 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
17928
17929         * gnus-art.el (gnus-mime-display-part): Display multipart/related
17930         as multipart/mixed.
17931
17932 2000-11-12  David Edmondson  <dme@dme.org>
17933
17934         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
17935         and replace `.' with `\w' to allow for different syntax tables
17936         (from Vladimir Volovich).
17937         * message.el (message-newline-and-reformat): use
17938         `message-cite-prefix-regexp'.
17939         * gnus-cite.el (gnus-supercite-regexp): use
17940         `message-cite-prefix-regexp'.
17941         * gnus-cite.el (gnus-cite-parse): use
17942         `message-cite-prefix-regexp'.
17943
17944 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
17945
17946         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
17947         PGP SIGNATURE.  Escape leading "-"'s.
17948         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
17949
17950 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
17951
17952         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
17953
17954 2000-11-11  Simon Josefsson  <sj@extundo.com>
17955
17956         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
17957
17958         * smime.el (smime-details-buffer): New variable.
17959         (smime-sign-region):
17960         (smime-encrypt-region):
17961         (smime-verify-region):
17962         (smime-decrypt-region): Copy OpenSSL output to the buffer.
17963
17964         * mml-smime.el (mml-smime-verify): Support security info.
17965
17966 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
17967
17968         * mm-decode.el (mm-verify-option): Set default to nil.
17969         (mm-decrypt-option): Ditto.
17970         * gnus-art.el (article-verify-x-pgp-sig): New function.
17971
17972 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
17973
17974         * gnus-art.el (gnus-mime-display-alternative): Show button if no
17975         preferred part.
17976
17977 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17978
17979         * gnus-sum.el (gnus-move-split-methods): Say that
17980         `gnus-split-methods' uses file names, whereas this uses group
17981         names.  (Report from Nevin Kapur)
17982
17983 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
17984
17985         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
17986
17987 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17988
17989         * nnheader.el (nnheader-directory-files-is-safe): New variable.
17990         (nnheader-directory-articles): Use it.
17991         (nnheader-article-to-file-alist): Ditto.
17992
17993 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
17994
17995         * rfc2047.el (rfc2047-pad-base64): New function.
17996         (rfc2047-decode): Use it.
17997
17998 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
17999
18000         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
18001         select method.
18002
18003 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
18004
18005         * mml2015.el (mml2015-gpg-decrypt-1):
18006         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
18007
18008 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
18009
18010         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
18011
18012 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
18013
18014         * pop3.el (pop3-munge-message-separator): A message may have an
18015         empty body.
18016
18017 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
18018
18019         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
18020         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
18021         (mm-uu-pgp-signed-extract): Use coding-system.
18022
18023 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
18024
18025         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
18026         (gnus-insert-mime-security-button): New function.
18027         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
18028         * mml2015.el:  Add security info when verify or decrypt.
18029         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
18030         (mm-uu-pgp-encrypted-extract): Ditto.
18031
18032 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
18033
18034         * mm-decode.el (mm-display-parts): New function.
18035         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
18036
18037 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18038
18039         * gnus-mlspl.el: Documentation tweaks.
18040
18041 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
18042
18043         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
18044         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
18045         argument.
18046
18047 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
18048
18049         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
18050
18051 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
18052
18053         * gnus-art.el (gnus-article-encrypt): New function.
18054         (gnus-article-encrypt-protocol-alist): New variable.
18055         (gnus-article-encrypt-protocol): New variable.
18056         * mml2015.el (mml2015-self-encrypt): New function.
18057         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
18058
18059 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
18060
18061         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
18062         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
18063         let mailcap do it.
18064         * mml2015.el: Remove snarf code.
18065         * mm-decode.el: Remove snarf code.
18066
18067 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
18068
18069         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
18070         (mml-insert-mime): Understand gnus-decoded.
18071         (mime-to-mml): New parameter handles.
18072         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18073         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
18074
18075 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
18076
18077         * mm-decode.el (mime-security): New group.
18078         (mm-verify-function-alist): Add test function.
18079         (mm-decrypt-function-alist): Ditto.
18080         (mm-snarf-option): Set default value as nil.
18081         (mm-find-part-by-type): Recursive parameter.
18082         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
18083         * mml2015.el: Support draft-ietf-openpgp-multsig.
18084
18085 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
18086
18087         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
18088         (gnus-article-view-part-as-charset): New function.
18089
18090 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
18091
18092         * mm-decode.el (mm-verify-option): Default value.
18093         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
18094
18095 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
18096
18097         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
18098
18099 2000-11-05  Simon Josefsson  <sj@extundo.com>
18100
18101         * mml-smime.el (mml-smime-verify): Work in original multipart
18102         buffert.
18103
18104         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
18105         (mm-handle-multipart-ctl-parameter): Ditto.
18106         (mm-alist-to-plist): New function.
18107         (mm-dissect-buffer): Store CTL parameters and copy original buffer
18108         for multiparts.
18109         (mm-destroy-parts): Destroy multipart buffert.
18110         (mm-remove-part): Ditto.
18111
18112         * mml-smime.el (mml-smime-sign): Not used.
18113         (mml-smime-encrypt): Ditto.
18114
18115         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
18116
18117         Verify S/MIME signature support.
18118
18119         * mm-decode.el (mm-inline-media-tests): Add
18120         application/{x-,}pkcs7-signature.
18121         (mm-inlined-types): Ditto.
18122         (mm-automatic-display): Ditto.
18123         (mm-verify-function-alist): Ditto.  Add name of method.
18124         (mm-decrypt-function-alist): Add name of method.
18125         (mm-find-part-by-type): Add documentation.
18126         (mm-possibly-verify-or-decrypt): Use new format of
18127         mm-{verify,decrypt}-function-alist.  Use method names.
18128
18129         * mml-smime.el (mml-smime-verify): New function.
18130
18131 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
18132
18133         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
18134
18135 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
18136
18137         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
18138         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
18139         * mm-decode.el (mm-snarf-option): New variable.
18140
18141 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
18142
18143         * mm-util.el (mm-subst-char-in-string): New function.
18144         (mm-replace-chars-in-string): Use it.
18145         * message.el (message-replace-chars-in-string): Use it.
18146         * nnheader.el (nnheader-replace-chars-in-string): Use it.
18147         * gnus-mh.el (mh-lib-progs): Shut up.
18148
18149 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
18150
18151         * base64.el, md5.el: Moved to contrib directory.
18152
18153 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
18154
18155         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
18156         the last article when search.
18157
18158 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
18159
18160         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
18161         * nnmail.el (nnmail-pathname-coding-system): Ditto.
18162
18163 2000-09-29  David Edmondson  <dme@thus.net>
18164
18165         * message.el (message-newline-and-reformat): Typo.
18166
18167 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
18168
18169         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
18170
18171 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
18172
18173         * nntp.el (nntp-decode-text): Delete bogus status lines.
18174
18175 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
18176
18177         * message.el (message-font-lock-keywords): Match a final newline
18178         to help font-lock's multiline support.
18179
18180 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
18181
18182         * nnoo.el (nnoo-set): New function.
18183
18184 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
18185
18186         * gpg.el, gpg-ring.el: Moved to contrib directory.
18187
18188 2000-11-04  Simon Josefsson  <sj@extundo.com>
18189
18190         * nnimap.el (nnimap-split-inbox): Typo.
18191
18192 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
18193
18194         * gnus-msg.el (gnus-msg-mail): Move it backwards.
18195
18196 2000-11-03  Simon Josefsson  <sj@extundo.com>
18197
18198         * rfc2231.el (rfc2231-parse-qp-string): New function.
18199         (require): rfc2047.
18200
18201         * mail-parse.el (mail-header-parse-content-type):
18202         (mail-header-parse-content-disposition): Support invalid QP
18203         encoded strings, by using `rfc2231-parse-qp-string'.
18204
18205 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
18206
18207         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
18208         (rfc2231-decode-encoded-string): Typo "> X 1".
18209         (rfc2231-encode-string): Insert the name of charset.
18210         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
18211
18212 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
18213
18214         * mm-decode.el (mm-save-part): Return the filename.
18215         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
18216         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
18217         (gnus-mime-action-alist): Use it.
18218         (gnus-mime-button-commands): Use it.
18219         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
18220         (mm-inline-external-body): unwind-protect.
18221
18222 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
18223
18224         * gnus-art.el (gnus-insert-mime-button): Show url.
18225
18226 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
18227
18228         * mml.el (mml-generate-mime-1): Support external url.
18229         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
18230
18231 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
18232
18233         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
18234         * mm-decode.el (mm-display-external): Ditto.
18235         * mm-extern.el: New file.
18236         * mm-decode.el (mm-inline-media-tests): Hook it up.
18237         (mm-inlined-types): Inline message/external-body.
18238
18239 2000-11-02  Simon Josefsson  <sj@extundo.com>
18240
18241         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
18242
18243         * message.el (message-get-reply-headers): Better handling when
18244         Mail-Followup-To is very large.
18245
18246 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
18247
18248         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
18249         * gnus-art.el (gnus-article-edit-done):
18250         * gnus-sum.el (gnus-summary-edit-article-done): Move line
18251         counting code here.
18252         * gnus-msg.el (gnus-setup-message): Remove a hack.
18253
18254 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
18255
18256         * gnus-sum.el (gnus-newsgroup-variables): New variable.
18257         (gnus-summary-mode): Make them local variables.
18258         (gnus-set-global-variables): Globalize them.
18259         (gnus-summary-exit): Kill them.
18260
18261 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
18262
18263         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
18264         word.
18265
18266 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
18267
18268         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
18269         gnus-article-wash-types.
18270         * gnus-art.el (gnus-article-wash-status): Use them.
18271
18272 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
18273
18274         * mml.el (mml-read-tag): Remove spaces and LF.
18275
18276 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
18277
18278         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
18279         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
18280
18281 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
18282
18283         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
18284
18285 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
18286
18287         * gnus-sum.el (gnus-article-charset): New variable.
18288         (gnus-summary-display-article): Set it.
18289         * gnus-msg.el (gnus-copy-article-buffer): Use it.
18290         * gnus-art.el (gnus-article-mode): Make it local variable.
18291
18292 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18293
18294         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
18295
18296 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18297
18298         * nnwfm.el: New file.
18299
18300         * nnweb.el (nnweb-replace-in-string): New function.
18301
18302 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
18303
18304         * mml2015.el: Wrap gpg.el.
18305         * gpg.el (gpg-verify): The last argument of apply is a list.
18306         (gpg-encrypt): Add passphrase as a parameter.
18307
18308 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
18309
18310         * gpg.el: New file.
18311         * gpg-ring.el: New file.
18312
18313 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
18314
18315         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
18316
18317 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18318
18319         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
18320         double-quote characters.
18321         (gnus-summary-prepare-threads): Ditto.
18322
18323 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
18324
18325         * gnus-art.el (gnus-mime-display-single): Forward line -1.
18326         * mml.el (mml-read-tag): Don't skip the leading space.
18327         * lpath.el (font-lock-set-defaults): Shut up.
18328
18329 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
18330
18331         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
18332
18333 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
18334
18335         * qp.el (quoted-printable-encode-region): Replace leading - when
18336         ultra safe.
18337         * mml.el (mml-generate-mime-postprocess-function): Removed.
18338         (mml-postprocess-alist): Removed.
18339         (mml-generate-mime-1): Use ultra-safe when sign.
18340         * mml2015.el (mml2015-fix-micalg): Uppercase.
18341         (mml2015-verify): Insert LF.
18342         (mml2015-mailcrypt-sign): Downcase; search backward.
18343
18344 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18345
18346         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
18347         restrictive.
18348         (nnultimate-table-regexp): New variable.
18349         (nnultimate-forum-table-p): Use it.
18350
18351 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
18352         Trivial patch.
18353
18354         * gnus-sum.el (gnus-summary-expire-articles): Save point.
18355
18356 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
18357
18358         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
18359         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
18360
18361 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
18362
18363         * mml2015.el: Shut up.
18364
18365 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
18366
18367         * gnus.el (gnus-server-browse-hashtb): Removed.
18368         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
18369         (gnus-group-insert-group-line-info): Use simplified method.
18370         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
18371
18372 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
18373
18374         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
18375         moved here.
18376         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
18377         * gnus-group.el (gnus-group-prepare-flat): Use it.
18378         * gnus-topic.el (gnus-group-prepare-topics): Use it.
18379
18380 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
18381
18382         * mml.el (mml-mode): Show menu in XEmacs.
18383
18384 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
18385
18386         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
18387         (gnus-server-read-server-in-server-buffer): New function.
18388         (gnus-browse-foreign-server): Browse in group buffer.
18389         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
18390         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
18391         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
18392         * gnus.el (gnus-server-browse-hashtb): New variable.
18393
18394 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
18395
18396         * nnfolder.el (nnfolder-open-nov): Use group.
18397
18398 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
18399
18400         * nnfolder.el: Add NOV. Set version to 2.0.
18401         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
18402
18403 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
18404
18405         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
18406
18407 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
18408
18409         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
18410         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
18411
18412 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
18413
18414         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
18415
18416 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
18417
18418         * mm-decode.el (mm-verify-function-alist): New variable.
18419         (mm-verify-option): New variable.
18420         (mm-decrypt-function-alist): Ditto.
18421         (mm-decrypt-option): Ditto.
18422         (mm-find-raw-part-by-type): New function.
18423         (mm-possibly-verify-or-decrypt): New function.
18424         (mm-dissect-multipart): Use it.
18425         * mml2015.el (mml2015-fix-micalg): New function.
18426         (mml2015-decrypt): Use new interface.
18427         (mml2015-verify):  Use new interface.
18428         (mml2015-setup): Make it bogus.
18429
18430 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
18431
18432         * mml.el (mml-generate-mime-postprocess-function): Set to
18433         mml-postprocess.
18434         (autoload): Autoload mml2015 and mml-smime.
18435         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
18436         * mml2015.el (mml2015-encrypt): New function.
18437         (mml2015-sign): New function.
18438         (mml2015-encrypt-function): New variable.
18439         (mml2015-sign-function): New variable.
18440         (mml2015-mailcrypt-encrypt): Use message-recipients.
18441         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
18442         * mml-smime.el (mml-smime-setup): Ditto.
18443
18444 2000-10-28  Simon Josefsson  <sj@extundo.com>
18445
18446         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
18447         Communigate Pro 3.3.1 server.
18448
18449         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
18450         in buffers.
18451         (mml-secure-dns-server): Removed.
18452         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
18453         write certificates to files.
18454
18455         * smime.el (smime-dns-server): New variable.
18456         (smime-mail-to-domain):
18457         (smime-cert-by-dns): New functions.
18458
18459         * dig.el: New file.
18460
18461 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
18462
18463         * message.el (message-options): New variable.
18464         (message-options-set-recipient): New function.
18465         (message-send): Use them.
18466         * gnus-int.el (gnus-request-replace-article): Use them.
18467         (gnus-request-accept-article): Ditto.
18468         * mml.el (mml-preview): Use them.
18469         * gnus-sum.el (gnus-summary-edit-article): Use them.
18470
18471         * message.el (message-options-get): New function.
18472         (message-options-get): New function.
18473         * rfc2047.el (rfc2047-encode-message-header): Use them.
18474         * mm-bodies.el (mm-encode-body): Use them.
18475
18476 2000-10-28  Simon Josefsson  <sj@extundo.com>
18477
18478         * nnimap.el (nnimap-retrieve-which-headers):
18479         (nnimap-request-article-part): Quote message-id.
18480
18481         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
18482         (smime-CA-file): New variable.
18483         (smime-call-openssl-region): Don't error.
18484         (smime-sign-region): Return result value.
18485         (smime-encrypt-region): Ditto.
18486         (smime-verify-region): New function.
18487         (smime-decrypt-region): Ditto.
18488         (smime-verify-buffer): Ditto.
18489         (smime-decrypt-buffer): Ditto.
18490
18491         * mml.el: Require mml-sec.
18492         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
18493         (mml-mode-map): Add "sign" and "encrypt" maps.
18494         (mml-menu): Add security menu.
18495         (mml-preview): Use generate-new-buffer.
18496
18497         * mml-sec.el: New file.
18498
18499 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
18500
18501         * mm-decode.el (mm-find-part-by-type): Move it here.
18502         * mml.el (mml-postprocess): Move it here.
18503         (mml-postprocess-alist): Move it here. Merge them.
18504
18505 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
18506
18507         * rfc2047.el (rfc2047-encode-message-header): Make sure no
18508         unencoded stuff in the header.
18509
18510 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
18511
18512         * gnus-group.el (gnus-group-listed-groups): New variable.
18513         (gnus-group-list-option): New variable.
18514         (gnus-group-list-limit-map): New keymap.
18515         (gnus-group-list-flush-map): New keymap.
18516         (gnus-group-list-plus-map): New keymap.
18517         (gnus-group-prepare-logic): New function.
18518         (gnus-group-prepare-flat): Merge with
18519         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
18520         (gnus-group-prepare-flat-list-dead): Ditto.
18521         (gnus-group-list-matching): Use gnus-group-prepare-function.
18522         (gnus-group-list-dormant): Ditto.
18523         (gnus-group-list-cached): Ditto.
18524         (gnus-group-listed-groups): New function.
18525         (gnus-group-list-limit): New function.
18526         (gnus-group-list-flush): New function.
18527         (gnus-group-list-plus): New function.
18528         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
18529         (gnus-topic-prepare-topic): Ditto.
18530
18531 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
18532
18533         * message.el (message-insert-to, message-get-reply-headers):
18534         (message-reply, message-followup): Mail-{Followup,Reply}-To.
18535
18536 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
18537
18538         * mml2015.el: New file.
18539         * smime.el: New file.
18540         * mml-smime.el: New file.
18541
18542 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
18543
18544         * ChangeLog: Moved to ChangeLog.1.
18545
18546     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
18547   Copying and distribution of this file, with or without modification,
18548   are permitted provided the copyright notice and this notice are preserved.
18549
18550 ;; Local Variables:
18551 ;; coding: iso-2022-7bit
18552 ;; End: