(gnus-draft-mode-map): Bind `e' to
[gnus] / lisp / ChangeLog
1 2003-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * gnus-draft.el (gnus-draft-mode-map): Bind `e' to
4         `gnus-draft-edit-message'.  We still have `B w' for
5         `gnus-summary-edit-article'.
6
7 2003-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8
9         * nnheaderxm.el (nnheader-xmas-run-at-time): Use a simple function
10         definition if there is not a bug in start-itimer.
11
12         * pgg.el (pgg-run-at-time): Ditto.
13
14 2003-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
15
16         * gnus-agent.el (gnus-agent-possibly-alter-active): New Function.
17         (gnus-agent-regenerate-group): When necessary, alter the group's
18         active range to include articles newly recognized as being
19         downloaded.
20         (gnus-agent-regenerate): Removed code that updated the agent's
21         active file as the new gnus-agent-possibly-alter-active function
22         obsolesced it.
23
24         * gnus-cus.el (gnus-agent-customize-category): Added missing
25         agent-disable-undownloaded-faces parameter.
26         
27         * gnus-start.el (gnus-activate-group): Backed out my 2003-11-29
28         patch as it was too late at adjusting the active range.
29         (gnus-get-unread-articles-in-group): Added call to new
30         gnus-agent-possibly-alter-active to adjust the active range.
31
32 2003-12-10  Jesper Harder  <harder@ifa.au.dk>
33
34         * message.el (message-get-reply-headers): Narrow to headers.
35
36 2003-12-10  Teodor Zlatanov  <tzz@lifelogs.com> 
37
38         * spam.el (spam-disable-spam-split-during-ham-respool): new
39         variable.  From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly)
40         (spam-ham-copy-or-move-routine): respect
41         spam-disable-spam-split-during-ham-respool.  From
42         lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly)
43         (spam-split-disabled): new variable.  From
44         lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly)
45         (spam-split): respect spam-split-disabled.  From
46         lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly)
47
48 2003-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
49
50         * nnheaderxm.el (nnheader-xmas-run-at-time): Make it work
51         correctly for the first argument.
52
53         * pgg.el (pgg-run-at-time): New function.
54         (pgg-add-passphrase-cache): Use it.
55
56 2003-12-10  Simon Josefsson  <jas@extundo.com>
57
58         * pgg-parse.el (pgg-decode-packets): Rewrite to handle corrupt
59         input.
60         (pgg-decode-armor-region): Don't parse packet if decoding fail.
61
62 2003-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
63
64         * spam.el (spam-check-bogofilter): run in the correct buffer.
65         From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly).
66         (spam-bogofilter-database-directory): correct customization
67         group.  From Xavier Maillard <zedek@gnu-rox.org>.
68
69 2003-12-09  Per Abrahamsen  <abraham@dina.kvl.dk>
70
71         * nnmail.el (nnmail-lazy, nnmail-split-fancy): New widgets.
72         (nnmail-split-fancy): Use it.
73
74 2003-12-08  Joel Ray Holveck <joelh@piquan.org>  (tiny change)
75
76         * gnus-sum.el (gnus-summary-save-parts-1): Consider the "name"
77         parameter of Content-Type.
78
79 2003-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
80
81         * gnus-util.el: Revert 2003-12-03 change, instead, provide the
82         compiler macro for rmail-select-summary if rmail is not available,
83         and bind rmail-summary-displayed and rmail-maybe-display-summary
84         in order to silence the compiler even if tm is not available.
85
86 2003-12-08  Simon Josefsson  <jas@extundo.com>
87
88         * flow-fill.el (fill-flowed-encode-tests, fill-flowed-test): Add.
89
90 2003-12-08  Jesper Harder  <harder@ifa.au.dk>
91
92         * gnus-msg.el (gnus-extended-version): Bind float-output-format to
93         nil.
94
95 2003-12-08  Simon Josefsson  <jas@extundo.com>
96
97         * mml-smime.el (mml-smime-sign): Replace CRLF with LF in OpenSSL
98         output.  Reported by Arne J\e,Ax\e(Brgensen <arne@arnested.dk>.
99
100 2003-12-07  Simon Josefsson  <jas@extundo.com>
101
102         * pgg-gpg.el (pgg-gpg-recipient-arg): Add.
103         (pgg-gpg-encrypt-region): Use it.  Tiny patch from Lloyd Zusman
104         <ljz@asfast.com>.
105         (pgg-gpg-recipient-argument): Doc fix.  Renamed fro p-g-r-a.
106         (pgg-gpg-encrypt-region): Update.
107
108 2003-12-07  Jesper Harder  <harder@ifa.au.dk>
109
110         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Don't
111         use = or zerop to test the return value of call-process, because
112         it can be a string.
113
114         * mail-source.el (mail-source-fetch-with-program): do.
115
116         * mailcap.el (mailcap-viewer-passes-test): do.
117
118         * gnus-uu.el (gnus-uu-treat-archive, gnus-uu-post-encode-mime)
119         (gnus-uu-post-encode-file): do.
120
121         * gnus-soup.el (gnus-soup-pack, gnus-soup-unpack-packet): do.
122
123         * message.el (message-fix-before-sending): Fix detection of
124         non-printables.  Don't replace unencodable utf-8.
125
126 2003-12-05  Jesper Harder  <harder@ifa.au.dk>
127
128         * mm-url.el (mm-url-predefined-programs): Add user-agent for wget.
129         (mm-url-insert-file-contents-external): Signal an error if program
130         fails.
131
132 2003-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
133
134         * spam-report.el (spam-report-gmane): iterate over articles
135         instead of a single one; remove interactive usage
136
137 2003-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
138
139         * dns.el: Fix misplaced eval-when-compile.
140
141         * gnus-util.el: Require alist and provide tm-view when compiling
142         with XEmacs.
143
144 2003-12-03  Steve Youngs  <sryoungs@bigpond.net.au>
145
146         * gnus-xmas.el: Add autoloads for macros defined in gnus.el.
147         From Jerry James <james@xemacs.org>.
148
149         * gnus-util.el: Get rmail definitions when compiling.
150         From Jerry James <james@xemacs.org>.
151
152         * dns.el: Require gnus-xmas at compile time instead of trying to
153         autoload `gnus-xmas-open-network-stream' because it wasn't picking
154         up the macro.
155         From Jerry James <james@xemacs.org>.
156
157 2003-12-01  Kevin Greiner <kgreiner@xpediantsolutions.com>
158         * gnus-agent.el (gnus-agent-consider-all-articles): Updated
159         docstring.
160         (gnus-predicate-implies-unread, gnus-predicate-implies-unread-1):
161         Fixed implementation such that the predicate `true' no longer
162         evaluates to t.
163
164 2003-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
165
166         * spam.el (spam-check-bogofilter): check the bogofilter headers
167         AFTER the save-excursion scope is over.  From Adrian Lanz
168         <lanz@fowi.ethz.ch>.
169         (spam-fetch-field-message-id-fast): doc fix
170
171 2003-12-01  Simon Josefsson  <jas@extundo.com>
172
173         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
174
175 2003-11-30  Simon Josefsson  <jas@extundo.com>
176
177         * gnus-agent.el (gnus-agent-expire-group-1): Bind message-log-max
178         when messaging "X % completed" to inhibit logging them to the
179         message buffer.
180         (gnus-agent-expire-group-1): Mention group name in messages.
181         (gnus-agent-expire-group-1): Only print a message for an article
182         when there actually was something done to it.
183
184         * mm-util.el (mm-enable-multibyte): Call set-buffer-multibyte with
185         'to argument.  Fixes something or other in Emacs 22, and is
186         backwards compatible.  From Kenichi Handa <handa@m17n.org>.
187
188         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Custom fix.
189
190 2003-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * gnus-agent.el (gnus-agent-covered-methods): Remove nil methods. 
193
194 2003-11-29  Kevin Greiner <kgreiner@xpediantsolutions.com>
195         * gnus-start.el (gnus-activate-group): The active range of the
196         group must include the articles known to the agent.
197
198         * gnus.el (gnus-agent-method-p): Accept a server name as the
199         method being tested.
200
201 2003-11-29  Alexander Kreuzer <alex@freesources.org>  (tiny change)
202
203         * nnrss.el (nnrss-check-group): Set xml when nnrss-use-local is t.
204
205 2003-11-29  Jesper Harder  <harder@ifa.au.dk>
206
207         * gnus-group.el (gnus-group-make-menu-bar): Add
208         gnus-group-make-rss-group.
209
210 2003-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
211
212         * message.el: Added custom-manual links to all variables that have
213         an index entry in the message manual.
214         (message-generate-headers-first): Fixed doc-string.
215
216 2003-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
217
218         * gnus-msg.el (gnus-summary-yank-message): Don't bind
219         gnus-display-mime-function to nil so that non-ascii text is
220         decoded and attachments are not shown.
221
222         * message.el (message-cite-original-without-signature): Replace
223         the value of message-reply-headers with the yanked article since
224         it may be a different article from the original.
225         (message-cite-original): Ditto.
226
227 2003-11-25  Teodor Zlatanov  <tzz@lifelogs.com>
228
229         * spam.el (spam-blacklist-ignored-regexes): new variable, so
230         blacklisting can ignore certain regular expressions (e.g. the
231         user's e-mail address)
232         (spam-bogofilter-spam-strong-switch,
233         spam-bogofilter-ham-strong-switch): options used when articles are
234         already registered as the opposite classification
235         (spam-old-ham-articles, spam-old-spam-articles): lists of ham and
236         spam articles, generated when a summary buffer is entered, and
237         consulted when it's exited so we know what articles are changing
238         state from spam to ham or vice-versa
239         (spam-xor): everyone needs a little convenience
240         (spam-list-of-processors): lookup table for old-style spam/ham
241         exits processors
242         (spam-group-processor-p): support old-style and new-style spam/ham
243         exit processors
244         (spam-group-processor-multiple-p): handle new-style spam/ham exit
245         processors
246         (spam-summary-prepare): use spam-old-{ham,spam}-articles; change
247         logic to iterate over list of processors instead of manual
248         individual lookup, unregister any articles that change from ham to
249         spam or vice-versa in the course of the summary buffer usage; use
250         the new spam-register-routine
251         (spam-ham-copy-routine, spam-ham-move-routine,
252         spam-mark-spam-as-expired-and-move-routine): check that the list
253         of groups is not nil, because apply doesn't like to apply a
254         function across nil
255         (spam-registration-functions): variable for looking up spam/ham
256         registration/unregistration functions based on a spam-use-* symbol
257         (spam-classification-valid-p, spam-process-type-valid-p)
258         (spam-registration-check-valid-p)
259         (spam-unregistration-check-valid-p): convenience functions
260         (spam-registration-function, spam-unregistration-function): look
261         up the registration/unregistration function based on a
262         classification and the check (spam-use-* symbol)
263         (spam-list-articles): generate list of spam/ham articles from a
264         given list of articles
265         (spam-register-routine): do the heavy work of registering and
266         unregistering articles, using all the articles in the group or
267         specific ones as needed
268         (spam-generic-register-routine): removed, no longer used
269         (spam-log-unregistration-needed-p, spam-log-undo-registration):
270         handle article registration/unregistration with a given spam/ham
271         processor and group
272         (BBDB, ifile, spam-stat, blacklists, whitelists, spam-report,
273         bogofilter, spamoracle): rewrite registration/unregistration
274         functions to take a list of articles and the unregister option.
275         Much hilarity ensues.
276         (spam-initialize): spam-stat-maybe-{save,load} already respect spam-use-stat
277         (spam-stat-register-ham-routine, spam-stat-register-spam-routine):
278         don't load and save unnecessarily
279
280         * spam-stat.el (spam-stat-dirty): new variable, set when the stats
281         database is modified
282         (spam-stat-buffer-is-spam, spam-stat-buffer-is-non-spam)
283         (spam-stat-buffer-change-to-spam, spam-stat-to-hash-table)
284         (spam-stat-buffer-change-to-non-spam): set spam-stat-dirty when
285         needed
286         (spam-stat-save): respect spam-stat-dirty, unless the force
287         parameter is specified
288         (spam-stat-load): clear spam-stat-dirty
289
290         * gnus.el (gnus-install-group-spam-parameters): marked the
291         old-style exit processors as obsolete in the docs, added the
292         new-style exit processors while the old ones are still allowed
293
294
295 2003-11-25  Jesper Harder  <harder@ifa.au.dk>
296
297         * gnus-art.el (article-hide-boring-headers): Don't hide Reply-To
298         unless its list of addresses is identical to From.
299
300 2003-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
301
302         * dgnushack.el (mapc): Add the compiler macro for Emacs 20.
303
304 2003-11-24  Kevin Greiner <kgreiner@xpediantsolutions.com>
305         * gnus-srvr.el (gnus-server-insert-server-line): The server names
306         used in gnus-agent are different (for example, the native server
307         uses the alias "native") from the names in gnus-srvr.
308         Compensating by adding a second text property storing the name
309         expected by gnus-agent.
310         (gnus-server-named-server): New function.
311         * gnus-agent.el (gnus-agent-remove-server, gnus-agent-add-server):
312         No longer expect an argument as it was ignored anyway.  Uses the
313         new gnus-server-named-server function to get gnus-agent compatible
314         names from the server buffer.
315
316 2003-11-20  Kevin Greiner <kgreiner@xpediantsolutions.com>
317
318         * gnus.el (gnus-agent-covered-methods): Documented use of
319         named servers, not methods, to identity agentized groups.
320         Users may now change their server configurations without having
321         the server become "unagentized".
322         (gnus-agent-covered-methods): Removed from gnus-variable-list to
323         avoid storing two copies of gnus-agent-covered-methods, one in
324         .newsrc.eld and the other in agent/lib/servers.
325         (gnus-server-to-method): Do not cache server for the nil method.
326         (gnus-method-to-server): New function.  Associate named server
327         with all, even foreign, methods.
328         (gnus-agent-method-p, gnus-agent-method-p-cache): Incorporated
329         simple last-response cache to offset performance lose of having to
330         always convert methods to named servers.
331         * gnus-agent.el (gnus-agent-expire-days): Removed obsolete
332         documentation.
333         (gnus-agentize, gnus-agent-add-server, gnus-agent-remove-server):
334         Modified to support new definition of gnus-agent-covered-method.
335         (gnus-agent-read-servers): Rewritten to convert old method data
336         into server names.
337         (gnus-agent-read-servers-validate)
338         (gnus-agent-read-servers-validate-native): New functions.
339         (gnus-agent-write-servers): No longer use gnus-method-simplify as
340         it failed to simplify foreign methods.
341         (gnus-agent-close-connections, gnus-agent-synchronize-flags)
342         (gnus-agent-possibly-synchronize-flags, gnus-agent-fetch-session)
343         (gnus-agent-regenerate): Uses new gnus-agent-covered-methods
344         function as gnus-agent-covered-methods variable no longer provides
345         methods.
346         (gnus-agent-covered-methods): New function
347         (gnus-agent-expire-group, gnus-agent-expire): Final message will,
348         if gnus-verbose is greater than 4, report statistics of NOV
349         entries and files deleted as well as total bytes recovered.
350         (gnus-agent-expire-done-message): New function
351         (gnus-agent-unread-articles): Bug fix.  No longer drops last
352         unread article onto read list.
353         (gnus-agent-regenerate-group): Changed prompt to use typical
354         style.
355         (gnus-agent-group-covered-p): Rewrote to internally use
356         gnus-agent-method-p.
357         * gnus-int.el (gnus-start-news-server): Partially convert old
358         gnus-agent-covered-methods to new format so that gnus-open-server
359         functions correctly.
360         * gnus-srvr.el (gnus-server-insert-server-line): Replaced
361         gnus-agent-covered-methods with gnus-agent-method-p.
362         * gnus-start.el (gnus-clear-system): Added
363         gnus-agent-covered-methods to compensate for removing it from
364         gnus-variable-list.
365         (gnus-setup-news): Complete conversion of old
366         gnus-agent-covered-methods to new format so that secondary and
367         foreign servers can be correctly opened.
368
369 2003-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
370
371         * spam.el (spam-ham-copy-or-move-routine): add respooling
372         support, not working well yet
373
374         * gnus.el (ham-process-destination): make 'respool option the
375         only one, so it can't be chosen together with other groups
376
377 2003-11-19  Teodor Zlatanov  <tzz@lifelogs.com>
378
379         * gnus-registry.el (gnus-registry-track-extra): make it a set of
380         choices instead of a boolean
381         (gnus-registry-track-subject-p, gnus-registry-track-sender-p):
382         new convenience functions
383         (gnus-registry-split-fancy-with-parent): use convenience
384         functions, also don't return extra tracking info if sender or
385         subject is found in more than one groups
386         (gnus-registry-add-group): use new convenience functions to
387         decide if sender and subject should be tracked
388
389         * gnus.el (ham-process-destination): add 'respool option,
390         unused by spam.el yet
391
392 2003-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
393
394         * gnus-score.el (gnus-decay-score): Return a surely smaller value
395         than the argument in XEmacs.
396
397 2003-11-18  Reiner Steib  <Reiner.Steib@gmx.de>
398
399         * message.el (message-insert-to): Don't use `gnus-message'.
400         (message-header-synonyms): New variable.
401         (message-carefully-insert-headers): Use it (check for synonyms).
402         Added doc-string.  From Sam Steingold <sds@gnu.org>.
403
404 2003-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
405
406         * html2text.el (html2text-remove-tags): Remove the tag in a
407         simpler way to avoid inflooping.
408
409 2003-11-17  Simon Josefsson  <jas@extundo.com>
410
411         * imap.el (imap-gssapi-auth-p): Don't check capability (some
412         servers remove AUTH=GSSAPI from capability response returned after
413         successful authentication).
414
415 2003-11-16  Jesper Harder  <harder@ifa.au.dk>
416
417         * gnus.el (gnus-getenv-nntpserver): Fix regexp and simplify.
418         Reported by Artem Chuprina <ran@ran.pp.ru>.
419
420 2003-11-14  Simon Josefsson  <jas@extundo.com>
421
422         * mm-util.el (mm-charset-synonym-alist): Map BIG5-HKSCS to BIG5
423         when it isn't available.
424
425 2003-11-13  Alex Schroeder  <alex@gnu.org>
426
427         * nnrss.el (nnrss-check-group): Use dc:contributor if neither
428         rss:author nor dc:creator is provided.
429
430 2003-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
431
432         * mm-decode.el (mm-dissect-buffer): Save start="<id>" value
433         contained in Content-Type header of multipart/related messages.
434
435         * mm-view.el (mm-w3m-cid-retrieve-1): New function.
436         (mm-w3m-cid-retrieve): Use it.
437
438         * mml.el (mml-generate-mime-1): Add start="<id>" to Content-Type.
439         (mml-insert-mime-headers): Insert Content-ID header.
440         (mml-insert-mml-markup): Insert start="<id>" value.
441
442 2003-11-12  Teodor Zlatanov  <tzz@lifelogs.com>
443
444         * nnml.el (nnml-request-accept-article): pass sender to
445         nnmail-cache-insert
446
447         * nnmh.el (nnmh-request-accept-article): pass sender to
448         nnmail-cache-insert 
449
450         * nnmbox.el (nnmbox-request-accept-article): pass sender to
451         nnmail-cache-insert 
452
453         * nnfolder.el (nnfolder-request-accept-article): pass sender to
454         nnmail-cache-insert 
455
456         * nnbabyl.el (nnbabyl-request-accept-article): pass sender to
457         nnmail-cache-insert 
458
459         * nnmail.el (nnmail-cache-insert): accept sender parameter and
460         pass it to the nnmail-spool-hook
461
462         * gnus-registry.el (gnus-registry-track-extra): clarify doc
463         (gnus-registry-action): add sender lexical var and pass it to
464         gnus-registry-add-group
465         (gnus-registry-spool-action): take a sender parameter, pass to
466         gnus-registry-add-group
467         (gnus-registry-split-fancy-with-parent): trace by sender in
468         addition to subject
469         (gnus-registry-fetch-sender-fast): new function
470         (gnus-registry-add-group): accept sender parameter
471
472 2003-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
473
474         * spam.el (spam-ham-copy-routine, spam-ham-move-routine)
475         (spam-mark-spam-as-expired-and-move-routine): allow for the
476         groups to be a list of a single item
477
478         * gnus.el (gnus-install-group-spam-parameters):
479         ham-process-destination and spam-process-destination allow lists now
480
481 2003-11-10  Reiner Steib  <Reiner.Steib@gmx.de>
482
483         * message.el (message-insert-to): Do error out when the user
484         requested no Cc.  Don't insert empty To.  Can be added to
485         `message-setup-hook' now.  From Sam Steingold <sds@gnu.org>.
486         (message-mode-field-menu): Moved some entries, added
487         `message-insert-wide-reply'.
488         (message-change-subject): Fixed comment.
489
490 2003-11-10  Simon Josefsson  <jas@extundo.com>
491
492         * pgg-def.el (pgg-encrypt-for-me): Change default from nil to t.
493
494 2003-11-09  Simon Josefsson  <jas@extundo.com>
495
496         * pgg-gpg.el (pgg-gpg-encrypt-region): Cache passphrase under hex
497         key id too (for decryption).
498         (pgg-gpg-sign-region): Likewise.
499
500 2003-11-09  Simon Josefsson  <jas@extundo.com>
501
502         * pgg-gpg.el (pgg-gpg-all-secret-keys): New variable.
503         (pgg-gpg-lookup-all-secret-keys): New function.
504         (pgg-gpg-select-matching-key): Likewise.
505         (pgg-gpg-decrypt-region): Use new functions.  From Satyaki Das
506         <satyakid@stanford.edu>.
507
508 2003-11-07  Teodor Zlatanov  <tzz@lifelogs.com>
509
510         * nnmail.el (nnmail-cache-insert): make sure that the
511         nnmail-spool-hook is called with a valid newsgroup name (though
512         it may be wrong)
513
514         * gnus.el (gnus-group-real-prefix): return nil if group is not a
515         string, instead of triggering an error
516
517 2003-11-06  Teodor Zlatanov  <tzz@lifelogs.com>
518
519         * gnus.el (gnus-group-guess-full-name-from-command-method): new function
520
521         * gnus-registry.el (gnus-registry-fetch-group): use long names if
522         requested 
523         (gnus-registry-split-fancy-with-parent): when long names are in
524         use, strip the name if we're in the native server, or else return nothing
525         (gnus-registry-spool-action, gnus-registry-action): use
526         gnus-group-guess-full-name-from-command-method instead of
527         gnus-group-guess-full-name
528
529         * spam.el (spam-mark-spam-as-expired-and-move-routine)
530         (spam-ham-copy-or-move-routine): prevent article deletions or
531         moves unless the backend allows it
532
533         * gnus.el (gnus-install-group-spam-parameters): fixed parameters
534         to list spamoracle as well, suggested by Jean-Marc Lasgouttes
535         <Jean-Marc.Lasgouttes@inria.fr>
536
537         * spam.el (spam-spamoracle): doc change, suggested by Jean-Marc
538         Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
539
540 2003-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
541
542         * gnus-score.el (gnus-decay-score): Protect against arithmetic
543         errors.  Tiny patch from Norbert Koch <viteno@xemacs.org>.
544
545 2003-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
546
547         * spam.el
548         (spam-log-processing-to-registry): improved message and comments
549         (spam-log-unregistration-needed-p): new function
550         (spam-ifile-register-spam-routine)
551         (spam-ifile-register-ham-routine, spam-stat-register-spam-routine)
552         (spam-stat-register-ham-routine)
553         (spam-blacklist-register-routine)
554         (spam-whitelist-register-routine)
555         (spam-bogofilter-register-spam-routine)
556         (spam-bogofilter-register-ham-routine)
557         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): change
558         spam-log-processing-to-registry invocations appropriately
559
560 2003-10-31  Simon Josefsson  <jas@extundo.com>
561
562         * imap.el (imap-kerberos4-open): Ignore output from ATHENA imtest.
563         Tiny patch from Derek Atkins <warlord@MIT.EDU>.
564         (imap-process-connection-type): Improve docstring.  Suggested by
565         Derek Atkins <warlord@MIT.EDU>.
566
567 2003-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
568
569         * spam.el (autoload): autoload the gnus-registry functions we'll
570         need
571         (spam-log-to-registry): new variable for interfacing with the
572         gnus-registry
573         (spam-install-hooks): variable had the wrong customization group
574         (spam-fetch-field-message-id-fast): convenience function for fetch
575         a message ID quickly
576         (spam-log-processing-to-registry): new function
577         (spam-ifile-register-spam-routine)
578         (spam-ifile-register-ham-routine, spam-stat-register-spam-routine)
579         (spam-stat-register-ham-routine)
580         (spam-blacklist-register-routine)
581         (spam-whitelist-register-routine)
582         (spam-bogofilter-register-spam-routine)
583         (spam-bogofilter-register-ham-routine)
584         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): add
585         spam-log-processing-to-registry invocations
586
587         * gnus-registry.el: fixed docs in the preface to mention
588         gnus-registry-initialize
589         (gnus-registry-store-extra): remove cached extra entry
590         information when new extra entry is stored
591
592 2003-10-29  Simon Josefsson  <jas@extundo.com>
593
594         * message.el (message-forward-make-body-plain): Fix ARG=1 mode
595         after separating m-f-m-b.
596
597 2003-10-29  Simon Josefsson  <jas@extundo.com>
598
599         * message.el (message-forward-make-body-plain): Remove ignored
600         headers.  Tiny patch from Andre Srinivasan <andre@e2open.com>.
601         (message-forward-make-body-plain): Fix ARG=1.
602
603 2003-10-28  Jesper Harder  <harder@ifa.au.dk>
604
605         * message.el (message-forward-subject-name-subject)
606         (message-forward-subject-author-subject): Decode non-ASCII
607         newsgroup names.
608         (autoload): Autoload gnus-group-decoded-name.
609
610 2003-10-27  Simon Josefsson  <jas@extundo.com>
611
612         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): New optional
613         parameter key, overrides the key id used to store passphrase
614         under (uses true key id from gpg output if nil).
615         (pgg-gpg-encrypt-region): Search for passphrase using user suplied
616         string STR, instead of (pgg-lookup-key STR t).
617         (pgg-gpg-encrypt-region): Store passphrase under user suplied
618         string, instead of real key id taken from gpg output.
619         (pgg-gpg-decrypt-region): Likewise.
620         (pgg-gpg-sign-region): Likewise.
621         * pgg.el (pgg-decrypt-region): Don't set pgg-default-user-id.
622
623 2003-10-27  Romain FRANCOISE  <romain@orebokech.com>
624
625         * gnus-art.el (gnus-article-goto-prev-page): Doc fix. 
626
627 2003-10-27  Simon Josefsson  <jas@extundo.com>
628
629         * mm-bodies.el (mm-body-encoding): Don't use QP when message body
630         only consists of short lines and ASCII, when
631         mm-use-ultra-safe-encoding.  Refer to 'About foo' thread in
632         gnus-bug, e.g. <ilullrg4k7p.fsf@extundo.com>, for more discussion.
633         This make it possible to pipe the raw RFC 822 message into 'gpg'
634         and have the signature work.  Potential problem: what if message
635         contain data that would be dash-escaped by OpenPGP
636         implementations? Then PGP 2.x might not be able to parse the raw
637         RFC 822 message correctly.  If that problem is worth fixing, it
638         should be fixed by detecting the situation, instead of applying QP
639         to everything.  Based on discussion with "John A. Martin"
640         <jam@jamux.com>.
641
642 2003-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
643
644         * spam.el (spam-mark-spam-as-expired-and-move-routine)
645         (spam-ham-copy-or-move-routine): don't ask when deleting copied
646         articles, and use move instead of copy when possible
647         (spam-split): added the option of specifying a string as a
648         spam-split parameter; such a string will override
649         spam-split-group temporarily.
650
651         * nnmail.el (nnmail-cache-insert): protect from nil message IDs,
652         but should we do something else?
653
654         * gnus-registry.el (gnus-registry-spool-action): protect from nil
655         message IDs
656
657 2003-10-26  Simon Josefsson  <jas@extundo.com>
658
659         * gnus-art.el (gnus-button-alist): Allow & in mailto URLs.
660         (gnus-header-button-alist): Likewise.
661         (gnus-url-mailto): Handle ?to parameters.  Replace \r\n with \n.
662         Reverse parameter list to use same order as in the URL.  Reported
663         by f95-msv@f.kth.se (M\e,Ae\e(Brten Svantesson).
664
665 2003-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
666
667         * spam.el (spam-move-spam-nonspam-groups-only): documentation fix
668         for the variable
669
670 2003-10-25  Steve Youngs  <sryoungs@bigpond.net.au>
671
672         * Makefile.in (clean-some): Remove auto-autoloads.* and
673         custom-load.* as well.
674         (distclean): Ditto.
675
676         * dgnushack.el (dgnushack-make-load): Add a local vars section to
677         the dummy gnus-load.el.
678
679 2003-10-24  Teodor Zlatanov  <tzz@lifelogs.com>
680
681         * spam.el (spam-ham-copy-or-move-routine): do not delete if copy
682         is t, also don't intepret the list of groups as a list of lists
683         (spam-mark-spam-as-expired-and-move-routine)
684         (spam-ham-copy-or-move-routine): delete articles only if 1 or
685         more groups were specified (and "copy" was not specified for
686         spam-ham-copy-or-move-routine) (fixed twice)
687
688 2003-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
689
690         * nndoc.el (nndoc-guess-type): Reverse the sort order.  Suggested
691         by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
692         (nndoc-dissect-buffer): Don't miss even-numbered articles.
693
694 2003-10-24  Steve Youngs  <sryoungs@bigpond.net.au>
695
696         * dgnushack.el (dgnushack-gnus-load-file): Set to
697         "auto-autoloads.el" if building with XEmacs.
698         (dgnushack-cus-load-file): Set to "custom-load.el" if building
699         with XEmacs.
700         (dgnushack-make-cus-load): We don't delete the resulting file if
701         building with XEmacs so byte-compile it.
702         (dgnushack-make-load): When building with XEmacs do nothing except
703         byte-compile the autoload file and create a dummy gnus-load.el
704         file. 
705
706 2003-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
707
708         * message.el (message-make-fqdn): Bind case-fold-search.
709         Suggested by Christopher Richards <richards@CS.Princeton.EDU>.
710
711 2003-10-23  Teodor Zlatanov  <tzz@lifelogs.com>
712
713         * gnus.el (spam-process-destination, ham-process-destination):
714         allow multiple groups as a choice
715
716         * spam.el (spam-check-blackholes): remove "[IP address]"
717         requirement, now just "IP address" is enough for detection for
718         blackhole checking
719         (spam-check-blackholes): oops, the dots were not escaped
720         (spam-mark-spam-as-expired-and-move-routine): added multiple group
721         support (multiple copies, then delete)
722         (spam-ham-copy-routine): new function
723         (spam-ham-move-routine): new function
724         (spam-ham-copy-or-move-routine): new function (used to be
725         spam-ham-move-routine), handle multiple groups
726         (spam-summary-prepare-exit): call the new functions
727
728 2003-10-23  Simon Josefsson  <jas@extundo.com>
729
730         * flow-fill.el (fill-flowed-encode, fill-flowed): Autoload.
731
732 2003-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
733
734         * gnus-art.el (gnus-emphasis-strikethru): Use the :strike-through
735         attribute in Emacs.
736
737 2003-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
738
739         * message.el (message-bounce): Don't erase except bounced header.
740
741 2003-10-21  Teodor Zlatanov  <tzz@lifelogs.com>
742
743         * spam.el (spam-reverse-ip-string): new function to reverse an IP
744         address in a string
745         (spam-check-blackholes): use spam-reverse-ip-string
746
747 2003-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
748
749         * gnus-art.el (gnus-narrow-to-page): Clear as well as set the
750         value for gnus-page-broken.
751
752         * gnus-sum.el (gnus-summary-beginning-of-article): Use
753         gnus-break-pages instead of gnus-page-broken.
754         (gnus-summary-end-of-article): Use gnus-break-pages instead of
755         gnus-page-broken; narrow to the end of a page beforehand.
756         (gnus-summary-toggle-header): Use gnus-break-pages instead of
757         gnus-page-broken; remove delimiter buttons unless gnus-break-pages
758         is non-nil.
759
760 2003-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
761
762         * gnus-picon.el (gnus-picon-transform-address): Protect against
763         errors. 
764
765 2003-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
766
767         * gnus-msg.el (nnspool-rejected-article-hook): Remove defvar.
768         (xemacs-codename): Move defvar to gnus-util.el.
769
770         * gnus-util.el (xemacs-codename): Defvar when compiling.
771
772 2003-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * spam-report.el (spam-report-url-ping-plain): Include a
775         User-Agent. 
776
777         * gnus-msg.el (gnus-extended-version): Use it.
778
779         * gnus-util.el (gnus-emacs-version): Separated out into own
780         function. 
781
782 2003-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
783
784         * message.el (message-mode-field-menu): Added
785         message-generate-unsubscribed-mail-followup-to.
786         (message-forward-subject-fwd): Avoid double "Fwd: "
787         (message-change-subject): Added comment.
788
789 2003-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
790
791         * gnus-sum.el (gnus-nov-parse-line): Remove condition-cases.
792
793         * mml.el (mml-insert-mime): Quote mml.
794
795 2003-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
796
797         * gnus-sum.el (gnus-remove-odd-characters): Use
798         mm-subst-char-in-string instead of subst-char-in-string.
799         (gnus-summary-refer-article): Use gnus-replace-in-string instead
800         of replace-regexp-in-string.
801
802 2003-10-19  Jesper Harder  <harder@ifa.au.dk>
803
804         * gnus-uu.el (gnus-uu-uustrip-article): Really strip directory
805         from file name.
806
807 2003-10-18  Jesper Harder  <harder@ifa.au.dk>
808
809         * gnus-sum.el (gnus-summary-save-parts-last-directory): Default
810         to mm-default-directory.
811         (gnus-summary-save-parts-1): Use mm-file-name-rewrite-functions.
812
813 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
814
815         * pop3.el (pop3-read-response): Check whether the process is
816         alive. 
817
818         * gnus-sum.el (gnus-summary-refer-article): Strip spaces.
819
820         * rfc2047.el (rfc2047-encode-region): Do error out on invalid
821         strings. 
822
823         * nntp.el (nntp-retrieve-headers-with-xover): Get error messages
824         right. 
825
826         * gnus-agent.el (gnus-agent-read-servers): Remove sit-for.
827
828         * gnus-art.el (article-treat-dumbquotes): Doc fix.
829
830         * message.el (message-field-value): New function.
831         (message-insert-disposition-notification-to): Use Reply-To, too.
832
833         * imap.el (imap-mailbox-status): Upcase STATUS commands. 
834
835         * gnus-sum.el (gnus-remove-odd-characters): New function.
836         (gnus-nov-parse-line): Use it.
837
838 2003-10-18  Matt Swift  <swift@alum.mit.edu>
839
840         * mm-decode.el (mm-inline-media-tests): Recognize pjpeg as jpeg. 
841
842 2003-10-18  Romain FRANCOISE  <romain@orebokech.com>
843
844         * message.el (message-forward-make-body): does both
845         m-f-make-body-mml and m-f-make-body-plain, resulting in a strange
846         message buffer.
847
848 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
849
850         * gnus-art.el (gnus-narrow-to-page): Only break page if it's
851         broken.
852
853         * nnrss.el (nnrss-find-rss-via-syndic8): Return nil if xml-rpc
854         isn't available.
855
856         * message.el (message-hidden-headers): Doc fix.
857
858 2003-10-18  Jesper Harder  <harder@ifa.au.dk>
859
860         * gnus-msg.el (gnus-summary-resend-message-edit): Avoid error when
861         fields aren't found.
862
863 2003-10-18  Simon Josefsson  <jas@extundo.com>
864
865         * message.el (message-forward-make-body-plain)
866         (message-forward-make-body-mime, message-forward-make-body-mml)
867         (message-forward-make-body-digest-plain)
868         (message-forward-make-body-digest-mime)
869         (message-forward-make-body-digest): New, derived from
870         message-forward-make-body.
871         (message-forward-make-body): Use them.
872         (message-forward-show-mml): New default 'best.
873         (message-forward-make-body): Support it.
874
875 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
876
877         * gnus-art.el (gnus-article-mode): Set gnus-page-broken to nil.
878         (gnus-article-prepare): Don't set to t.
879         (gnus-narrow-to-page): Set to t if we break.
880
881 2003-06-11  Daniel N\e,Ai\e(Bri  <dne@mayonnaise.net>
882
883         * message.el (message-resend): Generate Resent-Message-ID header.
884
885 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
886
887         * gnus-art.el (gnus-article-next-page): Don't go to the next line
888         before checking end-of-buffer.
889         (gnus-mime-delete-part): Don't insert parts twice.
890
891 2003-10-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
892
893         * gnus-art.el (article-update-date-lapsed): Make sure point
894         doesn't move around (much).
895
896 2003-07-28  Vasily Korytov  <deskpot@myrealbox.com>
897
898         * mail-source.el (mail-source-keyword-map): List "cur" before
899         "new" for maildirs.
900
901 2003-10-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
902
903         * gnus-sum.el (gnus-summary-enter-digest-group): ogroup, nor
904         group. 
905
906         * gnus-msg.el (gnus-inews-insert-archive-gcc): Use the parent
907         name for gcc-self.
908         (gnus-inews-insert-archive-gcc): Paren mistake.
909
910         * gnus-sum.el (gnus-summary-enter-digest-group): Add
911         parent-group. 
912
913         * gnus-art.el (gnus-ignored-headers): Add more headers.
914
915         * rfc2047.el (rfc2047-encode): See which encoding is shorter --
916         base64 or QP.
917
918         * nnmail.el (nnmail-article-group): Default to "bogus".
919
920         * mail-source.el (mail-source-delete-incoming): Change to nil.
921
922 2003-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
923
924         * mail-source.el (mail-source-fetch-imap): Fix mismatched parens.
925
926 2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
927
928         * mail-source.el (defvar): Add post/pre/scripts.
929         (mail-source-fetch-imap): Use them.
930
931         * nndraft.el (nndraft-request-move-article): Fix infinite
932         recursion. 
933
934         * gnus-group.el (gnus-group-mark-regexp): Jump to groups.
935
936 2003-10-16  Ed L. Cashin  <ecashin@uga.edu>
937
938         * imap.el (imap-interactive-login): Set imap-password to nil if
939         login fails.
940
941 2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942
943         * message.el (message-inserted-headers): New variable.
944         (message-mode): Make local.
945         (message-mode): Set all the local action variables to nil.      
946
947 2003-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
948
949         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
950         (mm-w3m-safe-url-regexp): Doc fix.
951
952 2003-10-12  Jesper Harder  <harder@ifa.au.dk>
953
954         * gnus-sum.el (gnus-summary-respool-query): Don't narrow to head,
955         it's done by nnmail-article-group.
956
957         * gnus-uu.el (gnus-uu-grab-articles): Fix misplaced parens.
958         From Mark Hood <markhood@speakeasy.net> (tiny change)
959
960 2003-10-10  Jesper Harder  <harder@ifa.au.dk>
961
962         * mm-decode.el (mm-file-name-delete-gotchas): Avoid infloop in
963         XEmacs.
964
965 2003-10-10  Teodor Zlatanov  <tzz@lifelogs.com>
966
967         * spam.el (spam-initialize): new function, does the spam-face
968         update and all the hooks, replaces spam-install-hooks-function
969
970         * gnus-registry.el (gnus-registry-initialize): new autoloaded
971         function to explicitly initialize the registry
972
973 2003-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
974
975         * mm-decode.el (mm-w3m-safe-url-regexp): Doc fix.
976
977         * mm-view.el (mm-w3m-mode-map): Doc fix.
978         (mm-inline-text-html-render-with-w3m): Add a comment.
979
980 2003-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
981
982         * gnus-group.el: Remove superfluous eval-when-compiles.
983
984 2003-10-10  Jesper Harder  <harder@ifa.au.dk>
985
986         * gnus-group.el (gnus-group-suspend): Reset gnus-backlog-articles.
987
988 2003-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
989
990         * dns.el (query-dns): Don't error out on malformed resolv files.
991
992 2003-10-06  Jesper Harder  <harder@ifa.au.dk>
993
994         * gnus.el (gnus-group-faq-directory): Update .tw entry.  From
995         Albert Chun-Chieh Huang <mr894348@cs.nthu.edu.tw>
996
997 2003-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
998
999         * spam.el (spam-check-blackholes): exit the loop if matches are
1000         found (idea from Adrian Lanz <lanz@fowi.ethz.ch>)
1001         (spam-check-bogofilter-headers, spam-check-blackholes, spam-check-BBDB)
1002         (spam-from-listed-p): use nnmail-fetch-field instead of message-fetch-field
1003         
1004
1005 2003-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1006
1007         * mm-decode.el (mm-attachment-file-modes): Change the default
1008         value into 384 from ?\600 which doesn't mean an integer in XEmacs.
1009
1010 2003-10-03  Jesper Harder  <harder@ifa.au.dk>
1011
1012         * mm-decode.el (mm-file-name-delete-control)
1013         (mm-file-name-delete-gotchas): New functions.
1014         (mm-file-name-rewrite-functions): Use them.
1015         (mm-attachment-file-modes): New option.
1016         (mm-save-part-to-file): Use it.
1017
1018 2003-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
1019
1020         * spam.el (spam-install-hooks-function): Added Autoload cookie.
1021
1022 2003-10-02  Jesper Harder  <harder@ifa.au.dk>
1023
1024         * pgg-def.el (pgg-default-keyserver-address): Change to
1025         subkeys.pgp.net.  From Michael Shields <shields@msrl.com>
1026
1027 2003-10-01  Simon Josefsson  <jas@extundo.com>
1028
1029         * message.el (message-idna-to-ascii-rhs-1): RHS can be terminated
1030         by ',', as in 'foo@example.org, bar@example.org'.
1031
1032 2003-10-01  Jesper Harder  <harder@ifa.au.dk>
1033
1034         * message.el (message-send): Fix reversed logic of supersedes
1035         check.
1036
1037 2003-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
1038
1039         * gnus-art.el (gnus-article-view-part-as-charset): Doc fix,
1040         suggested by Norbert Koch <viteno@xemacs.org>.
1041
1042 2003-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1043
1044         * gnus-topic.el (gnus-topic-goto-missing-topic): Revert 2003-02-09
1045         change in order to correct the position where an invisible topic
1046         (because gnus-topic-display-empty-topics is nil) may be inserted.
1047
1048 2003-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1049
1050         * message.el (message-ignored-supersedes-headers): Add X-Payment.
1051
1052 2003-09-20  Jesper Harder  <harder@ifa.au.dk>
1053
1054         * rfc2047.el (rfc2047-encode): Limit line length to 76 characters.
1055
1056 2003-09-20  Simon Josefsson  <jas@extundo.com>
1057
1058         * tls.el (tls-process-connection-type): Doc fix.
1059
1060         * imap.el (imap-starttls-open): Rewrite, should support both old
1061         starttls.el and new starttls.el that uses GNUTLS.
1062
1063 2003-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1064
1065         * gnus-art.el (gnus-treat-display-x-face): Use set-default instead
1066         of custom-set-default which isn't available in old XEmacsen.
1067
1068 2003-09-17  Jesper Harder  <harder@ifa.au.dk>
1069
1070         * gnus-msg.el (gnus-summary-resend-message-edit): Don't convert
1071         to MML.  MIME -> MML -> MIME does not work for PGP/MIME.
1072
1073         * message.el (message-bounce, message-forward-show-mml): do.
1074         
1075 2003-09-13  Jesper Harder  <harder@ifa.au.dk>
1076
1077         * rfc2047.el (rfc2047-charset-encoding-alist): Add viscii.
1078         (rfc2047-encode): Add factors for big5, gb2312 and euc-kr.
1079
1080         * nnweb.el (nnweb-google-parse-1): Fix parsing.
1081
1082 2003-09-12  Jesper Harder  <harder@ifa.au.dk>
1083
1084         * gnus-group.el (gnus-group-fetch-control): ISC changed
1085         compression from .Z to .gz.
1086
1087         * rfc2047.el (rfc2047-header-encoding-alist): Add "Approved" to
1088         address-mime.
1089
1090 2003-09-11  Jesper Harder  <harder@ifa.au.dk>
1091
1092         * rfc2047.el (rfc2047-encode): Restrict encoded-words to 75
1093         characters.
1094
1095 2003-09-10  Jesper Harder  <harder@ifa.au.dk>
1096
1097         * gnus.el (gnus-group-charter-alist): Update.
1098
1099 2003-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1100
1101         * spam-report.el: use mm-url.el functions for external URL
1102         loading when the built-in HTTP GET is insufficient (e.g. proxies
1103         are in the way).  From Eric Knauel
1104         <knauel@informatik.uni-tuebingen.de>.
1105         (spam-report-url-ping-function): new option, defaults to the
1106         built-in HTTP GET (spam-report-url-ping-plain)
1107         (spam-report-url-ping): calls spam-report-url-ping-function now
1108         (spam-report-url-ping-plain): new function, does what
1109         spam-report-url-ping used to do
1110         (spam-report-url-ping-mm-url): function that delegates to
1111         mm-url.el (autoloaded)
1112
1113 2003-09-08  Teodor Zlatanov  <tzz@lifelogs.com>
1114
1115         * gnus-registry.el (gnus-registry-delete-id): function to
1116         completely delete an ID, including all the cache hashtables
1117         (gnus-registry-delete-group): use gnus-registry-delete-id
1118         (gnus-registry-simplify-subject): only run if the argument is a
1119         string, return nil otherwise
1120
1121 2003-09-07  Jesper Harder  <harder@ifa.au.dk>
1122
1123         * gnus-msg.el (gnus-summary-resend-bounced-mail): Docstring fix.
1124
1125 2003-09-05  Teodor Zlatanov  <tzz@lifelogs.com>
1126
1127         * gnus-registry.el (gnus-registry-split-fancy-with-parent): yet
1128         another error *sigh*
1129
1130         * gnus-registry.el (gnus-registry-fetch-extra-entry): don't use
1131         puthash unless gnus-registry-entry-caching is on
1132         (gnus-registry-split-fancy-with-parent): misplaced parenthesis
1133         made everything a part of the 'else'
1134         (gnus-registry-save): used 'entry-caching' instead of 'caching'
1135
1136 2003-09-05  Jesper Harder  <harder@ifa.au.dk>
1137
1138         * gnus-art.el (gnus-button-alist): Improve Info regexp.
1139
1140 2003-09-04  Teodor Zlatanov  <tzz@lifelogs.com>
1141
1142         * gnus-registry.el: added brief explanation of basics
1143         (gnus-registry-track-extra): new variable for tracking of message
1144         subjects
1145         (gnus-registry-entry-caching): caching parameter, used for extra
1146         data
1147         (gnus-registry-minimum-subject-length): minimum subject length
1148         before it's considered when tracing subjects
1149         (gnus-registry-save): accomodate extra data entry caching
1150         (gnus-registry-action): change function name, add the subject and
1151         pass it to gnus-registry-add-group
1152         (gnus-registry-spool-action): change function name, add the
1153         subject and pass it to gnus-registry-add-group
1154         (gnus-registry-split-fancy-with-parent): add subject tracking
1155         (gnus-registry-register-message-ids): pass subject to
1156         gnus-registry-add-group
1157         (gnus-registry-simplify-subject)
1158         (gnus-registry-fetch-simplified-message-subject-fast): new
1159         functions
1160         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry): add
1161         extra data entry caching
1162         (gnus-registry-add-group): handle the extra subject parameter
1163         (gnus-registry-install-hooks, gnus-registry-unload-hook): fix the
1164         gnus-register-* function names
1165
1166         * nnmail.el (nnmail-cache-insert): add subject parameter, pass it
1167         on to the nnmail-spool-hook
1168
1169         * nnbabyl.el (nnbabyl-request-accept-article): added subject to
1170         nnmail-cache-insert call
1171
1172         * nndiary.el (nndiary-request-accept-article): added subject to
1173         nnmail-cache-insert call
1174
1175         * nnfolder.el (nnfolder-request-accept-article): added subject to
1176         nnmail-cache-insert call
1177
1178         * nnimap.el (nnimap-split-articles): added subject to
1179         nnmail-cache-insert call
1180         (nnimap-request-accept-article): added subject to
1181         nnmail-cache-insert call
1182
1183         * nnmbox.el (nnmbox-request-accept-article): added subject to
1184         nnmail-cache-insert call
1185
1186         * nnmh.el (nnmh-request-accept-article): added subject to
1187         nnmail-cache-insert call
1188
1189         * nnml.el (nnml-request-accept-article): added subject to
1190         nnmail-cache-insert call
1191
1192 2003-09-04  Jesper Harder  <harder@ifa.au.dk>
1193
1194         * gnus-art.el (gnus-button-handle-info-url)
1195         (gnus-button-handle-info-url-gnome)
1196         (gnus-button-handle-info-url-kde, gnus-button-alist): Handle GNOME
1197         and KDE style Info URLs.
1198
1199         * gnus-util.el (gnus-url-unhex-string): Don't replace "+" with " ".
1200
1201 2003-09-02  Jesper Harder  <harder@ifa.au.dk>
1202
1203         * rfc2047.el (rfc2047-fold-region): Don't fold at the beginning
1204         of the field.
1205
1206 2003-09-01  Simon Josefsson  <jas@extundo.com>
1207
1208         * mml.el (mml-insert-mime-headers-always): New variable.
1209         (mml-insert-mime-headers): Use it.  Based on (tiny) patch from
1210         Lars Balker Rasmussen <lars@balker.org>.
1211
1212 2003-08-30  Simon Josefsson  <jas@extundo.com>
1213
1214         * mail-source.el (mail-source-fetch-imap): Pass correct buffer to
1215         imap-open, reverts 2003-03-17 change.  Reverse remove before
1216         calling gnus-compress-sequence.  From Gaute Strokkenes
1217         <gs234@srcf.ucam.org> (tiny change).
1218
1219 2003-08-29  Simon Josefsson  <jas@extundo.com>
1220
1221         * gnus-group.el (gnus-group-delete-group): Doc fix.  Suggested by
1222         Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>.
1223
1224 2003-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1225
1226         * gnus-art.el (article-display-x-face): Make it possible to set
1227         the gnus-article-x-face-command variable to the lambda form.
1228
1229 2003-08-27  Simon Josefsson  <jas@extundo.com>
1230
1231         * mm-decode.el (mm-remove-part): Try to kill external displayers
1232         cleanly first (if it refuses, C-g aborts loop and kill process
1233         unconditionally).  Also make sure process is dead before we remove
1234         the files it may be using.  Reported by David Coe
1235         <davidc@debian.org>.
1236
1237 2003-08-27  Jesper Harder  <harder@ifa.au.dk>
1238
1239         * gnus-cache.el (gnus-cache-generate-active): Fix bug in
1240         replacement.  From Vagn Johansen <v@johansen.mail.dk> (tiny
1241         change).
1242
1243 2003-08-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1244
1245         * gnus-art.el: Don't use defvaralias.
1246         (gnus-treat-display-x-face): Warn if the obsolete variable
1247         `gnus-treat-display-xface' exists.
1248
1249 2003-08-25  Jesper Harder  <harder@ifa.au.dk>
1250
1251         * gnus-art.el (gnus-treat-display-face): Fix typo.
1252         (gnus-treat-display-xface): Rename to gnus-treat-display-x-face
1253         (reported by Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>)
1254
1255 2003-08-24  Jesper Harder  <harder@ifa.au.dk>
1256
1257         * gnus-art.el (gnus-header-button-alist, gnus-button-alist): Fix
1258         type.
1259
1260 2003-08-22  Jesper Harder  <harder@ifa.au.dk>
1261
1262         * message.el (message-make-forward-subject-function): Fix
1263         customize mismatch.
1264
1265         * gnus.el (gnus-message-archive-method): do.
1266
1267 2003-08-20  Reiner Steib  <Reiner.Steib@gmx.de>
1268
1269         * gnus.el (gnus-read-group): Offer to continue only if the invalid
1270         char is `/' and add more information for the user.
1271
1272         * gnus-art.el (gnus-button-alist): Add `+' (gnus-button-handle-man).
1273         (gnus-header-button-alist): Added `In-Reply-To'.
1274
1275         * nnimap.el (nnimap-open-connection): Allow different user names
1276         on the same server (and in the same authinfo file).
1277
1278 2003-08-20  Jesper Harder  <harder@ifa.au.dk>
1279
1280         * gnus-sieve.el (gnus-sieve-crosspost): Fix type.
1281
1282         * message.el (message-make-forward-subject-function): Add
1283         message-forward-subject-name-subject to choices.
1284
1285         * gnus-art.el (gnus-article-edit-done, gnus-article-edit-exit):
1286         Redisplay article after editing.
1287
1288 2003-08-20  Simon Josefsson  <jas@extundo.com>
1289
1290         * gnus.el (gnus-read-group): Added check to ask confirmation if
1291         Group name contains invalid character. You can use '/' in IMAP,
1292         but not in filenames. G m cannot know what the user is creating,
1293         so let user decide. See thread m2oeysiev3.fsf@naima.lensflare.org.
1294         Tiny patch from letters@hotpop.com (Jari Aalto+mail.linux).
1295
1296 2003-08-13  Reiner Steib  <Reiner.Steib@gmx.de>
1297
1298         * gnus-score.el (gnus-summary-score-effect): Fix interactive use.
1299
1300 2003-08-10  Teodor Zlatanov  <tzz@lifelogs.com>
1301
1302         * gnus-draft.el (gnus-draft-send-all-messages): ask if all drafts
1303         should be sent unless gnus-expert-user is on
1304
1305 2003-08-09  Jesper Harder  <harder@ifa.au.dk>
1306
1307         * pgg-gpg.el (pgg-gpg-extra-args): Fix customization type.
1308
1309 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
1310
1311         * pgg-gpg.el (pgg-gpg-process-region): Bind
1312         default-enable-multibyte-characters to nil.
1313
1314 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * canlock.el (canlock-password): Fix customization type.
1317         (canlock-password-for-verify): Ditto.
1318         * deuglify.el (gnus-outlook-deuglify-unwrap-min): Ditto.
1319         (gnus-outlook-deuglify-unwrap-max): Ditto.
1320         (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
1321         * gnus-sum.el (gnus-sum-thread-tree-root): Ditto.
1322         (gnus-sum-thread-tree-false-root): Ditto.
1323         (gnus-sum-thread-tree-single-indent): Ditto.
1324         * message.el (message-archive-note): Ditto.
1325         (message-subscribed-address-file): Ditto.
1326         (message-user-fqdn): Ditto.
1327         * spam-report.el (spam-report-gmane-regex): Ditto.
1328         * spam.el (spam-blackhole-good-server-regex): Ditto.
1329
1330         * gnus-start.el (gnus-save-killed-list): Fix last change.
1331         * message.el (message-courtesy-message): Ditto.
1332
1333 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
1334
1335         * gnus-art.el (gnus-header-face-alist): Revert previous change.
1336         (gnus-header-newsgroups-face): Explain that it's only used for
1337         crossposts.
1338
1339 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1340
1341         * gnus-registry.el (gnus-registry-max-entries): Fix customization
1342         type.
1343         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
1344         * gnus.el (gnus-refer-article-method): Ditto.
1345         * message.el (message-courtesy-message): Ditto.
1346
1347 2003-08-06  Jesper Harder  <harder@ifa.au.dk>
1348
1349         * gnus-art.el (gnus-header-face-alist): Fix "Newsgroups" entry.
1350         From Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny patch)
1351
1352 2003-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1353
1354         * gnus-start.el (gnus-save-killed-list): Fix customization type.
1355         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
1356         * gnus.el (gnus-use-long-file-name): Ditto.
1357
1358 2003-08-04  Jesper Harder  <harder@ifa.au.dk>
1359
1360         * gnus-group.el (gnus-group-rename-group): Don't allow renaming to
1361         an existing name.
1362
1363         * gnus-sum.el (gnus-summary-highlight): Add uncached to docstring.
1364
1365         * nnmail.el (nnmail-large-newsgroup): Docstring fix.
1366
1367         * nntp.el (nntp-large-newsgroup): do.
1368
1369         * nnspool.el (nnspool-large-newsgroup): do.
1370
1371         * gnus-cus.el (gnus-group-parameters): Typo.
1372
1373 2003-07-31  Simon Josefsson  <jas@extundo.com>
1374
1375         * mml-sec.el (mml-signencrypt-style-alist): Use separate S/MIME
1376         method by default (revert partial 2003-07-10 patch).
1377
1378 2003-07-28  Dave Love  <fx@gnu.org>
1379
1380         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el: Require cl when compiling.
1381
1382 2003-07-26  Teodor Zlatanov  <tzz@lifelogs.com>
1383
1384         * gnus-registry.el (gnus-registry-install): add an initial
1385         registry read to the loading when gnus-registry-install is set
1386
1387 2003-07-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1388
1389         * flow-fill.el (fill-flowed): Empty lines separate paragraphs
1390         even if the preceding line ends with a soft break.  Tiny patch
1391         from Mark Thomas <swoon@bellatlantic.net>.
1392
1393 2003-07-25  Teodor Zlatanov  <tzz@lifelogs.com>
1394
1395         * spam.el (spam-use-regex-body, spam-regex-body-spam) 
1396         (spam-regex-body-ham): new variables, default to nil/empty/empty
1397         (spam-install-hooks): added spam-use-regex-body to list or
1398         pre-install conditions
1399         (spam-list-of-checks): added spam-use-regex-body and
1400         spam-check-regex-body to list of checks
1401         (spam-list-of-statistical-checks): added spam-use-regex-body to
1402         list of statistical checks
1403         (spam-check-regex-body): invokes spam-check-regex-headers with
1404         appropriate variable masking
1405         (spam-check-regex-headers): changes to print "body" or "header"
1406         where appropriate
1407
1408 2003-07-25  Jesper Harder  <harder@ifa.au.dk>
1409
1410         * smime.el (smime-ask-passphrase): Use read-passwd rather than
1411         comint-read-noecho.  The former is more secure.
1412
1413 2003-07-24  Teodor Zlatanov  <tzz@lifelogs.com>
1414
1415         * gnus-registry.el (gnus-registry-cache-whitespace): make "adding
1416         whitespace" message level 5 instead of 4
1417         (gnus-registry-clean-empty-function): new function to remove empty
1418         registry entries
1419         (gnus-registry-clean-empty): new variable to enable cleaning the
1420         registry when saving it by calling gnus-registry-clean-empty-function
1421
1422         * spam.el (spam-summary-prepare-exit): use spam-process-ham-in-spam-groups
1423         (spam-process-ham-in-spam-groups): new variable
1424
1425 2003-07-24  Jesper Harder  <harder@ifa.au.dk>
1426
1427         * pgg-gpg.el (pgg-gpg-process-region): Add "--yes" to options.
1428
1429         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el, pgg.el: Reapply changes
1430         from 2003-04-03 to fix security problem.  See
1431         http://www.debian.org/security/2003/dsa-339
1432
1433 2003-07-23  Teodor Zlatanov  <tzz@lifelogs.com>
1434
1435         * gnus.el (gnus-install-group-spam-parameters): add the
1436         gnus-ticked-mark to the possible choices of ham marks
1437
1438         * spam.el (spam-process-ham-in-nonham-groups): new variable
1439         (spam-summary-prepare-exit): use spam-process-ham-in-nonham-groups
1440
1441 2003-07-23  Jesper Harder  <harder@ifa.au.dk>
1442
1443         * rfc2047.el (rfc2047-header-encoding-alist): Add Mail-Followup-To
1444         and Mail-Copies-To to address-mime.
1445         (rfc2047-narrow-to-field): Use rfc2047-point-at-bol.
1446
1447 2003-07-19  Jesper Harder  <harder@ifa.au.dk>
1448
1449         * mm-util.el (mm-coding-system-priorities): Docstring improvement.
1450
1451 2003-07-17  Jesper Harder  <harder@ifa.au.dk>
1452
1453         * gnus-sum.el (gnus-thread-latest-date): Move condition-case to
1454         the right place.
1455
1456 2003-07-14  Simon Josefsson  <jas@extundo.com>
1457
1458         * mail-source.el (mail-source-fetch-imap): Don't assume
1459         imap-error-text returns something.
1460
1461 2003-07-12  Nevin Kapur  <kapur@mts.jhu.edu>
1462
1463         * nnimap.el (nnimap-request-newgroups): Use the pattern in
1464         nnimap-list-pattern instead of "*".
1465
1466 2003-07-10  Simon Josefsson  <jas@extundo.com>
1467
1468         * mml-sec.el (mml-signencrypt-style-alist): Use "combined" by
1469         default.  Improve docstring.
1470
1471 2003-07-10  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1472
1473         * imap.el (imap-arrival-filter): Fix test for missing process
1474         buffer.
1475
1476 2003-07-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1477         From Gaute B Strokkenes <gs234@cam.ac.uk> (tiny patch).
1478
1479         * imap.el (imap-wait-for-tag): Clarify comment.  Use timeout zero
1480         for second, after-process-has-died, accept-process-output.
1481         (imap-arrival-filter): If PROC has no buffer, do nothing.
1482
1483 2003-07-09  Jesper Harder  <harder@ifa.au.dk>
1484
1485         * flow-fill.el: Docstring and message fixes.
1486
1487         * deuglify.el: do.
1488
1489         * gnus-int.el: do.
1490
1491         * gnus-msg.el: do.
1492
1493         * gnus-util.el: do.
1494
1495         * gnus-draft.el: do.
1496
1497         * gnus-start.el: do.
1498
1499         * gnus.el: do.
1500
1501         * gnus-group.el: do.
1502
1503         * gnus-art.el: do.
1504
1505         * gnus-sum.el: do.
1506
1507         * mail-source.el (mail-source-movemail): Handle non-numerical
1508         return values.
1509
1510 2003-07-08  Jesper Harder  <harder@ifa.au.dk>
1511
1512         * mailcap.el (mailcap-parse-args-syntax-table)
1513         (mailcap-viewer-passes-test): Docstring fix.
1514
1515         * mm-bodies.el (mm-long-lines-p): Docstring fix.
1516
1517         * mm-decode.el (mm-w3m-safe-url-regexp, mm-verify-option)
1518         (mm-decrypt-option, mm-handle-set-external-undisplayer)
1519         (mm-file-name-replace-whitespace): Docstring fix.
1520
1521         * mm-uu.el (mm-uu-emacs-sources-regexp): Docstring fix.
1522         (mm-uu-pgp-signed-test): Fix message.
1523
1524         * mml.el (mml-tweak-sexp-alist): Docstring fix.
1525         (mml-parse-1, mml-insert-mime-headers): Fix message.
1526
1527         * message.el (message-archive-header)
1528         (message-subscribed-address-functions)
1529         (message-subscribed-addresses, message-subscribed-regexps)
1530         (message-canlock-generate)
1531         (message-generate-new-buffer-clone-locals): Docstring fixes.
1532
1533 2003-07-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1534
1535         * imap.el (imap-wait-for-tag): After the process has died, look
1536         for more output still pending.  From Gaute B Strokkenes
1537         <gs234@cam.ac.uk> (tiny patch).
1538
1539 2003-07-07  Teodor Zlatanov  <tzz@lifelogs.com>
1540
1541         * spam.el (spam-bogofilter-score): redisplay article normally
1542         after spam-bogofilter-score is called
1543
1544 2003-07-06  Jesper Harder  <harder@ifa.au.dk>
1545
1546         * message.el (message-send-mail-with-sendmail): Handle
1547         non-numeric return values.
1548
1549         * gnus-sum.el (gnus-print-buffer): Apply emphasis.
1550         From Michael Piotrowski <mxp@dynalabs.de> (tiny change).
1551
1552         * gnus-start.el (gnus-clear-system): Revert change from
1553         2003-06-19.
1554
1555 2003-07-04  Dave Love  <fx@gnu.org>
1556
1557         * rfc2047.el (rfc2047-q-encode-region): Exclude especials from
1558         characters not encoded, and make the list more legible.
1559
1560 2003-07-04  Jesper Harder  <harder@ifa.au.dk>
1561
1562         * message.el (message-make-from): Revert change from 2002-01-08.
1563
1564 2003-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1565
1566         * nnheader.el (nnheader-init-server-buffer): Don't add
1567         nntp-server-buffer to list of Gnus buffers.
1568
1569 2003-06-25  Teodor Zlatanov  <tzz@lifelogs.com>
1570
1571         * spam.el (spam-parse-list): prevent empty ("") strings
1572
1573 2003-06-24  Teodor Zlatanov  <tzz@lifelogs.com>
1574
1575         * spam.el (spam-parse-list): use gnus-extract-address-components
1576         instead of ietf-drums-parse-addresses
1577         (spam-from-listed-p): let* was unnecessary
1578
1579 2003-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1580
1581         * gnus-ems.el (gnus-put-image): Mark the right text segment with
1582         gnus-image-category. 
1583
1584         * gnus-srvr.el (gnus-browse-unsubscribe-group): Strip prefix from
1585         native groups.
1586
1587         * gnus-topic.el (gnus-group-prepare-topics): Update topic line
1588         format specs.
1589
1590         * gnus-picon.el: Written by moi, moi, moi.
1591
1592         * gnus-group.el (gnus-group-kill-group): Clean up.
1593
1594 2003-06-23  Teodor Zlatanov  <tzz@lifelogs.com>
1595
1596         * spam.el (spam-from-listed-p, spam-parse-list): use
1597         ietf-drums-parse-addresses to extract the address portion of the
1598         whitelist/blacklist file if it looks like an address can be found
1599
1600 2003-06-23  Didier Verna  <didier@xemacs.org>
1601
1602         * gnus-ems.el (gnus-put-image): New argument CATEGORY. Add it as a
1603         text property.
1604         (gnus-remove-image): New argument CATEGORY. Only remove if
1605         category matches.
1606         * gnus-xmas.el (gnus-xmas-put-image):
1607         (gnus-xmas-remove-image): Ditto, with extents.
1608         * gnus-art.el (gnus-delete-images): Pass CATEGORY argument to
1609         gnus-[xmas-]remove-image.
1610         (article-display-face): Don't always act as a toggle. Call
1611         `gnus-put-image' with CATEGORY argument.
1612         (article-display-x-face): Call `gnus-put-image' with CATEGORY
1613         argument.
1614         * smiley.el (smiley-region): Ditto.
1615         * gnus-fun.el (gnus-display-x-face-in-from): Ditto.
1616         * gnus-picon.el (gnus-picon-insert-glyph): Ditto.
1617         (gnus-treat-mail-picon): Don't always act as a toggle.
1618         * gnus-picon.el (gnus-treat-newsgroups-picon): Ditto.
1619
1620 2003-06-23  Didier Verna  <didier@xemacs.org>
1621
1622         * gnus-art.el (article-display-face): Check for existence of the
1623         original article buffer before switching to it.
1624
1625 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
1626
1627         * mm-util.el (mm-append-to-file): Say "Appended to".  Suggested by
1628         Dan Jacobson <jidanni@jidanni.org>.
1629
1630         * mm-view.el (mm-inline-message): Bind
1631         gnus-original-article-buffer to the buffer in the mml handle
1632         holding the message.
1633
1634 2003-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1635
1636         * message.el (sender, from): No need to bind them.
1637
1638 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
1639
1640         * spam.el (spam-enter-list): search-forward specified wrong
1641
1642 2003-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1643
1644         * gnus-art.el: Comment fix.
1645
1646 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
1647
1648         * gnus-msg.el (gnus-configure-posting-styles): Remove unused
1649         variable.  From Jan Rychter <jan@rychter.com>.
1650
1651         * spam.el (spam-spamoracle-learn): insert-string is obsolete.
1652
1653 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
1654
1655         * spam.el (spam-enter-list): do not enter duplicate addresses into
1656         the whitelist/blacklist
1657
1658 2003-06-19  Jesper Harder  <harder@ifa.au.dk>
1659
1660         * nnheader.el (nnheader-init-server-buffer): Add
1661         nntp-server-buffer to gnus-buffers.
1662
1663         * gnus-start.el (gnus-clear-system): Now we don't need to kill
1664         nntp-server-buffer separately.
1665
1666 2003-06-18  Didier Verna  <didier@xemacs.org>
1667
1668         * gnus-art.el (article-display-face): Correctly toggle between
1669         display and hiding. Handle multiple Face headers.
1670
1671 2003-06-17  Dave Love  <fx@gnu.org>
1672
1673         * nnimap.el: Require cl when compiling.
1674
1675         * message.el (message-fix-before-sending): Reinstate nullifying
1676         the invisible text property.
1677         (sender, from): Defvar when compiling.
1678         (message-is-yours-p): Remove autoload cookie.
1679
1680 2003-06-17  Reiner Steib  <Reiner.Steib@gmx.de>
1681
1682         * gnus-util.el (gnus-extract-address-components): Added
1683         doc-string.
1684
1685 2003-06-16  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1686
1687         * nnml.el (nnml-current-group-article-to-file-alist): Don't read
1688         overview when using compressed files.  From Michael Albinus
1689         <Michael.Albinus@alcatel.de>.
1690
1691 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1692
1693         * gnus-sum.el (gnus-summary-refer-parent-article): Extract
1694         Message-ID from In-Reply-To header.
1695
1696 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1697
1698         * message.el (message-is-yours-p): Narrow to head; extract from
1699         and sender by itself.
1700         (message-cancel-news, message-supersede): Remove useless things.
1701
1702 2003-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
1703
1704         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
1705         `gnus-article-emulate-mime'.
1706
1707 2003-06-15  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1708         From Tommi Vainikainen <thv+gnus@iki.fi>.
1709
1710         * message.el (message-is-yours-p): New function.  Separated common
1711         code from message-cancel-news and message-supersede.  Added
1712         matching code which uses message-alternative-emails regexp as last
1713         resort.
1714         (message-cancel-news, message-supersede): Use message-is-yours-p.
1715
1716 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1717
1718         * nnimap.el (nnimap-split-articles): Narrow the right buffer to
1719         the headers.  From Niklas Morberg <niklas.morberg@axis.com>.
1720
1721 2003-06-12  Dave Love  <fx@gnu.org>
1722
1723         * nnheader.el (nnheader-functionp): Deleted.
1724
1725         * nnmail.el (nnmail-split-fancy-syntax-table): Define all in
1726         defvar.
1727         (nnmail-version): Deleted.
1728         (nnmail-check-duplication, nnmail-expiry-target-group): Don't use
1729         nnheader-functionp.
1730
1731 2003-06-10  Teodor Zlatanov  <tzz@lifelogs.com>
1732
1733         * spam.el (spam-check-bogofilter-headers): fix for when the score
1734         is requested but the message is not spam
1735
1736 2003-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
1737         From Eric
1738         <knauel@informatik.uni-tuebingen.de>
1739
1740         * spam.el (spam-use-spamoracle): new variable
1741         (spam-install-hooks): add spamoracle to the list of conditions
1742         for activation of spam-install-hooks
1743         (spam-spamoracle): new variable customization group
1744         (spam-spamoracle, spam-spamoracle): new variables
1745         (spam-group-spam-processor-spamoracle-p)
1746         (spam-group-ham-processor-spamoracle-p): new functions
1747         (spam-summary-prepare-exit): added spamoracle ham/spam exit processing
1748         (spam-list-of-checks, spam-list-of-statistical-checks): add
1749         spam-use-spamoracle
1750         (spam-check-spamoracle, spam-spamoracle-learn)
1751         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): new functions
1752
1753         * gnus.el (gnus-group-spam-exit-processor-spamoracle)
1754         (gnus-group-ham-exit-processor-spamoracle): new variables for SpamOracle
1755         (spam-process, ham-process): added spamoracle spam/ham processors
1756
1757 2003-06-08  Jesper Harder  <harder@ifa.au.dk>
1758
1759         * message.el (message-beginning-of-line): Docstring improvement.
1760         Suggested by Michael R. Wolf <MichaelRunningWolf@att.net>
1761
1762 2003-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1763
1764         * gnus-sum.el (gnus-summary-make-menu-bar): Removed ["Add buttons"
1765         gnus-summary-display-buttonized t]
1766
1767 2003-06-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1768
1769         * nnmail.el (nnmail-split-fancy-match-partial-words): Doc string
1770         fix.  Reported by Johan Bockg\e,Ae\e(Brd <bojohan+news@dd.chalmers.se>.
1771
1772 2003-06-07  Jesper Harder  <harder@ifa.au.dk>
1773
1774         * message.el (message-beginning-of-line): Docstring improvement.
1775
1776 2003-06-06  Jesper Harder  <harder@ifa.au.dk>
1777
1778         * gnus-srvr.el (gnus-browse-foreign-server): Parse garbage NNTP
1779         groups correctly.
1780
1781 2003-06-06  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1782         From Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
1783
1784         * message.el (message-fetch-field): Augment documentation to state
1785         the narrowed-to-headers restriction.
1786         (message-change-subject, message-reduce-to-to-cc)
1787         (message-generate-unsubscribed-mail-followup-to)
1788         (message-insert-importance-high, message-insert-importance-low)
1789         (message-insert-or-toggle-importance)
1790         (message-insert-disposition-notification-to): Narrow to headers
1791         before calling message-fetch-field or message-remove-header.
1792
1793 2003-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1794
1795         * gnus-registry.el (gnus-registry-trim): fix for when
1796         gnus-registry-max-entries is nil
1797
1798 2003-06-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1799
1800         * qp.el (quoted-printable-decode-region): Don't error out on
1801         malformed text.
1802
1803 2003-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1804
1805         * rfc2047.el (rfc2047-encode-region): Don't error out on invalid
1806         strings.
1807
1808 2003-06-04  Jesper Harder  <harder@ifa.au.dk>
1809
1810         * mml1991.el (mml1991-pgg-sign): Insert pgg output as unibyte.
1811         From: Ivan Boldyrev <boldyrev+nospam@cgitftp.uiggm.nsc.ru> (tiny
1812         change)
1813
1814 2003-06-03  Dave Love  <fx@gnu.org>
1815
1816         * gnus-soup.el (gnus-soup-send-packet): Don't use
1817         message-functionp.
1818
1819         * gnus.el (gnus-agent-cache): Doc fix.
1820         (gnus-other-frame): Quote lambda used as hook.
1821
1822         * message.el: Doc fixes.
1823         (message-functionp): Deleted.  Callers changed.
1824         (message-fix-before-sending): Highlight with overlays.  Clarify
1825         `illegible text' messages.
1826         (rmail-enable-mime-composing, gnus-message-group-art): Defvar when
1827         compiling.
1828         (gnus-find-method-for-group, nnvirtual-find-group-art): Autoload.
1829
1830 2003-06-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1831
1832         * nnmail.el (nnmail-split-fancy-match-partial-words): New user
1833         option.
1834         (nnmail-split-it): Obey it.  Don't let-bind regexp twice.
1835
1836         * message.el (message-fetch-field): Mention narrow-to-headers
1837         requirement.
1838
1839 2003-06-03  Jesper Harder  <harder@ifa.au.dk>
1840
1841         * gnus-xmas.el (gnus-xmas-create-image): Use
1842         insert-file-contents-literally.  From: Eric Eide
1843         <eeide@cs.utah.edu>
1844
1845 2003-06-02  Teodor Zlatanov  <tzz@lifelogs.com>
1846
1847         * gnus-registry.el (gnus-registry-fetch-group): always return the
1848         short name of the group
1849
1850 2003-06-02  Jesper Harder  <harder@ifa.au.dk>
1851
1852         * gnus-cus.el (defvar): Silence byte-compiler warnings.
1853
1854         * gnus-sum.el (gnus-get-newsgroup-headers): Unfold headers.
1855
1856 2003-05-31  Jesper Harder  <harder@ifa.au.dk>
1857
1858         * gnus-art.el (article-unsplit-urls): Use gnus-treat-article
1859         rather than gnus-display-mime-function.
1860
1861 2003-05-30  Teodor Zlatanov  <tzz@lifelogs.com>
1862
1863         * gnus-registry.el (gnus-registry-use-long-group-names): new variable
1864         (gnus-registry-add-group): use it
1865         (gnus-registry-trim-articles-without-groups): new variable
1866         (gnus-registry-delete-group): use it
1867         (gnus-registry-unload-hook): uninstall all the hooks
1868
1869         * spam.el (spam-install-hooks-function, spam-unload-hook): new
1870         functions so users that load spam.el for customization don't get
1871         all the hooks installed
1872         (spam-install-hooks): new variable, set to t by default if user
1873         has one of the spam-use-* variables set
1874
1875         * spam-stat.el (spam-stat-install-hooks, spam-stat-unload-hook): new
1876         functions so users that load spam-stat.el for customization don't get
1877         all the hooks installed
1878
1879 2003-05-30  Dave Love  <fx@gnu.org>
1880
1881         * rfc2047.el (rfc2047-decode): Don't use
1882         mm-with-unibyte-current-buffer.
1883
1884         * qp.el (quoted-printable-decode-string): Use
1885         mm-with-unibyte-buffer.
1886
1887 2003-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
1888
1889         * gnus-registry.el (gnus-registry-save): allow forced saving even
1890         when registry is not dirty.  Use gnus-registry-trim to shorten the
1891         gnus-registry-alist.
1892         (gnus-registry-max-entries): new variable
1893         (gnus-registry-trim): new function, trim gnus-registry-alist to
1894         size gnus-registry-max-entries, sorting by entry mtime so the
1895         newest entries stick around
1896
1897         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): instead of
1898         just one specific variable, allow a list of specific variables
1899
1900 2003-05-28  Dave Love  <fx@gnu.org>
1901
1902         * rfc2047.el (rfc2047-encode-region): Skip ASCII at beginning and
1903         end of region.
1904
1905 2003-05-28  Jesper Harder  <harder@ifa.au.dk>
1906
1907         * lpath.el: Add put-char-table and get-char-table.
1908
1909 2003-05-28  Teodor Zlatanov  <tzz@lifelogs.com>
1910
1911         * gnus-registry.el (gnus-registry-dirty): flag for modified registry
1912         (gnus-registry-save, gnus-registry-read)
1913         (gnus-registry-store-extra, gnus-registry-clear): use it (note
1914         that gnus-registry-store-extra is invoked for all modifications to
1915         set the mtime, so gnus-registry-dirty only needs to be set there)
1916
1917 2003-05-23  Simon Josefsson  <jas@extundo.com>
1918
1919         * mml1991.el (mml1991-pgg-sign): Use mml-sender instead of
1920         message-sender.
1921
1922         * gnus-art.el (gnus-use-idna): Check if idna-program is installed.
1923
1924         * message.el (message-use-idna): Ditto.
1925
1926 2003-05-20  Dave Love  <fx@gnu.org>
1927
1928         * rfc2047.el (rfc2047-q-encoding-alist): Deleted.
1929         (rfc2047-q-encode-region): Don't use it.
1930         (rfc2047-encode-message-header) <(eq method 'mime)>: Bind
1931         rfc2047-encoding-type to `mime'.
1932         (rfc2047-encode-string, rfc2047-encode): Doc fix.
1933
1934 2003-05-20  Jesper Harder  <harder@ifa.au.dk>
1935
1936         * message.el (message-send-mail): Don't insert a courtesy copy
1937         notice in base64 encoded messages.
1938
1939 2003-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1940
1941         * gnus-sum.el (gnus-summary-move-article): Don't copy expirable
1942         marks if the destination group is not auto-expirable.
1943
1944 2003-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1945
1946         * dgnushack.el (assq-delete-all): Removed the compiler macro.
1947
1948 2003-05-14  Kevin Greiner <kgreiner@xpediantsolutions.com>
1949
1950         * gnus-agent.el (gnus-agentize): Updated documentation to match
1951         usage.
1952         (gnus-agent-expire-group-1): Do not skip over a group when the
1953         force argument is set.
1954         * gnus.el (gnus-agent): Updated documentation to reflect that
1955         gnus-agent now defaults to t.
1956
1957 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1958
1959         * gnus.el (gnus-version-number): Bump.
1960
1961 2003-05-14 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1962
1963         * gnus.el: Gnus v5.10.2 is released.
1964
1965 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1966
1967         * mail-source.el (mail-source-delete-incoming): Changed to t.
1968
1969         * rfc2047.el (rfc2047-syntax-table): Funcall.
1970
1971         * lpath.el ((featurep 'xemacs)): Added set-char-table-range.
1972         ((featurep 'xemacs)): No, don't.
1973
1974         * rfc2047.el (rfc2047-encodable-p): Use the header charset.
1975
1976         * gnus-sum.el (gnus-summary-reselect-current-group): Supply
1977         leave-hidden.
1978
1979 2003-05-14  Jonathan Kamens  <jik@kamens.brookline.ma.us>
1980
1981         * gnus-sum.el (gnus-summary-exit): Added `leave-hidden'.  (Tiny
1982         patch.)
1983
1984 2003-05-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1985
1986         * gnus-registry.el (gnus-registry-store-extra-entry): Use
1987         gnus-assq-delete-all.
1988
1989         * gnus-xmas.el (gnus-xmas-assq-delete-all): New function.
1990
1991         * message.el (message-ignored-bounced-headers): Add Delivered-To.
1992
1993         * gnus-sum.el (gnus-summary-find-next): Indent.
1994         (gnus-summary-find-prev): Ditto.
1995         (gnus-summary-catchup): Doc fix.
1996         (gnus-summary-mark-current-read-and-unread-as-read): New function.
1997         (gnus-summary-catchup): Really mark after point.
1998
1999         * gnus-util.el (gnus-user-date): Use %d instead of %m.
2000         (gnus-user-date): Use floating point time so that we don't get
2001         overflows.
2002
2003         * gnus-sum.el (gnus-summary-local-variables): Clean up.
2004
2005         * gnus-fun.el (gnus-display-x-face-in-from): Don't use centering
2006         since none of the other image things do.
2007
2008 2003-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2009
2010         * dgnushack.el (assq-delete-all): New compiler macro for Emacs 20.
2011
2012 2003-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2013
2014         * lpath.el: Fbind find-coding-system.
2015
2016         * dgnushack.el (dgnushack-make-load): Remove redundant format call
2017         in message.  Suggested by Yoichi NAKAYAMA <yoichi@geiin.org>.
2018         * pop3.el (pop3-movemail): Ditto.
2019
2020 2003-05-12  Colin Marquardt <c.marquardt@alcatel.de>  (tiny change)
2021
2022         * gnus.el (gnus-agent): Docstring fix.
2023
2024 2003-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
2025
2026         * gnus-registry.el (gnus-registry-install): new variable
2027         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry)
2028         (gnus-registry-store-extra-entry, gnus-registry-delete-group)
2029         (gnus-registry-add-group): add a modification timestamp to each entry
2030         (gnus-registry-install-hooks): new function
2031
2032 2003-05-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
2033
2034         * gnus-agent.el (gnus-agent-cat-name): Eval macro while compiling.
2035         (gnus-agent-cat-disable-undownloaded-faces): New function.
2036         Accessor for new agent property
2037         'agent-disable-undownloaded-faces'.
2038         gnus-cus.el (gnus-agent-parameters): Added
2039         agent-disable-undownloaded-faces and corrected documentation.
2040         (gnus-agent-cat-prepare-category-field,
2041         gnus-agent-customize-category): Changed to avoid creating free
2042         references to each field's symbol.
2043         gnus-sum.el (gnus-summary-use-undownloaded-faces): New local variable.
2044         (gnus-select-newgroup): Initialize it.
2045         (gnus-summary-highlight-line): Use it.
2046
2047 2003-05-12  Dave Love  <fx@gnu.org>
2048
2049         * mm-util.el (mm-read-charset): Deleted.
2050         (mm-coding-system-mime-charset): New.
2051         (mm-read-coding-system, mm-mule-charset-to-mime-charset)
2052         (mm-charset-to-coding-system, mm-mime-charset)
2053         (mm-find-mime-charset-region): Use it.
2054         (mm-default-multibyte-p): Fix non-mule case.
2055
2056         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-bol): Eval
2057         and compile.
2058         (rfc2047-syntax-table): Fix building table to work in Emacs 22.
2059         (rfc2047-unfold-region): Delete unused var `leading'.
2060
2061 2003-05-12  Simon Josefsson  <jas@extundo.com>
2062
2063         * pgg.el (pgg-temp-buffer-show-function): Reuse existing visible
2064         output window if one is available.  Tiny patch from Ville Skytt\e,Ad\e(B
2065         <scop@xemacs.org>.
2066
2067 2003-05-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068
2069         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Added
2070         space.
2071
2072 2003-05-11  Jesper Harder  <harder@ifa.au.dk>
2073
2074         * gnus-sum.el (gnus-summary-enter-digest-group): Don't do article
2075         washing etc.
2076         (gnus-handle-ephemeral-exit): Don't reload article after exiting.
2077
2078         * nndoc.el (nndoc-type-alist): `mime-digest' should be before
2079         `mime-parts'.
2080
2081 2003-05-10  Jesper Harder  <harder@ifa.au.dk>
2082
2083         * gnus-cite.el (gnus-article-hide-citation-maybe): Make toggling
2084         work.  Update mode-line.
2085
2086 2003-05-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087
2088         * gnus.el (gnus-logo-color-alist): Added no colours.
2089
2090 2003-05-09  Dave Love  <fx@gnu.org>
2091
2092         * utf7.el (mm-util): Require.
2093         (utf7-direct-encoding-chars, utf7-imap-direct-encoding-chars):
2094         Defconst, not defvar.
2095         (utf7-utf-16-coding-system): New.
2096         (utf7-encode-internal): Hoist concat out of loop.
2097         (utf7-fragment-encode): Use mm-with-unibyte-current-buffer.
2098         (utf7-get-u16char-converter) [utf7-utf-16-coding-system]: New
2099         case.
2100         (utf7-latin1-u16-char-converter): Encode the region.
2101         (utf7-u16-latin1-char-converter): Decode the region.
2102         (utf7-encode, utf7-decode): Fix multibyteness.
2103
2104         * mm-bodies.el (mm-body-7-or-8): Don't special-case mule.
2105         (mm-encode-body): Use mm-read-coding-system, not mm-read-charset.
2106         (mm-uu-yenc-decode-function): Defvar when compiling.
2107         (mm-encode-body, mm-decode-body): Doc fix.
2108
2109 2003-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2110
2111         * gnus-registry.el (gnus-registry-unregistered-group-regex):
2112         removed in favor of the group/topic/global variables
2113         (gnus-registry-register-message-ids): fixed test to omit
2114         gnus-registry-unregistered-group-regex
2115
2116         * gnus.el (gnus-variable-list): removed gnus-registry-alist and
2117         gnus-registry-headers-alist from the list
2118         (gnus-registry-headers-alist): removed
2119         (registry-ignore): new parameter, with accompanying
2120         gnus-registry-ignored-groups global variable
2121
2122         * gnus-start.el (gnus-clear-system): no need to clear the
2123         registry, we can do it ourselves
2124         (gnus-gnus-to-quick-newsrc-format): extra parameters so it can be
2125         used by gnus-registry.el
2126
2127         * gnus-registry.el (gnus-registry-cache-file): new file variable
2128         (gnus-registry-cache-read, gnus-registry-cache-save): new
2129         functions
2130         (gnus-registry-cache-whitespace): new function.  From Dan
2131         Christensen <jdc@chow.mat.jhu.edu>
2132         (gnus-registry-save, gnus-registry-read): use the new
2133         gnus-registry-cache-{read|save} functions, and change the name
2134         from gnus-registry-translate-{from|to}-alist
2135         (gnus-registry-clear): fixed so it doesn't refer to old function name
2136
2137 2003-05-09  Jesper Harder  <harder@ifa.au.dk>
2138
2139         * gnus-picon.el (gnus-picon-transform-address): Parse the encoded
2140         address.
2141
2142 2003-05-08  Teodor Zlatanov  <tzz@lifelogs.com>
2143
2144         * gnus-start.el (gnus-clear-system): added gnus-registry-alist to
2145         the list of cleared variables
2146
2147         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2148         nnmail-split-fancy-with-parent-ignore-groups can be a single regex
2149         in addition to a list of regexes.
2150
2151         * spam.el (spam-use-regex-headers): docstring fix.  From Niklas
2152         Morberg <niklas.morberg@axis.com>
2153
2154 2003-05-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2155
2156         * gnus-sum.el (gnus-summary-next-page): Mention
2157         `gnus-article-skip-boring' in docstring.
2158
2159 2003-05-08  Jesper Harder  <harder@ifa.au.dk>
2160
2161         * rfc2231.el (rfc2231-parse-string): "=" should have whitespace
2162         syntax here.
2163
2164         * ietf-drums.el (ietf-drums-syntax-table): "=" should not have
2165         whitespace syntax class when parsing email addresses.
2166
2167         * message.el (message-forward-subject-name-subject): Don't use
2168         mail-decode-encoded-word-string before parsing from.
2169
2170 2003-05-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2171
2172         * message.el (message-setup-1): Setup alternative email before
2173         generate-headers.
2174
2175         (message-forward-subject-name-subject): Fix the case when the
2176         field "from" doesn't exist.
2177
2178 2003-05-07  Dave Love  <fx@gnu.org>
2179
2180         * rfc2047.el (rfc2047-encode-region): Skip \n as whitespace.
2181
2182         * mm-util.el (mm-find-mime-charset-region): Expurgate utf-16 from
2183         possible values.
2184
2185 2003-05-07  Jesper Harder  <harder@ifa.au.dk>
2186
2187         * message.el (message-kill-to-signature): Fix.
2188
2189 2003-05-06  Jesper Harder  <harder@ifa.au.dk>
2190
2191         * gnus-sum.el (gnus-auto-goto-ignores): Docstring fix.
2192
2193         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
2194         (gnus-mime-display-multipart-related-as-mixed)
2195         (gnus-button-mid-or-mail-heuristic-alist): do.
2196
2197 2003-05-05  Dave Love  <fx@gnu.org>
2198
2199         * mm-util.el (mm-default-multibyte-p): New.
2200         (mm-coding-system-p): Maybe use find-coding-systems.
2201
2202 2003-05-04  Dave Love  <fx@gnu.org>
2203
2204         * rfc2047.el (with-syntax-table): Define if necessary.
2205         (rfc2047-syntax-table): Fix last change for XEmacs.
2206         (rfc2047-parse-and-decode): Revert last change.
2207
2208 2003-05-03  Jesper Harder  <harder@ifa.au.dk>
2209
2210         * gnus.el: Don't test for `mm-guess-mime-charset'.
2211
2212         * mm-util.el (mm-guess-mime-charset): Remove.  Not used any more.
2213
2214         * gnus.el (gnus-default-charset): Set default value to
2215         `undecided'.
2216
2217         * gnus-art.el (article-decode-charset): Don't supply 4th arg to
2218         mm-decode-body.
2219
2220         * mm-bodies.el (mm-decode-coding-region-safely): Remove.
2221         (mm-decode-body): Don't use mm-decode-coding-region-safely.
2222
2223 2003-05-03  Vasily Korytov <deskpot@despammed.com>  (tiny change)
2224
2225         * gnus-util.el (gnus-multiple-choice): Add ", ?".
2226
2227 2003-05-03  Dave Love  <fx@gnu.org>
2228
2229         * rfc2047.el (rfc2047-syntax-table): Don't call make-char-table
2230         with 2 args.
2231         (rfc2047-decode-string): Don't set the buffer multibyte before
2232         calling buffer-string.
2233
2234         * mm-encode.el (mm-long-lines-p): Autoload.
2235         (mm-encode-content-transfer-encoding): Doc fix.  Don't make buffer
2236         unibyte.  Signal error on unknown encoding.
2237         (mm-encode-buffer, mm-qp-or-base64): Doc fix.
2238
2239         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): New.
2240         Callers of gnus- versions changed to use them.
2241         (rfc2047-header-encoding-alist): Add `address-mime' part.  Doc
2242         fixes.
2243         (rfc2047-encoding-type): New.
2244         (rfc2047-encode-message-header): Use mm-charset-to-coding-system.
2245         Don't include header name field in encoding.  Add `address-mime'
2246         case and bind rfc2047-encoding-type for `mime' case.
2247         (rfc2047-encodable-p): Deleted.
2248         (rfc2047-syntax-table): New.
2249         (rfc2047-encode-region, rfc2047-encode): Rewritten to take account
2250         of rfc2047 rules with respect to rfc2822 tokens and to do encoding
2251         in place rather than by passing strings.
2252         (rfc2047-encode-string): Doc fix.
2253         (rfc2047-q-encode-region): Don't use
2254         mm-with-unibyte-current-buffer.
2255         (rfc2047-encoded-word-regexp): eval-and-compile.
2256         (rfc2047-decode-region): Avoid concatenation in loop.
2257         (rfc2047-parse-and-decode): Remove useless disjunction.
2258
2259 2003-05-02  Dave Love  <fx@gnu.org>
2260
2261         * rfc2047.el (rfc2047-q-encode-region, rfc2047-decode): Use
2262         mm-with-unibyte-current-buffer.
2263         (ietf-drums, gnus-util): don't require.
2264
2265         * sieve.el (sieve-manage-mode-menu): Define before use.
2266
2267         * mml-smime.el (message-narrow-to-headers): Autoload.
2268
2269         * mm-util.el (mm-coding-system-p): Don't override nil from
2270         coding-system-p.
2271         (mm-mule4-p, mm-disable-multibyte-mule4)
2272         (mm-with-unibyte-current-buffer-mule4): Deleted.
2273         (mm-multibyte-p): Use defun, not defalias.
2274         (mm-make-temp-file): Moved to group at top of file.
2275         (mm-point-at-eol, mm-point-at-bol): New.
2276
2277         * gnus-cite.el (gnus-art): Require.
2278
2279         * gnus-ems.el (gnus-get-buffer-create)
2280         (nnheader-find-etc-directory, message-text-with-property):
2281         Autoload.
2282         (gnus-tmp-unread, gnus-tmp-replied, gnus-tmp-score-char)
2283         (gnus-tmp-indentation, gnus-tmp-opening-bracket, gnus-tmp-lines)
2284         (gnus-tmp-name, gnus-tmp-closing-bracket, gnus-tmp-subject-or-nil)
2285         (gnus-check-before-posting): Only defvar when compiling.
2286
2287         * gnus-int.el (gnus-agent-expire): Autoload, don't defun.
2288
2289         * gnus-util.el (rmail-default-rmail-file, mm-text-coding-system):
2290         Defvar when compiling.
2291         (gnus-output-to-rmail): Require mm-util.
2292
2293         * mail-source.el (mail-source-callback): Use mm-make-temp-file.
2294         (mail-source-make-complex-temp-name): Deleted.
2295
2296         * message.el (message-use-idna): Use mm-coding-system-p.
2297         (message-tokenize-header, message-make-organization)
2298         (message-make-from):  Use with-temp-buffer.
2299         (message-set-work-buffer): Deleted.
2300         (message-fill-paragraph): Use `if' not `and' for compiler warning.
2301         (message-check-news-header-syntax): Remove useless lambda.
2302         (message-forward-make-body): Use mm-disable-multibyte,
2303         mm-with-unibyte-current-buffer, mm-enable-multibyte.
2304         (message-replace-chars-in-string): Deleted.
2305
2306         * mm-extern.el (mm-extern-local-file): Use mm-disable-multibyte.
2307         (mm-extern-url): Use mm-with-unibyte-current-buffer,
2308         mm-disable-multibyte.
2309         (mm-extern-anon-ftp): Use mm-disable-multibyte.
2310
2311         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt): Use
2312         mm-with-unibyte-current-buffer.
2313
2314         * mml2015.el (mml): Require.
2315         (mml2015-mailcrypt-encrypt, mml2015-gpg-encrypt): Use
2316         mm-with-unibyte-current-buffer.
2317
2318         * nnheader.el (gnus-util): Require.
2319
2320         * nntp.el (format-spec, format-spec-make, open-tls-stream):
2321         Autoload.
2322
2323         * rfc2231.el (mail-header-remove-comments, mm-encode-body)
2324         (mail-header-remove-whitespace): Autoload.
2325
2326         * sieve-manage.el (starttls-negotiate): Autoload.
2327
2328 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2329
2330         * nnrss.el (nnrss-find-rss-via-syndic8): Indent.
2331
2332 2003-05-01  Mark A. Hershberger  <mah@everybody.org>
2333
2334         * nnrss.el (nnrss-find-rss-via-syndic8): Don't error out.
2335
2336 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2337
2338         * gnus.el (gnus-version-number): Bump.
2339
2340 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
2341
2342         * spam-report.el (spam-report-gmane-regex): docstring fix.  From
2343         Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
2344
2345         * gnus.el (gnus-install-group-spam-parameters): docstring fix.
2346         From Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
2347
2348         * gnus-registry.el (gnus-registry-fetch-extra)
2349         (gnus-registry-store-extra, gnus-registry-group-count): new functions
2350         (gnus-registry-fetch-group, gnus-registry-delete-group)
2351         (gnus-registry-add-group): changed to work with extra data element
2352         if present
2353
2354 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2355
2356         * gnus.el: Gnus v5.10.1 is released.
2357
2358 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2359
2360         * gnus.el: Oort Gnus v0.24 is released.
2361
2362 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2363
2364         * dgnushack.el (when): Check whether defadvice is fbound.
2365
2366 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
2367
2368         * gnus-registry.el (gnus-registry-unregistered-group-regex): new variable
2369         (gnus-registry-register-message-ids): use it
2370
2371 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2372
2373         * gnus.el (gnus-version-number): Bump.
2374
2375         * gnus.el: Update copyright for several files.
2376
2377 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2378
2379         * gnus.el: Oort Gnus v0.23 is released.
2380
2381 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2382
2383         * spam-stat.el (spam-stat-test-directory): Compare against zero.
2384
2385 2003-05-01  Trey Jackson <tjackson@ichips.intel.com>  (tiny change)
2386
2387         * spam-stat.el (spam-stat-test-directory): Skip 0 length files.
2388
2389 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2390
2391         * message.el (message-forward-subject-name-subject): Decode
2392         string when forwarding.
2393
2394 2003-05-01  Oystein Viggen  <oysteivi@tihlde.org>
2395
2396         * dgnushack.el (when): Add defadvice.
2397
2398 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2399
2400         * gnus.el (gnus-version-number): Bump.
2401
2402 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2403
2404         * gnus.el: Oort Gnus v0.22 is released.
2405
2406 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2407
2408         * gnus.el: Oort Gnus v0.21 is released.
2409
2410 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2411
2412         * gnus.el (gnus-version-number): Bump.
2413
2414 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2415
2416         * gnus.el: Oort Gnus v0.20 is released.
2417
2418 2003-05-01  Vasily Korytov  <deskpot@despammed.com>
2419
2420         * gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.
2421
2422 2003-04-30  Mark A. Hershberger  <mah@everybody.org>
2423
2424         * mm-url.el (mm-url-insert-file-contents): set url-current-object
2425         in the case where mm-url-use-external is set.
2426
2427         * nnrss.el (nnrss-request-article): Change the messages created to
2428         multipart/alternative.  Hopefully fixes a problem interaction with
2429         w3m.
2430         (nnrss-find-rss-via-syndic8): Better handling if xml-rpc.el isn't
2431         around.
2432
2433 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2434
2435         * message.el (message-check-news-header-syntax): Alter "posting"
2436         message.
2437
2438         * nnrss.el (nnrss-node-text): Don't use char classes.
2439
2440 2003-05-01  David Z. Maze  <dmaze@mit.edu>
2441
2442         * nnrss.el (nnrss-find-rss-via-syndic8): Have an `error' branch
2443         in condition-case.
2444
2445 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2446
2447         * message.el (message-required-headers): Remove In-Reply-To.
2448
2449         * gnus-int.el (gnus-open-server): Revert changes.
2450
2451 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2452
2453         * gnus-int.el (gnus-open-server): Try to open unagentized servers
2454         even when unplugged.
2455
2456 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
2457
2458         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fixed typo in
2459         doc-string.
2460
2461 2003-05-01  Steve Youngs  <youngs@xemacs.org>
2462
2463         * lpath.el: Add a section for non-Mule XEmacsen.
2464         fbind `find-charset-string' and `coding-system-base' in that
2465         section.
2466
2467         * gnus-util.el (gnus-completing-read-maybe-default): New.
2468         (gnus-completing-read): Use it.
2469
2470         * mm-view.el (mm-view-pkcs7-decrypt): Ditto.
2471
2472         * gnus-art.el (gnus-read-string): New.
2473         (gnus-summary-pipe-to-muttprint): Use it.
2474
2475         * gnus-xmas.el (gnus-xmas-open-network-stream): New.
2476
2477         * dns.el (dns-make-network-process): Use it.
2478
2479         Take care of some differences between XEmacs 21.1 and newer
2480         versions of XEmacs.
2481
2482 2003-04-30  Teodor Zlatanov  <tzz@lifelogs.com>
2483
2484         * gnus-registry.el (gnus-registry-split-fancy-with-parent): added
2485         diagnostic message
2486         (gnus-registry-grep-in-list): don't run when word is nil
2487         (gnus-registry-fetch-message-id-fast): new function
2488         (gnus-registry-delete-group, gnus-registry-add-group): make sure
2489         the id and group are not nil
2490         (gnus-registry-register-message-ids): new function
2491         (gnus-register-action): optimized logical flow
2492         (gnus-summary-prepare-hook): added gnus-registry-register-message-ids
2493
2494 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2495
2496         * gnus-delay.el (gnus-delay-article): Call
2497         `gnus-agent-queue-setup' to create the delay group.
2498
2499         * gnus-agent.el (gnus-agent-queue-setup): Support optional arg
2500         for the (queue) group name.
2501
2502 2003-04-30  Simon Josefsson  <jas@extundo.com>
2503
2504         * mm-util.el (mm-charset-to-coding-system): Use user specified
2505         charset unless coding-system-get is fboundp.
2506
2507 2003-04-30  Kevin Greiner <kgreiner@xpediantsolutions.com>
2508
2509         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name):
2510         Wrapped in eval-when-compile.
2511         (gnus-agent-mode): Bind gnus-agent-go-online to nil as you
2512         shouldn't be asked twice to go online with each server.
2513         (gnus-agent-get-undownloaded-list, gnus-agent-fetch-articles,
2514         gnus-agent-crosspost, gnus-agent-flush-cache,
2515         gnus-agent-fetch-session, gnus-agent-unread-articles,
2516         gnus-agent-uncached-articles, gnus-agent-regenerate-group,
2517         gnus-agent-group-covered-p): Expanded pop macros used for
2518         effect. Avoids compilation warning in emacs 21.3.
2519
2520         * gnus-int.el (gnus-open-server): Restructured to only open
2521         nnagent when gnus-plugged is nil.
2522
2523 2003-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2524
2525         * lpath.el: Fbind string-to-multibyte.
2526
2527 2003-04-30  Steve Youngs  <youngs@xemacs.org>
2528
2529         * dgnushack.el: Add some missing autoloads for XEmacs 21.1.
2530
2531 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
2532
2533         * gnus-registry.el (gnus-registry-fetch-group): faster
2534         (gnus-registry-delete-group): new function
2535         (gnus-registry-add-group): new function
2536         (gnus-register-spool-action): use it
2537         (gnus-register-action): use it
2538         (gnus-registry-translate-from-alist)
2539         (gnus-registry-translate-to-alist): remove the headers registry
2540         for now
2541
2542 2003-04-29  Reiner Steib  <Reiner.Steib@gmx.de>
2543
2544         * gnus-art.el (gnus-button-alist): Fixed CTAN regexp.
2545
2546 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
2547
2548         * spam-report.el (spam-report-gmane): gnus-summary-article-number
2549         is not necessary, just use the function parameter
2550
2551 2003-04-29  Karl Pflysterer  <sigurd@12move.de>
2552
2553         * spam-stat.el (spam-stat-save): No longer font-locks the file
2554         when saving
2555
2556 2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2557
2558         * canlock.el: Bind mail-header-separator when compiling (XEmacs
2559         provides it in mail-lib/auto-autoloads.el).
2560
2561 2003-04-29  Simon Josefsson  <jas@extundo.com>
2562
2563         * mml2015.el (mml2015-pgg-sign): Use mml-sender instead of
2564         message-sender.
2565
2566         * mml.el (mml-generate-mime-1): Set mml-sender too.
2567
2568 2003-04-29  Jesper Harder  <harder@ifa.au.dk>
2569
2570         * gnus-sum.el (gnus-summary-display-while-building): Docstring fix.
2571
2572         * mm-url.el (mm-url-use-external): do.
2573
2574 2003-04-29  Simon Josefsson  <jas@extundo.com>
2575
2576         * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
2577         warnings).
2578
2579         * sieve-mode.el (c-mode): Ditto.
2580
2581         * pgg.el (run-at-time): Ditto.
2582
2583         * mm-url.el (require): Require timer when compiling for
2584         with-timeout macro (fix xemacs compile warnings).
2585
2586 2003-04-28  Dave Love  <fx@gnu.org>
2587
2588         * gnus-util.el (nnheader): Don't require.
2589         (Nnheader-narrow-to-headers, nnheader-replace-chars-in-string):
2590         Autoload.
2591
2592         * spam.el: Require cl when compiling.
2593
2594         * dns.el: Require cl when compiling.
2595
2596 2003-04-28  Jesper Harder  <harder@ifa.au.dk>
2597
2598         * gnus-art.el (gnus-article-goto-next-page)
2599         (gnus-article-goto-prev-page): Revert 2003-02-12 change to make
2600         gnus-pick-mode work.
2601
2602 2003-04-28  Steve Youngs  <youngs@xemacs.org>
2603
2604         * Makefile.in (FLAGS): Use @FLAGS@.
2605
2606 2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
2607
2608         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
2609         (gnus-mime-display-multipart-alternative-as-mixed)
2610         (gnus-mime-display-multipart-related-as-mixed): Added doc-strings,
2611         allow customization.
2612
2613 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
2614
2615         * dgnushack.el (dgnushack-compile-verbosely): New function.  Not
2616         currently called (See source for explanation).
2617
2618 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2619
2620         * gnus-sum.el (gnus-summary-catchup): Don't mark ticked messages.
2621         (gnus-summary-mark-read-and-unread-as-read): Take an optional
2622         mark.
2623
2624         * gnus.el (gnus-version-number): Bump.
2625
2626 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2627
2628         * gnus.el: Oort Gnus v0.19 is released.
2629
2630 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
2631
2632         * gnus-registry.el (gnus-register-spool-action): Replaced literal
2633         carriage-return character with its escape sequence.
2634
2635 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2636
2637         * gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
2638
2639         * nnrss.el (nnrss-node-text): Use only one
2640         gnus-replace-in-string.
2641
2642         * gnus.el: Remove gnus-functionp throughout.
2643
2644         * gnus-util.el (gnus-functionp): Removed.
2645
2646         * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix.
2647
2648         * message.el (message-required-headers): Add In-Reply-To.
2649
2650 2003-04-27  Marshall T. Vandegrift  <vandem2@rpi.edu>
2651
2652         * gnus-fun.el (gnus-face-from-file): Bind coding-system-for-read
2653         to binary.
2654
2655 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
2656
2657         * mml.el (mml-preview): do.
2658
2659         * message.el (message-mode): do.
2660
2661         * gnus-undo.el (gnus-undo-mode): do.
2662
2663         * gnus-topic.el (gnus-topic-mode): do.
2664
2665         * gnus-sum.el (gnus-summary-mode, gnus-summary-edit-article): do.
2666
2667         * gnus-msg.el (gnus-setup-message)
2668         (gnus-inews-add-send-actions, gnus-configure-posting-styles): do.
2669
2670         * gnus-gl.el (gnus-grouplens-mode): do.
2671
2672         * gnus-art.el (gnus-mime-save-part-and-strip)
2673         (gnus-mime-delete-part): Use it.
2674
2675         * gnus-util.el (gnus-make-local-hook): New function.
2676
2677 2003-04-25  Simon Josefsson  <jas@extundo.com>
2678
2679         * nnrss.el (nnrss-node-text): Don't use a star.
2680         (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
2681
2682 2003-04-24  Dave Love  <fx@gnu.org>
2683
2684         * mm-encode.el (mm-long-lines-p): Autoload.
2685         (mm-encode-content-transfer-encoding): Don't try to make buffer
2686         unibyte before decoding.  Don't ignore errors for base64 encoding.
2687
2688         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
2689         Signal error on malformed text, as for base64.
2690         (quoted-printable-encode-region): DTRT in Emacs 22.
2691
2692         * mm-util.el (mm-make-temp-file, mm-insert-byte): New.
2693         (mm-auto-save-coding-system): Consider utf-8-emacs.
2694         (mm-mime-mule-charset-alist, mm-mule-charset-to-mime-charset)
2695         (mm-charset-to-coding-system, mm-mime-charset)
2696         (mm-find-mime-charset-region): Check for :mime-charset coding
2697         systems property.
2698
2699         * mml-sec.el (mml2015, mml1991): Don't require.
2700         (mml2015-sign, mml2015-encrypt, mml1991-sign, mml1991-encrypt)
2701         (message-goto-body, mml-insert-tag): Autoload.
2702
2703         * mm-decode.el (mm-tmp-directory): Re-write to help avoid warnings.
2704
2705         * gnus-start.el (message-make-date): Autoload rather than
2706         requiring message.
2707
2708         * gnus-group.el (gnus-group-name-charset-group-alist): Use
2709         mm-coding-system-p.
2710         (gnus-cache-active-altered): Defvar when compiling.
2711         (gnus-group-delete-group): Re-write to help avoid warnings.
2712
2713         * gnus-art.el (gnus-use-idna): Use mm-coding-system-p.
2714
2715         * pgg.el: Split eval-when-compile forms.
2716
2717 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
2718
2719         * gnus-group.el (gnus-large-ephemeral-newsgroup)
2720         (gnus-fetch-old-ephemeral-headers): News variables.
2721         (gnus-group-read-ephemeral-group): Use them.
2722
2723 2003-04-24  Simon Josefsson  <jas@extundo.com>
2724
2725         * sieve.el (sieve-upload): Don't use replace-regexp-in-string.
2726
2727         * nnrss.el (nnrss-node-text): Ditto.
2728
2729 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2730
2731         * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable
2732         gnus-inews-mark-gcc-as-read exists.
2733
2734 2003-04-23  Simon Josefsson  <jas@extundo.com>
2735
2736         * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it
2737         doesn't exceed the regexp stack space.
2738
2739 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
2740
2741         * gnus-msg.el (gnus-inews-mark-gcc-as-read): Don't defvar it.
2742
2743         * gnus-art.el (gnus-article-hide-pgp-hook): do.
2744
2745 2003-04-23  Reiner Steib  <Reiner.Steib@gmx.de>
2746
2747         * mml.el (mml-preview): Bind `=', RET, and mouse-2.
2748
2749 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
2750
2751         * mm-bodies.el (mm-decode-body): Don't override supplied charset.
2752
2753 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2754
2755         * dgnushack.el (merge, copy-list): Remove compiler macros.
2756         (butlast): Add a compiler macro.
2757
2758 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
2759
2760         * gnus-util.el (gnus-merge): Added "type" argument to match CL
2761         merge and gnus-sum.el's expectations.
2762
2763 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
2764
2765         * gnus-art.el (gnus-button-url-regexp): Added nntp.
2766
2767         * message.el (message-generate-headers-first): Default to
2768         '(references).
2769
2770         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
2771
2772 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
2773
2774         * smime.el (smime-decrypt-region): Insert From header.
2775
2776 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2777
2778         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
2779         Max length of header is 726, not 740.  From Gaute B Strokkenes
2780         <gs234@cam.ac.uk>.
2781
2782 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
2783
2784         * nndb.el, mml1991.el: Fix license template.
2785
2786 2003-04-20  Simon Josefsson  <jas@extundo.com>
2787
2788         * nnimap.el (nnimap-split-articles): Don't download body unless
2789         required.
2790
2791         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
2792         starting process, like imap-kerberos4-open does.
2793
2794         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
2795         license template.
2796
2797         * mml-sec.el: Fix license template.
2798
2799         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
2800         license template.
2801
2802         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
2803         pgg-pgp.el: Fix license template.
2804
2805 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
2806
2807         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
2808
2809 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
2810
2811         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
2812
2813 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2814
2815         * spam.el (spam-split): allow a particular check as a parameter,
2816         e.g. (: spam-split 'spam-use-bogofilter)
2817         (spam-mark-only-unseen-as-spam): new parameter, see doc
2818         (spam-mark-junk-as-spam-routine): use
2819         spam-mark-only-unseen-as-spam, simplify routine to take advantage
2820         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
2821
2822 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2823
2824         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
2825         (gnus-group-guess-full-name): don't prefix the group twice
2826
2827         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
2828
2829         * gnus-registry.el (gnus-registry-clear)
2830         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
2831         (gnus-registry-split-fancy-with-parent): new functions
2832         (gnus-register-spool-action, gnus-register-action): simplified the format
2833         (gnus-registry): new customization group
2834         (gnus-registry-unfollowed-groups): new variable
2835
2836 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2837
2838         * gnus-art.el (gnus-button-alist): Add nntp: urls.
2839         (gnus-header-button-alist): Ditto.
2840
2841 2003-04-17  Dave Love  <fx@gnu.org>
2842
2843         * gnus-util.el (gnus-string-equal): Revert last change.
2844
2845 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2846
2847         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
2848
2849 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
2850
2851         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
2852
2853 2003-04-15  Michael Shields  <shields@msrl.com>
2854
2855         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
2856         the broken-reply-to group parameter is set.  Idea from Vasily
2857         Korytov <deskpot@myrealbox.com>.
2858
2859 2003-04-17  Steve Youngs  <youngs@xemacs.org>
2860
2861         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
2862         process.el in XEmacsen >= 21.5.
2863
2864 2003-04-17  Steve Youngs  <youngs@xemacs.org>
2865
2866         * dgnushack.el: Add a whole swag of autoloads and defaliases to
2867         satisfy the byte-compiler when building with XEmacs.
2868
2869         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
2870         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
2871         W3 doesn't have these.
2872
2873         * mailcap.el: Maybe require 'lpr in XEmacs.
2874
2875 2003-04-16  Simon Josefsson  <jas@extundo.com>
2876
2877         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
2878         sender tag, if available.
2879
2880 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2881
2882         * gnus-registry.el (gnus-register-action)
2883         (gnus-register-spool-action, hashtable-to-alist)
2884         (gnus-registry-translate-from-alist, alist-to-hashtable)
2885         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
2886         new variables and function fixes
2887
2888         * gnus.el (gnus-registry-headers-alist): new variable to hold
2889         article header data
2890         (gnus-variable-list): save gnus-registry-headers-alist
2891
2892         * spam-report.el (Module): new module for spam reporting
2893
2894         * gnus.el (spam-process): added
2895         gnus-group-spam-exit-processor-report-gmane to the list of choices
2896         (gnus-install-group-spam-parameters): defined new spam exit processor
2897
2898         * spam.el (autoload): autoload spam-report-gmane when needed
2899         (spam-report-gmane-register-routine): glue for spam-report.el
2900         (spam-group-spam-processor-report-gmane-p): glue for the
2901         gnus-group-spam-exit-processor-report-gmane spam processor
2902         (spam-summary-prepare-exit): check the report-gmane spam processor
2903         and run spam-report-gmane-register-routine if it's active
2904
2905         From John Wiegley <johnw@gnu.org>
2906
2907         * spam.el (spam-bogofilter-score): check bogofilter headers before
2908         checking bogofilter itself
2909
2910 2003-04-16  Dave Love  <fx@gnu.org>
2911
2912         * gnus-agent.el: Wrap defsetf in eval-when-compile.
2913         (gnus-agent-cat-defaccessor): Don't use gensym.
2914
2915         * mml1991.el: Require cl, mm-util when compiling.
2916         (quoted-printable-decode-region, quoted-printable-encode-region):
2917         Autoload.
2918
2919         * pgg.el: Require cl when compiling.
2920
2921         * nnmail.el (gnus): Require.
2922
2923         * gnus-util.el: Move provide to end.
2924         (gnus-string-equal): Maybe use compare-strings.
2925         (gnus-merge): New.
2926
2927         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
2928         (gnus-summary-insert-articles): Use gnus-merge.
2929
2930         * gnus-fun.el: Require cl and mm-util when compiling.
2931
2932         * gnus-diary.el (gnus-diary-delay-format-french)
2933         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
2934
2935         * nndiary.el (nndiary-compute-reminders): Don't use setf with
2936         nthcdr.
2937
2938 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
2939
2940         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
2941         specify a predicate other than false.
2942         (gnus-category-read): Use the new feature to create a 'default'
2943         category with a 'short' predicate.
2944
2945 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2946
2947         * message.el (message-unique-id): Comment change.
2948
2949         * gnus-art.el (gnus-article-next-page-1): New function.
2950         (gnus-article-next-page): Use it.
2951
2952 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
2953
2954         * spam.el (spam-split): added save-restriction to save-excursion
2955
2956 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
2957         From Julien Avarre <julien@avarre.com>
2958
2959         * gnus-fun.el: Fixed autoload cookie.
2960
2961 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
2962         From Remi Letot  <remi.letot@easynet.be>
2963
2964         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
2965         instead of remove-if.
2966
2967 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2968
2969         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
2970         copy-sequence instead of remove which is a cl run-time function in
2971         Emacs 20.
2972
2973 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
2974
2975         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
2976         local copy of gnus-discouraged-post-methods with the current
2977         method removed.
2978
2979 2003-04-14  Simon Josefsson  <jas@extundo.com>
2980
2981         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
2982
2983 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2984
2985         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
2986         of `mm-coding-system-priorities' to base coding system.
2987
2988         * gnus-sum.el: Added coding cookie ("middle dot" in
2989         gnus-summary-morse-message).
2990
2991 2003-04-13  Simon Josefsson  <jas@extundo.com>
2992
2993         * gnus-art.el (article-fill-long-lines)
2994         (article-verify-x-pgp-sig, article-decode-group-name)
2995         (gnus-mime-button-menu): Split >80 character lines.
2996
2997 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
2998
2999         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
3000         we're let-binding it.
3001
3002         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
3003
3004 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3005
3006         * message.el (message-hide-headers): Don't do intangible.
3007
3008         * gnus.el (gnus-group-prefixed-name): Comment out the test for
3009         colon.
3010
3011         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
3012         to the ephemeral entry, but the prefixed name.
3013
3014         * gnus.el (gnus-group-prefixed-name): Clean up.
3015
3016 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
3017
3018         * gnus-agent.el (gnus-agent-group-pathname): Bind
3019         gnus-command-method so that gnus-agent-directory will always
3020         return a valid directory.
3021         * gnus-cache.el (gnus-cache-enter-article): Remove article from
3022         gnus-newsgroup-undownloaded so that the summary will display the
3023         article as downloaded.
3024         (gnus-cache-remove-article): If the article isn't in the agent,
3025         remove it from gnus-newsgroup-undownloaded so that the summary
3026         will display the article as undownloaded.
3027
3028 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3029
3030         * gnus.el (gnus-version-number): Bump.
3031
3032 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3033
3034         * gnus.el: Oort Gnus v0.18 is released.
3035
3036 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3037
3038         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers.
3039
3040 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3041
3042         * gnus-art.el (gnus-article-next-page): Use
3043         gnus-article-over-scroll.
3044         (gnus-article-over-scroll): New variable.
3045
3046         * message.el (message-newline-and-reformat): Place a boundary
3047         before filling.
3048         (message-make-forward-subject-function): Changed default to
3049         message-forward-subject-name-subject.
3050         (message-forward-subject-name-subject): New function.
3051
3052         * nnimap.el (nnimap-split-fancy): Ditto.
3053
3054         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
3055
3056         * gnus-cus.el (gnus-group-parameters): Removed "which see".
3057
3058         * mml.el (mml-minibuffer-read-file): Bind
3059         completion-ignored-extensions to nil.
3060
3061         * message.el (message-fix-before-sending): Comment fix.
3062         (message-fix-before-sending): Make hidden headers visible.
3063         (message-hide-headers): Bind after-change-functions to nil.
3064         (message-forbidden-properties): Put invisible and intangible
3065         back.
3066         (message-strip-forbidden-properties): Ignore message-hidden text.
3067
3068         * gnus-msg.el: Hide headers.
3069
3070         * message.el (message-hidden-headers): New variable.
3071         (message-hide-headers): New function.
3072         (message-hide-header-p): New function.
3073         (message-hide-header-p): Change logic.
3074         (message-forbidden-properties): Remove intangible nil invisible
3075         nil.
3076         (message-hide-headers): Narrow to headers.
3077
3078         * lpath.el (featurep): Bind Info-directory, Info-menu.
3079
3080 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
3081
3082         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
3083         encoded.
3084         (mm-encode-body): Don't corrupt UTF-16.
3085         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
3086
3087 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
3088
3089         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
3090         the CACHE are now detected and handled the same as an article
3091         downloaded into the agent.
3092         (gnus-agent-group-path): Modified to match nnmail-group-pathname
3093         so that the agent front-end and back-end (nnagent) always use the
3094         same directory.
3095         (gnus-agent-group-pathname): New function. Wrapper for
3096         nnmail-group-pathname.
3097         (gnus-agent-expire-unagentized-dirs): New variable.  May be
3098         customized to disable gnus-agent-expire-unagentized-dirs.
3099         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
3100         as the directories in gnus-agent-expire-current-dirs were
3101         expanded.
3102
3103 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
3104
3105         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
3106         body" entry in read only groups.
3107
3108 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
3109
3110         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
3111         and "Create article" items in non-editable groups.
3112
3113 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
3114
3115         * gnus-agent.el (gnus-agent-write-active): Added option of
3116         replacing, rather than updating, the agent's active file.  Do NOT
3117         use the fully qualified group name as gnus-active-to-gnus-format
3118         blindly prefixes group names with server names.
3119         (gnus-agent-save-group-info): Merge BOTH min/max of current active
3120         range, was just merging min, with specified active range.
3121         (gnus-agent-expire): Save agent's active ranges after
3122         expiring all groups.
3123         (gnus-agent-expire-group-1): Update min of agent's active range to
3124         min article currently fetched.
3125         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
3126         same ancestor multiple times.
3127
3128         * gnus-async.el (gnus-asynchronous): Moved defcustom of
3129         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
3130         seems to fix an intermittant error in which loading gnus-async
3131         fails to define gnus-asynchronous (the variable).
3132
3133         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
3134         non-essential.  Removed on all platforms.
3135         (gnus-select-newsgroup): When the agent is active, expand the
3136         group's active range to include fetched articles that are no
3137         longer in the server's active range.
3138
3139         * gnus-util.el (gnus-with-output-to-file): Removed all of the
3140         print-* bindings as they should be handled by the function doing
3141         the printing.
3142
3143 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
3144
3145         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
3146         might be unbound in non-MULE XEmacsen.
3147
3148 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
3149
3150         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
3151         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
3152         recognize diffs.
3153
3154         * mm-bodies.el (mm-decode-body): Use the supplied charset
3155         unconditionally if `code-pages' hasn't been loaded.
3156
3157 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
3158
3159         * gnus-art.el (article-verify-x-pgp-sig): Don't use
3160         `insert-buffer', the docstring says "This function is meant for
3161         the user to run interactively.  Don't call it from programs!"
3162
3163         * mm-extern.el (mm-extern-mail-server): do.
3164
3165         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
3166         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
3167         (mml1991-pgg-encrypt): do.
3168
3169         * pgg.el (pgg-decrypt-region): do.
3170
3171         * mm-view.el (mm-view-pkcs7-decrypt): do.
3172
3173         * mml-smime.el (mml-smime-verify): do.
3174
3175         * mml.el (mml-insert-mime, mml-preview): do.
3176
3177         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
3178         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
3179         (mml2015-pgg-encrypt): do.
3180
3181 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3182
3183         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
3184
3185 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
3186
3187         * mm-uu.el (mm-uu-copy-to-buffer): Copy
3188         `buffer-file-coding-system' to the new buffer.
3189         (mm-uu-pgp-signed-extract-1): Don't copy
3190         `buffer-file-coding-system' here.
3191
3192         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
3193         exist in XEmacs.
3194         (mm-decode-body): Add missing quote.
3195
3196         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
3197         buffer-file-coding-system.
3198
3199         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
3200         last-coding-system-used.
3201
3202         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
3203         according to buffer-file-coding-system.
3204
3205         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
3206
3207         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
3208         (pgg-pgp-snarf-keys-region): do.
3209
3210         * pgg-pgp5.el (pgg-pgp5-verify-region)
3211         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
3212
3213         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
3214
3215 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3216
3217         * spam.el (spam-split): (save-excursion) around (widen)
3218         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
3219         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
3220
3221 2003-04-05  Steve Youngs  <youngs@xemacs.org>
3222
3223         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
3224         don't use it when loading gnus-sum.el if we're in XEmacs.
3225
3226 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
3227
3228         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
3229         print-escape-nonascii to fix more characters in compiled format
3230         specs.
3231
3232 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
3233
3234         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
3235         Fix customization type.
3236
3237 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
3238
3239         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
3240         print-quoted, print-readably, print-escape-multibyte, and
3241         print-level to match original behavior of gnus-prin1.  This should
3242         repair the format of .newsrc.eld when using compiled format specs.
3243
3244 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
3245
3246         * gnus-group.el (tool-bar-map): defvar it.
3247
3248         * gnus-art.el (tool-bar-map): do.
3249
3250         * gnus-sum.el (tool-bar-map): do.
3251
3252 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
3253
3254         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
3255
3256 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3257
3258         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
3259         and value.
3260         (gnus-button-alist): Use it.
3261
3262 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
3263
3264         * pgg-gpg.el (pgg-gpg-process-region): do.
3265
3266         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
3267         (pgg-pgp-snarf-keys-region): do.
3268
3269         * pgg-pgp5.el (pgg-pgp5-verify-region)
3270         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
3271
3272         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
3273         unsafe.
3274         (pgg-temporary-file-directory): Remove.
3275
3276 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * lpath.el: Fbind Info-directory and Info-menu.
3279
3280 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
3281
3282         * gnus-util.el (gnus-message): Added doc-string.
3283
3284         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
3285         (gnus-score-edit-file-at-point): Goto first match when using `e'.
3286
3287 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
3288
3289         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
3290         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
3291
3292 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3293
3294         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
3295         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
3296
3297 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
3298
3299         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
3300         print-escape-newlines to print escape sequences rather than
3301         literal newline characters.
3302
3303 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3304
3305         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
3306         `message-valid-fqdn-regexp' for initialization.
3307         (gnus-button-handle-info-url): Renamed and extended version of
3308         `gnus-button-handle-info'.
3309         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
3310         (gnus-button-handle-symbol, gnus-button-handle-library)
3311         (gnus-button-handle-info-keystrokes): New functions.
3312         (gnus-button-browse-level): New variable.
3313         (gnus-button-alist): Use them.  Added levels.
3314         (gnus-header-button-alist): Added levels.
3315
3316 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3317
3318         * gnus.el (gnus-version-number): Bump.
3319
3320 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3321
3322         * gnus.el: Oort Gnus v0.17 is released.
3323
3324 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3325
3326         * gnus-start.el (gnus-unload): Removed.
3327
3328         * pop3.el (pop3-read-response): Use
3329         nnheader-accept-process-output.
3330         (pop3-retr): Ditto.
3331
3332         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx.
3333         (mm-text-html-washer-alist): Ditto.
3334
3335 2003-03-31  Simon Josefsson  <jas@extundo.com>
3336
3337         * imap.el (imap-gssapi-program): Also try GNU SASL.
3338         (imap-gssapi-open): Accept GNU SASL greeting.
3339         (imap-read-timeout): New.
3340         (imap-wait-for-tag): Use it.
3341
3342 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3343
3344         * nntp.el (nntp-accept-process-output): Use new function.
3345
3346         * nnheader.el (nnheader-read-timeout): New variable.
3347         (nnheader-accept-process-output): New function.
3348
3349         * nntp.el (nntp-read-timeout): Removed.
3350
3351         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
3352
3353 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3354
3355         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
3356
3357 2003-03-30  Simon Josefsson  <jas@extundo.com>
3358
3359         * message.el (message-idna-inside-rhs-p): Narrow to header before
3360         searching.
3361
3362         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
3363
3364 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3365
3366         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
3367
3368 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
3369
3370         * message.el (message-make-in-reply-to): Use
3371         mail-extract-address-components to determine sender's
3372         name/address.
3373
3374 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3375
3376         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead.
3377
3378         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
3379         valid lambda.
3380         (gnus-registry-translate-from-alist): Ditto.
3381
3382         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
3383         print-length to nil.
3384
3385         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
3386
3387         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
3388         (gnus-grab-cam-face): Use it.
3389
3390 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
3391
3392         * nnmaildir.el (nnmaildir-request-set-mark)
3393         (nnmaildir-close-group): Allow each mark directory in a group to
3394         have its own inode for mark files, to accommodate AFS.
3395
3396 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
3397
3398         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
3399         gnus-read-newsrc-el-file
3400         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
3401
3402         * gnus-registry.el (gnus-registry-translate-to-alist)
3403         (gnus-registry-translate-from-alist, alist-to-hashtable)
3404         (hashtable-to-alist): new functions
3405         (gnus-register-spool-action): add a spool item to the registry
3406
3407         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
3408         list of saved variables
3409         (gnus-registry-alist): new variable
3410
3411 2003-03-27  Simon Josefsson  <jas@extundo.com>
3412
3413         * gnus-art.el (article-decode-group-name): Be correct instead of
3414         smart.
3415
3416 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
3417
3418         * lpath.el: Bind url-current-object for Emacs; bind
3419         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
3420         for both Emacsen.
3421
3422 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
3423
3424         * gnus-sum.el (gnus-article-loose-mime)
3425         (gnus-article-emulate-mime): Move to gnus-article-mime customize
3426         group.
3427
3428         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
3429         doc string.
3430
3431 2003-03-26  Kevin Ryde <user42@zip.com.au>
3432
3433         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
3434         gnus-summary-find-uncancelled, skip temporary articles inserted by
3435         "refer" functions.
3436
3437 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
3438
3439         * smiley.el (smiley-buffer): New function.
3440
3441 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
3442
3443         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
3444         gnus-summary-update-line (which updated the article's face) with
3445         gnus-summary-update-download-mark (which updates the article's
3446         face by calling gnus-summary-update-line AND updates the download
3447         mark to show that the article was fetched).
3448
3449 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
3450
3451         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
3452         option of deleting agent directories for groups/servers that are
3453         not currently agentized.
3454         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
3455
3456         * gnus-int.el (gnus-open-server): Report backend errors in
3457         condition handler.
3458
3459 2003-03-23  Simon Josefsson  <jas@extundo.com>
3460
3461         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
3462         header.
3463
3464         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
3465         same as Newsgroups.
3466
3467         * nntp.el (nntp-open-connection-function): Mention
3468         nntp-open-tls-stream.
3469         (nntp-open-tls-stream): New function.
3470
3471         * tls.el: New file.
3472
3473         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
3474         instead of SSL.
3475         (nnimap-stream): Add other streams, link to imap variables.
3476         (nnimap-authenticator): Add other authenticator, link to imap
3477         variables.
3478
3479         * imap.el: Autoload open-tls-stream.
3480         (imap-streams): Add tls in front of ssl.
3481         (imap-stream-alist): Add tls.
3482         (imap-default-tls-port): New variable.
3483         (imap-tls-p, imap-tls-open): New functions.
3484
3485 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
3486
3487         * mm-url.el (mm-url-insert-file-contents): parse url only if
3488         results is a list.
3489
3490 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3491
3492         * mail-source.el (mail-source-fetch-imap): Revert.
3493
3494 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
3495
3496         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
3497         less strict regexp.
3498
3499 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3500
3501         * mail-source.el (mail-source-fetch-imap): Use buffer name for
3502         more imap function.
3503
3504 2003-03-21  Simon Josefsson  <jas@extundo.com>
3505
3506         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
3507         Followup-To data inline.
3508
3509 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
3510
3511         * gnus-art.el (gnus-treat-display-xface): Don't enable if
3512         icontopbm isn't available.
3513
3514 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
3515
3516         * gnus-int.el (gnus-open-server): Catch errors in backend's
3517         open-server method.  Returns nil rather than crashing startup.
3518
3519         * gnus-sum.el (eval-when-compile): Modified to resolve
3520         compile-time warnings.
3521
3522         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
3523         Reports length of series so that the user can compare N with a
3524         subject that should, if the entire series is present, contain
3525         '(.../N)'.
3526         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
3527         of temp file (Win-XP may leave the temp file locked when the
3528         uudecode process fails).
3529
3530 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3531
3532         * message.el (message-split-line): Ignore error.
3533
3534         * lpath.el (split-line): Avoid split-line warning message.
3535
3536 2003-03-20  Kim F. Storm  <storm@cua.dk>
3537
3538         * message.el (message-split-line): New function.
3539         (message-mode-map): Remap split-line to message-split-line.
3540
3541 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
3542
3543         * message.el (message-make-overlay): Defalias it to make-overlay.
3544         (message-delete-overlay): Defalias it to delete-overlay.
3545         (message-overlay-put): Defalias it to overlay-put.
3546         (message-idna-to-ascii-rhs-1): Use them.
3547
3548         * messagexmas.el (message-xmas-redefine): Defalias some overlay
3549         functions to extent functions.
3550
3551 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3552
3553         * message.el (message-check-news-header-syntax): Fixed regexp.
3554
3555 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3556
3557         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
3558
3559         * mm-url.el (mm-url-insert): Move url-current-object stuff into
3560         mm-url-insert-file-contents.
3561
3562         * nnrss.el (nnrss-fetch): Fetch the local stuff.
3563         (nnrss-check-group): Use it.
3564
3565 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
3566
3567         * nnrss.el: Primitive XML Name-space support.  This means that RSS
3568         feeds like Kevin Burton's[1] can now be read in Gnus.
3569
3570         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
3571         means that if you want to read the RSS feed for example.com, all
3572         you have to do is hit "G R http://www.example.com/ RET" and
3573         nnrss.el will find and the feed listed on the site or (if you have
3574         loaded xml-rpc.el) look it up on syndic8.com.
3575
3576         Marked the message as HTML (by adding a Content-Type header) so
3577         that Gnus will render it as html if the user wants that.
3578
3579         Implemented the ability to save nnrss-group-alist so that any new
3580         feeds the you subscribe to will be found the next time you start
3581         up.
3582
3583         Implemented support for RSS 2.0 elements (author, pubDate).
3584
3585         Prefer for <content:encoded> over <description> where both
3586         elements exist.
3587
3588         * mm-url.el (mm-url-insert): Set url-current-object.
3589
3590         * gnus-group.el (gnus-group-make-rss-group): New function.
3591
3592 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
3593
3594         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
3595         for highlight overlays.
3596
3597 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3598
3599         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
3600         a NOV.
3601
3602 2003-03-20  Simon Josefsson  <jas@extundo.com>
3603
3604         * message.el (message-use-idna): Disable if UTF-8 unavailable.
3605         (message-idna-to-ascii-rhs): Use it.
3606
3607         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
3608
3609 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
3610
3611         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
3612         (spam-group-ham-marks, spam-group-spam-marks): new functions
3613         (spam-spam-marks, spam-ham-marks): removed in favor of the
3614         spam-marks and ham-marks parameters
3615         (spam-generic-register-routine, spam-ham-move-routine): use the
3616         new spam-group-{spam,ham}-mark-p functions
3617
3618         * gnus.el (spam-marks, ham-marks): new group parameters with
3619         default values same as the old spam-spam-marks and spam-ham-marks
3620
3621 2003-03-19  Simon Josefsson  <jas@extundo.com>
3622
3623         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
3624         (gnus-use-idna): New variable.
3625         (article-decode-idna-rhs): New function.
3626
3627         * message.el (message-use-idna): New variable.
3628         (message-mode-field-menu): Add entry for IDNA.
3629         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
3630         (message-idna-to-ascii-rhs): New function.
3631         (message-generate-headers): Invoke IDNA code.
3632
3633 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
3634
3635         * nnmaildir.el (nnmaildir--system-name): New function.
3636         (nnmaildir-request-accept-article): Use it.
3637
3638 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * gnus-util.el (gnus-byte-compile): Make it work silently as the
3641         gnus-compile function does.
3642
3643         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
3644         bogus change.
3645
3646 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
3647
3648         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
3649         sort-coding-systems is defined.
3650
3651 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
3652
3653         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
3654         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
3655         Replace create-directory with target-prefix.
3656
3657 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
3658
3659         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
3660         find-charset-string which is slooow in XEmacs.
3661
3662 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3663
3664         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
3665         compiler under XEmacs.
3666
3667 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
3668
3669         * gnus-art.el (gnus-treat-highlight-signature): Make the default
3670         work for multipart/signed where the message text isn't `last'.
3671
3672 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3673
3674         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
3675         the value of mm-inline-text-html-with-images.
3676         (mm-inline-text-html-render-with-w3m): Don't bind
3677         w3m-display-inline-images.
3678
3679         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
3680         w3m-display-inline-images.
3681
3682         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
3683         regardless of an Emacs flavor.
3684
3685 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686
3687         * gnus.el (gnus-version-number): Bump.
3688
3689 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3690
3691         * gnus.el: Oort Gnus v0.16 is released.
3692
3693 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3694
3695         * lpath.el (featurep): Bind mm-w3m-mode-map.
3696
3697 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
3698
3699         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
3700         'respool-able backends define a global nnchoke-get-new-mail
3701         variable.
3702
3703 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
3704
3705         * gnus-art.el (gnus-mime-delete-part): New function.
3706         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
3707
3708 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3709
3710         * message.el (message-check-news-header-syntax): Don't push
3711         groups twice onto list of unknown groups.
3712
3713         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
3714         back.
3715
3716         * nnheader.el (nnheader-find-etc-directory): Doc fix.
3717
3718         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
3719         config unless the summary buffer exists.
3720
3721         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
3722         that target group is computed correctly when articles are marked
3723         as read by Xref handling.
3724
3725         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
3726         imap-open.
3727
3728         * message.el (message-send-mail): Add courtesy string to Bcc's,
3729         too.
3730
3731         * gnus-cite.el (gnus-cited-line-p): New function.
3732
3733 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
3734
3735         * mm-bodies.el (mm-decode-body): Add new optional parameter,
3736         force, to use the supplied charset unconditionally.
3737
3738         * gnus-art.el (article-decode-charset): Use it.
3739
3740 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
3741
3742         * mm-bodies.el (mm-decode-coding-region-safely): New function.
3743         (mm-decode-body): Use it.
3744
3745         * rfc2047.el (rfc2047-decode-region): do.
3746         (rfc2047-decode-string): Guess coding system if the default is
3747         invalid.
3748
3749 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
3750
3751         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
3752         articles are marked 'read, so we get correct article counts.
3753
3754 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3755
3756         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
3757         the button.
3758         (gnus-insert-prev-page-button): Ditto.
3759         (gnus-insert-next-page-button): Ditto.
3760         (gnus-insert-mime-security-button): Ditto.
3761
3762         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
3763         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
3764         (mm-inline-image-xemacs): Ditto.
3765
3766 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
3767
3768         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
3769         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
3770         the recent filename uniqueness discussion.
3771
3772 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3773
3774         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
3775         newline next time.
3776         (mm-inline-image-xemacs): Ditto.
3777
3778 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
3779
3780         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
3781         kill-line.
3782
3783 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
3784
3785         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
3786         kill-line.
3787
3788 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3789
3790         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
3791         fixing the code to match the documentation.
3792         (gnus-agent-fetch-selected-article): Replaced
3793         gnus-summary-update-article-line with gnus-summary-update-line as
3794         the former did not correctly recalculate the thread indentation.
3795         (gnus-agent-find-parameter): The agent-predicate, if not found
3796         anywhere else, defaults to the value of gnus-agent-predicate.
3797         (gnus-agent-fetch-session): Fixed typo; now executes
3798         gnus-agent-fetched-hook rather than the undocumented
3799         gnus-agent-fetch-hook.
3800         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
3801         default agent predicate is now provided by
3802         gnus-agent-find-parameter.
3803         (gnus-agent-message): New macro.  This macro avoids potentially
3804         costly parameter evaluation when the message's level is too high
3805         to display.
3806         (gnus-agent-expire-group-1): Disabled undo tracking in temp
3807         overview buffer. Uses new gnus-agent-message macro to reduce
3808         overhead of optional messages. Reversed message levels to
3809         emphasize percent completion messages.  Detailed messages of
3810         little use except when debugging code.
3811
3812 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3813
3814         * spam.el (spam-ham-move-routine): use
3815         spam-mark-ham-unread-before-move-from-spam-group
3816         (spam-mark-ham-unread-before-move-from-spam-group): new variable
3817
3818 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
3819
3820         * spam.el: load nnimap.el when compiling
3821         (spam-setup-widening): use
3822         nnimap-split-download-body-default instead of
3823         nnimap-split-download-body which is a user-customizable variable
3824
3825 2003-03-07  Simon Josefsson  <jas@extundo.com>
3826
3827         * nnimap.el (nnimap-split-download-body-default): New, holds
3828         default for n-s-d-b.
3829         (nnimap-split-download-body): Add new setting (symbol default),
3830         which uses contents of n-s-d-b-d, and made it the default.
3831
3832 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
3833
3834         * spam.el (spam-use-hashcash): new variable
3835         (spam-list-of-checks): added spam-use-hashcash with associated
3836         spam-check-hashcash
3837         (spam-check-hashcash): new function, installed iff hashcash.el is
3838         loaded
3839         (spam-setup-widening): don't use (return)
3840
3841 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3842
3843         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
3844         predicate of `false' to avoid an error when a group defines no
3845         predicate. Fixed typo that disabled agent scoring (i.e. the
3846         low/high predicates should now work).
3847
3848 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3849
3850         * spam.el: add spam-maybe-spam-stat-load to
3851         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
3852         (spam-bogofilter-register-with-bogofilter): use
3853         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
3854         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
3855         custom variables to replace "-s" and "-n"
3856
3857         * gnus-group.el (gnus-group-get-new-news): call the new
3858         gnus-get-top-new-news-hook hook
3859
3860         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
3861         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
3862
3863 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3864
3865         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
3866
3867 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3868
3869         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
3870         a cl run-time function.
3871
3872 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3873
3874         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
3875         on gnus-agent-short-article.
3876         (gnus-category-read): Replaced CL function mapcar* with new macro:
3877         gnus-mapcar.
3878         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
3879         support functions that accept multiple parameters.  A separate
3880         sequence must be provided for each parameter in the function.
3881         Iteration stops when the end of the shortest list is reached.
3882
3883 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
3884
3885         * nnimap.el (nnimap-request-accept-article): Use delete-region.
3886
3887         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
3888         (html2text-delete-single-tag, html2text-clean-anchor)
3889         (html2text-remove-tags): Use delete-region.
3890         (html2text-fix-paragraphs): Simplify.
3891
3892         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
3893         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
3894         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
3895         kill-region.
3896
3897 2003-03-04  John Paul Wallington  <jpw@gnu.org>
3898
3899         * gnus-agent.el (gnus-agent-enable-expiration)
3900         (gnus-agent-article-alist, gnus-agent-article-alist)
3901         (gnus-agent-cat-defaccessor): Doc fixes.
3902
3903 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3904
3905         * gnus-agent.el (gnus-function-implies-unread-1): Grok
3906         byte-compiled functions.
3907
3908 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3909
3910         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
3911         customization between new maneuvering (which permits selecting
3912         undownloaded articles) and old maneuvering (which skipped over
3913         undownloaded articles) behaviors.
3914         (gnus-summary-find-next): Pass through the unread and subject
3915         parameters when calling gnus-summary-find-prev.
3916         (gnus-summary-find-next,gnus-summary-find-prev): Apply
3917         gnus-auto-goto-ignores to filter out unacceptable articles.
3918
3919 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
3920
3921         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
3922         exists in all supported Emacs versions, so we don't need this
3923         compatibility function.
3924         (mail-source-fetch-pop, mail-source-check-pop)
3925         (mail-source-fetch-webmail): Use read-passwd.
3926
3927         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
3928         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
3929         read-passwd.
3930
3931         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
3932
3933         * imap.el (imap-read-passwd): Remove.
3934         (imap-interactive-login): Use read-passwd.
3935
3936         * canlock.el (canlock-read-passwd): Remove.
3937         (canlock-insert-header, canlock-verify): Use read-passwd.
3938
3939         * sieve-manage.el (sieve-manage-read-passwd): Remove.
3940         (sieve-manage-interactive-login): Use read-passwd.
3941
3942         * pop3.el (pop3-read-passwd): Remove.
3943         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
3944         read-passwd.
3945
3946         * pgg.el (pgg-read-passphrase): Simplify.
3947
3948 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3949
3950         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
3951         'plugged' when actually 'unplugged' bug.
3952         (gnus-category-read): Ignore nil values when converting an
3953         old-format category so that the new-format category will default
3954         those attributes to the global variables.
3955
3956 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3957
3958         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
3959         doc-string.
3960
3961 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
3962
3963         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
3964         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
3965         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
3966         * mm-url.el (mm-url-decode-entities-string): do.
3967         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
3968         * mm-decode.el (mm-find-raw-part-by-type): do.
3969         * message.el (message-send-mail-partially)
3970         (message-send-mail-with-sendmail): do.
3971         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
3972         * gnus-kill.el (gnus-pp-gnus-kill): do.
3973         * gnus-art.el (gnus-article-treat-unfold-headers)
3974         (gnus-article-encrypt-body): do.
3975
3976 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3977
3978         * mail-source.el (mail-source-delete-incoming): Allow integer value.
3979         (mail-source-delete-old-incoming-confirm): New variable.
3980         (mail-source-delete-old-incoming): Use it.  New function.
3981         (mail-source-callback): Call `mail-source-delete-old-incoming' if
3982         `mail-source-delete-incoming' is a nonnegative integer.
3983
3984 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3985
3986         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
3987         (gnus-user-agent): Fixed typo.
3988
3989 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3990
3991         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
3992         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
3993
3994 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3995
3996         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
3997         (gnus-agent-fetch-session): Allow debugging to take place.
3998
3999 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
4000
4001         * gnus-sum.el (gnus-highlight-selected-summary)
4002         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
4003         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
4004         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
4005         and makes it clear that we don't need the side effect.
4006         * gnus-util.el (gnus-delete-line): do.
4007         * gnus-xmas.el (gnus-group-add-icon): do.
4008         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
4009         * nntp.el (nntp-send-authinfo-from-file): do.
4010         * nnml.el (nnml-header-value): do.
4011         * nnheader.el (nnheader-insert-references): do.
4012         * gnus-cite.el (gnus-article-highlight-citation)
4013         (gnus-cite-parse): do.
4014         * gnus-score.el (gnus-score-followup): do.
4015         * gnus-draft.el (gnus-draft-send): do.
4016         * gnus-group.el (gnus-group-highlight-line): do.
4017         * gnus-cache.el (gnus-cache-braid-nov): do.
4018         * nnfolder.el (nnfolder-retrieve-headers)
4019         (nnfolder-request-article): do.
4020         * gnus-art.el (article-hide-boring-headers)
4021         (gnus-article-hide-header): do.
4022
4023         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
4024         * nnml.el (nnml-request-replace-article): do.
4025         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
4026         * nnfolder.el (nnfolder-request-move-article): do.
4027         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
4028         * gnus-art.el (gnus-mm-display-part): do.
4029
4030         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
4031
4032 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4033
4034         * nntp.el (nntp-possibly-change-group): Avoid calling
4035         process-buffer on nil (Which happened when you lost your
4036         connection while fetching); instead signal a "Server Closed
4037         Connection" error.
4038
4039 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4040
4041         * gnus-agent.el (gnus-agent-enable-expiration): New
4042         variable. Either ENABLE or DISABLE.  Sets default behavior for
4043         selecting which groups are expired.
4044         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
4045         gnus-agent-set-cat-groups): Provides abstract interface for
4046         accessing agent category.  Category now implemented by an alist.
4047         (gnus-agent-add-group, gnus-agent-remove-group,
4048         gnus-category-insert-line, gnus-category-edit-predicate,
4049         gnus-category-edit-score, gnus-category-edit-groups,
4050         gnus-category-copy, gnus-category-add, gnus-group-category): Use
4051         new agent category abstraction.
4052         (gnus-agent-find-parameter): New function. Search for agent
4053         configuration parameter first in the group's parameters, then its
4054         topics (if any), and then the group's category.  If not found
4055         anywhere, use the original defined constants.
4056         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
4057         gnus-agent-find-parameter.
4058         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
4059         gnus-agent-cache now blocks retrieving headers and articles from
4060         the local cache.  Fetched content is still added to the cache
4061         before being returned.
4062         (gnus-agent-fetch-session): Use error-message-string to generate
4063         displayed error message.
4064         (gnus-agent-customize-category): New Command. 'e' in category
4065         buffer opens category customization buffer.
4066         (gnus-category-read): Reads either positional or alist format;
4067         returns alist format.
4068         (gnus-category-write): Writes category file compatible with
4069         current, and previous, versions of gnus-agent.
4070         (gnus-category-make-function, gnus-category-make-function-1):
4071         Corrected documentation; parameter is predicate NOT category.
4072         (gnus-predicate-implies-unread): Now works in more cases per the
4073         todo comment.
4074         (gnus-function-implies-unread-1): New function. Supports
4075         gnus-predicate-implies-unread.
4076         (gnus-agent-expire-group): Command now provides default of group
4077         under point.
4078         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
4079         agent-days-until-old parameters. No longer supports
4080         gnus-agent-expire-days being set to an alist.
4081         (gnus-agent-request-article): Now performs its own checks of
4082         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
4083         assuming that the caller will do them correctly.
4084         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
4085         gnus-agent-expire-days is set to an alist.  Converts said alist
4086         into group parameter so that gnus-agent-expire-days will not be
4087         needed.
4088         * gnus-art.el (gnus-request-article-this-buffer): Conditional
4089         checks surrounding gnus-agent-request-article removed; now
4090         performed by gnus-agent-request-article.
4091         * gnus-cus.el (gnus-agent-parameters): New variable. List of
4092         customizable group/topic parameters that regulate the agent.
4093         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
4094         kill-buffer with gnus-kill-buffer to remove the killed buffer from
4095         the list of gnus buffers.
4096         (gnus-trim-whitespace): Removes leading and trailing whitespace
4097         from multiline strings.
4098         (gnus-agent-cat-prepare-category-field,
4099         gnus-agent-customize-category): Constructs a category
4100         customization buffer.
4101         * gnus-int.el (gnus-retrieve-headers,
4102         gnus-request-expire-articles): No longer checks gnus-agent-cache
4103         as it is handled internally by the agent.
4104         (gnus-request-head, gnus-request-body): Conditional checks
4105         surrounding gnus-agent-request-article removed; now performed by
4106         gnus-agent-request-article.
4107
4108         * gnus-start.el (): Added defvar statements to resolve compilation
4109         warnings.
4110         (gnus-long-file-names): New function. Isolates platform dependent
4111         msdos-long-file-names.
4112         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
4113         option of writing directly to file.  Avoids memory exhausted
4114         errors when .newsrc.eld is huge.
4115         (gnus-save-newsrc-file): Uses new
4116         gnus-save-startup-file-via-temp-buffer.
4117         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
4118         standard-output.
4119         (gnus-display-time-event-handler): Changed to alias from a defun
4120         to avoid a compile-time warning when display-time-event-handler is
4121         not defined.
4122         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
4123         standard-output such that prin1 and princ will write directly to a
4124         file.
4125
4126         * gnus.el (gnus-agent-cache): Expanded documentation.
4127         (gnus-summary-high-undownloaded-face): Removed second bold keyword
4128         so that this face is actually bold.
4129
4130         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
4131         gnus-use-cache has been set.
4132
4133 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
4134
4135         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
4136
4137 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
4138
4139         * gnus-art.el (gnus-article-refer-article): Be more permissive.
4140
4141 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4142
4143         * spam.el: Fix typo.
4144
4145 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
4146         (Trivial patch.)
4147
4148         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
4149         errors-buffer. This produces a nicer error message in case of
4150         problems.
4151
4152 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
4153
4154         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
4155         load stats iff spam-use-stat is on
4156
4157         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
4158         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
4159         instead of spam-stat-load and spam-stat-save in the
4160         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
4161
4162 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4163
4164         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
4165
4166 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4167
4168         * message.el (message-make-fqdn): Protect against nil user-mail.
4169
4170 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
4171
4172         * gnus-art.el (gnus-boring-article-headers): New values:
4173         'to-list and 'cc-list.
4174
4175 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4176
4177         * spam.el (spam-setup-widening): new function to set
4178         nnimap-split-download-body, we add it to gnus-get-new-news-hook
4179         (spam-list-of-statistical-checks): list of statistical splitter
4180         checks
4181         (spam-split): added a widen call when a statistical check is
4182         enabled
4183
4184 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
4185
4186         * gnus-msg.el (gnus-user-agent): Changed default to
4187         'emacs-gnus-type, renamed 'full.
4188
4189 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
4190
4191         * nnfolder.el (nnfolder-request-accept-article): Don't use
4192         mail-header-unfold-field.
4193
4194 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4195
4196         * imap.el (imap-ssl-open): Don't depend on ssl.el.
4197         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
4198
4199 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4200
4201         * spam.el: add spam-stat-load to gnus-get-new-news-hook
4202         (spam-split): remove spam-stat-load call
4203
4204 2003-02-26  Simon Josefsson  <jas@extundo.com>
4205
4206         * gnus-sum.el (gnus-summary-toggle-header): Run
4207         gnus-article-decode-hook instead of calling a-decode-encoded-words
4208         directly (the latter is run as part of the former).
4209
4210 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4211
4212         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
4213
4214 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
4215
4216         * message.el (message-sendmail-envelope-from): New option.
4217         (message-sendmail-envelope-from): New function.
4218         (message-send-mail-with-sendmail): Use it.
4219
4220 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
4221
4222         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
4223         compensation for TDMA addresses.
4224
4225 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4226
4227         * gnus-msg.el (gnus-user-agent): New variable.
4228         (gnus-version-expose-system): Removed.  Obsoleted by
4229         `gnus-user-agent'.
4230         (gnus-extended-version): Use `gnus-user-agent'.
4231
4232 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4233
4234         * spam.el (spam-stat-register-spam-routine,
4235         spam-stat-register-ham-routine): remove spam-stat-save
4236         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
4237
4238 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4239
4240         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
4241         reference.
4242
4243 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4244
4245         * nnheader.el (nnheader-find-nov-line): Changed midpoint
4246         calculation to avoid integer overflow.
4247
4248 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4249
4250         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
4251
4252 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
4253         * spam.el: disabled spam-get-article-as-filename
4254
4255         From Michael Shields  <shields@msrl.com>
4256
4257         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
4258         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
4259         * gnus-sum.el (gnus-summary-expire-articles): Use it.
4260         * spam.el (spam-summary-prepare-exit): Use it.
4261         * gnus.el (gnus-install-group-spam-parameters): New.
4262         * spam.el (spam-group-ham-processor-copy-p): New.
4263         * spam.el (spam-summary-prepare-exit): Support for ham copying.
4264         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
4265         that would cause the current message to be moved if the group had
4266         no spam.
4267         * spam.el (spam-ham-move-routine): New `copy' argument.
4268
4269 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4270         From Martin Thornquist <martint@ifi.uio.no>
4271
4272         * gnus-topic.el (gnus-topic-select-group): Select last group if
4273         after last group.
4274         * gnus-group.el (gnus-group-select-group): Ditto.
4275
4276 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4277
4278         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
4279         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
4280         point-at-(b|e)ol which aren't available in Emacs 20.
4281
4282         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
4283
4284 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4285
4286         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
4287         clause of the condition-case statement.  Errors connecting to a
4288         server no longer terminate gnus.
4289
4290         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
4291         make its use obvious.  Added no-nothing case to avoid
4292         opening(closing) servers when already open(closed).
4293         (gnus-agent-while-plugged): Added macro to facilitate internal use
4294         of gnus-agent-toggle-plugged.
4295         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
4296         temporarily open servers.
4297         (gnus-agent-get-undownloaded-list): Sort list of article numbers
4298         as sorting gnus-newsgroup-headers is wrong.
4299         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
4300         to temporarily open servers. Corrected logic to handle setting
4301         gnus-agent-mark-unread-after-downloaded.
4302         (gnus-agent-fetch-articles): Now handles headers with missing
4303         article sizes and/or missing article lengths.  Now clears the
4304         message buffer when finished.
4305         (gnus-agent-fetch-group-1): Position point before calling
4306         gnus-summary-set-agent-mark.
4307         (gnus-get-predicate): Corrected description, parameter is
4308         predicate not category.
4309         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
4310         provide a separate single group expiration function.
4311         (gnus-agent-regenerate-group): Now clears the message buffer when
4312         finished.
4313
4314 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4315
4316         * gnus.el (gnus-agent-target-move-group-header): New variable.
4317         * gnus-draft.el (gnus-draft-send): If special header
4318         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
4319         that group, instead of performing the regular sending functions.
4320
4321 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4322
4323         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
4324
4325 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
4326
4327         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
4328         variables.
4329         (message-make-fqdn): Use it.  Improved validity check.
4330
4331 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4332
4333         * message.el (message-user-mail-address): Check whether
4334         user-mail-address looks valid.
4335
4336         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
4337
4338         * gnus-util.el (gnus-fetch-original-field): New function.
4339
4340 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4341
4342         * message.el (message-mode): \\(...\\) around additional
4343         paragraph-separate alternative.
4344
4345 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
4346
4347         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
4348         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
4349         display key bindings.
4350         (gnus-mime-button-menu): Rewrite.
4351
4352 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4353
4354         * gnus-art.el (gnus-button-url-regexp): Removed `.
4355
4356 2003-02-23  Max Froumentin  <mf@w3.org>
4357
4358         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
4359
4360 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4361
4362         * gnus-art.el (gnus-mime-action-on-part): Require a match
4363         interactively.
4364
4365         * gnus-start.el (gnus-save-newsrc-file): Use
4366         gnus-backup-startup-file.
4367         (gnus-backup-startup-file): New variable.
4368
4369 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4370
4371         * gnus.el (gnus-summary-buffer-name): Moved function here.
4372
4373         * gnus-draft.el (defun): Remove debug.
4374
4375 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
4376
4377         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
4378         can't open server.
4379
4380 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4381
4382         * gnus-draft.el (defun): Configure posting styles.
4383
4384         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
4385         the entry for the group exists before we alter it.
4386
4387 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4388
4389         * message.el (message-mode): MML tags separate paragraphs.  Small
4390         change from David S Goldberg <david.goldberg6@verizon.net>.
4391
4392         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
4393         `gnus-newsgroup-headers'.
4394
4395         * gnus-art.el (gnus-article-refer-article): Grok more message id
4396         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
4397
4398 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
4399
4400         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
4401         use "path name".
4402
4403 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
4404
4405         * gnus-sum.el (gnus-summary-move-article)
4406         (gnus-summary-expire-articles): send data header for article, not
4407         just article ID
4408
4409         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
4410         (gnus-register-spool-action): added hashtable of message ID keys
4411         with message motion data
4412
4413 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
4414         From Reiner Steib  <Reiner.Steib@gmx.de>.
4415
4416         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
4417         variable, used in `gnus-button-mid-or-mail-heuristic'.
4418         (gnus-button-mid-or-mail-heuristic): New function derived from
4419         Florian Weimer's Perl script.
4420         (gnus-button-handle-mid-or-mail): Allow a function instead of
4421         'guess.
4422         (gnus-button-guessed-mid-regexp): Removed.
4423
4424 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4425
4426         * message.el (message-resend): Bind message-setup-hook to nil;
4427         remove X-Draft-From header.
4428
4429 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
4430
4431         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
4432         (gnus-newsgroup-undownloaded)
4433         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
4434         Doc fixes.
4435
4436 2003-02-17  John Paul Wallington  <jpw@gnu.org>
4437
4438         * gnus.el (gnus-shell-command-separator, gnus-email-address)
4439         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
4440
4441 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
4442
4443         * gnus-spec.el (gnus-xmas-format): Use insert instead of
4444         insert-string which is obsolete in Emacs 21.4.
4445
4446         * message.el (message-cross-post-followup-to-header): do.
4447
4448         * spam.el (spam-ifile-register-with-ifile)
4449         (spam-stat-register-spam-routine)
4450         (spam-stat-register-ham-routine)
4451         (spam-bogofilter-register-with-bogofilter): do.
4452
4453         * mailcap.el (mailcap-mime-data): Fix typo.
4454
4455         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
4456
4457 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
4458
4459         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
4460         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
4461         `gnus-cite-unsightly-citation-regexp'.
4462
4463 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4464
4465         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
4466         even if there's just a header.
4467
4468 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
4469
4470         * message.el (message-fix-before-sending): Fix highlighting of
4471         illegible and invisible text.
4472
4473         * gnus-util.el (gnus-multiple-choice): Separate choices with
4474         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
4475
4476 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
4477
4478         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
4479
4480 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
4481
4482         * spam.el (spam-ham-move-routine)
4483         (spam-mark-spam-as-expired-and-move-routine): use
4484         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
4485         around process-mark manipulation on the group
4486
4487 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4488
4489         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
4490         submenu.
4491
4492 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4493
4494         * mail-source.el (mail-source-fetch): Reverse the return value of
4495         the continuation question.
4496
4497 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4498
4499         * nndraft.el (nndraft-request-move-article): Bind
4500         nnmh-allow-delete-final to t.
4501
4502 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4503
4504         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
4505
4506 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
4507
4508         * nntp.el (nntp-accept-process-output): Don't use point-max to get
4509         the buffer's size.
4510
4511 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
4512
4513         * nnheader.el: Added cygwin to system-type comparisons.
4514
4515 2003-01-27  Juanma Barranquero  <lektu@terra.es>
4516
4517         * imap.el (imap-mailbox-status): Fix typo.
4518
4519 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4520
4521         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
4522         online.
4523
4524 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4525
4526         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
4527         commands.
4528         * gnus-sum.el: Small change from Frank Weinberg
4529         <frank@usenet-rundfahrt.de>:
4530         (gnus-auto-center-group): New variable.
4531         (gnus-summary-read-group-1): Use it.
4532         (gnus-summary-next-group): Fix docstring.
4533
4534 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4535
4536         * gnus-util.el (gnus-faces-at): Simplify.
4537
4538 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4539
4540         * spam.el (spam-ham-move-routine)
4541         (spam-mark-spam-as-expired-and-move-routine): made the article
4542         move conditional, so it's not called even if there's nothing to move
4543
4544 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4545
4546         * message.el (message-unix-mail-delimiter): Accept any whitespace
4547         after the email address and before the date; do not require the
4548         space character.  From Kurt B. Kaiser <kbk@shore.net>.
4549
4550 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
4553         gnus-article-boring-faces variable is bound; use gnus-faces-at.
4554
4555         * gnus-util.el (gnus-faces-at): New macro.
4556
4557 2003-02-13  Michael Shields  <shields@msrl.com>
4558
4559         * gnus-cite.el
4560         (gnus-cite-attribution-suffix, gnus-cite-parse):
4561         Better handling for Microsoft citation styles.
4562         (gnus-unsightly-citation-regexp): New.
4563
4564 2003-02-12  Michael Shields  <shields@msrl.com>
4565
4566         * gnus-art.el (article-strip-banner): Strip both per-group and
4567         per-user-address banners.
4568         (article-really-strip-banner): New.
4569
4570 2003-02-12  Michael Shields  <shields@msrl.com>
4571
4572         * gnus-sum.el (gnus-article-goto-next-page,
4573         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
4574         relying on the summary bindings of `n' and `p'.
4575
4576 2003-02-12  Michael Shields  <shields@msrl.com>
4577
4578         * gnus-art.el (gnus-article-only-boring-p): New.
4579         (gnus-article-skip-boring): New.
4580         * gnus-cite.el (gnus-article-boring-faces): New.
4581         * gnus-sum.el (gnus-summary-next-page): Use
4582         gnus-article-only-boring-p.
4583
4584 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
4585
4586         * spam.el (spam-mark-spam-as-expired-and-move-routine)
4587         (spam-ham-move-routine): unmark all articles before marking those
4588         of interest and calling gnus-summary-move-article
4589
4590 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
4591
4592         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
4593         logically the complement of gnus-get-buffer-create and
4594         gnus-add-buffer.
4595
4596         * gnus-util.el (gnus-kill-buffer): do.
4597
4598         * nnmail.el: Autoload gnus-kill-buffer.
4599
4600 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4601
4602         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
4603         gnus-summary-goto-subject as gnus-summary-update-mark operates on
4604         the current LINE.
4605         (gnus-agent-summary-fetch-group): Minimized the number of times
4606         that the article is updated in the buffer.
4607
4608 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
4609
4610         * spam.el (spam-ham-move-routine): use the process-mark instead of
4611         gnus-current-article when moving articles
4612         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
4613
4614 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4615
4616         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
4617         (gnus-topic-catchup-articles): Ditto.
4618         (gnus-topic-mark-topic): Reverse recursive logic.
4619
4620 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
4621
4622         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
4623         gnus-refer-thread-limit is t.
4624
4625 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
4626
4627         * mm-util.el (mm-mule-charset-to-mime-charset): Use
4628         sort-coding-systems to prefer utf-8 over utf-16.
4629
4630 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4631
4632         * gnus-agent.el (gnus-agent-expire-days):
4633         gnus-request-move-article depends on gnus-agent-expire to clean up
4634         the cache after moving the article.  Therefore, g-a-e-d can NOT
4635         default to nil or can gnus-agent-expire be disabled by doing so.
4636         If you don't want to run gnus-agent-expire, don't call it.
4637         (gnus-agent-expire): The broken test to disable gnus-agent-expire
4638         when g-a-e-d was NOT nil was removed.
4639         (gnus-agent-article-name): Removed unnecessary input test as
4640         article IDs are always strings.
4641         (gnus-agent-regenerate-group): Added check to protect against
4642         servers that generate absurdly long article IDs.  Valid IDs are
4643         less than 10 digits to avoid overflow errors.  Fixed logic error
4644         when ensuring that the final article ID is present in the new
4645         alist.
4646
4647 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4648
4649         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
4650         next line after finding the parent.
4651
4652 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4653
4654         * gnus.el (gnus-version-number): Bumped.
4655
4656 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4657
4658         * gnus.el: Oort Gnus v0.15 is released.
4659
4660 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
4661
4662         * nnmail.el (nnmail-split-it): If a message ends up matching the
4663           same mailbox more than once, it will cause duplicates to appear
4664           in the mailbox.
4665
4666 2003-02-08  Simon Josefsson  <jas@extundo.com>
4667
4668         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
4669         code that only worked under Emacs.
4670
4671         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
4672         Das <satyaki@chicory.stanford.edu>.
4673
4674 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
4675
4676         * gnus-art.el (gnus-article-refer-article): Use
4677         gnus-replace-in-string.
4678
4679         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
4680         (gnus-remove-duplicates): do.
4681
4682 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4683
4684         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
4685         (gnus-request-scan): set
4686         gnus-internal-registry-spool-current-method to gnus-command-method
4687         before a request-scan operation
4688
4689         * gnus-registry.el (regtest-nnmail): use
4690         gnus-internal-registry-spool-current-method
4691
4692 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4693
4694         * mail-source.el (mail-source-fetch): Typo fix.
4695
4696 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4697
4698         * nnmail.el (nnmail-spool-hook): new hook
4699         (nnmail-cache-insert): call nnmail-spool-hook
4700
4701         * gnus-registry.el: new file with examples of using the hooks
4702
4703         * gnus.el (gnus-registry): added registry customization group
4704         (gnus-group-prefixed-name): improve function to return full group
4705         name optionally
4706         (gnus-group-guess-prefixed-name): shortcut to
4707         gnus-group-prefixed-name, using just the group name
4708         (gnus-group-full-name): always get a group's full name
4709         (gnus-group-guess-full-name): shortcut, using just the group name
4710
4711         * gnus-sum.el (gnus-summary-article-move-hook)
4712         (gnus-summary-article-delete-hook)
4713         (gnus-summary-article-expire-hook): new hooks
4714         (gnus-summary-move-article, gnus-summary-expire-articles)
4715         (gnus-summary-delete-article): invoke the new hooks
4716
4717 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
4718
4719         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
4720         from message-ID
4721
4722 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
4723
4724         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
4725
4726 2003-02-07  John Paul Wallington  <jpw@gnu.org>
4727
4728         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
4729         (mm-write-region, mm-detect-coding-region): Doc fixes.
4730
4731 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4732
4733         * mail-source.el (mail-source-fetch): Ignore errors.
4734         (mail-source-ignore-errors): New variable.
4735
4736         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
4737         articles.
4738
4739         * gnus-msg.el (gnus-version-expose-system): Change default.
4740
4741 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
4742
4743         * gnus-msg.el (gnus-version-expose-system): New variable.
4744
4745 2003-02-07  Simon Josefsson  <jas@extundo.com>
4746
4747         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
4748         patch from deskpot@myrealbox.com (Vasily Korytov).
4749
4750 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4751
4752         * gnus-art.el (article-display-face): Get the Face header from
4753         the current buffer.
4754
4755 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4756
4757         * gnus-art.el (gnus-mime-view-part-internally): Bind
4758         buffer-read-only to nil.
4759
4760 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4761
4762         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
4763         from g-a-e-1 to g-a-e-2.
4764
4765 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
4766
4767         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
4768         of bbdb-search-simple, use spam-use-BBDB-exclusive
4769         (spam-check-whitelist): use spam-use-whitelist-exclusive
4770         (spam-use-whitelist-exclusive): new variable affecting
4771         spam-use-whitelist
4772         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
4773
4774 2003-02-05  Simon Josefsson  <jas@extundo.com>
4775
4776         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
4777         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
4778         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
4779         (gnus-agent-expire-1): New.
4780         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
4781         (gnus-agent-expire-2): New.
4782
4783 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
4784
4785         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
4786         "delete-if" is misleading because it isn't actually destructive.
4787
4788         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
4789
4790         * nnmail.el (nnmail-purge-split-history): do.
4791
4792         * gnus-win.el (gnus-get-buffer-window): do.
4793
4794         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
4795         let-binding.
4796         (gnus-simplify-all-whitespace): do.
4797
4798 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4799
4800         * gnus-delay.el (gnus-delay-article): Fix binding of the
4801         nndraft:delayed group.
4802
4803 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4804
4805         * gnus.el (spam group parameters): change 'other to 'const in
4806         the group parameter definitions to soothe XEmacs
4807
4808 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4809
4810         * gnus-delay.el (gnus-delay-article): Really create
4811         nndraft:delayed group if it doesn't exist.
4812
4813 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
4814
4815         * gnus-sum.el (gnus-summary-search-article): Speed up by
4816         disabling various visual features while searching.
4817         (gnus-summary-recenter): Test gnus-auto-center-summary first.
4818
4819 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
4820
4821         * spam.el (spam-list-of-checks): Don't quote nil and t in
4822         docstrings.  From the elisp manual:
4823
4824            When a documentation string refers to a Lisp symbol, write
4825            it [..] with single-quotes around it.  [..] There are two
4826            exceptions: write t and nil without single-quotes.
4827
4828         * messcompat.el (message-from-style): do.
4829
4830         * message.el (message-send-mail): do.
4831
4832         * gnus-util.el (gnus-use-byte-compile): do.
4833
4834         * gnus-score.el (gnus-score-lower-thread): do.
4835
4836         * gnus-int.el (gnus-server-unopen-status): do.
4837
4838         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
4839         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
4840
4841         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
4842         (gnus-group-parameters): do.
4843
4844         * gnus-art.el (gnus-article-mime-match-handle-function): do.
4845
4846         * mm-decode.el (mm-text-html-renderer): do.
4847
4848 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4849
4850         * nnheader.el (nnheader-directory-separator-character): Change the
4851         way to compute the dafault value.
4852
4853 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
4854
4855         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
4856         (gnus-button-alist): Fix regexp for describe-key.
4857         (gnus-button-handle-describe-function)
4858         (gnus-button-handle-describe-variable)
4859         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
4860         (gnus-button-handle-apropos-variable)
4861         (gnus-button-handle-apropos-documentation): Docstring fix.
4862
4863         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
4864
4865 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4866
4867         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
4868         to nil.
4869
4870         * nnmail.el: Removed gnus-util autoload.
4871
4872         * gnus.el: Use gnus-prin1-to-string throughout.
4873
4874         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
4875         print-level.
4876
4877         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
4878         (gnus-treat-display-grey-xface): Removed.
4879
4880         * gnus-fun.el (gnus-grab-cam-face): New.
4881         (gnus-convert-image-to-gray-x-face): Removed.
4882         (gnus-convert-gray-x-face-to-xpm): removed.
4883         (gnus-convert-gray-x-face-region): Removed.
4884         (gnus-grab-gray-x-face): Removed.
4885
4886         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
4887
4888 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
4889
4890         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
4891         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
4892         bound.
4893
4894         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
4895
4896 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
4897
4898         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
4899         Remove -- these are bogus options which are never used.
4900
4901 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
4902
4903         * gnus-art.el (gnus-article-mode): Use summary tool bar.
4904
4905 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
4906
4907         * spam.el (spam-check-blackholes)
4908         (spam-blackhole-good-server-regex): new variable to skip some IPs
4909         when checking blackholes; use it
4910         (spam-check-bogofilter-headers)
4911         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
4912         case more X-Bogosity is used than just "Yes/No"
4913         (spam-ham-move-routine): semi-fixed, only first article is
4914         properly moved now
4915
4916 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
4917
4918         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
4919         as well.
4920
4921         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
4922
4923         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
4924
4925         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
4926
4927         * gnus-bcklg.el (gnus-backlog-shutdown): do.
4928
4929         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
4930
4931 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4932
4933         * gnus-fun.el (gnus-face-encode): New function.
4934         (gnus-convert-png-to-face): Use it.
4935
4936         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
4937
4938 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
4939
4940         * mm-decode.el (mm-dissection-list): Remove.
4941         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
4942         only used in mm-remove-all-parts.
4943         (mm-remove-all-parts): Remove it, it's never called.
4944
4945 2003-01-25  Simon Josefsson  <jas@extundo.com>
4946
4947         * gnus-group.el (gnus-group-make-group): Report errors.
4948
4949         * nnimap.el (nnimap-request-create-group): Ditto.
4950
4951         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
4952
4953         * sieve.el (sieve-upload): Fix error printing.
4954
4955         * mm-encode.el (mm-qp-or-base64): Always QP iff
4956         mm-use-ultra-safe-encoding and cleartext PGP.
4957
4958         * gnus-sum.el (gnus-summary-select-article): Inhibit
4959         redisplay (mainly for secured messages).
4960
4961         * nnmail.el (nnmail-article-group): Copy body too (but don't
4962         process it).
4963
4964 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
4965
4966         * gnus-art.el (gnus-article-setup-buffer): Reset
4967         gnus-button-marker-list.
4968
4969 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4970
4971         * nntp.el (nntp-read-timeout): Default to using a second delay
4972         under Microsoft Windows.
4973
4974 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4975
4976         * nnheader.el (nnheader-directory-separator-character): New
4977         variable.
4978
4979 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4980
4981         * gnus-agent.el (gnus-agent-max-fetch-size)
4982         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
4983         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
4984         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
4985         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
4986         (gnus-agent-braid-nov, gnus-agent-load-alist)
4987         (gnus-agent-article-alist-save-format)
4988         (gnus-agent-read-agentview, gnus-agent-save-alist)
4989         (gnus-agent-fetch-group-1, gnus-agent-expire)
4990         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
4991         (gnus-agent-regenerate-group): Reformat to keep under eighty
4992         columns.  Reword docstrings so that first line is under eighty
4993         chars and a complete sentence.  Still need to work on the rear
4994         end of the file, in particular gnus-agent-expire.
4995
4996 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4997
4998         * gnus-agent.el (gnus-agentize): Indent.
4999
5000         * gnus.el (gnus-version-number): Bumped.
5001
5002 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5003
5004         * gnus.el: Oort Gnus v0.14 is released.
5005
5006 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5007
5008         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
5009         before beginning.  Tiny patch from Mark Thomas
5010         <swoon@bellatlantic.net>.
5011
5012 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5013
5014         * spam.el (spam-check-blackholes, spam-split)
5015         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
5016         gnus-message calls to show to users what spam.el is doing
5017
5018 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
5019
5020         * gnus-msg.el (gnus-message-replysign)
5021         (gnus-message-replyencrypt): Fix typo.
5022
5023 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5024
5025         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
5026         details.
5027
5028 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5029
5030         * gnus-art.el (gnus-article-press-button): let* -> let.
5031         (gnus-mime-security-show-details): Cleaned up.
5032         (gnus-mime-security-press-button): Save excursion.
5033         (gnus-insert-mime-security-button): Clean up.
5034
5035         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
5036
5037         * gnus-async.el (gnus-async-wait-for-article): Don't use a
5038         timeout.
5039
5040         * nntp.el (nntp-accept-process-output): Removed timeout.
5041         (nntp-read-timeout): New variable.
5042         (nntp-accept-process-output): Use it.
5043
5044         * gnus-sum.el (gnus-data-find-list): Remove *.
5045
5046 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5047
5048         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
5049         introduced on 2002-01-22.
5050         (gnus-summary-first-unseen-or-unread-subject): Ditto.
5051
5052 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
5053
5054         * spam.el (spam-check-regex-headers, spam-list-of-checks)
5055         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
5056         checks of incoming mail based on simple header regexp matching
5057
5058 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
5059
5060         * gnus-sum.el (gnus-spam-mark): set to `$'
5061
5062 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5063
5064         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
5065         gnus-newsgroup-unfetched, the list of articles whose headers have
5066         not been fetched from the server.
5067
5068         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
5069         parameter as it never worked due to a bug.  Added check to prevent
5070         selection of any article in the gnus-newsgroup-unfetched list.
5071         (gnus-summary-find-prev): Added check to prevent selection of any
5072         article in the gnus-newsgroup-unfetched list.
5073         (gnus-summary-first-subject): Documented API. Modified
5074         implementation so that constraints are handled independently.
5075         Added check to prevent selection of any article in the
5076         gnus-newsgroup-unfetched list.
5077         (gnus-summary-first-unseen-subject): Updated parameters in
5078         gnus-summary-first-subject call to match new API.
5079         (gnus-summary-first-unseen-or-unread-subject): Ditto.
5080         (gnus-summary-catchup): Do not mark unfetched articles as read.
5081
5082 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
5083
5084         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
5085         make-obsolete-variable allows only two arguments in XEmacs and
5086         Emacs 20.
5087
5088         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
5089         gnus-article-hide-pgp.
5090         (gnus-summary-make-menu-bar): do.
5091
5092         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
5093         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
5094         gnus-article-hide-pgp.
5095         (article-hide-pgp): Remove.
5096         (gnus-article-hide): Remove gnus-article-hide-pgp.
5097
5098         * gnus.el: Remove gnus-article-hide-pgp
5099
5100 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5101
5102         * message.el (message-required-headers): Doc fix.
5103
5104 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
5105
5106         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
5107         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
5108         option to make ifile a purely binary classifier
5109
5110 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5111
5112         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
5113         (mml-secure-encrypt-pgpmime): Removed double.
5114
5115         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
5116         debugging statements.
5117
5118 2003-01-21  Andreas Fuchs  <asf@void.at>
5119
5120         * mml-sec.el (mml-sign-alist): Added pgpauto.
5121
5122 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5123
5124         * gnus.el (gnus-version-number): Bumped version number.
5125
5126 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5127
5128         * gnus.el: Oort Gnus v0.13 is released.
5129
5130 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5131
5132         * gnus-art.el (gnus-button-url-regexp): Removed |.
5133
5134         * message.el (message-send-hook): Doc fix.
5135
5136         * gnus-win.el (gnus-buffer-configuration): Display article
5137         instead of article-copy when `reply'.
5138
5139 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
5140
5141         * gnus.el (gnus-format): Change customize group to gnus.
5142         (gnus-cache): Add link.
5143         (gnus-group-charter-alist): Fix docstring.
5144
5145 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
5146
5147         * mailcap.el (mailcap-print-command): lpr-command might be
5148         unbound in XEmacs.
5149
5150 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5151
5152         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
5153
5154         * gnus-sum.el (gnus-summary-update-article-line): Fixed
5155         calculation of net characters added for use in the gnus-data
5156         structure.
5157
5158 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5159
5160         * nnmail.el (nnmail-process-unix-mail-format): Improve error
5161         message.  Suggested by Jari Aalto.
5162
5163 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5164
5165         * gnus-art.el (gnus-article-followup-with-original): Clean up.
5166         (gnus-article-reply-with-original): Ditto.
5167
5168         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
5169         read articles don't become unread.
5170
5171 2003-01-17  Simon Josefsson  <jas@extundo.com>
5172
5173         * gnus-fun.el (gnus-x-face-from-file):
5174         (gnus-face-from-file): Suggest image format in minibuffer prompt.
5175
5176         * gnus-fun.el (gnus-convert-image-to-x-face-command)
5177         (gnus-convert-image-to-face-command): Doc fix.
5178
5179 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5180
5181         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
5182
5183 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
5184
5185         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
5186         avoid encoding problems.
5187
5188         * mailcap.el (mailcap-ps-command): New variable.
5189         (mailcap-mime-data): Add print entry where applicable.  Use
5190         pdftotext on a tty.
5191
5192 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5193
5194         * gnus-sum.el (gnus-alter-header-function): Add type and group.
5195
5196 2003-01-16  Simon Josefsson  <jas@extundo.com>
5197
5198         * gnus-fun.el (gnus-convert-image-to-x-face-command)
5199         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
5200         (gnus-face-from-file): Doc fix; don't mention image format.
5201
5202 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5203
5204         * spam.el (spam-get-article-as-filename): new function (unused for now)
5205         (spam-get-article-as-buffer): new function
5206         (spam-get-article-as-string): use spam-get-article-as-buffer
5207         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
5208
5209 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5210
5211         * gnus-agent.el: Don't use `path'.
5212         From the GNU coding standards:
5213
5214             Please do not use the term ``pathname'' that is used in Unix
5215             documentation; use ``file name'' (two words) instead.  We use
5216             the term ``path'' only for search paths, which are lists of
5217             directory names.
5218
5219         * nnsoup.el (nnsoup-file-name): Ditto.
5220
5221         * nnmail.el (nnmail-pathname-coding-system): Ditto.
5222         (nnmail-group-pathname): Ditto.
5223
5224         * nnimap.el (nnimap-group-overview-filename): Ditto.
5225
5226         * nnheader.el (nnheader-pathname-coding-system): Ditto.
5227         (nnheader-group-pathname): Ditto.
5228
5229         * nnfolder.el (nnfolder-group-pathname): Ditto.
5230
5231         * gnus.el (gnus-home-directory): Ditto.
5232
5233         * gnus-group.el (gnus-group-icon-list): Ditto.
5234
5235 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
5236
5237         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
5238
5239         * message.el (message-mode-menu): Use it.
5240         (message-mode-menu): Deactivate "Yank Original" if there's no
5241         reply buffer.
5242
5243         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
5244
5245         * message.el (message-mark-active-p): New function.
5246
5247 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
5248
5249         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
5250         (spam-bogofilter-database-directory): new variables
5251         (spam-check-bogofilter-headers, spam-check-bogofilter)
5252         (spam-bogofilter-register-with-bogofilter)
5253         (spam-bogofilter-register-spam-routine)
5254         (spam-bogofilter-register-ham-routine)
5255         (spam-group-ham-processor-bogofilter-p): new functions for the new
5256         Bogofilter interface
5257         (spam-summary-prepare-exit): use the new Bogofilter functions
5258         (spam-list-of-checks): added spam-use-bogofilter-headers
5259         (spam-bogofilter-score): rewrote function
5260         (spam-check-bogofilter): optional score parameter, uses
5261         spam-check-bogofilter-headers better
5262         (spam-check-bogofilter-headers): optional score parameter
5263
5264         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
5265         default, in the gnus-start customization group.  Used to disable
5266         the spam-*/ham-* parameters.
5267         (gnus-group-ham-exit-processor-bogofilter): new ham processor
5268
5269 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
5270
5271         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
5272         XEmacs.
5273
5274         * gnus-ems.el (gnus-mark-active-p): do.
5275
5276 2003-01-15  Kevin Ryde  <user42@zip.com.au>
5277
5278         * gnus.texi (Using MIME): Mention auto-compression-mode with
5279         gnus-mime-copy-part.
5280
5281 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5282
5283         * message.el (message-send): Don't warn about duplicates when
5284         superseding.
5285
5286 2003-01-15  Simon Josefsson  <jas@extundo.com>
5287
5288         * nnimap.el (nnimap-split-download-body): New variable.
5289         (nnimap-split-articles): Use it.
5290
5291 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5292
5293         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
5294         integrity checker was incorrectly flagging, and removing, articles
5295         whose article number was negative.
5296         (gnus-agent-fetch-group-1): When executed in the group's summary
5297         buffer, refresh each downloaded line to update the status flag and
5298         font.  Preserve the value of gnus-newsgroup-headers so that
5299         gnus-agent-fetch-articles can split the requests by size.
5300         (gnus-agent-expire): Corrected day calculation for when
5301         gnus-agent-expire-days contains a list.
5302
5303 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5304
5305         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
5306
5307 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
5308
5309         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
5310           /usr/bin/play as default player.
5311           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
5312
5313 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
5316         articles to be marked as well.
5317
5318 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5319         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
5320         fictious headers generated by nnagent (ie. Undownloaded Article
5321         ####) in the list of articles that have not been downloaded.
5322
5323         * gnus-int.el (): Added require declarations to resolve
5324         compile-time warnings.
5325         (gnus-open-server): If the server status is set to offline,
5326         recursively execute gnus-open-server to open the offline backend
5327         (e.g. nnagent).
5328
5329 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
5330
5331         * gnus-art.el (gnus-article-reply-with-original): Use
5332         gnus-mark-active-p.
5333         (gnus-article-followup-with-original): do.
5334
5335 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5336
5337         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
5338
5339 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5340
5341         * gnus-score.el (gnus-score-edit-file-at-point): New function.
5342         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
5343
5344 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
5345
5346         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
5347         (gnus-face-from-file): Ditto.
5348
5349 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5350
5351         * gnus-sum.el (gnus-articles-to-read): Don't just apply
5352         gnus-alter-articles-to-read-function to the unread articles.
5353
5354 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5355
5356         * deuglify.el (gnus-article-outlook-unwrap-lines)
5357         (gnus-article-outlook-repair-attribution)
5358         (gnus-article-outlook-rearrange-citation): New function names,
5359         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
5360         doc-string.
5361
5362         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
5363         removed `W k' key binding (use `W Y f' instead).
5364         (gnus-summary-make-menu-bar): Use new function names.
5365
5366 2003-01-13  Simon Josefsson  <jas@extundo.com>
5367
5368         * gnus-fun.el (gnus-random-x-face): Doc fix.
5369         (gnus-insert-random-x-face-header): New function.
5370
5371 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
5372
5373         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
5374         mark is not active.
5375
5376         * gnus-msg.el (gnus-inews-do-gcc): Comment.
5377
5378         * gnus-ems.el (gnus-mark-active-p): New function.
5379
5380         * gnus-group.el (gnus-topic-mode-p): New function.
5381         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
5382         Deactivate items if mark is not active.
5383
5384 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5385
5386         * gnus.el (gnus-version-number): Bumped version.
5387         (gnus-summary-line-format): Doc fix.
5388
5389 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5390
5391         * gnus.el: Oort Gnus v0.12 is released.
5392
5393 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5394
5395         * mail-source.el (mail-sources): Removed autoload to make it
5396         compile under XEmacs.
5397
5398 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
5399
5400         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
5401         regexp or a function too.
5402         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
5403         confirmation even if the original article is mail.
5404
5405 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5406
5407         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
5408         articles to be marked when not yanking.
5409
5410 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
5411
5412         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
5413
5414 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5415
5416         * gnus-fun.el (gnus-face-from-file): Autoload.
5417
5418         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
5419         errors.
5420
5421 2003-01-12  Simon Josefsson  <jas@extundo.com>
5422
5423         * sieve.el (sieve-upload-and-bury): New.  Suggested by
5424         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
5425
5426         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
5427         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
5428
5429 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5430
5431         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
5432         in every string.
5433
5434         * gnus.el (gnus-version-number): Bumped version number.
5435
5436 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5437
5438         * gnus.el: Oort Gnus v0.11 is released.
5439
5440 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
5441
5442         * message.el (message-fetch-reply-field): Narrow to headers.
5443
5444         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
5445         if Gnus isn't alive.
5446
5447 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5448
5449         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
5450         marks from articles that are already stored in the agent.
5451         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
5452         backup copy of an invalid .overview file for later analysis.
5453
5454 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
5455
5456         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
5457         exit work with two frames.
5458
5459 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
5460
5461         * message.el (message-forward-make-body): Use mule4.
5462
5463 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5464
5465         * message.el (message-mode-map): Move wide-reply command.
5466
5467 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
5468
5469         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
5470         castellano.
5471         (gnus-outlook-display-hook): New variable.
5472         (gnus-outlook-display-article-buffer): New function.
5473         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
5474         (gnus-outlook-deuglify-article): Made them interactive and added
5475         optional arg.  Use `g-o-d-a-b'.
5476         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
5477
5478         * gnus-sum.el: Added autoloads.
5479         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
5480         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
5481
5482 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5483
5484         * gnus-art.el (gnus-display-mime): Use the mime emulation
5485         variable.
5486
5487         * gnus-sum.el (gnus-article-emulate-mime): New variable.
5488
5489         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
5490         newsrc-alist is initialized properly.
5491
5492         * mail-source.el (mail-sources): Autoload.
5493
5494         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
5495         nil.
5496
5497         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
5498         insert two newlines.
5499
5500         * message.el (message-check-news-header-syntax): Compute the
5501         header length correctly.
5502
5503 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5504
5505         * gnus-agent.el (gnus-agent-expire): Do not remove article from
5506         alist when keeping fetched article file.
5507         (gnus-agent-retrieve-headers): When parsing response for article
5508         numbers, use the same algorithm as gnus-agent-braid-nov to protect
5509         against garbage in the server's response.
5510
5511         * gnus-int.el (gnus-request-expire-articles,
5512         gnus-request-move-article): Only expire when the group's server
5513         has been agentized.
5514
5515 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5516
5517         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
5518         errors when deleting overlays.
5519
5520         * gnus-score.el (gnus-score-followup): Allow tracing.
5521
5522         * gnus-art.el (gnus-treat-display-face): New variable.
5523         (article-display-face): New command.
5524
5525         * gnus-fun.el (gnus-face-from-file): New function.
5526         (gnus-convert-face-to-png): Ditto.
5527
5528         * gnus-art.el (gnus-ignored-headers): Added Face.
5529
5530 2003-01-10  Simon Josefsson  <jas@extundo.com>
5531
5532         * nndraft.el (nndraft-request-group): Avoid crash in
5533         directory-files when draft directory doesn't exists.
5534
5535         * gnus-sum.el (gnus-select-article-hook): Add :option.
5536
5537 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
5538
5539         * spam.el (spam-use-stat): new variable
5540         (spam-group-spam-processor-stat-p)
5541         (spam-group-ham-processor-stat-p): new convenience functions
5542         (spam-summary-prepare-exit): add spam/ham processors to sequence
5543         (spam-list-of-checks): add spam-use-stat to list of checks
5544         (spam-split): conditionally load the spam-stat tables
5545         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
5546         spam-check-ifile): new functions
5547
5548         * spam-stat.el (spam-stat): typo fix
5549         (spam-stat-install-hooks): new variable
5550         (spam-stat-split-fancy-spam-group): added documentation clarification
5551         (spam-stat-split-fancy-spam-threshhold): new variable
5552         (spam-stat-install-hooks): make hooks conditional
5553         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
5554
5555         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
5556         spam-stat ham/spam processor symbols
5557
5558 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5559
5560         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
5561         file exists.
5562
5563 2003-01-10  Simon Josefsson  <jas@extundo.com>
5564
5565         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
5566         undownloaded/downloadable only when unplugged.
5567
5568 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
5569
5570         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
5571
5572 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5573
5574         * spam.el (spam-check-ifile): fixed call-process-region to use the
5575         db parameter only if it's set
5576         (spam-ifile-register-with-ifile): ditto
5577
5578 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
5579
5580         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
5581         spam-stat-nbad before creating the hash table.
5582         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
5583         Changed copyright statement to FSF.
5584
5585 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5586
5587         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
5588         processable articles as read.
5589         (gnus-agent-summary-fetch-series): Remove processable and
5590         downloadable marks on all downloaded articles in the series.
5591
5592         * nntp.el (nntp-report): Throw error after reporting the problem.
5593         (nntp-accept-process-output): Corrected error check to report an
5594         error when the process is nil.
5595
5596 2003-01-09  Simon Josefsson  <jas@extundo.com>
5597
5598         * message.el (message-tool-bar-map): Add preview.
5599
5600 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
5601
5602         * mml.el (mml-preview): Get rid of MIME handles and buffers after
5603         previewing.
5604
5605 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
5606
5607         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
5608         bug when the (n+1)th article to be added to a group has a smaller
5609         number than the n articles already added.
5610
5611 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
5612
5613         * message.el (message-mode-field-menu): Use backquote.
5614
5615 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
5616
5617         * spam.el: fixed the BBDB autoloads again, using
5618         bbdb-search-simple now (which is not a macro, thank god)
5619
5620         * lpath.el (bbdb-search): removed function from maybe-fbind list
5621
5622         * gnus.el (ham-process-destination): added new parameter for
5623         destination of ham articles found in spam groups at summary exit
5624
5625         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
5626         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
5627         (spam-ifile-database-path): added new parameter for ifile's database
5628         (spam-move-spam-nonspam-groups-only): new parameter to determine
5629         if spam should be moved from all groups or only some
5630         (spam-summary-prepare-exit): fixed logic to use
5631         spam-move-spam-nonspam-groups-only when deciding to invoke
5632         spam-mark-spam-as-expired-and-move-routine; always invoke that
5633         routine after the spam has been expired-or-moved in case there's
5634         some spam left over; use spam-ham-move-routine in spam groups
5635         (spam-ham-move-routine): new function to move ham articles to the
5636         ham-process-destinations group parameter
5637
5638 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5639
5640         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
5641
5642         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
5643         gnus-summary-update-article-line.
5644
5645 2003-01-08  Simon Josefsson  <jas@extundo.com>
5646
5647         * nnmail.el (nnmail-expiry-target-group): Request group, create it
5648         not successful.
5649
5650 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5651
5652         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
5653
5654 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5655
5656         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
5657         logic, finally
5658
5659 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5660
5661         * gnus-spec.el (gnus-parse-format): %C is a complex format.
5662         (gnus-parse-format): Change to %~.
5663
5664         * message.el (message-generate-headers): Don't generate optional
5665         empty headers.
5666
5667 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5668
5669         * message.el (message-cross-post-default)
5670         (message-cross-post-note-function, message-shoot-gnksa-feet)
5671         (message-strip-subject-trailing-was, message-change-subject)
5672         (message-mark-insert-file, message-cross-post-followup-to)
5673         (message-cross-post-followup-to, message-mode-map)
5674         (message-generate-unsubscribed-mail-followup-to)
5675         (message-make-mail-followup-to): Minor changes to doc-strings and
5676         error messages.  Updated copyright line.
5677
5678         * message.el (message-make-mail-followup-to,
5679         message-generate-unsubscribed-mail-followup-to): New function
5680         names.  Renamed functions: "-mft" -> "-mail-followup-to".
5681         (message-make-mft, message-gen-unsubscribed-mft): Removed function
5682         names.
5683
5684         * mml.el (mml-preview-insert-mail-followup-to): New function name.
5685         (mml-preview-insert-mft): Removed function name.
5686         (mml-preview): Use new function names.
5687
5688         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
5689
5690         * message.el (message-mode-field-menu): Moved header related
5691         commands from "Message" to "Field" menu.
5692
5693 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5694
5695         * message.el (message-generate-headers-first): Added customization
5696         if variable is a list.
5697
5698 2003-01-07  Michael Shields  <shields@msrl.com>
5699
5700         * gnus-art.el (gnus-article-next-page): Correctly handle the case
5701         where the last line of the article is the last line of the window.
5702
5703 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5704
5705         * gnus-msg.el (gnus-debug): Use ignore-errors.
5706
5707         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
5708         `gnus-summary-update-line'.
5709
5710 2003-01-08  Simon Josefsson  <jas@extundo.com>
5711
5712         * gnus-art.el (gnus-unbuttonized-mime-types)
5713         (gnus-buttonized-mime-types): Doc fix.
5714
5715 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
5716
5717         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
5718
5719 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5720
5721         * nnrss.el (nnrss-group-alist): Add and clear up.
5722
5723 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5724
5725         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
5726
5727         * lpath.el (bbdb-search): added BBDB functions for a better way to
5728         fix missing functions
5729
5730         * spam.el (spam-check-ifile): if should be an unless
5731
5732         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
5733         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
5734         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
5735
5736 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5737
5738         * gnus-sum.el (gnus-summary-make-menu-bar): Added
5739         gnus-summary-refer-thread to thread menu.
5740
5741 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5742
5743         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
5744         summary buffer, articles that cannot be fetched are marked as
5745         canceled.
5746
5747         * nntp.el (nntp-with-open-group): The quit signal handler must
5748         propagate the quit signal to the next outer handler so that the
5749         caller knows that the request aborted abnormally.
5750
5751 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5752
5753         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
5754         (spam-ifile-register-spam-routine)
5755         (spam-ifile-register-ham-routine): added ifile functionality that
5756         does not use ifile-gnus.el to classify and register articles
5757         (spam-get-article-as-string): convenience function
5758         (spam-summary-prepare-exit): added ifile spam and ham registration
5759         (spam-ifile-all-categories, spam-ifile-spam-category)
5760         (spam-ifile-path, spam-ifile): added customization options
5761
5762         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
5763         exit processor
5764         (spam-process): added gnus-group-ham-exit-processor-ifile to the
5765         list of choices
5766
5767 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5768
5769         * gnus-score.el (gnus-score-followup): Also score immediate
5770         followups.
5771
5772 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5773
5774         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
5775
5776 2003-01-07  Simon Josefsson  <jas@extundo.com>
5777
5778         * message.el (message-mode-menu): Fix receipt balloon help.
5779
5780 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
5781
5782         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
5783         always be interpreted as news.
5784
5785 2003-01-07  Simon Josefsson  <jas@extundo.com>
5786
5787         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
5788         gnus-sieve-script, instead of the global variable
5789         gnus-sieve-crosspost.  One-line patch from Steinar Bang
5790         <sb@dod.no>.
5791
5792 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5793
5794         * gnus.el: Renamed gnus-summary-*-uncached-face as
5795         gnus-summary-*-undownloaded-face to avoid confusing the agent with
5796         the cache.
5797
5798         * gnus-sum.el: Ditto.
5799
5800 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5801
5802         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
5803         in either the group or summary buffer.
5804         New command "JS", in summary buffer, will fetch articles per the
5805         group's category, predicate, and processable flags.
5806         (gnus-agent-summary-fetch-series): Rewritten to call
5807         gnus-agent-session-fetch-group once with all articles in the
5808         series.
5809         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
5810         return list of fetched articles.
5811         (gnus-agent-fetch-articles): Split fetch list into sublists such
5812         that the article buffer is only slightly larger than
5813         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
5814         the group's article alist is saved.
5815         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
5816         longer result in the agent trying to fetch an article.
5817         (gnus-agent-fetch-group-1): Can now be called in either the group
5818         or summary buffer.  Removed the max-fetch-size code that I added
5819         on 2002-12-13 as that capability is now part of
5820         gnus-agent-fetch-articles.  Added code to update summary buffer.
5821         When called in the group buffer, articles that can not be fetched
5822         are AUTOMATICALLY MARKED AS READ.
5823
5824         * gnus-sum.el (): Modified eval-when-compile to minimize
5825         misleading compilation warnings.
5826         (gnus-update-summary-mark-positions): Changed code to use
5827         gnus-undownloaded-mark rather than gnus-downloaded-mark.
5828
5829         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
5830         empty file as the parser assumes that the file isn't empty.
5831
5832         * nntp.el (nntp-send-string): The process-send-string call can,
5833         because it performs I/O on the process, change the process' state
5834         from open to closed.  If this happens, call nntp-report
5835         immediately to report the broken connection.
5836         (nntp-report): Rewritten to avoid needing a global variable to
5837         determine the appropriate course of action.  Instead, two function
5838         implementations are provided and the nntp-report function value is
5839         bound to the appropriate implementation.
5840         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
5841         (nntp-with-open-group): Now binds nntp-report's function cell
5842         rather than binding gnus-with-open-group-first-pass.  Added a
5843         condition-case to detect a quit during a nntp command.  When the
5844         quit occurs, the current connection is closed as a fetch articles
5845         request could have several megabytes queued up for reading.
5846         (nntp-retrieve-headers): Bind articles to itself.  If
5847         nntp-with-open-group repeats this command, I must have access to
5848         the original list of articles.
5849         (nntp-retrieve-groups): Ditto for groups.
5850         (nntp-retrieve-articles): Ditto for articles.
5851         (*): Replaced nntp-possibly-change-group calls to
5852         nntp-with-open-group forms in all, but one, occurrance.
5853         (nntp-accept-process-output): Bug fix. Detect when called with
5854         null process.
5855
5856 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
5857
5858         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
5859         if we don't need to.
5860         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
5861
5862 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5863
5864         * gnus-group.el (gnus-group-make-web-group): Pass the select
5865         method on to group-create.
5866         (gnus-group-line-format-alist): %U is an integer.
5867
5868         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
5869         ephemeral groups.
5870         (gnus-summary-read-group-1): Ditto.
5871         (gnus-group-make-articles-read): Ditto.
5872
5873         * mm-url.el (mm-url-program): Doc fix.
5874
5875         * message.el (message-mode-map): Rebound
5876         message-insert-wide-reply.
5877
5878 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
5881         color as `gnus-group-startup-message' does.
5882
5883 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
5884
5885         * spam.el: fixed line lengths to 80 chars or less
5886
5887         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
5888         "not-read" mark
5889         (gnus-summary-mark-forward): added the spam-mark to the list of
5890         marks not to be marked as "read" when viewed
5891
5892 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5893
5894         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
5895
5896         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
5897         Protect against unactive groups.
5898
5899         * message.el (message-check-news-header-syntax): Check long
5900         header lines.
5901         (message-check-news-header-syntax): Update `start'.
5902
5903         * gnus-group.el (gnus-group-expire-articles): Doc fix.
5904         (gnus-group-line-format): %U.
5905         (gnus-group-line-format-alist): ?U.
5906         (gnus-number-of-unseen-articles-in-group): New function.
5907
5908         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
5909
5910         * gnus.el (gnus-version-number): Bump version number.
5911
5912 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5913
5914         * gnus.el: Oort Gnus v0.10 is released.
5915
5916 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5917
5918         * gnus.el (gnus-version-number): Fix version number.
5919
5920 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5921
5922         * gnus.el: Oort Gnus v0.08 is released.
5923
5924 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
5925
5926         * mm-util.el: Add mm-string-make-unibyte.
5927
5928         * gnus-group.el (gnus-group-jump-to-group): Make it work for
5929         UTF-8 groups.
5930
5931 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5932
5933         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
5934
5935         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
5936
5937 2003-01-04  Kevin Ryde  <user42@zip.com.au>
5938
5939         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
5940         function.
5941
5942 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5943
5944         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
5945         (gnus-summary-read-group-1): Update group line.
5946         (gnus-summary-exit-no-update): Update group on exit.
5947
5948         * gnus-group.el (gnus-group-line-format): Add %*.
5949         (gnus-group-line-format-alist): Ditto.
5950         (gnus-group-insert-group-line): Set it.
5951         (gnus-group-is-exiting-p): New variable.
5952         (gnus-group-insert-group-line): Use it.
5953
5954 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
5955
5956         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
5957         enable BBDB ham processing
5958         (spam-blacklist-register-routine): enable blacklist spam processing
5959         (spam-whitelist-register-routine): enable whitelist ham processing
5960         (spam-fetch-field-from-fast): fast fetching of the "from" field
5961         from (gnus-data-list)
5962         (spam-summary-prepare-exit): works completely now
5963         (spam-use-blacklist): oops, should be nil by default
5964         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
5965         split processing now; before it was for summary exit as
5966         well but that's done with the spam-contents and spam-process
5967         parameters now
5968
5969 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
5970
5971         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
5972         characters.
5973
5974 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
5975
5976         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
5977         (spam-group-processor-p, spam-group-processor-bogofilter-p)
5978         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
5979         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
5980         (spam-mark-spam-as-expired-and-move-routine)
5981         (spam-generic-register-routine, spam-BBDB-register-routine)
5982         (spam-ifile-register-routine, spam-blacklist-register-routine)
5983         (spam-whitelist-register-routine): new functions
5984         (spam-summary-prepare-exit): added summary exit processing (expire
5985         or move) of spam-marked articles for spam groups; added slots for
5986         all the spam-*-register-routine functions
5987
5988 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5989
5990         * pop3.el (pop3-retr): Wait 500 msecs.
5991         (pop3-read-response): Ditto.
5992
5993         * gnus-msg.el (gnus-setup-message): Get the evaliation order
5994         right.
5995         (gnus-inews-make-draft): New function.
5996         (gnus-setup-message): Use it.
5997
5998         * message.el (message-required-headers): Add From.
5999
6000 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6001         Trivial patch from Norbert Koch <nk@viteno.net>.
6002
6003         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
6004
6005 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6006
6007         * message.el (message-generate-headers): Let header formatters do
6008         their work.
6009
6010 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
6011
6012         * deuglify.el (gnus-article-outlook-deuglify-article):
6013         Rehighlight, reapply treatments and call
6014         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
6015         (gnus-outlook-repair-attribution-block): Recognize cited
6016         attributions.  Suggested by Niklas Morberg.
6017
6018 2003-01-02  Pete Kazmier  <pete@kazmier.com>
6019
6020         * gnus-art.el (gnus-treat-predicate): Check condition first.
6021
6022 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
6023
6024         * lpath.el: Add url-http-file-exists-p.
6025
6026         * gnus-group.el (gnus-group-fetch-charter): Use
6027         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
6028
6029 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6030
6031         * message.el (message-draft-headers): Also generate From to get a
6032         nicer draft buffer summary.
6033
6034         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
6035         parameter.
6036
6037         * gnus-art.el (article-wash-html): Clean up.
6038         (article-wash-html): Typo fix.
6039
6040         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
6041         (gnus-summary-mail-forward): To many lists of lists.
6042
6043         * gnus-art.el (article-wash-html): Clean up.
6044
6045 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
6046
6047         * gnus-art.el (gnus-treat-wash-html): New variable.
6048
6049 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6050
6051         * message.el (message-check-news-header-syntax): Allow posting.
6052         (message-check-news-header-syntax): Fix logic for sure, this
6053         time.
6054
6055 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
6056
6057         * message.el (message-check-news-header-syntax): Check syntax of
6058         continuation headers.
6059
6060 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
6061
6062         * gnus-art.el (gnus-button-url-regexp,
6063         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
6064         (gnus-header-button-alist): Regexps are case insensitive here.
6065
6066 2003-01-02  Simon Josefsson  <jas@extundo.com>
6067
6068         * dig.el (query-dig): Doc fix.
6069
6070 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6071
6072         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
6073         summary buffer line, not just the download mark.
6074
6075 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6076
6077         * gnus-sum.el (gnus-summary-goto-subjects): New function.
6078         (gnus-summary-insert-dormant-articles): New command and
6079         keystroke.
6080
6081         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
6082         function for mass insertion of subjects.
6083
6084         * nndraft.el (nndraft-generate-headers): Don't move point.
6085
6086         * gnus.el (nnheader): Require nnheader.
6087
6088         * nndraft.el (nndraft-request-associate-buffer): Use
6089         make-local-variable.
6090
6091 2003-01-02  Michael Shields  <shields@msrl.com>
6092
6093         * nndraft.el (nndraft-request-associate-buffer): Make
6094         write-contents-hooks buffer-local before setting it.
6095
6096 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6097
6098         * gnus.el (gnus-group-parameter-value): Take an extra param.
6099         (gnus-group-fast-parameter): Let group param results be nil.
6100
6101         * gnus-art.el (gnus-article-forward-header): New function.
6102         (article-date-ut): Use it to remove continuation date headers.
6103
6104         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
6105         read-event.
6106         (gnus-summary-remove-bookmark): Clean up.
6107         (gnus-summary-set-bookmark): Clean up.
6108
6109         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
6110
6111         * gnus.el (gnus-group-startup-message): Bind data-directory to
6112         the Gnus etc directory.
6113
6114 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
6115
6116         * spam.el (spam-summary-prepare-exit): added slots for spam- and
6117         ham-processing of articles; use the new
6118         spam-group-(spam|ham)-contents-p functions
6119         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
6120         convenience functions
6121         (spam-mark-junk-as-spam-routine): use the new
6122         spam-group-spam-contents-p function
6123
6124         * gnus.el (spam-process, spam-contents, spam-process-destination):
6125         added new parameters with corresponding global variables
6126         (gnus-group-spam-exit-processor-ifile,
6127         gnus-group-spam-exit-processor-bogofilter,
6128         gnus-group-spam-exit-processor-blacklist,
6129         gnus-group-spam-exit-processor-whitelist,
6130         gnus-group-spam-exit-processor-BBDB,
6131         gnus-group-spam-classification-spam,
6132         gnus-group-spam-classification-ham): added new symbols for the
6133         spam-process and spam-contents parameters
6134
6135         * spam.el (spam-ham-marks, spam-spam-marks): changed list
6136         customization and list itself to store mark symbol rather than
6137         mark character.
6138         (spam-bogofilter-register-routine): added logic to generate mark
6139         values list from spam-ham-marks and spam-spam-marks, so (member)
6140         would work.
6141
6142 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * message.el (message-cross-post-followup-to): Fix comment.
6145
6146 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
6147
6148         * spam.el (spam-ham-marks, spam-spam-marks): changed list
6149         customization and list itself to store mark symbol rather than
6150         mark character.
6151         (spam-bogofilter-register-routine): added logic to generate mark
6152         values list from spam-ham-marks and spam-spam-marks, so (member)
6153         would work.
6154
6155 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
6156
6157         * message.el (message-signature-insert-empty-line): New variable.
6158
6159 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6160
6161         * message.el: Renamed functions and variables: "xpost" ->
6162         "cross-post", "-fup2" -> "-followup-to".
6163         (message-cross-post-old-target, message-cross-post-default,
6164         message-cross-post-note, message-followup-to-note,
6165         message-cross-post-note-function): New variables names.
6166         (message-xpost-old-target, message-xpost-default,
6167         message-xpost-note, message-fup2-note,
6168         message-xpost-note-function): Removed variable names.
6169         (message-cross-post-followup-to-header,
6170         message-cross-post-insert-note, message-cross-post-followup-to):
6171         New function names.
6172         (message-xpost-fup2-header, message-xpost-insert-note,
6173         message-xpost-fup2): Removed function names.
6174
6175 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6176
6177         * message.el (message-send-mail): Added message-cleanup-headers to
6178         prevent newlines in headers.
6179
6180 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6181
6182         * dns.el (dns-make-network-process): Comment.
6183
6184         * gnus-sum.el (gnus-summary-display-while-building): Default to
6185         nil.
6186
6187 2003-01-01  Wes Hardaker  <wes@hardakers.net>
6188
6189         * gnus-sum.el (gnus-summary-display-while-building): New
6190         variable.
6191
6192 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
6193
6194         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
6195         before rearranging the article.
6196
6197 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6198
6199         * nndraft.el (nndraft-generate-headers): New function.
6200         (nndraft-request-associate-buffer): Use it to write headers on
6201         buffer save.
6202
6203         * message.el (message-generate-headers): Let the function be a
6204         lambda form.
6205         (message-draft-headers): New variable.
6206
6207         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
6208         function.
6209         (gnus-setup-message): Use it.
6210
6211         * message.el (message-generate-headers-first): Doc fix.
6212         (message-setup-1): Use new function for getting which headers to
6213         generate.
6214         (message-headers-to-generate): New function.
6215
6216 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6217
6218         * gnus-agent.el (gnus-agent-save-alist): Make directory.
6219
6220 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
6221
6222         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
6223         mention negatives.
6224
6225 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
6226
6227         * deuglify.el (gnus-outlook-rearrange-article): Use
6228         `transpose-regions' instead of tempering the kill-ring.
6229         (gnus-article-outlook-deuglify-article): Rehighlight article
6230         instead of a complete redisplay.
6231
6232 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
6233
6234         * spam.el: most defvars are defcustoms now
6235
6236         patches from Michael Shields  <shields@msrl.com>
6237
6238         * spam.el (spam-bogofilter-articles): Select the article
6239         body using gnus-summary-show-article t instead of
6240         gnus-summary-select-article; this presents the raw text
6241         without running any hooks.
6242
6243         * spam.el (spam-bogofilter-articles): Use message-remove-header
6244         to remove headers; the old way incorrectly removed just the first
6245         line of folded headers.
6246
6247 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6248
6249         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
6250
6251 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6252
6253         * gnus-start.el (gnus-load): New function.
6254         (gnus-read-newsrc-el-file): Use it.
6255
6256 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6257
6258         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
6259         (gnus-button-handle-apropos-documentation): New function.
6260         (gnus-button-handle-ctan): New function.
6261         (gnus-button-alist): Use them.  Improve some regexps.
6262         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
6263
6264 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6265
6266         * message.el (message-subscribed-p): New function.
6267         (message-send-mail): Use it.
6268         * mml.el (mml-preview-insert-mft): New function.
6269         (mml-preview): Use it.
6270
6271 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6272
6273         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
6274         when sorting by date.
6275
6276         * gnus-art.el (gnus-article-edit-mode): New variable.
6277         (gnus-article-setup-buffer): Warn user about discarding edits.
6278
6279         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
6280         (gnus-summary-pipe-output): Take a symbolic prefix to save all
6281         headers.
6282
6283         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
6284
6285 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6286
6287         * message.el (message-completion-alist): Added "Mail-Followup-To"
6288         and "Mail-Copies-To".
6289
6290 2002-07-21  Jesper harder  <harder@ifa.au.dk>
6291
6292         * gnus-group.el: 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-07-21  Jesper harder  <harder@ifa.au.dk>
6297
6298         * gnus.texi (Sorting Groups): Add key bindings for
6299         gnus-group-sort-groups-by-real-name and
6300         gnus-group-sort-selected-groups-by-real-name.
6301
6302 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
6303
6304         * spam.el (spam-use-dig): new variable for blackhole checking
6305         through dig.el
6306         (spam-check-blackholes): added dig.el checking functionality and
6307         more verbose reporting; query-dig is autoloaded from dig.el
6308         (spam-use-blackholes): disabled by default
6309         (spam-blackhole-servers): removed rbl.maps.vix.com from the
6310         blackhole servers list
6311
6312 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6313
6314         * message.el (message-required-headers): New variable.
6315
6316 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
6317
6318         * dig.el (query-dig): new function
6319
6320 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6321
6322         * flow-fill.el (fill-flowed): Don't infloop on too long fill
6323         prefixes.
6324
6325         * dns.el (query-dns): Protect against errors.
6326
6327         * gnus-msg.el (gnus-article-yanked-articles): New variable.
6328         (gnus-inews-add-send-actions): Mark all answered messages as
6329         answered.
6330
6331 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
6332
6333         * nnmail.el (nnmail-split-it): Added tracing to
6334         `:' split rule
6335
6336 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
6337
6338         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
6339         and "%s" so we don't overquote them.
6340
6341 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
6342
6343         * (mm-display-external): Display the actual command that has been
6344         executed in the echo area.
6345
6346 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6347
6348         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
6349
6350         * message.el (message-with-reply-buffer): New macro.
6351         (message-fetch-reply-field): Use it.
6352         (message-insert-wide-reply): New command and keystroke.
6353         (message-carefully-insert-headers): New function.
6354         (message-insert-to): Use new function.
6355
6356         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
6357         (gnus-topic-goto-missing-group): Use it.
6358
6359         * message.el (message-required-news-headers): Removed Lines.
6360         (message-reply): Don't insert References first.
6361         (message-followup): Ditto.
6362         (message-make-references): New function.
6363         (message-followup): Set message-reply-headers before generating
6364         the buffer stuff.
6365
6366 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
6367
6368         * mml.el (mml-generate-mime-1): Reverse the order of
6369         encoding/flowing.
6370
6371 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6372
6373         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
6374         after moving them.
6375
6376         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
6377         fit with newer standard format.
6378         (gnus-summary-make-false-root-always): New variable.
6379         (gnus-gather-threads-by-subject): Use it.
6380
6381         * message.el (message-get-reply-headers): Take an address list
6382         optional argument.
6383
6384 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6385
6386         * gnus.el (gnus-keep-backlog): Change default to 20.
6387
6388         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
6389         start.
6390         (gnus-agent-check-overview-buffer): Remove negative article
6391         numbers.
6392
6393         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
6394         (nnmail-cache-ignore-groups): Doc fix.
6395
6396         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
6397         (nnimap-debug-buffer): New variable.
6398         (nnimap-debug): Use it.
6399
6400 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
6401
6402         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
6403
6404 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6405
6406         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
6407         they aren't already sorted.
6408
6409 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
6410
6411         * message.el (message-mode-menu): Add ellipses to menu items
6412         expecting user interaction.
6413         (message-mode-field-menu): do.
6414
6415 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
6416
6417         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
6418         it isn't used any more.
6419
6420 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
6421
6422         * binhex.el (binhex-decoder-program): Fix docstring.
6423
6424 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6425
6426         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
6427         special chars if the mailcap file uses single quotes around %s.
6428         From Laurent Martelli <laurent@bearteam.org>.
6429
6430 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
6431
6432         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
6433         return the info object.
6434
6435 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
6436
6437         * gnus-int.el (gnus-request-update-info): Artificially add
6438         (1 . (1- min)) to the read range, in case the backend doesn't
6439         store marks for nonexistent articles.
6440
6441 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6442
6443         * binhex.el (binhex-insert-char): Eval-and-compile.
6444
6445 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
6446
6447         * lpath.el: Add tool-bar-local-item-from-menu.
6448
6449         * message.el (message-tool-bar-local-item-from-menu): New function.
6450         (message-tool-bar-map): Use it.
6451
6452 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
6453
6454         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
6455
6456         * gnus-art.el (gnus-article-header-rank): Last header in
6457         gnus-sorted-header-list should have higher rank than non-members.
6458
6459 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6460
6461         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
6462         covered methods.
6463
6464 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6465
6466         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
6467         eval-when-compile.  Suggested by Kevin Greiner.
6468
6469 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
6470
6471         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
6472         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
6473         even though no headers may have been fetched
6474         (gnus-agent-fetch-group-1, and perhaps others, require this
6475         behavior).
6476         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
6477         server buffer is constrained by gnus-agent-max-fetch-size.
6478         Multiple chunks in the same group may perform arbitrarily large
6479         updates.
6480
6481 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
6482
6483         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
6484         gnus-summary-update-download-mark to update the article in the
6485         summary.
6486
6487 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
6488
6489         * gnus.el (gnus-summary-high-uncached-face,
6490         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
6491         New faces.
6492
6493         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
6494         added this on 2002-11-23 but it just wasn't working out as
6495         intended.  The idea isn't entirely dead, three new faces
6496         gnus-summary-*-uncached-face are being added to gnus.el to provide
6497         the basis for an improved implementation.
6498         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
6499         proper file to open is lib/servers.
6500         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
6501         (i.e. removing the article from gnus-newsgroup-downloadable) will
6502         now restore the article's default mark rather than simply setting
6503         no mark.
6504         (gnus-agent-get-undownloaded-list): Corrected documentation.
6505         Added code to set new summary local variable,
6506         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
6507         a temporary list.  No longer sets gnus-newsgroup-downloadable.
6508         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
6509         up to date.  Call new gnus-summary-update-download-mark to keep
6510         summary buffer up-to-date.
6511         (gnus-agent-fetch-selected-article): Keep
6512         gnus-newsgroup-undownloaded up to date.
6513         (gnus-agent-fetch-articles): Return list of articles that were
6514         successfully fetched.
6515         (gnus-agent-check-overview-buffer): No more thingatpt.
6516         (gnus-agent-expire): No longer deletes NOV entries of unread
6517         articles.
6518         (gnus-agent-unread-articles): New function.
6519         (gnus-agent-regenerate-group): The article number must be
6520         terminated by a tab character.  Added more messages to report
6521         repairs.  Inhibit quits while writing changes so it is now safe
6522         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
6523         downloaded to 1) resolve the unbound references and 2) avoid
6524         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
6525
6526         * gnus-art.el (gnus-article-prepare): The agent
6527         downloaded/undownloaded mark is no longer stored as the article's
6528         mark.
6529
6530         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
6531         gnus-summary-highlight may use it.  Added downloaded as
6532         gnus-summary-highlight was using it.
6533
6534         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
6535         the download mark now follows Kai's +/- convention.
6536         (gnus-downloaded-mark): Added ?+ mark.
6537         (gnus-summary-highlight): Added rules to select
6538         gnus-summary-high-uncached-face,
6539         gnus-summary-normal-uncached-face, and
6540         gnus-summary-low-uncached-face.  Removed the
6541         gnus-agent-downloaded-article-face.
6542         (gnus-summary-line-format-alist): Implemented the download flag
6543         format (?O) as named in the manual.  This implementation displays
6544         either gnus-undownloaded-mark, gnus-downloaded-mark, or
6545         gnus-no-mark.
6546         (gnus-newsgroup-agentized): New local variable that identifies
6547         which groups are agentized.  While the agent is now on by default,
6548         you don't have to agentize every server that you use.
6549         (gnus-update-summary-mark-positions): Completed support for the
6550         download type of mark.
6551         (gnus-summary-insert-line): Added undownloaded to the parameters.
6552         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
6553         reference by the gnus-summary-line-format-spec.
6554
6555         * nntp.el (nntp-with-open-group): This macro handles dropped or
6556         broken connections by opening a new connection and repeating the
6557         failed command.
6558         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
6559         XOVER commands preceeding the active articles with the nov entry
6560         of the first available article.  When gnus connected to such a
6561         server, the unexpected nov entry would result in duplicate lines
6562         in the agent's overview file.  This patch fixes the duplicate
6563         lines problem and improves performance by skipping over all
6564         articles IDs that preceed the first nov entry in the server's
6565         reply.
6566
6567 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
6570         (gnus-summary-highlight): Use it instead of `downloaded'.
6571         (gnus-summary-highlight-line): Ditto.
6572
6573         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
6574
6575 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6576
6577         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
6578
6579         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
6580         calls.
6581
6582         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
6583         downloaded variable if we're in an uncovered group.
6584
6585         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
6586         font to soemthing less noticeable.
6587         (gnus-agent-group-covered-p): New function.
6588
6589 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6590
6591         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
6592         Because of an unknown bug, the group buffer is saved in .overview
6593         file.
6594
6595 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6596
6597         * nntp.el (nntp-send-command): Braino in last commit.  Replace
6598         `and' with `or'.
6599
6600 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6601
6602         * nntp.el (nntp-send-command): Assume that echo does not happen
6603         when nntp-open-connection-function is nntp-open-network-stream.
6604         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
6605
6606 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6607
6608         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
6609
6610 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
6611
6612         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
6613         nntp-server-buffer if we aren't going to write to it.
6614
6615 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6616         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
6617
6618         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
6619
6620 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6621
6622         * rfc2047.el (rfc2047-decode-region): Remove newlines between
6623         decoded words.
6624
6625 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6626
6627         * gnus.el (fboundp): After loading mm-util, make sure it was the
6628         right one.
6629
6630 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6631
6632         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
6633         gnus-sum.  Made into a user option.
6634
6635         * gnus-sum.el (gnus-simplify-ignored-prefixes)
6636         (gnus-summary-mark-article-as-unread)
6637
6638 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6639
6640         * time-date.el (date-to-time): Typo.
6641
6642         * parse-time.el: Typo.
6643
6644         * nnsoup.el (nnsoup-retrieve-headers): Typo.
6645
6646         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
6647
6648         * nnimap.el:
6649         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
6650
6651         * mm-encode.el (mm-safer-encoding): Typo.
6652
6653         * messcompat.el: Typo.
6654
6655         * message.el (message-face-alist): Typo.
6656
6657         * imap.el (imap-interactive-login, imap-open): Typos.
6658
6659         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
6660
6661         * gnus.el: Typo.
6662
6663         * gnus-win.el (gnus-configure-frame): Typo.
6664
6665         * gnus-util.el (gnus-atomic-progn-assign): Typo.
6666
6667         * gnus-topic.el (gnus-topic-sort-topics): Typo.
6668
6669         * gnus-sum.el (gnus-summary-article-number)
6670         (gnus-summary-read-group-1, gnus-summary-mark-article)
6671         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
6672
6673         * gnus-mule.el (gnus-mule-add-group): Typo.
6674
6675         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
6676
6677         * gnus-group.el (gnus-group-fetch-faq): Typo.
6678
6679         * gnus-art.el (gnus-decode-header-methods): Typo.
6680
6681         * flow-fill.el: Typo.
6682
6683 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
6684
6685         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
6686
6687 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6688
6689         * gnus-sum.el (gnus-simplify-ignored-prefixes)
6690         (gnus-summary-mark-article-as-unread)
6691         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
6692         Reformatting to avoid long lines.
6693         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
6694
6695 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
6696
6697         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
6698         be accessed through `mail-header-number'.
6699
6700 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6701
6702         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
6703         compressed range to gnus-summary-insert-articles.
6704
6705 2002-11-26  Kevin Ryde <user42@zip.com.au>
6706
6707         * gnus-art.el (gnus-mime-copy-part): Look for filename
6708         parameter under content-disposition, not content-type.
6709
6710         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
6711         (gnus-summary-reselect-current-group): Use it.
6712
6713 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6714
6715         * gnus-agent.el (gnus-agent-uncached-articles): if
6716         gnus-agent-load-alist fails, return ARTICLES.
6717
6718         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
6719
6720 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6721
6722         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
6723         superfluous function call.
6724         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
6725         Add warning to docstring.
6726
6727 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6728
6729         * gnus-agent.el: Autoload number-at-point instead.
6730         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
6731
6732 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6733
6734         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
6735         require thingatpt (for number-at-point) and protect against
6736         deactivate-mark being unbound (on XEmacs).
6737
6738 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6739
6740         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
6741         print message on entry.
6742
6743         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
6744
6745         * gnus-range.el (gnus-range-difference): New function.
6746         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
6747
6748 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6749
6750         * gnus-sum.el (gnus-summary-insert-old-articles): Use
6751         gnus-remove-from-range instead of gnus-range-difference which
6752         doesn't exist.
6753
6754 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6755         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
6756
6757         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
6758         used for showing which articles have been downloaded.
6759         (gnus-agent-article-alist): Format change.  Add documentation.
6760         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
6761         process-marked articles.
6762         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
6763         in the series are individually fetched to minimize lose of
6764         content due to an error/quit.
6765         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
6766         gnus-message instead of message.
6767         (gnus-agent-read-servers): Use file lib/methods instead of
6768         lib/servers.  TODO: Why?
6769         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
6770         (gnus-agent-get-undownloaded-list): Remove articles that appear to
6771         come from the agent.  This means that they are not downloaded.
6772         (gnus-agent-fetch-selected-article): Don't use history.
6773         (gnus-agent-save-history, gnus-agent-enter-history)
6774         (gnus-agent-article-in-history-p, gnus-agent-history-path):
6775         Removed function; history is not used anymore.
6776         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
6777         (gnus-agent-crosspost): Started rewrite then realized that a typo
6778         in gnus-agent-fetch-articles ensures that this function is never
6779         called.  This will need to be fixed later.
6780         (gnus-agent-check-overview-buffer): Some sanity checks on the
6781         agent overview buffer.  This is a safety net used during
6782         development.
6783         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
6784         changed, write a number to the file indicating this.
6785         (gnus-agent-fetch-headers): Rewrite to respect
6786         gnus-agent-consider-all-articles without relying on the
6787         `.fetched' files.  Make it fast.
6788         (gnus-agent-braid-nov): Change resulting from
6789         gnus-agent-fetch-headers change.
6790         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
6791         `.fetched' files.
6792         (gnus-agent-read-agentview): New function, used by
6793         gnus-agent-load-alist.
6794         (gnus-agent-load-fetched-headers): Remove.
6795         (gnus-agent-save-alist): Rewrite to accomodate new format.
6796         (gnus-agent-fetch-group-1): Make sure list of articles is in the
6797         same order as in gnus-newsgroup-headers.
6798         (gnus-agent-expire): Document and implement extra args ARTICLES,
6799         GROUP, FORCE.  Do not restrict usage.
6800         (gnus-agent-uncached-articles): New function.
6801         (gnus-agent-retrieve-headers): Use it.
6802         (gnus-agent-regenerate-group): No longer needs to be called from
6803         gnus-agent-regenerate.  Individual groups may be regenerated. The
6804         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
6805         The article fetch dates are validated in the article alist.  The
6806         article alist is pruned of entries that do not reference existing
6807         NOV entries.  All changes are computed then applied with
6808         inhibit-quit bound to t.  As a result, it is now safe to quit out of
6809         regeneration.  The optional clean parameter has been replaced with
6810         an optional reread parameter.  Clean is no longer necessary as
6811         regeneration gets the appropriate setting from
6812         gnus-agent-consider-all-articles.  The new reread parameter will
6813         result in fetched, or all, articles being marked as unread.
6814         (gnus-agent-regenerate): Removed code to regenerate the history
6815         file as it is no longer used.
6816
6817         * gnus-start.el (gnus-make-ascending-articles-unread): New
6818         function, for efficient mass-marking.
6819
6820         * gnus-sum.el (gnus-summary-highlight): Use new face for
6821         downloaded articles.
6822         (gnus-article-mark): Prefer to indicate read/unread status over
6823         downloaded status.
6824         (gnus-summary-highlight-line-0): New function, maybe rehighlights
6825         line.
6826         (gnus-summary-highlight-line): Use new face for downloaded
6827         articles.
6828         (gnus-summary-insert-old-articles): Improved performance by
6829         replacing the initial LIST of older articles with a compressed
6830         RANGE of older articles.  Some servers appear to lie about
6831         their active range so the original list could contain millions
6832         of article numbers.  The range is not expanded into a list
6833         until the optional ALL parameter has been applied.
6834
6835 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6836
6837         * gnus-agent.el (gnus-category-mode): Typo in doc string.
6838
6839 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
6840
6841         * spam.el:
6842         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
6843
6844         * spam.el: added `M s t' and `M s x' key mappings
6845
6846 2002-11-20  Simon Josefsson  <jas@extundo.com>
6847
6848         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
6849
6850 2002-11-19  Simon Josefsson  <jas@extundo.com>
6851
6852         * gnus-sum.el (gnus-summary-morse-message): Load
6853         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
6854         (unmorse-region): Autoload it instead.
6855
6856 2002-11-18  Simon Josefsson  <jas@extundo.com>
6857
6858         * gnus-sum.el (gnus-summary-morse-message): New function.
6859         (gnus-summary-wash-map): Bind to `W m'.
6860         (gnus-summary-make-menu-bar): Add.
6861
6862         * nnimap.el (nnimap-request-expire-articles): Compress sequence
6863         before storing \Deleted mark on expired articles.
6864
6865 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
6866         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
6867
6868         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
6869         parens in column 0.
6870
6871 2002-11-17  Juanma Barranquero  <lektu@terra.es>
6872
6873         * nnweb.el (nnweb-google-create-mapping): Fix typo.
6874
6875         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
6876
6877         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
6878
6879 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6880
6881         * message.el (message-set-auto-save-file-name): Use
6882         make-directory, to avoid the dependence on gnus-util.
6883
6884 2002-11-16  Simon Josefsson  <jas@extundo.com>
6885
6886         * nnimap.el (nnimap-callback-callback-function):
6887         (nnimap-callback-buffer): Removed, these cannot be global but must
6888         be embedded into the callback.
6889         (nnimap-make-callback): New.  Embedd article number, callback and
6890         buffer in function.
6891         (nnimap-callback, nnimap-request-article-part): Update.
6892
6893 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
6896
6897 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6898
6899         * gnus.el (gnus-summary-line-format): Document %C.
6900
6901 2002-11-11  Simon Josefsson  <jas@extundo.com>
6902
6903         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
6904         output when called interactively.
6905
6906 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6907
6908         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
6909
6910         * message.el (message-draft-coding-system): Improve comment; use
6911         mm-auto-save-coding-system for the default value.
6912
6913         * nndraft.el (nndraft-request-article): Revert to the state before
6914         2002-10-29; regexp-quote mail-header-separator.
6915
6916 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
6917
6918         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
6919         allow editing of drafts from an nnvirtual group.
6920
6921 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * nndraft.el (nndraft-request-article): Replace emacs-mule with
6924         mm-auto-save-coding-system.
6925
6926         * message.el (message-draft-coding-system): Default to
6927         iso-2022-7bit.
6928
6929         * mm-util.el (mm-auto-save-coding-system): Undo last change to
6930         restore the default value to emacs-mule or escape-quoted.
6931
6932 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
6935         a delayed or a queued article as well as a draft.
6936
6937         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
6938         delayed or a queued article in the raw format; treat a delayed
6939         article as a raw article as well as a draft.
6940         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
6941         for the delayed group.
6942
6943         * nndraft.el (nndraft-request-article): Ignore auto save files for
6944         a delayed or a queued article; don't bother to decode a queued
6945         article; don't bind nnmail-file-coding-system for a queued article.
6946
6947         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
6948         and the queue group.
6949
6950 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
6951
6952         * gnus-group.el (gnus-group-delete-group):
6953         gnus-cache-active-hashtb might be void.
6954
6955 2002-11-02  Simon Josefsson  <jas@extundo.com>
6956
6957         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
6958         setting of the default user ID.  From Raymond Scholz
6959         <ray-2002@zonix.de>.
6960
6961 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
6962
6963         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
6964         charset.
6965
6966 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
6967         From Alex Schroeder <alex@emacswiki.org>
6968         * spam-stat.el (spam-stat-process-directory): add dir to message
6969         (spam-stat-reduce-size): No longer remove words
6970         with values close to 0.5, because the default value is 0.2.
6971
6972 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6973
6974         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
6975         documentation.
6976
6977 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6978
6979         * gnus-agent.el (gnus-agent-fetched-headers)
6980         (gnus-agent-load-fetched-headers)
6981         (gnus-agent-save-fetched-headers): Remove variable and two
6982         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
6983         works better.
6984         (gnus-agent-fetch-headers): New implementation from Kevin
6985         Greiner.  Uses gnus-agent-article-alist to store information
6986         about fetched messages which aren't on the server anymore.  The
6987         trick is to return a list of considered messages to the caller,
6988         but to only fetch those which haven't been fetched yet.
6989
6990 2002-10-30  Simon Josefsson  <jas@extundo.com>
6991
6992         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
6993
6994         * pgg.el (pgg-passphrase-cache-expiry): Removed.
6995
6996 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6997
6998         * mm-view.el (mm-w3m-local-map-property): Make it work with older
6999         versions of emacs-w3m than 1.3.3.
7000
7001         * lpath.el: Bind w3m-minor-mode-map.
7002
7003         * mm-view.el (mm-w3m-mode-command-alist)
7004         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
7005         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
7006         (mm-setup-w3m): Simplified.
7007         (mm-w3m-local-map-property): New function.
7008         (mm-inline-text-html-render-with-w3m): Use it.
7009
7010         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
7011         mm-w3m-local-map-property.
7012
7013 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * mm-util.el (mm-auto-save-coding-system): Default to
7016         iso-2022-7bit.
7017
7018         * nndraft.el (nndraft-request-article): Decode an article using
7019         the coding-system emacs-mule if it seems to have been saved using
7020         emacs-mule.
7021         (nndraft-request-replace-article): Use message-draft-coding-system
7022         instead of mm-auto-save-coding-system for the draft or delayed
7023         group.
7024
7025 2002-10-28  Josh  <huber@alum.wpi.edu>
7026
7027         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
7028         functions.
7029
7030 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7031         From mah@everybody.org (Mark A. Hershberger).
7032
7033         * mm-url.el (mm-url-insert-file-contents): Make it return the same
7034         type values ("url" size) regardless of the values of
7035         mm-url-use-external.
7036
7037 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7038
7039         * nnimap.el (nnimap-request-article-part): Try harder to show
7040         group name in debugging message.
7041
7042 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7043
7044         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
7045         directory if it doesn't exist.
7046         (gnus-agent-fetch-headers): Remove old cruft that tried to
7047         abstain from downloading articles more than once if
7048         gnus-agent-consider-all-articles was true.  This is now done
7049         properly via the .fetched files.
7050
7051 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * nndraft.el (nndraft-request-article): Treat delayed articles
7054         like drafts.
7055
7056 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
7059
7060 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7061
7062         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
7063         Remove unused optional arg DIR and corresponding code.
7064
7065         * nnimap.el (nnimap-request-article-part): Include group name in
7066         debugging output.
7067
7068 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
7069
7070         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
7071
7072 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7073
7074         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
7075         contains range of headers that have been fetched by the agent
7076         already.  Compare gnus-agent-article-alist.
7077         (gnus-agent-file-header-cache): Like
7078         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
7079         (gnus-agent-fetch-headers): Improve comment.  Revert to old
7080         seen/recent logic.
7081         Remember which headers have been fetched before and don't fetch
7082         them again the next time round.
7083         (gnus-agent-load-fetched-headers)
7084         (gnus-agent-save-fetched-headers): New functions, for remembering
7085         which headers have been fetched before.
7086
7087 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7088
7089         * lpath.el: Remove useless bindings.
7090
7091 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
7092
7093         * gnus-sum.el (gnus-summary-execute-command): Disable visual
7094         features while searching.
7095
7096 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7097
7098         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
7099
7100 2002-10-22  Simon Josefsson  <jas@extundo.com>
7101
7102         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
7103         (pgg-snarf-keys): Add.
7104
7105 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * lpath.el: Fbind bbdb-records.
7108
7109         * spam.el: Don't autoload bbdb-records.
7110
7111 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7112
7113         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
7114         prevent inf-loop.
7115
7116 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7117
7118         * nnslashdot.el: Removed some test lines.
7119         More test.
7120
7121 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7122
7123         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
7124         are known to be downloaded already.
7125
7126 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7127
7128         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
7129         (mm-text-html-washer-alist): Ditto.
7130
7131 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7132
7133         * nnheader.el (nnheader-remove-body): Fix an error of detecting
7134         boundary between headers and body.
7135         * nnml.el (nnml-parse-head): Ditto.
7136
7137 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7138
7139         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
7140         entries.
7141
7142         * gnus-group.el (gnus-fetch-group): Allow an optional
7143         specification of the articles to select.
7144
7145         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
7146
7147 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7148
7149         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
7150         headers from the group, update variable `articles' to contain
7151         only those numbers where headers exist.  (When fetching all
7152         articles in a group, Gnus creates lots of numbers where there is
7153         no articles.)
7154
7155 2002-10-20  Steve Youngs  <youngs@xemacs.org>
7156
7157         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
7158         doesn't have the 'alist custom type, use cons cells instead.
7159         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
7160         (pgg-parse-hash-algorithm-alist): Ditto.
7161         (pgg-parse-compression-algorithm-alist): Ditto.
7162         (pgg-parse-signature-type-alist): Ditto.
7163
7164         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
7165
7166         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
7167
7168         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
7169
7170 2002-10-19  Simon Josefsson  <jas@extundo.com>
7171
7172         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
7173         buffer.
7174
7175 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7176
7177         * gnus-spec.el (gnus-make-format-preserve-properties)
7178         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
7179         properties also on XEmacs.  `gnus-xmas-format' is like format but
7180         preserves text properties on XEmacs (though it only understands
7181         simple format specs).  The variable
7182         `gnus-make-format-preserve-properties' controls whether the
7183         function is used, and is checked in `gnus-parse-simple-format'.
7184         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
7185
7186         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
7187         output.
7188         (gnus-agent-consider-all-articles): New variable.
7189         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
7190         (gnus-agent-fetch-headers): Depending on
7191         gnus-agent-consider-all-articles, maybe get all articles.
7192         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
7193         `read'.
7194         (gnus-predicate-imples-unread): New function.
7195         (gnus-agent-fetch-headers): Optimize to call
7196         gnus-list-of-unread-articles if that is sufficient.
7197         Check unseen and recent instead of seen and recent.
7198         (gnus-agent-fetch-headers): Abstain from calling
7199         gnus-list-range-intersection if range (a . b) would have (> a b).
7200
7201 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7202
7203         * message.el (message-send-mail): Make it possible to perform
7204         edebug-defun.
7205
7206 2002-10-18  Simon Josefsson  <jas@extundo.com>
7207
7208         * gnus-art.el (gnus-button-man-handler): Change default to
7209         `manual-entry' (defined in both emacsen).
7210         (gnus-button-man-handler): Remove emacsen difference and use
7211         `manual-entry'.
7212
7213 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * spam.el: Wrap autoload settings for bbdb-records,
7216         executable-find and ifile-spam-filter with eval-and-compile.
7217         (spam-display-buffer-contents): Remove.
7218         (spam-bogofilter-score): Merge spam-display-buffer-contents.
7219
7220 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
7221
7222         * spam.el (spam-display-buffer-contents): New function.
7223         (spam-bogofilter-score): use spam-display-buffer-contents, patch
7224         from Katsumi Yamaoka <yamaoka@jpl.org>.
7225
7226 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7227
7228         * nnheader.el (nnheader-parse-naked-head): New function.
7229         (nnheader-parse-head): Use the above function, in order to handle
7230         continuation lines properly.
7231         (nnheader-remove-body): New function.
7232         (nnheader-remove-cr-followed-by-lf): New function.
7233         (nnheader-ms-strip-cr): Use the above function.
7234
7235         * gnus-agent.el (gnus-agent-regenerate-group): Call
7236         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
7237         `nnheader-parse-head'.
7238         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
7239
7240         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
7241         continuation lines by itself; call `nnheader-parse-naked-head'
7242         instead of `nnheader-parse-head'.
7243         * nndiary.el (nndiary-parse-head): Ditto.
7244         * nnfolder.el (nnfolder-parse-head): Ditto.
7245         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
7246         * nnmaildir.el (nnmaildir--update-nov): Ditto.
7247         * nnml.el (nnml-parse-head): Ditto.
7248
7249 2002-10-17  Steve Youngs  <youngs@xemacs.org>
7250
7251         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
7252         XEmacs, default to it if featurep 'xemacs.
7253
7254 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * spam-stat.el: Check for the existence of hash functions instead
7257         of the Emacs version to decide whether to load cl.  Suggested by
7258         Kai Gro\e,A_\e(Bjohann.
7259
7260 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7261
7262         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
7263         if it isn't open yet.
7264
7265 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7266
7267         * gnus-group.el: Require mm-url only when compiling.
7268         (gnus-group-fetch-charter): Require mm-url.
7269
7270         * spam-stat.el: Require cl for the functions gethash,
7271         hash-table-count, make-hash-table and mapc for Emacs 20.
7272         (puthash): Alias to cl-puthash for Emacs 20.
7273         (with-syntax-table): New macro for Emacs 20.
7274
7275 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
7276
7277         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
7278
7279 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
7280
7281         * spam.el (spam-check-ifile): added ifile as a spam checking
7282         backend, and spam-use-ifle as the variable to toggle that check.
7283
7284 2002-10-12  Simon Josefsson  <jas@extundo.com>
7285
7286         * message.el (message-beginning-of-line): New variable.
7287         (message-beginning-of-line): Use it.
7288
7289 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
7290
7291         * spam.el: more compilation fixes for BBDB
7292
7293         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
7294         (spam-stat-reduce-size): Interactive.
7295         (spam-stat-reset): New function.
7296         (spam-stat-save): Interactive.
7297
7298 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * gnus.el: Autoload gnus-delay-initialize.
7301
7302         * message.el: Autoload gnus-delay-article.
7303
7304 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
7305
7306         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
7307         text property in Emacs.
7308
7309 2002-10-11  Simon Josefsson  <jas@extundo.com>
7310
7311         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
7312         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
7313
7314         * mml1991.el (mml1991-pgg-sign): Remove CR.
7315
7316 2002-10-10  Simon Josefsson  <jas@extundo.com>
7317
7318         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
7319         decrypt failed.
7320         (mml2015-trust-boundaries-alist): Removed.
7321         (mml2015-gpg-extract-signature-details): Don't use it.
7322         (mml2015-unabbrev-trust-alist): New.
7323         (mml2015-gpg-extract-signature-details): Use it.
7324
7325 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
7326
7327         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
7328         BBDB installed
7329
7330         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
7331         statistical analysis of spam in Lisp only
7332
7333 2002-10-10  Simon Josefsson  <jas@extundo.com>
7334
7335         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
7336         auth, selected or examine state.
7337
7338         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
7339         buffer and error buffer depending on type of information.
7340
7341         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
7342         --status-fd stuff even if gpg.el is not used (revert earlier
7343         change).
7344         (mml2015-pgg-{clear-,}verify): Store both output and errors as
7345         gnus details.
7346         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
7347         buffer.
7348
7349         * pgg.el (pgg-verify-region): Use it.
7350
7351         * pgg-def.el (pgg-query-keyserver): New variable.
7352
7353         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
7354         key-identifier in packet.  Is this a good idea?
7355
7356         * mml.el (mml-mode-map): Add security commands that operates on
7357         MIME parts.
7358         (mml-menu): And menu items for them.
7359
7360         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
7361
7362         * mml.el (mml-parse-1): Support sender in #secure tags.
7363
7364         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
7365         defined.
7366
7367         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
7368         (mml-pgp-encrypt-buffer): Support combined signing.
7369
7370         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
7371         (mml1991-gpg-encrypt): Ditto.
7372         (mml1991-pgg-encrypt): Ditto.
7373         (mml1991-encrypt): Pass sign parameter.
7374
7375         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
7376         (mml-signencrypt-style): Mention the variable.
7377
7378 2002-10-09  Simon Josefsson  <jas@extundo.com>
7379
7380         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
7381         pgg-gpg-user-id.
7382
7383         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
7384         (pgg-fetch-key-function): Nil if w3 is not installed.
7385
7386 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7387
7388         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
7389         gnus-agent-current-history.
7390
7391 2002-10-06  Simon Josefsson  <jas@extundo.com>
7392
7393         * imap.el (imap-parse-status): Don't use read to read token.
7394
7395 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7396
7397         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
7398         for methods not covered by the agent, and when unplugged.
7399
7400 2002-10-05  Simon Josefsson  <jas@extundo.com>
7401
7402         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
7403         signing.
7404
7405         * gnus-agent.el (gnus-agent-read-servers): If getting method from
7406         a named server fails, ignore the server.
7407
7408         * mml1991.el (mml1991-pgg-sign): Do QP.
7409
7410         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
7411         work.
7412
7413 2002-10-04  Simon Josefsson  <jas@extundo.com>
7414
7415         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
7416
7417         * pgg-pgp.el (pgg-pgp-verify-region): Inline
7418         binary-write-decoded-region from MEL.
7419
7420         * pgg.el (pgg-encrypt-region): Support sign.
7421
7422         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
7423
7424         * mml2015.el (mml2015-pgg-encrypt): Ditto.
7425
7426         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
7427         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
7428         branch where PGG was taken from in the ChangeLog entries below.
7429
7430 2002-10-01  Simon Josefsson  <jas@extundo.com>
7431
7432         * pgg-pgp.el: Don't require mel.  Don't use luna.
7433         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
7434         (pgg-pgp-process-region): Use expand-file-name instead of concat.
7435         (pgg-pgp-process-region): Don't use binary-funcall.
7436
7437         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
7438
7439         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
7440         instead of concat.
7441
7442         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7443
7444 2002-09-29  Simon Josefsson  <jas@extundo.com>
7445
7446         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
7447         compile warnings.
7448
7449         * pgg.el (pgg-decrypt-region): Don't parse packet.
7450
7451         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
7452
7453 2002-09-29  Daiki Ueno <ueno@unixuser.org>
7454
7455         * pgg.el: Remove dependency on calist.el.
7456
7457 2002-09-28  Simon Josefsson  <jas@extundo.com>
7458
7459         * pgg.el (pgg-temporary-file-directory): New variable.
7460         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
7461
7462         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
7463         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
7464
7465         * pgg-parse.el (pgg-char-int): Defalias.
7466         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
7467         (pgg-read-bytes, pgg-read-body): Use it.
7468         (pgg-decode-packets): Don't use MEL, use base64-*.
7469         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
7470         (pgg-string-as-unibyte): Defalias.
7471         (pgg-parse-armor-region): Use it.
7472
7473         * pgg-gpg.el (pgg-gpg-process-region): Use
7474         pgg-temporary-file-directory.
7475
7476         * luna.el: Don't def-edebug.
7477
7478         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
7479         binary-write-decoded-region from MEL.
7480
7481         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
7482
7483         * alist.el, calist.el: Don't require product/APEL.
7484
7485         * pgg-parse.el (top-level): Remove dependency on static.el,
7486         pccl.el, mel.el.
7487         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
7488         `define-ccl-program' is boundp, instead of using broken.
7489
7490 2002-10-01  Simon Josefsson  <jas@extundo.com>
7491
7492         * message.el (message-required-mail-headers): Remove Lines:.
7493
7494 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7495         From Jesper Harder.
7496
7497         * gnus-group.el (gnus-group-fetch-charter,
7498         gnus-group-fetch-control): Prompt for group if given a prefix
7499         argument.
7500         * gnus-sum.el (t): Add gnus-group-fetch-charter and
7501         gnus-group-fetch-control to summary key map and menu.
7502
7503 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
7504
7505         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
7506         number when there are no articles.
7507
7508 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7509
7510         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
7511         arg ALL means to fetch all articles, not only downloadable ones.
7512         (gnus-agent-fetch-selected-article): New function for
7513         gnus-select-article-hook or gnus-mark-article-hook.
7514
7515 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7516         From Peter von der Ahe <nospam2159@daimi.au.dk>.
7517
7518         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
7519         raw-text.
7520
7521 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
7522
7523         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
7524         Pinard).
7525         Major revamp of the code, documentation is in comments in the file
7526         for now.
7527
7528 2002-09-30  Simon Josefsson  <jas@extundo.com>
7529
7530         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
7531         buffer seem to be needed?
7532
7533 2002-09-29  Simon Josefsson  <jas@extundo.com>
7534
7535         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
7536         compile warnings.
7537
7538         * mml1991.el (mml1991-function-alist): Add pgg.
7539         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
7540         (mml1991-pgg-encrypt): Fix recipients querying.
7541
7542 2002-09-28  Simon Josefsson  <jas@extundo.com>
7543
7544         * mml2015.el (autoload): Autoload correct files.  Trivial patch
7545         from dme@dme.org.
7546         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
7547         handle is returned.
7548
7549 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7552         Protect against non-existent of `nnimap-mailbox-info'.
7553
7554 2002-09-27  Simon Josefsson  <jas@extundo.com>
7555
7556         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
7557         (gnus-setup-news-hook): Use it.
7558         (gnus-after-getting-new-news-hook): Ditto.
7559
7560         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
7561
7562 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7563         From Mats Lidell <matsl@contactor.se>.
7564
7565         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
7566
7567 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7568
7569         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
7570         the part to decode encoded words, use raw words instead of decoded
7571         words.
7572
7573 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7574
7575         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
7576
7577         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
7578         (mm-setup-w3m): Use it.
7579
7580 2002-09-27  Simon Josefsson  <jas@extundo.com>
7581
7582         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
7583         article buffers.
7584
7585         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
7586         it just in case.
7587         (nnimap-update-unseen): New function; update unseen count in
7588         `n-m-info'.
7589         (nnimap-close-group): Call it.
7590
7591         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
7592         (gnus-after-getting-new-news-hook): Ditto.
7593
7594         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
7595         message into verboselevel 9.  Change slow mail check message.
7596         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
7597         (nnimap-fixup-unread-after-getting-new-news): New function, to be
7598         used as a hook after getting new mail.
7599
7600 2002-09-26  Simon Josefsson  <jas@extundo.com>
7601
7602         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
7603         SELECT/EXAMINE is first unseen article, not number of unseen
7604         articles.  Make them distinct by renaming the former to
7605         `first-unseen' instead of `unseen'.
7606
7607         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
7608         too.
7609         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
7610         changed.
7611         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
7612
7613         * gnus-int.el (gnus-server-unopen-status): Defcustom.
7614
7615         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
7616         better.
7617
7618         * mml2015.el (mml2015-pgg-decrypt): Only add security information
7619         if dissecting resulting buffer actually had any information.
7620
7621 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7622
7623         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
7624         because the function `string<' allows symbols.
7625
7626         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
7627
7628 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
7629
7630         * message.el (message-forward-make-body): Revert an early change
7631         because 8-bit utf-8 emails.
7632
7633 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7634
7635         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
7636         links to Info)
7637         * gnus-art.el (gnus-treat-highlight-signature):
7638         * gnus-art.el (gnus-treat-buttonize):
7639         * gnus-art.el (gnus-treat-buttonize-head):
7640         * gnus-art.el (gnus-treat-emphasize):
7641         * gnus-art.el (gnus-treat-strip-cr):
7642         * gnus-art.el (gnus-treat-unsplit-urls):
7643         * gnus-art.el (gnus-treat-leading-whitespace):
7644         * gnus-art.el (gnus-treat-hide-headers):
7645         * gnus-art.el (gnus-treat-hide-boring-headers):
7646         * gnus-art.el (gnus-treat-hide-signature):
7647         * gnus-art.el (gnus-treat-fill-article):
7648         * gnus-art.el (gnus-treat-hide-citation):
7649         * gnus-art.el (gnus-treat-hide-citation-maybe):
7650         * gnus-art.el (gnus-treat-strip-list-identifiers):
7651         * gnus-art.el (gnus-treat-strip-pgp):
7652         * gnus-art.el (gnus-treat-strip-pem):
7653         * gnus-art.el (gnus-treat-strip-banner):
7654         * gnus-art.el (gnus-treat-highlight-headers):
7655         * gnus-art.el (gnus-treat-highlight-citation):
7656         * gnus-art.el (gnus-treat-date-ut):
7657         * gnus-art.el (gnus-treat-date-local):
7658         * gnus-art.el (gnus-treat-date-english):
7659         * gnus-art.el (gnus-treat-date-lapsed):
7660         * gnus-art.el (gnus-treat-date-original):
7661         * gnus-art.el (gnus-treat-date-iso8601):
7662         * gnus-art.el (gnus-treat-date-user-defined):
7663         * gnus-art.el (gnus-treat-strip-headers-in-body):
7664         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
7665         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
7666         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
7667         * gnus-art.el (gnus-treat-unfold-headers):
7668         * gnus-art.el (gnus-treat-fold-headers):
7669         * gnus-art.el (gnus-treat-fold-newsgroups):
7670         * gnus-art.el (gnus-treat-overstrike):
7671         * gnus-art.el (gnus-treat-display-xface):
7672         * gnus-art.el (gnus-treat-display-smileys):
7673         * gnus-art.el (gnus-treat-from-picon):
7674         * gnus-art.el (gnus-treat-mail-picon):
7675         * gnus-art.el (gnus-treat-newsgroups-picon):
7676         * gnus-art.el (gnus-treat-body-boundary):
7677         * gnus-art.el (gnus-treat-capitalize-sentences):
7678         * gnus-art.el (gnus-treat-fill-long-lines):
7679         * gnus-art.el (gnus-treat-play-sounds):
7680         * gnus-art.el (gnus-treat-translate):
7681         * gnus-art.el (gnus-treat-x-pgp-sig):
7682         * gnus-art.el (gnus-mime-button-line-format):
7683         * gnus-art.el (gnus-button-man-level):
7684         * gnus-art.el (gnus-button-emacs-level):
7685         * gnus-cus.el (gnus-group-parameters):
7686         * gnus-gl.el (bbb-build-mid-scores-alist):
7687         * gnus-group.el (gnus-group-line-format):
7688         * gnus-mlspl.el (gnus-group-split-setup):
7689         * gnus-mlspl.el (gnus-group-split):
7690         * gnus-msg.el (gnus-mailing-list-groups):
7691         * gnus-msg.el (gnus-posting-styles):
7692         * gnus-nocem.el (gnus-nocem-issuers):
7693         * gnus-score.el (gnus-score-regexp-bad-p):
7694         * gnus-srvr.el (gnus-server-line-format):
7695         * gnus-topic.el (gnus-topic-line-format):
7696         * gnus.el (gnus-summary-line-format):
7697         * mail-source.el (mail-sources):
7698         * message.el (message-subscribed-address-file):
7699         * nnmail.el (nnmail-split-fancy):
7700
7701 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
7702
7703         * mail-source.el(mail-source-run-script): use `functionp' to test
7704         whether the argument `script' is in fact a function.
7705         (mail-sources): adjust the defcustom to allow users to specify a
7706         function or a string as the value of the `:prescript' and
7707         `:postscript' arguments of the `file' and `pop3' mail sources.
7708
7709 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
7710
7711         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
7712         number when article 1 does not exist.
7713
7714 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7715
7716         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
7717         apropos if apropos-variable does not exist.
7718         (gnus-button-guessed-mid-regexp)
7719         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
7720         regexes.  From Reiner Steib.
7721         (gnus-button-handle-describe-function)
7722         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
7723         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
7724         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
7725
7726 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
7727         Trivial patch.
7728
7729         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
7730         the file.
7731
7732 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7733
7734         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
7735
7736 2002-09-24  Simon Josefsson  <jas@extundo.com>
7737
7738         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
7739         (mml2015-use): Prefer PGG if installed.
7740         (mml2015-function-alist): Add PGG wrappers.
7741         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
7742         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
7743         prefix, make regexp optionally skip it.
7744         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
7745         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
7746         (mml2015-pgg-encrypt): New functions.
7747         (defvar, autoload): Prevent byte-compile warnings.
7748
7749 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7750         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7751
7752         * gnus-art.el (article-strip-banner): Check for the existence of
7753         from header.
7754
7755 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
7756
7757         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
7758         (gnus-button-alist): Improved regexp for
7759         gnus-button-handle-mid-or-mail (false positives), fixed
7760         gnus-button-handle-man entries.
7761         From Reiner Steib.
7762
7763 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
7764         From Josh Huber.
7765
7766         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
7767         nnmail-extra-headers is non-nil.
7768
7769 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
7770
7771         * nnmaildir.el: Store article numbers persistently.  General
7772         revision.
7773         (nnmaildir-request-expire-articles): handle 'immediate and 'never
7774         for nnmail-expiry-wait; delete instead of moving if 'force is
7775         given.
7776
7777 2002-09-23  Simon Josefsson  <jas@extundo.com>
7778         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
7779
7780         * smime.el (smime-sign-buffer): Get key and extra certs.
7781         (smime-get-key-with-certs-by-email): Utility function.
7782
7783 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7784         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
7785
7786         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
7787         article exists.
7788
7789 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
7790
7791         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
7792
7793 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
7794         From Reiner Steib.
7795
7796         * gnus-art.el (gnus-button-handle-custom,
7797         gnus-button-handle-mid-or-mail,
7798         gnus-button-handle-describe-{function,variable,key},
7799         gnus-button-handle-apropos{,command,variable}): New functions.
7800         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
7801         gnus-button-{man,emacs,mail}-level): New variables.
7802         (gnus-button-alist): Use the above to buttonize emacs and mail
7803         related links.
7804
7805 2002-09-18  Juanma Barranquero  <lektu@terra.es>
7806
7807         * gnus-int.el (gnus-status-message): Fix spacing.
7808
7809         * imap.el (imap-continuation): Fix typos.
7810
7811 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7812
7813         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
7814
7815         * gnus-art.el (gnus-article-reply-with-original): Correct
7816         with-current-buffer scope.
7817
7818         * message.el (message-completion-alist): Add Reply-To, From, etc.
7819
7820 2002-09-18  Simon Josefsson  <jas@extundo.com>
7821
7822         * nnimap.el (nnimap-request-expire-articles): Make flag setting
7823         conditional.  From Nevin Kapur <nevin@jhu.edu>.
7824
7825 2002-09-17  Simon Josefsson  <jas@extundo.com>
7826
7827         * nnimap.el (nnimap-expiry-target): Don't search for which
7828         articles exists here.
7829         (nnimap-request-expire-articles): Do it here instead.  Only expire
7830         when articles are found.  Suggested by Nevin Kapur
7831         <nevin@jhu.edu>.
7832
7833 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7834         From Reiner Steib <reiner.steib@gmx.de>.
7835
7836         * message.el (message-strip-subject-trailing-was)
7837         (message-change-subject, message-add-archive-header)
7838         (message-xpost-fup2-header, message-xpost-insert-note)
7839         (message-xpost-fup2, message-reduce-to-to-cc): New functions
7840         adopted from message-utils.el.  Add functions to the keymap, mode
7841         describtion and menu.
7842         (message-change-subject,message-xpost-fup2): Signal error if
7843         current header is empty.
7844         (message-xpost-insert-note): Changed insert position.
7845         (message-archive-note): Ensure to insert note in message body (not
7846         in head).
7847         (message-archive-header, message-archive-note)
7848         (message-xpost-default, message-xpost-note, message-fup2-note)
7849         (message-xpost-note-function): New variables adopted from
7850         message-utils.el.  Changed some doc-strings.
7851         (message-mark-insert-{begin,end}): Rename from
7852         message-{begin,end}-inserted-text-mark (message-utils.el), changed
7853         values.
7854         (message-subject-trailing-was-query)
7855         (message-subject-trailing-was-ask-regexp)
7856         (message-subject-trailing-was-regexp): New variables.
7857         (message-to-list-only): Added doc-string and menu entry.
7858
7859         * message-utils.el: Removed.  Functions are now in message.el.
7860
7861 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
7862
7863         * gnus-art.el (gnus-article-reply-with-original,
7864         gnus-article-followup-with-original): Switch to
7865         gnus-summary-buffer before reply/followup.
7866
7867 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
7868
7869         * gnus-sum.el (gnus-summary-toggle-header): The article window may
7870         not exist. Toggle it anyway.
7871
7872 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
7873
7874         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
7875
7876         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
7877         Trivial patch from Urban Engberg <ue@ccieurope.com>.
7878
7879         * rfc2047.el (message-posting-charset): Defvar it.
7880         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
7881         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
7882
7883         * mail-source.el (mail-source-fetch): Hide password.
7884
7885         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
7886
7887 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7888         From John Paul Wallington <jpw@shootybangbang.com>.
7889
7890         * gnus.el (gnus-visual, gnus-meta): Fix typo.
7891
7892 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7893
7894         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
7895
7896 2002-09-11  Simon Josefsson  <jas@extundo.com>
7897
7898         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
7899         (nnimap-split-rule): Doc fix.
7900         (nnimap-request-expire-articles): Cleanup code.
7901
7902 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7903         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7904
7905         * gnus-art.el (gnus-article-address-banner-alist): New option.
7906         (article-strip-banner): Refer the above option to split banners of
7907         free mail servers, when no group parameter is specified.
7908
7909 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7910
7911         * nntp.el (nntp-wait-for-string): Check for a process in the
7912         current buffer instead of `nntp-server-buffer'.
7913
7914 2002-09-09  Simon Josefsson  <jas@extundo.com>
7915
7916         * gnus-art.el (gnus-button-man-handler): New variable.
7917         (gnus-button-alist): Use g-b-handle-man.
7918         (gnus-button-handle-man): New, call g-b-man-handler.
7919
7920 2002-09-08  Simon Josefsson  <jas@extundo.com>
7921
7922         * gnus-art.el (gnus-button-alist): Buttonize man page links.
7923
7924 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7925
7926         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
7927
7928 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7929
7930         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
7931
7932         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
7933         keystroke.
7934
7935         * gnus-srvr.el (gnus-browse-describe-group): New command and
7936         keystroke.
7937
7938 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7939
7940         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
7941         value for gnus-decoration property.
7942
7943 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7944
7945         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
7946         string) as group name in case we have a CRLF in the file.
7947
7948 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
7949
7950         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
7951         group.
7952         (rfc1843-decode-hzp): do.
7953         (rfc1843-newsgroups-regexp): do.
7954
7955 2002-09-04  Simon Josefsson  <jas@extundo.com>
7956
7957         * message.el (message-canlock-generate): Make sure sha1 doesn't
7958         call external programs.
7959
7960 2002-09-03  Simon Josefsson  <jas@extundo.com>
7961
7962         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
7963
7964         * gnus-agent.el (gnus-agent-batch): Add doc.
7965
7966 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
7967
7968         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
7969         check for signed and encrypted parts.
7970         * mml.el (mml-parse-1): Correct small typo which preventing
7971         setting recipients in a secure tag.
7972
7973 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7974
7975         * mm-util.el (mm-coding-system-priorities): Default to a list of
7976         iso-2022-jp and others for the Japanese environment.
7977
7978 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7979
7980         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
7981         invalid display names.
7982
7983 2002-08-30  Simon Josefsson  <jas@extundo.com>
7984
7985         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
7986         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
7987
7988 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
7989
7990         * gnus.el (gnus-group-charter-alist): New option.
7991         (gnus-group-fetch-control-use-browse-url): New option.
7992
7993         * gnus-group.el (gnus-group-fetch-charter): New function.
7994         (gnus-group-fetch-control): New function.
7995         Add them to the keymap and menu. Require mm-url.
7996
7997 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7998
7999         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
8000         From Alex Schroeder <alex@emacswiki.org>.
8001
8002 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
8003
8004         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
8005         items expecting user interaction.
8006
8007         * gnus-topic.el (gnus-topic-make-menu-bar): do.
8008
8009         * gnus-sum.el (gnus-summary-make-menu-bar): do.
8010
8011         * gnus-srvr.el (gnus-server-make-menu-bar): do.
8012
8013         * mml.el (mml-menu): do.
8014
8015 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8016
8017         * mail-source.el (mail-source-touch-pop): New function.
8018
8019         * message.el (message-smtpmail-send-it): New function.
8020         (message-send-mail-function): Add it for a candidate.
8021
8022 2002-08-27  Simon Josefsson  <jas@extundo.com>
8023
8024         * gnus-msg.el (posting-charset-alist): Use
8025         gnus-define-group-parameter instead of defcustom.
8026         (gnus-put-message): Handle SPC in GCC.
8027         (gnus-inews-insert-gcc): Ditto.
8028         (gnus-inews-insert-archive-gcc): Ditto.
8029
8030 2002-08-26  Simon Josefsson  <jas@extundo.com>
8031
8032         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
8033         (gnus-agentize): Auto agentize all nntp and nnimap groups.
8034         (gnus-agent-possibly-save-gcc): Autoload.
8035         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
8036
8037 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8038
8039         * gnus.el (gnus-other-frame-function): New user option.
8040         (gnus-other-frame): Use it; add a doc-string; make it work with
8041         the gnuclient program.
8042
8043         * gnus-util.el (gnus-frame-or-window-display-name): New function.
8044
8045         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
8046         `device-connection' and `dfw-device'.
8047
8048 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8049
8050         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
8051         positives, make it stricter.  From Jochen Hein (trivial change).
8052
8053 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * gnus.el (gnus-other-frame): Trivial fix.
8056
8057 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8058
8059         * gnus.el (gnus-other-frame-parameters): New user option.
8060         (gnus-other-frame-object): New variable.
8061         (gnus-other-frame): Make it search for existing Gnus frame; don't
8062         read new news; delete frame on exit.
8063
8064         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
8065
8066         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
8067
8068 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8069         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
8070
8071         * message.el (message-set-auto-save-file-name): Add support for
8072         the Cygwin Emacs; the system-type is `cygwin'.
8073         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
8074
8075 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
8076
8077         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
8078
8079         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
8080         avoid arithmetic errors.
8081
8082 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
8085
8086 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8087
8088         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
8089         (message-ignored-resent-headers): Add envelope From.
8090
8091 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8092
8093         * gnus.el (gnus-summary-line-format): Document %k specifier.
8094
8095 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8096
8097         * gnus-sum.el (gnus-summary-line-message-size): New function.
8098         (gnus-summary-line-format-alist): Use it.
8099
8100 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * gnus-art.el (article-make-date-line): Refer to the value for
8103         `gnus-article-time-format' in the summary buffer.
8104
8105         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
8106
8107 2002-08-14  Simon Josefsson  <jas@extundo.com>
8108
8109         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
8110         quoting.
8111         (gnus-button-alist): Fix doc.
8112         (gnus-header-button-alist): Use ' not ` for default value quoting.
8113         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
8114         rationale similar to 2002-05-01 change.
8115         (gnus-article-add-buttons-to-head): Evaluate expression.
8116
8117         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
8118
8119 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * message.el (message-font-lock-keywords): Refer to the value for
8122         `message-cite-prefix-regexp' dynamically.
8123
8124 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * gnus-art.el (gnus-decode-header-methods): Doc fix.
8127
8128 2002-08-12  Simon Josefsson  <jas@extundo.com>
8129
8130         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
8131         (imap-shell-open): Skip initial junk before IMAP greeting.
8132
8133 2002-08-11  Simon Josefsson  <jas@extundo.com>
8134
8135         * message-utils.el (message-xpost-default,
8136         message-xpost-fup2-header, message-xpost-fup2): Fixed
8137         Typos.  Trivial changes from Reiner Steib
8138         <4uce.02.r.steib@gmx.net>.
8139
8140 2002-08-09  Simon Josefsson  <jas@extundo.com>
8141
8142         * message.el (message-canlock-password): Set
8143         canlock-password-for-verify to newly generated canlock-password.
8144         When Emacs is restarted, Custom makes sure this is set, but during
8145         the same session we must set it manually.
8146
8147 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
8148
8149         * yenc.el: New file.
8150
8151         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
8152         (mm-uu-type-alist): Add yenc.
8153         (mm-uu-yenc-filename): New function.
8154         (mm-uu-yenc-extract): New function.
8155
8156         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
8157
8158 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8159
8160         * dgnushack.el (merge): Don't use coerce.
8161
8162 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
8163
8164         * mailcap.el (mailcap-mime-data): Test window-system rather than
8165         mm-device-type.
8166         (mailcap-mime-data): Call xdvi and gv with "-safer".
8167
8168         * mm-util.el: Don't define mm-device-type.
8169
8170 2002-08-05  Simon Josefsson  <jas@extundo.com>
8171
8172         * mm-util.el (mm-coding-system-priorities): coding-system type not
8173         supported everywhere.
8174
8175 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8176
8177         * gnus.el (gnus-version-number): Bumped version number.
8178
8179 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8180
8181         * gnus.el: Oort Gnus v0.07 is released.
8182
8183 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8184
8185         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
8186         (gnus-article-sort-functions): Doc fix.
8187         (t): New keystroke.
8188         (gnus-article-sort-by-random): New function.
8189         (gnus-thread-sort-by-random): New function.
8190
8191 2002-08-02  Simon Josefsson  <jas@extundo.com>
8192
8193         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
8194         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
8195
8196 2002-07-31  Danny Siu  <dsiu@adobe.com>
8197
8198         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
8199         when splitting malformed messages without message-id
8200
8201 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8202         From Niklas Morberg <niklas.morberg@axis.com>.
8203
8204         * nnweb.el (nnweb-type, nnweb-type-definition)
8205         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
8206         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
8207         functionality.
8208         * nnweb.el: Removed old non-functioning search engines.
8209
8210 2002-07-27  Simon Josefsson  <jas@extundo.com>
8211
8212         * message.el (message-forward-make-body): Don't use
8213         `message-forward-ignored-headers' when doing a "raw" followup (it
8214         is important to preserve e.g. CTE).
8215
8216         * flow-fill.el (fill-flowed): Disable filladapt-mode.
8217
8218         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
8219         regexp-quote, Cyrus Sieve is fixed.
8220
8221         * sieve-manage.el (sieve-manage-deletescript): New function.
8222
8223         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
8224         (sieve-manage-mode): Fix menubar.
8225         (sieve-activate): Change some messages.
8226         (sieve-deactivate-all): New function.
8227         (sieve-deactivate): New alias.
8228         (sieve-remove): New function.
8229         (sieve-help): Fix help.
8230         All suggested by Ned Ludd.
8231
8232 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8233
8234         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
8235         (mm-w3m-safe-url-regexp): New user option.
8236
8237         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
8238         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
8239
8240 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
8241
8242         * gnus-sum.el (gnus-summary-delete-article): Force
8243         nnmail-expiry-target to 'delete, so that absolute deletion
8244         happens when absolute deletion is requested.
8245
8246 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8247         From Nevin Kapur <nevin@jhu.edu>.
8248
8249         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
8250         headers as empty headers.
8251
8252 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8253         From Jochen Hein <jochen@jochen.org>.
8254
8255         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
8256         correct typo.
8257         (gnus-emphasis-strikethru): New face.
8258
8259 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8260         From Jason Merrill <jason@redhat.com>.
8261
8262         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
8263         entire file for each of a sequence of missing articles.
8264
8265         * gnus-salt.el (gnus-binary-display-article): Respect an existing
8266         value for gnus-view-pseudos.
8267
8268         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
8269         avoid nreverse.
8270
8271 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8272         From Ted Zlatanov <teodor.zlatanov@divine.com>.
8273
8274         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
8275         (gnus-summary-mode-line-format-alist): Add %h for number of
8276         spams.
8277         (gnus-newsgroup-spam-marked): New variable.
8278         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
8279         (gnus-article-read-p, gnus-article-mark)
8280         (gnus-set-global-variables, gnus-set-global-variables)
8281         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
8282         (gnus-summary-mark-article-as-unread)
8283         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
8284         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
8285         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
8286
8287 2002-07-10  Simon Josefsson  <jas@extundo.com>
8288
8289         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
8290         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
8291
8292 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
8293
8294         * gnus-sum.el (gnus-summary-delete-article): Respect group
8295         parameters while expiring.
8296
8297 2002-07-08  Simon Josefsson  <jas@extundo.com>
8298
8299         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
8300         Enberg.
8301
8302 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8303
8304         * gnus-art.el (article-unsplit-urls): Only display MIME when this
8305         function is called interactively.  From Niklas Morberg.
8306
8307 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8308
8309         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
8310         cdaar to cdar and car.
8311
8312         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
8313         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
8314
8315 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
8318         don't break a narrowed article.
8319
8320         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
8321         (nntp-open-via-rlogin-and-telnet): Ditto.
8322
8323 2002-07-02  Didier Verna  <didier@xemacs.org>
8324
8325         * nnmail.el (nnmail-split-methods): fix custom type.
8326
8327 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8328
8329         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
8330         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
8331
8332 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8333
8334         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
8335         (gnus-summary-resend-message): Use it.
8336
8337 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8338
8339         * nntp.el (nntp-via-rlogin-command-switches): New variable.
8340         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
8341
8342 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8343
8344         * message.el (message-font-lock-keywords): Don't fontify
8345         headers in the message body, only in the header.
8346         (message-font-lock-make-header-matcher): New function, used by
8347         message-font-lock-keywords.
8348         From Katsumi Yamaoka <yamaoka@jpl.org>.
8349
8350 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8351
8352         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
8353
8354 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8355
8356         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
8357
8358 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8359
8360         * message.el (message-font-lock-keywords): Revert 2002-06-22
8361         change.
8362
8363 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8364
8365         * message.el (message-font-lock-keywords): Put colon in header
8366         name match.
8367
8368 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8369
8370         * message.el (message-font-lock-keywords): Don't use header faces
8371         in the body.  Thanks to Stefan Monnier for the hint on the
8372         implementation.
8373
8374 2002-05-09  Miles Bader  <miles@gnu.org>
8375
8376         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
8377         (gnus-article-hide-citation): Respect it.
8378
8379 2002-04-12  Juanma Barranquero  <lektu@terra.es>
8380
8381         * pop3.el (pop3-open-server): Fix typo.
8382
8383 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
8384
8385         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
8386         instead of push to ignore duplicate to-(list|address) values.
8387         * nnmail.el (nnmail-cache-ignore-groups): New.
8388         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
8389
8390 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8391
8392         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
8393         before sending.  Suggested by Jan Rychter.
8394
8395 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * dgnushack.el (remove): New compiler macro.
8398         (last, coerce, subseq): Remove compiler macros for those built-in
8399         or unused functions.
8400
8401 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8402
8403         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
8404         sure to write byte-compiled versions of gnus-*-format-alist to
8405         .newsrc.eld.  From Simon Josefsson.
8406
8407 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8408
8409         * gnus-agent.el (gnus-agent-read-servers)
8410         (gnus-agent-write-servers): Put server name (string like
8411         "nnchoke:frumple") in the file instead of a server specification
8412         (Lisp expression like (nnchoke "frumple" ...parameters...)).
8413         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
8414
8415 2002-06-16  Simon Josefsson  <jas@extundo.com>
8416
8417         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
8418         Reiner Steib <4uce.02.r.steib@gmx.net>.
8419
8420 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8421
8422         * nnheader.el (nnheader-file-name-translation-alist): Set the
8423         default value for MS Windows systems.
8424
8425         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
8426
8427 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * message.el (message-beginning-of-line): Keep the region active
8430         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
8431
8432 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
8433
8434         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
8435         * gnus-msg.el (gnus-summary-reply): Ditto.
8436         * gnus-msg.el (gnus-summary-handle-replysign): New.
8437
8438 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * message.el (message-send-mail-with-sendmail): Kill errbuf even
8441         if sending failed.
8442
8443 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
8444
8445         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
8446         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
8447         to sign while encrypting.
8448
8449 2002-06-11  Simon Josefsson  <jas@extundo.com>
8450
8451         * gnus-int.el (gnus-request-move-article): Agent expire article if
8452         successfuly moved.
8453
8454         * nnweb.el (nnweb-google-create-mapping): Honors the value of
8455         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
8456
8457 2002-06-10  Simon Josefsson  <jas@extundo.com>
8458
8459         * gnus-int.el (gnus-request-expire-articles): Fix last change?
8460
8461 2002-06-09  Simon Josefsson  <jas@extundo.com>
8462
8463         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
8464
8465         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
8466
8467 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8468
8469         * flow-fill.el (fill-flowed): Ignore errors.
8470
8471 2002-06-06  Simon Josefsson  <jas@extundo.com>
8472
8473         * message.el (message-send-mail-with-sendmail): Improve error message.
8474
8475 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8476
8477         * message.el (message-interactive): Change default from nil to t.
8478         Better to be safe than to be fast.
8479
8480 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8481
8482         * message.el (message-send-mail-with-sendmail): Check return value
8483         from call-process-region.
8484
8485 2002-06-04  Simon Josefsson  <jas@extundo.com>
8486
8487         * gnus-msg.el (gnus-group-mail, gnus-group-news)
8488         (gnus-group-post-news, gnus-summary-mail-other-window)
8489         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
8490         gnus-article-copy to nil, thereby inhibiting the `header' posting
8491         style match to use data from last viewed article.
8492         Suggested by Hrvoje Niksic.
8493
8494 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8495
8496         * spam.el (spam-point-at-eol): New alias.
8497         (spam-parse-whitelist): Use it.
8498
8499 2002-06-03  Simon Josefsson  <jas@extundo.com>
8500
8501         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
8502         (nnmail-article-group): Use it.
8503
8504 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8505
8506         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
8507         so that code reading them won't be surprised.  From Jesper Harder
8508         <harder@ifa.au.dk>.
8509
8510 2002-05-29  Simon Josefsson  <jas@extundo.com>
8511
8512         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
8513         articles.
8514
8515         * gnus.el (gnus-agent-cache): Doc fix.
8516         (gnus-agent): Change default to t.
8517
8518         * gnus-agent.el (gnus-agent-expire): Make it accept optional
8519         ARTICLES, GROUP and FORCE parameters.
8520
8521 2002-05-28  Simon Josefsson  <jas@extundo.com>
8522
8523         * gnus-group.el (gnus-group-line-format): Doc fix.
8524
8525 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8526
8527         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
8528         original article before yanking.  From Jesper Harder
8529         <harder@ifa.au.dk>.
8530
8531 2002-05-26  Simon Josefsson  <jas@extundo.com>
8532
8533         * gnus-sum.el (gnus-summary-menu-split): New function.
8534         (gnus-summary-make-menu-bar): Split charset submenu.
8535         (gnus-summary-menu-maxlen): New variable.
8536         (gnus-summary-menu-split): Use it.
8537
8538 2002-05-25  Simon Josefsson  <jas@extundo.com>
8539
8540         * mml.el (mml-preview): Generate some headers.
8541
8542         * gnus.el (gnus-large-newsgroup): Fix :type.
8543
8544         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
8545         Agent cache NOV's by default now).
8546         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
8547
8548 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
8549
8550         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
8551         call to gnus-parent-id when we check for References loops.
8552         (gnus-summary-prepare-threads): Avoid simplifying every Subject
8553         twice by saving the simplified subject string in simp-subject.
8554
8555 2002-05-23  Simon Josefsson  <jas@extundo.com>
8556
8557         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
8558         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
8559
8560         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
8561         Niklas Morberg <niklas.morberg@axis.com>.
8562
8563 2002-05-22  Simon Josefsson  <jas@extundo.com>
8564
8565         * sieve.el (sieve-change-region): Define it before it is used.
8566
8567         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
8568         (gnus-summary-reply): Ask for confirmation when replying to news.
8569         Defaults to not ask.  From Benjamin Rutt
8570         <rutt+news@cis.ohio-state.edu>.
8571
8572         * nnimap.el (nnimap-nov-is-evil): Improve doc.
8573
8574 2002-05-21  Simon Josefsson  <jas@extundo.com>
8575
8576         * sieve-mode.el (sieve-manage): Fix autoloads.
8577
8578         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
8579         name (makes it work with recent Cyrus timsieved).
8580
8581 2002-05-20  Jason  <jbaker@cs.utah.edu>
8582         Trivial patch.
8583
8584         * gnus-art.el (gnus-request-article-this-buffer): Try
8585         reconnecting if you don't get the message.
8586
8587 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8588
8589         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
8590         Reply-To headers from the headers.
8591
8592 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8593
8594         * mm-url.el (mm-url-insert): Remove junk message.
8595
8596 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8597
8598         * nnslashdot.el (nnslashdot-request-list): Parse new html.
8599         (nnslashdot-use-front-page): New variable.
8600         (nnslashdot-request-list): Use it.
8601
8602         * mm-url.el (mm-url-timeout): New variable.
8603         (mm-url-retries): Ditto.
8604         (mm-url-insert): Use it.
8605
8606 2002-05-16  Simon Josefsson  <jas@extundo.com>
8607
8608         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
8609         (gnus-simplify-subject-functions): Mention g-s-a-w.
8610
8611 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
8612
8613         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
8614         nnmail-cache-insert.
8615         * nndiary.el (nndiary-request-accept-article): Ditto.
8616         * nnfolder.el (nnfolder-request-accept-article): Ditto.
8617         * nnimap.el (nnimap-request-accept-article): Ditto.
8618         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
8619         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
8620         * nnmbox.el (nnmbox-request-accept-article): Ditto.
8621         * nnmh.el (nnmh-request-accept-article): Ditto.
8622         * nnmail.el (nnmail-cache-insert): Change group to required,
8623         removed code which tried to figure out the group.
8624
8625 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
8626
8627         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
8628         messages. From Hans de Graaff <hans@degraaff.org>.
8629         * nnml.el (nnml-request-accept-article): Pass in the group name to
8630         nnmail-cache-insert, since it's available.
8631
8632 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8633
8634         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
8635
8636 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8637         From Florian Weimer <fw@deneb.enyo.de>.
8638
8639         * gnus.el (subscribed): New group parameter.
8640         (gnus-find-subscribed-addresses): Use it.
8641
8642 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
8643
8644         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
8645         the default for pgpmime to support pgp v2.
8646         * mml-sec.el (mml-signencrypt-style): New accessor function to
8647         allow users to get/set the signencrypt style more easily without
8648         frobbing the alist directly.
8649         * mml.el (mml-generate-mime-1): Use accessor function.
8650
8651 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8652
8653         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
8654         parenthesis for "<" and ">".  Suggested by Andreas Schwab
8655         <schwab@suse.de>.
8656
8657 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8658
8659         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
8660         when intuiting the group the message is written to.  From Josh
8661         Huber <huber@alum.wpi.edu>.
8662
8663 2002-05-06  Simon Josefsson  <jas@extundo.com>
8664
8665         * gnus-topic.el (gnus-group-topic-parameters): Work when group
8666         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
8667
8668 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
8669
8670         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
8671         argument, and fixed compiler warning. (added autoload for
8672         gpg-encrypt).
8673
8674 2002-05-04  Simon Josefsson  <jas@extundo.com>
8675
8676         * mml1991.el (mml1991-function-alist): Doc fix.
8677
8678         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
8679         doesn't exist (for previewing messages without having Gnus
8680         started).
8681
8682         * mm-util.el (mm-coding-system-priorities): Defcustom.
8683
8684         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
8685
8686 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
8687
8688         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
8689         default.
8690         * mml-sec.el:
8691         * mml-sec.el (mml-signencrypt-style): New.
8692         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
8693         argument `sign'.
8694         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
8695         signencrypt.
8696         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
8697         * mml.el (mml-generate-mime-1): Changed logic so a part which is
8698         both signed & encryped is processed in one operation. (rather than
8699         two separate ops: sign, then encrypt)
8700         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
8701         indication if a message is signed by an expired key.
8702         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
8703         enables combined sign & encrypt operation. (this was always on
8704         before).
8705         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
8706
8707 2002-05-01  Simon Josefsson  <jas@extundo.com>
8708
8709         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
8710         server.
8711         (nnimap-mailbox-info): defvar instead of defvoo.
8712
8713 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8714
8715         * gnus.el: Oort Gnus v0.06 is released.
8716
8717 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8718
8719         * lpath.el: Bind url-package-version.
8720
8721 2002-05-01  Simon Josefsson  <jas@extundo.com>
8722
8723         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
8724         filename before deleting the group itself, because the presence of
8725         a group filename decides if long filenames are used or not.
8726
8727         * gnus-art.el (gnus-button-alist): Don't inline
8728         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
8729         without also modifying g-button-alist.
8730         (gnus-button-alist): Fix type to allow variable as well as regexp.
8731         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
8732         themselves, variables to its contents.
8733         (gnus-button-entry): Ditto.
8734
8735 2002-05-01  Simon Josefsson  <jas@extundo.com>
8736
8737         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
8738         UIDNEXT as a string.
8739
8740         * nnimap.el (nnimap-string-lessp-numerical): New function.
8741         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
8742         integers.
8743
8744 2002-04-29  Simon Josefsson  <jas@extundo.com>
8745
8746         * nnmail.el (nnmail-cache-insert): Accept optional group
8747         parameter.
8748
8749         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
8750         n-r-g-a is disabled.
8751
8752 2002-04-29  Simon Josefsson  <jas@extundo.com>
8753
8754         * nnimap.el (nnimap-split-fancy): Fix doc.
8755         (nnimap-split-fancy): Fix doc.
8756
8757         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
8758         (nnimap-mailbox-info): New internal variable.
8759         (nnimap-retrieve-groups): Implement faster new mail check.
8760
8761         * nnimap.el (nnimap-split-articles): Support
8762         nnmail-cache-accepted-message-ids.
8763         (nnimap-request-accept-article): Ditto.
8764
8765         * imap.el (imap-mailbox-status-asynch): New command.
8766
8767 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
8768
8769         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
8770         are no subscribed mail groups.
8771         - Strip quoted names when comparing addresses
8772
8773 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
8774
8775         * mm-decode.el (mm-text-html-renderer): Change customize type to
8776         const.
8777
8778         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
8779         (gnus-debug-exclude-variables): do.
8780
8781 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8782
8783         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
8784         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
8785
8786 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8787
8788         * dns.el (dns-make-network-process): New macro.
8789         (query-dns): Use it.
8790
8791 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8792
8793         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
8794         article-buffer.
8795
8796         * mm-url.el (mm-url-package-name): New variable.
8797         (mm-url-package-version): New variable.
8798         (mm-url-insert-file-contents): Bind url-package-name and
8799         url-package-version here.
8800         * nnrss.el (nnrss-insert-w3): Move the bindings.
8801
8802         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
8803         url-package-version. Trivial change from Andrew J Cosgriff
8804         <ajc@polydistortion.net>
8805
8806         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
8807         attachments. Trivial change from Peter 'Luna' Runestig
8808         <peter@runestig.com>.
8809
8810 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
8811
8812         * nnkiboze.el (nnkiboze-request-scan): Call
8813         nnkiboze-possibly-change-group.
8814         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
8815         problems.
8816         (nnkiboze-generate-group): Set newsrc to the *highest* article
8817         number kibozed, not the lowest.
8818
8819 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
8820
8821         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
8822
8823 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8824         From Dan Christensen <jdc+news@uwo.ca>.
8825
8826         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8827         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8828         Recognize math postings.  Extract Date (now ignores "(15kb)").
8829         Extract email address using gnus-extract-address-components
8830         instead of just taking the first word.  Create Date and From
8831         headers for message which are missing these headers.  Get rid
8832         of spurious \\ lines (purely cosmetic).  Extend body-end and
8833         file-end regexps, to exclude more garbage from the message.
8834         Make URL rephrasing regexp more flexible, to match current
8835         format.
8836
8837 2002-04-23  Simon Josefsson  <jas@extundo.com>
8838
8839         * netrc.el: New file, functions copied from gnus-util.el by Ted
8840         Zlatanov <tzz@lifelogs.com>.
8841
8842         * gnus-util.el: Require netrc.
8843         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
8844         new code in netrc.el.
8845
8846 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8847
8848         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
8849         message-ignored-resent-headers, too.  From Matthieu Moy
8850         <Matthieu.Moy@imag.fr>.
8851
8852 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8853
8854         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
8855         boolean not a string
8856         * gnus-group.el (gnus-group-line-format): add description of %C
8857         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
8858           as %C
8859         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
8860
8861 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
8862
8863         * nnmaildir.el (nnmaildir-request-scan): typo: set
8864         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
8865         nnmail-get-new-mail for 'find-new-groups.
8866
8867 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
8868
8869         * nnmaildir.el (nnmaildir-request-update-info,
8870         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
8871         unnecessary calls to nnmaildir-request-scan.
8872
8873 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
8874
8875         * gnus-msg.el:
8876         * gnus-msg.el (gnus-message-replysign): New.
8877         * gnus-msg.el (gnus-message-replyencrypt): New.
8878         * gnus-msg.el (gnus-message-replysignencrypted): New.
8879         * gnus-msg.el (gnus-summary-reply): Use the three new variables
8880         (above) to automatically encrypt/sign to encrypted/signed
8881         messages.
8882         * message.el:
8883         * message.el (message-mode-map): Add keybinding for
8884         `message-to-list-only'
8885         * message.el (message-mode): Add description for
8886         `message-to-list-only'
8887         * message.el (message-to-list-only): New.
8888         * message.el (message-make-mft): Changed to use the cl loop macro,
8889         and added optional flag to return only the matched list. (for use
8890         in new message-to-list-only function)
8891
8892 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
8893
8894         * gnus-msg.el:
8895         * gnus-msg.el (gnus-message-replysign):
8896         * gnus-msg.el (gnus-replysign): New.
8897         * gnus-msg.el (gnus-replyencrypt): New.
8898         * gnus-msg.el (gnus-replysignencrypted): New.
8899         * gnus-msg.el (gnus-summary-reply):
8900         * message.el:
8901         * message.el (message-mode-map):
8902         * message.el (message-mode):
8903         * message.el (message-to-list-only): New.
8904         * message.el (message-make-mft):
8905
8906 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8907
8908         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
8909
8910 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
8911
8912         * message.el (message-gen-unsubscribed-mft): accept a prefix
8913         argument so CC can be included with C-u C-c C-f C-a
8914
8915 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8916         From Ted Zlatanov <teodor.zlatanov@divine.com>.
8917
8918         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
8919         Improve docstring.
8920         (spam-enter-blacklist): New command.
8921
8922         * gnus-sum.el (gnus-spam-mark): New mark.
8923         (gnus-auto-expirable-marks): Add gnus-spam-mark.
8924         (gnus-summary-make-tool-bar): Correct conditional.
8925         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
8926         (gnus-summary-mark-as-spam): New command.
8927
8928 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
8929
8930         * mml-sec.el (mml-secure-message): changed to support arbritrary
8931         modes.
8932         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
8933         changed to support "signencrypt" mode.
8934         * mml.el (mml-parse-1): changed to support different secure modes
8935         more easily. (for signencrypt)
8936
8937 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
8938
8939         * gnus-sum.el (gnus-update-summary-mark-positions)
8940         (gnus-summary-toggle-header):
8941         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
8942         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
8943         (gnus-uu-post-encoded):
8944         * nnfolder.el (nnfolder-possibly-change-group):
8945         * nnimap.el (nnimap-retrieve-headers):
8946         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
8947
8948 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
8949
8950         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
8951         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
8952
8953 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8954
8955         * gnus-srvr.el (gnus-server-set-info): Clear
8956         `gnus-server-method-cache' when `gnus-server-alist' is changed.
8957         From Daiki Ueno <ueno@unixuser.org>.
8958
8959 2002-04-11  Simon Josefsson  <jas@extundo.com>
8960
8961         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
8962         viewing of security buttons.  Thanks to Nicolas Kowalski
8963         <Nicolas.Kowalski@imag.fr>.
8964
8965         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
8966         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
8967         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
8968         <Nicolas.Kowalski@imag.fr>.
8969         (smime-decrypt-buffer): Ditto.
8970
8971 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8972
8973         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
8974         header line.
8975
8976 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
8977
8978         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
8979
8980 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8981
8982         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
8983
8984 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8985
8986         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
8987         errors when debug.
8988
8989 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
8990
8991         * message.el (message-make-mft): Changed MFT code from using
8992         message-recipients (which included Bcc) to use only the To and CC
8993         headers.
8994
8995 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8996
8997         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
8998         add link.
8999         (gnus-treat-mail-picon): Ditto.
9000         (gnus-treat-newsgroups-picon): Ditto.
9001         (gnus-picon-databases): Fix custom type.
9002         (gnus-picon-databases): Add link.
9003         (gnus-article-x-face-command): Add to gnus-picon group.
9004
9005 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
9006
9007         * message.el (message-buffer-naming-style): Remove.
9008
9009 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9010
9011         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
9012
9013         * message.el (message-tool-bar-map): Ditto.
9014
9015         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9016
9017 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9018
9019         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
9020
9021 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
9022
9023         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
9024
9025 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
9026         Trivial patch.
9027
9028         * dns.el: open-network-stream under XEmacs does udp.
9029
9030 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
9031
9032         * spam.el (spam-enter-whitelist): New function.
9033         (spam-parse-whitelist): Ditto.
9034         (spam-refresh-list-cache): Ditto.
9035         (spam-address-whitelisted-p): New function.
9036
9037         * dns.el (query-dns): Use TCP when make-network-process isn't
9038         available.
9039         (dns-servers): New variable.
9040         (dns-parse-resolv-conf): New function.
9041         (query-dns): Use it.
9042
9043         * spam.el: New file.
9044
9045         * dns.el (query-dns): Test.
9046
9047 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9048
9049         * lpath.el (featurep): Bind make-network-process.
9050
9051 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
9052
9053         * nnmaildir.el: Use defstruct.  Use a single copy of
9054         nnmail-extra-headers to save memory.  Store server's group name
9055         prefix instead of each group's prefixed name.
9056         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
9057         nntp-server-buffer.
9058
9059 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9060
9061         * dns.el: New file.
9062
9063 2002-03-28  Simon Josefsson  <jas@extundo.com>
9064
9065         * gnus-sum.el (gnus-summary-dummy-line-format):
9066         * gnus.el (gnus-summary-line-format): Fixing links to Info.
9067         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
9068
9069 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9070
9071         * gnus-sum.el (gnus-summary-move-article)
9072         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
9073         the doc string.
9074
9075 2002-03-28  Simon Josefsson  <jas@extundo.com>
9076
9077         * mml-sec.el (mml-secure-message): Search after
9078         mail-header-separator from top of message.
9079
9080 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
9081
9082         * nnmaildir.el: Cosmetic changes.
9083         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
9084         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
9085         nnmaildir--group-ls): New macros/functions.  Use them.
9086         (nnmaildir--unlink): Evalutate argument only once.
9087
9088 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
9089
9090         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
9091         symbols.
9092         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
9093         `gnus-point-at-eol'.
9094
9095 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
9096
9097         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
9098         nnmaildir--marks-dir): New macros.  Use them.
9099         Use inhibit-quit for atomicity instead of in-memory journaling.
9100         (nnmaildir--edit-prep): New function.
9101         (Local Variables): Use it.
9102
9103 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
9104
9105         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9106
9107 2002-03-25  Simon Josefsson  <jas@extundo.com>
9108
9109         * message.el (message-mode): Fix doc.
9110
9111 2002-03-25  Simon Josefsson  <jas@extundo.com>
9112
9113         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
9114         Matthieu Moy <Matthieu.Moy@imag.fr>.
9115
9116 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
9117
9118         * mml-sec.el (mml-unsecure-message): Add docstring.
9119
9120 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
9121
9122         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
9123         value.
9124         Trivial change from andre@slamdunknetworks.com
9125
9126 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
9127
9128         * mml.el (mml-mode-map): Added a keybinding for
9129         `mml-unsecure-message'.  Also, added a menu entry for said
9130         function in the Attachments menu.
9131
9132 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9133
9134         * canlock.el (canlock-version): Remove.
9135         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
9136         here; simplify \x insertions.
9137         (canlock-sha1): New function, always return a unibyte string.
9138         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
9139         of a password.
9140         (canlock-insert-header): Use `canlock-sha1'.
9141         (canlock-verify): Ditto.
9142
9143 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
9144
9145         * message.el (message-fix-before-sending): Add an option that
9146         ignores illegible text.
9147         Trivial change from Mark Milhollan <mlm@attglobal.net>
9148
9149         * message.el (message-font-lock-keywords): Support multi-line MML
9150         tags.
9151
9152         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
9153         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
9154
9155 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9156
9157         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
9158         symbols for "View as different encoding" submenu.
9159
9160 2002-03-19  Simon Josefsson  <jas@extundo.com>
9161
9162         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
9163         encoding" submenu.
9164
9165 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9166
9167         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
9168
9169 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9170
9171         * gnus-sum.el (gnus-sum-thread-tree-root)
9172         (gnus-sum-thread-tree-single-indent)
9173         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9174         (gnus-sum-thread-tree-leaf-with-other)
9175         (gnus-sum-thread-tree-single-leaf): Make customizable.
9176
9177 2002-03-16  Simon Josefsson  <jas@extundo.com>
9178
9179         * gnus-util.el (gnus-extract-address-components): Don't break on
9180         names such as James "Kibo" Parry.  From Francis Litterio
9181         <franl@world.std.com>.
9182
9183 2002-03-13  Simon Josefsson  <jas@extundo.com>
9184
9185         * pop3.el (pop3-open-server): Revert multibyte change.  From
9186         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9187
9188         * message.el (message-send-mail-with-qmail): Make it work.  From
9189         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9190
9191 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
9192
9193         * message.el (message-make-mft): Set case-fold-search while
9194         generating the MFT.  Also, a little cleanup in the MFT code.
9195
9196 2002-03-12  Simon Josefsson  <jas@extundo.com>
9197
9198         * message.el (message-qmail-inject-args): May be function.
9199         (message-send-mail-with-qmail): Call function if m-q-i-a is
9200         function.  From fn@hungry.org (Faried Nawaz).
9201
9202 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9203
9204         * message.el (message-abbrevs-loaded): Remove.
9205         (mailabbrev): Require it.
9206
9207         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
9208
9209 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9210
9211         * pop3.el (pop3-open-server): Set process buffer unibyte.
9212
9213 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9214
9215         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
9216
9217 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
9218
9219         * nnslashdot.el (nnslashdot-request-article): Remove javascript
9220         too.
9221
9222 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
9223
9224         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
9225         duplication.
9226         (gnus-summary-save-parts-type-history): Ditto.
9227         (gnus-summary-save-parts-last-directory): Ditto.
9228         Trivial change from andre@slamdunknetworks.com
9229
9230 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
9231
9232         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
9233
9234 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9235
9236         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
9237         -->" as the end of the first article.
9238
9239         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
9240         From Matthieu Moy <Matthieu.Moy@imag.fr>
9241
9242         * message.el (message-add-action): Use add-to-list.
9243         (message-delete-action): New function.
9244
9245         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
9246         pieces.
9247
9248 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
9249
9250         * nnnil.el: New file.
9251         * gnus.el (gnus-valid-select-methods): Include nnnil.
9252
9253 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9254
9255         * message.el (message-syntax-checks): Because canlock is
9256         supported, we disable sender syntax check.
9257         (message-shoot-gnksa-feet): Add cancel-messages option doc.
9258
9259         * gnus-draft.el (gnus-draft-send): If interactive, use its default
9260         value of message-syntax-checks.
9261
9262         * qp.el (quoted-printable-decode-region): Doc addition.
9263         From: Eli Zaretskii <eliz@is.elta.co.il>
9264
9265         * mail-source.el (make-source-make-complex-temp-name): Use
9266         make-temp-file.
9267
9268         * mm-util.el (mm-make-temp-file): New function.
9269         * nneething.el (nneething-file-name): Use it.
9270         * mml-smime.el (mml-smime-encrypt): Ditto.
9271         * mm-view.el (mm-inline-wash-with-file): Ditto.
9272         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
9273         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
9274         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
9275         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
9276         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
9277         * gnus-art.el (gnus-mime-print-part): Ditto.
9278
9279 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
9280
9281         * message.el (nnmaildir-article-number-to-base-name): New
9282         function.
9283         (nnmaildir-base-name-to-article-number): New function.
9284
9285 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * smime.el (smime-make-temp-file): Don't quote
9288         `temporary-file-directory'.
9289
9290 2002-03-04  Simon Josefsson  <jas@extundo.com>
9291
9292         * smime.el (smime-sign-region): Rename argument keyfiles to
9293         keyfile. You only sign something with one key.
9294         (smime-sign-buffer): Better completing-read prompt.
9295         (smime-decrypt-buffer): Ditto.
9296
9297         * smime.el (smime-make-temp-file): Make it work under XEmacs.
9298
9299         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
9300         completing-read.
9301         (mm-view-pkcs7-decrypt): CRLF->LF.
9302
9303 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
9304
9305         * message.el (message-hierarchical-addresses): New variable.
9306         (message-get-reply-headers): Use it.
9307         From Ted Zlatanov <teodor.zlatanov@divine.com>
9308
9309 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9310
9311         * message.el (message-mode): If buffer-file-name, don't set auto
9312         save file name.
9313         Trivial change from Geoff Greene <ggreene@wpi.edu>
9314
9315 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9316
9317         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
9318         takes one argument in read-char.
9319
9320         * message.el (message-fix-before-sending): Forward a char.
9321         Check mmu-multibyte-p, add control-1.
9322
9323 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9324
9325         * gnus-start.el (gnus-read-init-file): Ditto.
9326
9327         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
9328
9329         * dgnushack.el (dgnushack-make-load): Ditto.
9330
9331         * mail-source.el (mail-source-fetch): Extract the right error
9332         code.
9333
9334         * message.el (message-fix-before-sending): Check illegible text.
9335
9336         * gnus-util.el (gnus-multiple-choice): New function.
9337
9338         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
9339         also defined in gnus-score.el.
9340
9341 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
9342
9343         * message.el (message-get-reply-headers): downcase email addresses
9344         for comaparisons for duplicate removal.
9345
9346 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9347
9348         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
9349         implementation of PKCS#7, which just allows users read the
9350         message.
9351         (mm-view-pkcs7): Use it.
9352
9353 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
9354
9355         * gnus.el (large-newsgroup-initial): New parameter.
9356
9357         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
9358         (gnus-summary-insert-old-articles): Ditto.
9359
9360 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
9361
9362         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
9363         used as the default answer of the question, "How many articles?".
9364         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9365
9366         * nnagent.el (nnagent-retrieve-headers): Remove articles with
9367         small numbers.
9368
9369 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
9370
9371         * deuglify.el: Fix comments.
9372
9373 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
9374
9375         * html2text.el (html2text-clean-anchor): If there is no HREF,
9376         insert nothing.
9377
9378         * mml.el (mml-generate-mime-1): Add cdr.
9379         From: andre@slamdunknetworks.com
9380
9381         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
9382         (mm-text-html-washer-alist): Ditto.
9383
9384         * mm-decode.el (mm-text-html-renderer): Add html2text.
9385
9386         * html2text.el: Face lift.
9387
9388         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
9389
9390 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
9391
9392         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
9393
9394         * deuglify.el: Change copy right. Add autoload. Add coding-system.
9395
9396         * deuglify.el: New file. The original file name is
9397         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
9398
9399         * mm-decode.el (mm-display-external): Use
9400         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
9401
9402 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
9403
9404         * nnmaildir.el (nnmaildir-request-list): Report the highest
9405         article number, not the total number of articles.
9406
9407 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
9408
9409         * gnus-sum.el: Move uu key map here.
9410         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
9411
9412 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
9413
9414         * nnmaildir.el (nnmaildir-request-expire-articles): Use
9415         nnmail-expiry-wait* if expire-age parameter is not set.
9416
9417 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
9418
9419         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
9420         function.
9421         (gnus-group-sort-selected-groups-by-real-name): New function.
9422         (gnus-group-make-menu-bar): Add sort by real name.
9423
9424         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
9425         rebuild.
9426         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
9427         nil as dependencies as well.
9428
9429 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
9430
9431         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
9432         for mime-parts.
9433
9434         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
9435
9436         * gnus-group.el (gnus-group-name-decode): Don't test
9437         multibyte-string, because it breaks XEmacs.
9438         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
9439
9440         * message.el (message-send-mail): Be talkative.
9441
9442         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
9443         (mm-automatic-display): Ditto.
9444
9445         * mailcap.el (mailcap-mime-data): Ditto.
9446         From: Reiner Steib <4uce.02.r.steib@gmx.net>
9447
9448 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9449
9450         * many files: Remove trailing whitespaces, replace spc+tab with
9451         tab, replace leading whitespaces with tabs.
9452
9453 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
9454
9455         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
9456         articles with no body and no blank line after the header.
9457
9458 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9459
9460         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
9461         parts.
9462
9463         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
9464         non-ascii chars.
9465
9466         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9467
9468         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
9469         w3-delay-image-loads.
9470         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
9471         (mm-w3-prepare-buffer): Ditto.
9472
9473         * mail-source.el (mail-source-fetch-directory): Run scripts.
9474
9475 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9476
9477         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
9478         for Majordomo confirmations.
9479
9480 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9481
9482         * gnus-fun.el (gnus-respond-to-confirmation): New command.
9483
9484 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9485
9486         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
9487
9488 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
9489
9490         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
9491         References header field.  From Mark Thomas <mthomas@cmu.edu>.
9492
9493 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9494
9495         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
9496         (mm-inline-render-with-stdin): Ditto.
9497         (mm-inline-render-with-function): Ditto.
9498         (mm-inline-wash-with-file): Bind coding-system-for-write.
9499         (mm-inline-wash-with-stdin): Ditto.
9500
9501 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9502
9503         Suggested by Felix Natter <fnatter@gmx.net>
9504
9505         * gnus-art.el (gnus-mime-view-part-externally): Rename from
9506         gnus-mime-externalize-view.
9507         (gnus-mime-view-part-internally): Rename from
9508         gnus-mime-internalize-view.
9509         (gnus-article-view-part-externally): Rename from
9510         gnus-article-externalize-part.
9511         (gnus-mime-action-alist): Change correspondingly.
9512         (gnus-mime-button-commands): Ditto.
9513         (gnus-mime-action-alist): Remove duplication.
9514
9515         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
9516
9517 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9518
9519         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
9520
9521         * gnus-art.el (gnus-display-mime): Use it.
9522
9523         * mm-partial.el (mm-partial-find-parts): Use it.
9524
9525         * gnus-sum.el (gnus-article-loose-mime): Rename from
9526         gnus-article-no-strict-mime.
9527         (gnus-summary-save-parts): Use it.
9528
9529 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9530
9531         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
9532         local variable.
9533
9534         * gnus-art.el (article-display-x-face): Don't sort multiple
9535         X-Faces.
9536
9537 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
9540         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
9541
9542         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
9543
9544 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9545
9546         Some ideas is inspired by code from Hrvoje Niksic
9547         <hniksic@arsdigita.com>
9548
9549         * gnus-art.el (gnus-article-wash-function): Set the default to
9550         nil, so that we use mm-text-html-renderer instead.
9551         (article-wash-html): Use mm-text-html-renderer.
9552
9553         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
9554         (mm-text-html-renderer): New variable.
9555         (mm-inline-text-html-renderer): Set the default to nil, so that we
9556         use mm-text-html-renderer instead.
9557
9558         * mm-view.el (mm-inline-text-html): New function.
9559         (mm-text-html-renderer-alist): New variable.
9560         (mm-inline-text-vcard): New function.
9561         (mm-inline-text): Split.
9562         (mm-links-remove-leading-blank): New function.
9563         (mm-inline-render-with-file): New function.
9564         (mm-inline-render-with-stdin): New function.
9565         (mm-inline-render-with-function): New function.
9566         (mm-text-html-washer-alist): New variable.
9567         (mm-inline-wash-with-file): New function.
9568         (mm-inline-wash-with-stdin): New function.
9569
9570 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9571
9572         * message-utils.el: Fix installation doc.
9573         From: Reiner Steib <4uce.02.r.steib@gmx.net>
9574
9575 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
9576
9577         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
9578         (gnus-post-method): Use it.
9579         (gnus-summary-cancel-article): Find the correct post-method.
9580
9581         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
9582         * message.el (message-send-news): Ditto.
9583         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
9584         <ipmonger@delamancha.org>
9585
9586         * gnus.el (gnus-select-method): Fix doc.
9587         (gnus-server-string): Use 'using nntp'.
9588
9589         * gnus-agent.el (gnus-slave-unplugged): New command.
9590         From: Felix Natter <fnatter@gmx.net>
9591
9592 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9593
9594         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
9595         Call edit-done-function first, then change the window
9596         configuration.
9597         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
9598         (gnus-article-edit-mode): mml-mode.
9599
9600         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
9601         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
9602
9603         * message-utils.el: Adopt the file.
9604
9605         * message-utils.el: New file.
9606         From Holger Schauer <Holger.Schauer@gmx.de>
9607
9608 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
9609
9610         * gnus-sum.el (gnus-summary-move-article): Select-article only
9611         when gnus-move-split-methods is non-nil. And we don't render or
9612         mark the article.
9613
9614         * gnus-fun.el (gnus-shell-command-to-string): New function.
9615         (gnus-shell-command-on-region): New function.
9616         (gnus-random-x-face): Use them.
9617         (gnus-x-face-from-file): Ditto.
9618         (gnus-convert-image-to-gray-x-face): Ditto.
9619         (gnus-convert-gray-x-face-to-xpm): Ditto.
9620         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
9621
9622 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9623
9624         * gnus-art.el (gnus-treat-display-xface): Don't use
9625         `shell-command-to-string' when compiling.
9626         (gnus-treat-display-grey-xface): Ditto.
9627
9628 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
9629
9630         * nnmaildir.el (nnmaildir--article-count): If the group is
9631         completely empty, report minimum article number as 1 instead of 0.
9632
9633 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
9634
9635         * gnus-agent.el (gnus-get-predicate): Use nconc.
9636
9637         * gnus-sum.el (gnus-summary-display-make-predicate): Use
9638         gnus-summary-display-cache as cache.
9639
9640         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
9641         (nndoc-mail-in-mail-type-p): New function.
9642         (nndoc-mail-in-mail-article-begin): New function.
9643
9644 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9645
9646         * mailcap.el (mailcap-mime-data): Use enriched-decode.
9647
9648         * gnus-cite.el (gnus-article-fill-cited-article): Bind
9649         use-hard-newlines to nil.
9650
9651         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
9652         image is not available if window-system is not available.
9653
9654         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
9655
9656 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9657
9658         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
9659         bookmark, because update-mark doesn't handle it correctly.
9660
9661 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
9662
9663         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
9664         directly instead of calling message-send-mail.
9665
9666         * gnus-start.el (gnus-read-descriptions-file): Use
9667         gnus-default-charset.
9668
9669         * mm-util.el (mm-guess-mime-charset): New function.
9670
9671         * gnus.el (gnus-default-charset): Use it.
9672         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
9673         the default.
9674
9675 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9676
9677         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
9678         (article-display-x-face): Use it.  Disable grey xface, if
9679         uncompface is not found.
9680
9681         * message.el (message-mode): Don't enable multibyte on an indirect
9682         buffer.
9683
9684         * nnrss.el (nnrss-content-function): New variable.
9685         (nnrss-request-article): Use it.
9686
9687 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9688
9689         * gnus.el: Add article-unsplit-urls.
9690         * gnus-sum.el: Ditto.
9691         * gnus-art.el (gnus-treat-strip-cr): New variable.
9692         (gnus-treatment-function-alist): Use it.
9693         (article-unsplit-urls): New function.
9694         (gnus-article-make-menu-bar): Use it.
9695         From: Michael Cook <michael.cook@cisco.com>
9696
9697 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9698
9699         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
9700         copy.
9701
9702 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
9703
9704         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
9705         with internal whitespace.
9706         (gnus-parent-id): Ditto.
9707
9708 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
9709
9710         * gnus-art.el (gnus-article-treat-body-boundary): Add
9711         gnus-decoration property.
9712         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
9713
9714         * message.el (message-mode): Set local-abbrev-table.
9715         From Matt Armstrong <matt@lickey.com>.
9716
9717         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
9718         too many spaces.
9719
9720         * rfc2047.el (rfc2047-unfold-region): Ditto.
9721         (rfc2047-decode-region): Don't unfold. Let
9722         gnus-article-treat-unfold-headers do it.
9723
9724         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
9725         From: Jesper Harder <harder@ifa.au.dk>
9726
9727 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9728
9729         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
9730         (gnus-configure-posting-styles): Use it.
9731         (gnus-configure-posting-styles): Remove trailing newspaces.
9732
9733 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9734
9735         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
9736         is non-nil.
9737
9738         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
9739
9740         * gnus.el (gnus-server-to-method): Switch position with
9741         gnus-server-get-method.
9742         (gnus-agent): Add doc.
9743
9744         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
9745         (gnus-summary-save-parts): Use it.
9746
9747         * gnus-art.el (gnus-display-mime): Use it.
9748         * mm-partial.el (mm-partial-find-parts): Use it.
9749
9750         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
9751
9752         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
9753         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
9754
9755         * nnagent.el (nnagent-request-expire-articles): Don't delete
9756         files.
9757
9758 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9759
9760         * message.el (message-gen-unsubscribed-mft): New function.
9761         From Sriram Karra <karra@cs.utah.edu>.
9762
9763         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
9764         open parenthesis.
9765
9766         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
9767         (mm-inline-text-html-render-with-w3): Ditto.
9768         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
9769         Suggested by Dave Love  <d.love@dl.ac.uk>.
9770
9771         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
9772
9773         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
9774         * nntp.el (nntp-send-command): Ditto.
9775         * nntp.el (nntp-send-command-nodelete): Ditto.
9776
9777 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9778
9779         * mm-url.el (mm-url-load-url): New function.
9780         (mm-url-insert-file-contents): Use it.
9781
9782         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
9783
9784         * message.el (message-forward-make-body): Correctly copy
9785         forward-buffer.
9786
9787         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
9788
9789 2002-02-04  Simon Josefsson  <jas@extundo.com>
9790
9791         * gnus-art.el (gnus-article-followup-with-original): Mark with
9792         force, prevent errors when following up from article buffer.
9793         (gnus-article-reply-with-original): Ditto.
9794
9795         * binhex.el (binhex-decoder-switches): Fix doc.  From
9796         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9797
9798 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9799
9800         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
9801         highlight-citation after emphasize.
9802
9803 2002-02-04  Simon Josefsson  <jas@extundo.com>
9804
9805         * nnfolder.el (nnfolder-open-marks):
9806
9807         * nnml.el (nnml-open-marks): Message when done.  From David
9808         Edmondson <dme@sun.com>.
9809
9810 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9811
9812         * imap.el (imap-anonymous-auth): Fix typo.
9813         From: Steinar Bang <sb@dod.no>
9814
9815         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
9816         save-excursion.
9817         (gnus-cache-braid-heads): Ditto.
9818
9819         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
9820         line, because there are extra articles in the overview buffer.
9821
9822         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
9823
9824         * message.el (message-forward-rmail-make-body): Directly use
9825         rmail-msg-restore-non-pruned-header to avoid calling
9826         vertical-motion.
9827
9828 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9829
9830         * gnus-cache.el (gnus-summary-insert-cached-articles):
9831         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
9832
9833         * gnus-group.el (gnus-group-mark-article-read): Nreverse
9834         gnus-newsgroups-unselected.
9835
9836         * gnus-agent.el (gnus-summary-set-agent-mark): Use
9837         gnus-add-to-sorted-list.
9838
9839         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
9840         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
9841         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
9842         (gnus-update-read-articles): UNREAD is sorted.
9843         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
9844         (gnus-newsgroup-marked, gnus-newsgroup-cached)
9845         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
9846         (gnus-newsgroup-dormant): Require sorted.
9847
9848         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
9849         directories.
9850         (gnus-dired-print): New function.
9851
9852         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
9853         ps-despool.
9854
9855 2002-02-02  Simon Josefsson  <jas@extundo.com>
9856
9857         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
9858
9859 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9860
9861         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
9862         t. This makes gnus-agent customizable without putting
9863         gnus-agentize into .gnus.
9864
9865         * gnus.el (gnus-agent): Make it customizable.
9866
9867         * gnus-dired.el: New file.
9868         From Benjamin Rutt <brutt@bloomington.in.us>
9869
9870         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
9871         if no article.
9872         (gnus-cache-possibly-remove-article): Ditto.
9873         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
9874
9875 2002-02-01  Simon Josefsson  <jas@extundo.com>
9876
9877         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
9878
9879 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
9882         (mm-setup-w3m): Don't bind keys listed in the above.
9883
9884 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9885
9886         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
9887         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
9888         is non-nil; bind `w3m-force-redisplay' with nil.
9889
9890         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9891
9892         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
9893
9894 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9895
9896         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
9897         use mail-header-unfold-field.
9898
9899         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
9900         gnus-summary-limit.
9901
9902         * gnus-range.el (gnus-add-to-sorted-list): New function.
9903         * gnus-sum.el (gnus-mark-article-as-read): Use it.
9904         (gnus-mark-article-as-unread): Ditto.
9905         (gnus-summary-mark-article-as-unread): Ditto.
9906         (gnus-build-get-header): Ditto.
9907         (gnus-summary-prepare-threads): Ditto.
9908         (gnus-summary-insert-pseudos): Ditto.
9909         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
9910         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
9911         (gnus-summary-insert-old-articles): Ditto.
9912
9913         * gnus-msg.el (gnus-posting-styles): Add new format of header.
9914         (gnus-configure-posting-styles): Support the new format.
9915
9916         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
9917         edebug-form-spec to (sexp body).
9918         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
9919
9920         * message.el (message-reply-headers): Add doc.
9921
9922 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9923
9924         * gnus-group.el (gnus-group-delete-group): Nix the entry in
9925         gnus-cache-active-hashtb.
9926
9927         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
9928         (gnus-agent-summary-fetch-group): Use it.
9929
9930         * gnus-msg.el (gnus-debug-files): New variable.
9931         (gnus-debug-exclude-variables): New variable.
9932         (gnus-debug): Use them.
9933
9934         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
9935
9936 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9937
9938         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
9939         (message-mode-syntax-table): Move back the previous position.
9940
9941         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
9942
9943         * gnus-agent.el (gnus-agent-retrieve-headers): Use
9944         gnus-sorted-difference.
9945
9946         * nnsoup.el (nnsoup-request-expire-articles): Use
9947         gnus-sorted-difference.
9948
9949         * nnheader.el: Autoload gnus-sorted-difference.
9950
9951         * nnfolder.el (nnfolder-request-expire-articles): Use
9952         gnus-sorted-difference.
9953
9954         * gnus-cache.el (gnus-cache-retrieve-headers): Use
9955         gnus-sorted-difference.
9956
9957         * gnus-range.el: Autoload cookies.
9958         (gnus-sorted-difference): New function.
9959         (gnus-sorted-ndifference): New function.
9960         (gnus-sorted-nintersection): Rename from
9961         gnus-set-sorted-intersection.
9962         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
9963         (gnus-list-range-difference): Rename from
9964         gnus-inverse-list-range-intersection.
9965         (gnus-inverse-list-range-intersection): Use defalias.
9966
9967         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
9968         gnus-sorted-ndifference, and gnus-sorted-nintersection.
9969         (gnus-articles-to-read): Use gnus-sorted-difference.
9970         (gnus-summary-limit-mark-excluded-as-read): Use
9971         gnus-sorted-intersection and gnus-sorted-ndifference.
9972         (gnus-list-of-read-articles): Use gnus-list-range-difference.
9973         (gnus-summary-insert-articles): Use gnus-sorted-difference.
9974
9975         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
9976
9977 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9978
9979         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
9980         property to the buffer for using emacs-w3m command keys.
9981
9982         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
9983         option.
9984
9985         * mm-view.el (mm-w3m-mode-map): New variable.
9986         (mm-w3m-mode-command-alist): New variable.
9987         (mm-w3m-minor-mode): Removed.
9988         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
9989         (mm-inline-text-html-render-with-w3m): Add keymap property to the
9990         buffer for using emacs-w3m command keys.
9991
9992 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9993
9994         * message.el (message-mode-syntax-table): Move forward.
9995         (message-cite-prefix-regexp): Auto detect non word constituents.
9996         (message-cite-prefix-regexp): Don't use with-syntax-table.
9997
9998         * gnus-sum.el (gnus-summary-update-info): Use
9999         gnus-list-range-intersection.
10000
10001         * gnus-agent.el (gnus-agent-fetch-headers): Use
10002         gnus-list-range-intersection.
10003
10004         * gnus-range.el (gnus-range-normalize): Use correct predicate.
10005         (gnus-list-range-intersection): Use it.
10006         (gnus-inverse-list-range-intersection): Ditto.
10007         (gnus-sorted-intersection): Add doc.
10008         (gnus-set-sorted-intersection): Add doc.
10009         (gnus-sorted-union): New function.
10010         (gnus-set-sorted-union): New function.
10011
10012         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
10013         (gnus-inverse-list-range-intersection): Ditto.
10014
10015 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
10016
10017         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
10018
10019         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
10020         and permit `:' and `\' in order to handle full Windows pathnames.
10021         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
10022         technically not correct per standard, but seems to have common use.
10023
10024 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10025
10026         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
10027         replacing numbers.
10028
10029 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
10030
10031         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
10032
10033         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
10034         Don't split when the window is small, e.g. when a small *BBDB*
10035         window is the lowest one.
10036
10037         * gnus-agent.el (gnus-agent-retrieve-headers): Use
10038         nnheader-find-nov-line to speed up. Use nreverse, because it is
10039         sorted. Use nnheader-insert-nov-file.
10040
10041 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10042
10043         * mm-decode.el (mm-inline-text-html-with-images): New user option.
10044
10045         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
10046         of `w3m-display-inline-images' with the value of
10047         `mm-inline-text-html-with-images'.
10048         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
10049
10050         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10051
10052 2002-01-27  Richard M. Stallman  <rms@gnu.org>
10053
10054         * time-date.el: Add autoload cookies.  Many doc fixes.
10055         (time-add): New function.
10056         (time-subtract): Renamed from subtract-time.
10057         (subtract-time): New alias for time-subtract.
10058
10059 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10060
10061         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
10062         emacs-w3m in doc-string.
10063
10064         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
10065         `w3m-current-buffer'.
10066
10067 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10068
10069         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
10070
10071         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
10072         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
10073         (mm-w3m-cid-retrieve): New function.
10074         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
10075
10076 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
10077
10078         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
10079
10080 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10081
10082         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
10083
10084 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10085
10086         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
10087         32K.
10088
10089         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
10090
10091         * nnmail.el (nnmail-article-group): Decode headers before running
10092         split rules over them.
10093         (nnmail-mail-splitting-charset): New variable.
10094
10095         * smiley.el: Replaced with smiley-ems.el.
10096
10097 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
10098
10099         * mm-url.el (mm-url-predefined-programs): Add w3m.
10100         (mm-url-program): Ditto.
10101
10102 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10103
10104         * nnml.el (nnml-use-compressed-files): New variable.
10105         (nnml-filenames-are-evil): Removed.
10106         (nnml-current-group-article-to-file-alist): Don't use.
10107         (nnml-update-file-alist): Inhibit.
10108         (nnml-article-to-file): Use new var.
10109
10110 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
10111
10112         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
10113
10114         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
10115
10116 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10117
10118         * gnus-agent.el (gnus-agent-load-alist): Use new caching
10119         function.
10120
10121         * gnus-util.el (gnus-cache-file-contents): New function.
10122
10123         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
10124         (gnus-agent-load-alist): Use it.
10125
10126         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
10127
10128         * nnheader.el (nnheader-insert-nov-file): New function.
10129
10130         * gnus-util.el (gnus-parse-without-error): Correct the loop.
10131
10132         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
10133         there are no references.
10134         (gnus-extract-message-id-from-in-reply-to): New function.
10135         (gnus-nov-parse-line): Use in-reply-to if there are no
10136         references.
10137
10138 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10139
10140         * nnagent.el (nnagent-retrieve-headers): Use new macro.
10141
10142         * gnus-util.el (gnus-parse-without-error): New macro.
10143
10144 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
10145
10146         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
10147         (gnus-article-wash-function): use locate-library to decide which
10148         to use.
10149
10150 2002-01-25  Simon Josefsson  <jas@extundo.com>
10151
10152         * pop3.el (pop3-munge-message-separator): Work if no date.
10153         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
10154
10155 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10156
10157         * gnus-agent.el (gnus-agent-save-alist): Fix.
10158
10159         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
10160         mistake.  Reinstated lost code.
10161
10162 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
10163
10164         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
10165         one exists in the case of an encrypted message with an internal
10166         signature.
10167
10168 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10169
10170         * gnus-agent.el (gnus-agent-save-alist): Optimized.
10171
10172 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10173
10174         * dgnushack.el: Commented out the experimental code.
10175
10176 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10177
10178         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
10179         error.
10180
10181         * gnus.el (gnus-server-to-method): Made into subst.
10182         (gnus-server-method-cache): New variable.
10183         (gnus-server-to-method): Use it.
10184         (gnus-group-method-cache): New variable.
10185         (gnus-find-method-for-group-1): Renamed.
10186         (gnus-find-method-for-group): New function.
10187         (gnus-group-method-cache): Removed.
10188
10189         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
10190         function.
10191
10192         * gnus-range.el (gnus-members-of-range): New function.
10193         (gnus-list-range-intersection): Renamed.
10194         (gnus-inverse-list-range-intersection): New function.
10195
10196         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
10197
10198         * nnagent.el (nnagent-retrieve-headers): New implementation.
10199
10200         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
10201         implementation.
10202
10203 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10204
10205         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
10206         `w3m-meta-content-type-charset-regexp'.
10207
10208         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
10209         charset-encoded html contents.
10210
10211 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
10212
10213         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
10214         an empty file.
10215
10216         * nnweb.el (url): Ignore errors when request url.
10217
10218         * nnrss.el: Clean up the comments.
10219
10220 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10221
10222         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
10223
10224         * mm-decode.el (mm-inline-text-html-renderer): New user option.
10225         (mm-inline-media-tests): Test whether the value of
10226         `mm-inline-text-html-renderer' is a function for text/html.
10227
10228         * mm-view.el (mm-inline-text-html-render-with-w3): New function
10229         separated from `mm-inline-text'.
10230         (mm-w3m-minor-mode): New variable.
10231         (mm-w3m-setup): New variable.
10232         (mm-setup-w3m): New function.
10233         (mm-inline-text-html-render-with-w3m): New function.
10234         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
10235         text/html.
10236
10237 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
10238
10239         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
10240
10241 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10242
10243         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
10244         and `gnus-xmas-completing-read'.
10245
10246 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10247
10248         * nneething.el (nneething-message-id-number): Abolished.
10249         (nneething-encode-file-name): Not encode numerical characters.
10250         (nneething-make-head): `nneething-message-id-number' is not
10251         used to generate message IDs.
10252
10253 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10254
10255         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
10256         characters.
10257
10258 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10259
10260         * gnus-xmas.el (gnus-xmas-completing-read): New function.
10261         (gnus-xmas-redefine): Redefine conditionally.
10262
10263 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
10264
10265         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
10266         tag.
10267
10268 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
10269
10270         * message.el (message-font-lock-keywords): Added the secure tag.
10271         * mml-sec.el: Added functions to generate/modify/remove the secure
10272         tag while in message mode.
10273         * mml-sec.el (mml-secure-message): New.
10274         * mml-sec.el (mml-unsecure-message): New.
10275         * mml-sec.el (mml-secure-message-sign-smime): New.
10276         * mml-sec.el (mml-secure-message-sign-pgp): New.
10277         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
10278         * mml-sec.el (mml-secure-message-encrypt-smime): New.
10279         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
10280         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
10281         * mml.el (mml-parse-1): Added code to recognise the secure tag and
10282         convert it to either a part or multipart depending on if there are
10283         other parts in the message.
10284         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
10285         to use the secure tag, rather than the part tag.
10286         * mml.el (mml-preview): Added a save-excursion to keep cursor
10287         position after doing an MML preview.
10288
10289 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10290
10291         * nnheader.el (nnheader-parse-overview-file): New function.
10292         (nnheader-write-overview-file): New function.
10293
10294 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10295
10296         * gnus.el (gnus-group-fast-parameter): Check better if expansion
10297         in wanted.
10298
10299         * nnweb.el (nnweb-type-definition): Clean up.
10300
10301 2002-01-21  Alastair Burt  <burt@dfki.de>
10302         Trivial patch.
10303
10304         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
10305         buffer exists before jumping to it.
10306
10307 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10308
10309         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
10310         function.
10311         (article-wash-html): Use it.
10312         (gnus-article-wash-function): New variable.
10313         (gnus-article-wash-html-with-w3m): New function.
10314
10315 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
10316
10317         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
10318         XEmacs.
10319
10320 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
10321
10322         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
10323         command line.
10324
10325 2002-01-21  Simon Josefsson  <jas@extundo.com>
10326
10327         * canlock.el (base64-encode-string): Autoload it from base64.
10328         (canlock-make-cancel-key): Base64 encode unibyte string.
10329
10330 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10331
10332         * nnfolder.el (nnfolder-request-accept-article): Unfold
10333         x-from-line.
10334         (nnfolder-request-replace-article): Ditto.
10335
10336 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
10337
10338         * gnus-group.el (gnus-group-best-unread-group): Use the right
10339         positioning function.
10340
10341 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10342
10343         * smiley-ems.el (smiley-region): Use new function.
10344         (smiley-update-cache): Use general image functions.
10345         (smiley-region): Use general functions.
10346
10347         * gnus-util.el (gnus-graphic-display-p): New function.
10348
10349         * nnmail.el (nnmail-article-group): Allow outputting traces of
10350         non-strings.
10351
10352         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
10353         (nndoc-exim-bounce-type-p): New function.
10354
10355         * message.el (message-dont-send): Doc fix.
10356
10357         * gnus-util.el (gnus-completing-read): Remove
10358         inherit-input-method.
10359
10360         * gnus-art.el (gnus-treat-smiley): Doc fix.
10361
10362         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
10363         articles.
10364
10365 2002-01-19  Simon Josefsson  <jas@extundo.com>
10366
10367         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
10368         (imap-kerberos4-open): Ditto.
10369         (imap-open): Set port correctly, don't set auth.
10370
10371 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10372
10373         * gnus.el (gnus-version-number): Bump version number.
10374
10375 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10376
10377         * gnus.el: Oort Gnus v0.05 is released.
10378
10379 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10380
10381         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
10382         exists.
10383
10384         * gnus-spec.el (gnus-string-width-function): New function.
10385         (gnus-tilde-cut-form): Use it.
10386         (gnus-tilde-max-form): Ditto.
10387         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
10388         (gnus-substring-function): Use it.
10389         (gnus-tilde-cut-form): Ditto.
10390         (gnus-substring-function): New function.
10391
10392         * message.el (message-check-news-header-syntax): New message.
10393
10394         * gnus.el (gnus-slave-no-server): Doc fix.
10395
10396         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
10397
10398 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10399
10400         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
10401         `seen' if it looks like (seen NUM1 . NUM2).  It should be
10402         (seen (NUM1 . NUM2)).
10403
10404 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10405
10406         * gnus-topic.el (gnus-topic-catchup-articles): Update article
10407         number in closed topics.
10408
10409 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
10410
10411         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
10412         functions.
10413
10414 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10415
10416         * gnus.el (gnus-group-find-parameter): Clean up.
10417
10418         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
10419         articles.
10420
10421         * gnus-util.el (gnus-completing-read-with-default): Renamed.
10422
10423         * nnmail.el (nnmail-article-group): Clean up.
10424
10425 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
10426
10427         * gnus-agent.el (gnus-category-name): Intern the category name.
10428
10429 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10430
10431         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
10432
10433         * gnus-util.el (gnus-completing-read): New function.
10434
10435 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
10436
10437         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
10438
10439         * smiley-ems.el (smiley-region): Register smiley.
10440         (smiley-toggle-buffer): Rewrite the function.
10441         (smiley-active): Removed.
10442
10443 2002-01-19  Simon Josefsson  <jas@extundo.com>
10444
10445         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
10446         Jesper Harder <harder@ifa.au.dk>.
10447
10448 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10449
10450         * gnus-art.el (gnus-request-article-this-buffer): Call
10451         `nneething-get-file-name' to extract the file name from the
10452         message id.
10453
10454         * nneething.el (nneething-encode-file-name): New function.
10455         (nneething-decode-file-name): Ditto.
10456         (nneething-get-file-name): Ditto.
10457         (nneething-make-head): Encode the file name and encapsulate it
10458         into the field of the message id.
10459
10460 2002-01-18  Simon Josefsson  <jas@extundo.com>
10461
10462         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
10463         stored in .marks.
10464
10465         * nnfolder.el (nnfolder-request-update-info): Ditto.
10466
10467 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
10468
10469         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
10470
10471 2002-01-18  Simon Josefsson  <jas@extundo.com>
10472
10473         * imap.el (imap-starttls-p): Don't check for binary.
10474         (imap-gssapi-auth-p): Ditto.
10475         (imap-kerberos4-auth-p): Ditto.
10476         (imap-open): Change logic.  Iterate through all possible streams,
10477         instead of bailing out after first failure.  Move authenticator
10478         decision to `imap-authenticate'.
10479         (imap-authenticate): Change logic, now finds the authenticator to
10480         use, was previously in `imap-open'.
10481         (imap-open): Return nil on failure.
10482         (imap-open): Setup temp buffer correctly.
10483         (imap-open): Return buffer only on success.
10484         (imap-interactive-login, imap-interactive-login): Tell the user
10485         which stream/authenticator is used for the queried
10486         username/password.
10487         (imap-open, imap-authenticate): Set variables.
10488         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
10489         (imap-open): Don't assume how `with-temp-buffer' is implemented.
10490
10491 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10492
10493         * gnus-fun.el (gnus-grab-cam-x-face): New function.
10494
10495 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10496
10497         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
10498
10499 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
10500
10501         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
10502         (gnus-agent-group-mode-map): Bind it to "Jo".
10503         (gnus-agent-group-make-menu-bar): Add it into menu bar.
10504
10505 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
10506
10507         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
10508         (gnus-summary-mail-toolbar): Add mail article deletion button.
10509
10510         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
10511         false positives for lines of "^^^^".
10512
10513         * gnus-picon.el (gnus-picon-find-face): faces database is all
10514         lowercase.
10515
10516 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
10517
10518         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
10519         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
10520         duplications.
10521         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
10522
10523 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10524
10525         * gnus-sum.el (gnus-summary-initial-limit): Inline
10526         gnus-summary-limit-children.
10527         (gnus-summary-initial-limit): Don't limit if
10528         gnus-newsgroup-display is nil.
10529         (gnus-summary-initial-limit): No, don't.
10530
10531         * gnus-util.el
10532         (gnus-put-text-property-excluding-characters-with-faces): Inline
10533         gnus-put-text-property.
10534
10535         * gnus-spec.el (gnus-default-format-specs): New variable.
10536
10537         * gnus-start.el (gnus-read-newsrc-file): Don't clear
10538         gnus-format-specs.
10539         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
10540
10541         * gnus-spec.el (gnus-update-format-specifications): Really check
10542         the Gnus version of the .newsrc.eld file.
10543         (gnus-format-specs): Save the new default summary format.
10544
10545         * gnus-util.el (gnus-parent-id): Check whether references is empty
10546         before splitting.
10547
10548         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
10549         functions.
10550         (gnus-gather-threads-by-references): Inline
10551         `gnus-split-references'.
10552
10553         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
10554         default value of gnus-summary-line-format-spec.
10555
10556 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10557
10558         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
10559         message.
10560         (nnslashdot-request-list): Ditto.
10561         (nnslashdot-sid-strip): Removed.
10562
10563 2002-01-15  Simon Josefsson  <jas@extundo.com>
10564
10565         * nnimap.el (nnimap-close-asynchronous): Enable.
10566         (nnimap-close-group): Expunge.
10567
10568 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10569
10570         * gnus-util.el (gnus-user-date-format-alist): Typo.
10571         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
10572
10573 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10574
10575         * nneething.el (nneething-request-article): Set
10576         `nnmail-file-coding-system' to `binary' locally, in order to read
10577         files without any conversion.
10578
10579 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10580
10581         * gnus-agent.el (gnus-agent-retrieve-headers): Use
10582         nnheader-file-coding-system and nnmail-active-file-coding-system.
10583         (gnus-agent-regenerate-group): Ditto.
10584         (gnus-agent-regenerate): Ditto.
10585         (gnus-agent-write-active): Ditto.
10586         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
10587
10588 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
10589
10590         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
10591         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
10592
10593 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
10594
10595         * gnus.el: We don't need gnus-article-show-all-headers.
10596
10597         * gnus-art.el (article-show-all, gnus-article-show-all-header):
10598         Ditto.
10599
10600         * gnus-sum.el (gnus-summary-select-article): Don't call
10601         show-all-headers, because hidden headers are not hidden text any
10602         more.
10603
10604 2002-01-13  Simon Josefsson  <jas@extundo.com>
10605
10606         * message.el (message-newline-and-reformat): Use `newline' instead
10607         of inserting \n, so that the newline is marked as hard.
10608
10609         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
10610         From Jesper Harder <harder@ifa.au.dk>.
10611
10612 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
10613
10614         * imap.el (imap-close): Keep going if quit.
10615
10616         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
10617         nntp-server-buffer.
10618
10619 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10620
10621         * mm-view.el (mm-display-inline-fontify): Require font-lock to
10622         avoid unbinding shadowed variables.
10623
10624         * gnus-art.el (gnus-picon-databases): Moved here.
10625         (gnus-picons-installed-p): Moved here.
10626         (gnus-article-reply-with-original): Use `mark'.
10627
10628         * gnus.el (gnus-picon): Moved here and renamed.
10629
10630         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
10631         installed.
10632         (gnus-treat-mail-picon): Ditto.
10633         (gnus-treat-newsgroups-picon): Ditto.
10634
10635         * gnus-picon.el (gnus-picons-installed-p): New function.
10636
10637 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
10638
10639         * gnus-agent.el (gnus-agent-go-online): Fix doc.
10640
10641 2002-01-12  Simon Josefsson  <jas@extundo.com>
10642
10643         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
10644         (nnimap-before-find-minmax-bugworkaround): Use it.
10645         (nnimap-find-minmax-uid): Don't reselect current mailbox.
10646         (nnimap-dont-close): New variable.
10647         (nnimap-close-group): Use it.
10648
10649 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10650
10651         * gnus-art.el (gnus-article-reply-with-original): Use
10652         `mark-active'.
10653
10654         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
10655
10656         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
10657         (gnus-score-advanced): Clean up.
10658         (gnus-score-advanced): Accept a multiple of the score.
10659
10660 2002-01-12  Simon Josefsson  <jas@extundo.com>
10661
10662         * flow-fill.el (fill-flowed-display-column)
10663         (fill-flowed-encode-columnq): New variables.  Suggested by
10664         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
10665         (fill-flowed-encode, fill-flowed): Use them.
10666
10667         * message.el (message-send-news, message-send-mail): Use
10668         m-b-s-n-p-e-h-n.
10669
10670         * mml.el (autoload): Autoload fill-flowed-encode.
10671         (mml-buffer-substring-no-properties-except-hard-newlines): New
10672         function.
10673         (mml-read-part): Use it.
10674         (mml-generate-mime-1): Encode format=flowed if appropriate.
10675         (mml-insert-mime-headers): Insert format=flowed.
10676
10677         * flow-fill.el (fill-flowed-encode): New function.
10678         (fill-flowed): Bind fill-column to window width.
10679
10680 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10681
10682         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
10683         it exists.
10684         (gnus-summary-setup-buffer): Wake up dead summary buffers.
10685         (gnus-summary-buffer-name): Don't return the dead name after all.
10686         (gnus-summary-setup-buffer): Kill the dead buffer.
10687
10688         * gnus-art.el (gnus-article-followup-with-original): Store the
10689         value of the mark before deactivating it.
10690
10691 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10692
10693         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
10694         From: Karl Kleinpaste <karl@charcoal.com>
10695
10696         * gnus-art.el (article-display-x-face): Ditto.
10697         (gnus-article-reply-with-original): Use gnus-region-active-p.
10698         (gnus-article-followup-with-original): Ditto.
10699
10700         * gnus-sum.el (gnus-summary-read-group-1): Don't select
10701         downloadable article either.
10702
10703 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10704
10705         * gnus-art.el (article-display-x-face): Insert From:.
10706
10707         * gnus-sum.el (gnus-summary-move-article): Don't draw the
10708         article. Bind gnus-display-mime-function and
10709         gnus-article-prepare-hook.
10710
10711         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
10712         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
10713         gnus-agent-possibly-synchronize-flags to the last.
10714         (gnus-agent-go-online): New function. New variable.
10715
10716 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10717
10718         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
10719         (gnus-agent-regenerate): Ditto.
10720
10721 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10722
10723         * message.el (message-ignored-news-headers)
10724         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
10725         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
10726
10727         * gnus.el (gnus-gethash-safe): New macro.
10728
10729         * gnus-agent.el (gnus-agent-regenerate-history): New function.
10730         (gnus-agent-regenerate): Show messages.
10731
10732 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10733
10734         * gnus-agent.el (gnus-agent-regenerate-group): New function.
10735         (gnus-agent-regenerate): New function.
10736         (gnus-agent-save-alist): Sort.
10737         (gnus-agent-copy-nov-line): Test eobp.
10738         (gnus-agent-retrieve-headers): Erase buffer.
10739
10740 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
10741
10742         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
10743         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
10744
10745         * gnus.el (gnus-agent-covered-methods): Move here.
10746         (gnus-online): New function.
10747         (gnus-agent-method-p): Move here.
10748
10749         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
10750         nil. Remove articles-alist.
10751
10752         * gnus-start.el (gnus-get-unread-articles): Check online.
10753         (gnus-groups-to-gnus-format): Ditto.
10754         (gnus-active-to-gnus-format): Ditto.
10755
10756         * gnus-agent.el (gnus-agent-get-function): Use it.
10757         (gnus-agent-get-undownloaded-list): Ditto.
10758         (gnus-agent-fetch-session): Only fetch online methods.
10759
10760         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
10761         (gnus-server-mode-map): Ditto.
10762         (gnus-server-offline-face): New face.
10763         (gnus-server-offline-face): New variable.
10764         (gnus-server-font-lock-keywords): Add offline.
10765         (gnus-server-insert-server-line): Ditto.
10766         (gnus-server-offline-server): New function.
10767
10768         * gnus-int.el (gnus-open-server): Turn to offline.
10769         (gnus-server-unopen-status): New variable.
10770
10771 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
10772
10773         * nnkiboze.el (nnkiboze-request-article): Use
10774         gnus-agent-request-article.
10775
10776         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
10777         function. Insert undownloaded NOV.
10778
10779         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
10780         (gnus-agent-request-article): New function.
10781
10782         * gnus.el (gnus-agent-cache): New variable.
10783
10784         * gnus-int.el (gnus-retrieve-headers): Use
10785         gnus-agent-retrieve-headers.
10786         (gnus-request-head): Use gnus-agent-request-article.
10787         (gnus-request-body): Ditto.
10788
10789         * gnus-art.el (gnus-request-article-this-buffer): Use
10790         gnus-agent-request-article.
10791
10792         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
10793         article if it is undownloaded.
10794
10795 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10796
10797         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
10798
10799 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10800
10801         * canlock.el (canlock-string-as-unibyte): New macro.
10802         (canlock-sha1-with-openssl): Return a unibyte string.
10803         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
10804
10805 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10806
10807         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
10808
10809 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10810
10811         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
10812         application/x-emacs-lisp.
10813
10814         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
10815
10816         * nntp.el (nntp-request-article): Add group parameter.
10817         (nntp-request-head): Ditto.
10818         (nntp-find-group-and-number): Add parameter group. Figure out
10819         number if the status line doesn't give (e.g. quimby.gnus.org).
10820
10821 2002-01-08  Simon Josefsson  <jas@extundo.com>
10822
10823         * mml.el (mml-generate-mime-1): Set recipient correctly.
10824
10825 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10826
10827         * message.el (message-read-from-minibuffer): Add parameter
10828         initial-contents.
10829         * gnus-msg.el (gnus-summary-resend-message): Use it.
10830
10831         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
10832         behavior of quit-config.
10833
10834         * message.el (message-make-from): Don't quote fullname.
10835         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
10836
10837         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
10838         From: <andre@slamdunknetworks.com>
10839
10840 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
10841
10842         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
10843
10844         * gnus-art.el (gnus-header-button-alist): Handle mailto.
10845
10846         * mml.el (mml-preview): Bind gnus-original-article-buffer because
10847         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
10848         because bbdb may use it.
10849
10850 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10851
10852         * nneething.el (nneething-request-article): When a non-text file
10853         is converted to an article, its data is encoded in base64.  Call
10854         `nneething-make-head' with options to specify MIME types.
10855         (nneething-make-head): Add optional arguments to specify MIME
10856         types.
10857
10858 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10859
10860         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
10861         header if there is not.
10862
10863         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
10864
10865         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
10866         (gnus-inews-mark-gcc-as-read): Obsolete variable.
10867         (gnus-inews-do-gcc): Use them.
10868
10869         * gnus-group.el (gnus-group-mark-article-read): Put holes into
10870         gnus-newsgroup-unselected.
10871
10872 2002-01-06  Simon Josefsson  <jas@extundo.com>
10873
10874         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
10875         condition-case, not ignore-errors.
10876
10877 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10878
10879         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
10880         gnus-fetch-old-headers.
10881
10882         * gnus-art.el (article-display-x-face): Use the current buffer
10883         unless `W f'. Otherwise, X-Face may be shown in the header of a
10884         forwarded part.
10885         (gnus-treatment-function-alist): Treat xface before hiding
10886         headers.
10887
10888 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10889
10890         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
10891         parameters.
10892
10893 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10894
10895         * mm-util.el (mm-multibyte-p): Define conditionally when load.
10896         (mm-guess-charset): New function.
10897         (mm-charset-after): Use it.
10898         (mm-detect-coding-region): New function.
10899         (mm-detect-mime-charset-region): New function.
10900
10901         * gnus-sum.el (gnus-summary-show-article): Use
10902         mm-detect-coding-region.
10903
10904 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10905
10906         * message.el (message-make-fqdn): Be less violent.
10907
10908         * gnus.el (gnus-logo-color-style): Compute custom form
10909         automatically.
10910
10911         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
10912         score file of the parent to the document group.
10913
10914         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
10915         parameters parameter.
10916
10917         * gnus-score.el (gnus-score-load-file): Clean up.
10918
10919 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10920
10921         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
10922         From: Damien Wyart <damien.wyart@free.fr>
10923
10924         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
10925
10926 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10927
10928         * gnus-sum.el (gnus-select-group-hook): Typo.
10929
10930         * rfc2047.el (rfc2047-decode-string): Return immediately if there
10931         is no quoted-printable-encoded STRING.
10932         From: Jesper Harder <harder@ifa.au.dk>
10933
10934         (rfc2047-decode-string): Decode it.
10935
10936 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10937
10938         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
10939
10940 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
10941         Trivial patch.
10942
10943         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
10944         buffer to get rid of junk line.
10945
10946 2002-01-05  Simon Josefsson  <jas@extundo.com>
10947
10948         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
10949         C-o.
10950         (message-mode-map): Bind message-insert-or-toggle-importance to
10951         C-c C-u.
10952         (message-mode-map): Bind message-disposition-notification-to to
10953         C-c M-n.
10954         (message-mode-menu): Add m-d-n-t.
10955         (message-mode-field-menu): Add m-goto-from.
10956         (message-mode): Doc fix.
10957         (message-goto-from): New function.
10958         (message-insert-disposition-notification-to): New function.
10959         (message-tool-bar-map): Add receipt button.
10960
10961 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10962
10963         * gnus-sum.el (gnus-thread-latest-date): New function.
10964         (gnus-thread-sort-by-most-recent-number): Renamed.
10965         (gnus-thread-sort-functions): Doc fix.
10966         (gnus-select-group-hook): Don't use setq on a hook.
10967         (gnus-thread-latest-date): Use date, not number
10968
10969         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
10970         (gnus-agent-expire): Allow regexp of expire-days.
10971
10972         * gnus-art.el (gnus-article-reply-with-original): Deactivate
10973         region.
10974         (gnus-article-followup-with-original): Ditto.
10975
10976         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
10977
10978         * gnus-art.el (gnus-mime-display-alternative): Use
10979         gnus-local-map-property.
10980         (gnus-mime-display-alternative): Ditto.
10981         (gnus-insert-mime-security-button): Ditto.
10982         (gnus-insert-next-page-button): Ditto.
10983         (gnus-button-prev-page): Take optional args.
10984         (gnus-insert-prev-page-button): widget-convert.
10985
10986         * gnus-util.el (gnus-local-map-property): New function.
10987
10988         * gnus-art.el (gnus-prev-page-map): Use parent map.
10989         (gnus-next-page-map): Ditto.
10990
10991         * gnus-spec.el (gnus-parse-format): Clean up.
10992         (gnus-parse-format): Do complex formatting for %=.
10993
10994         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
10995         "X-Face: " to the data in the built-in scenario.
10996
10997         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
10998         (gnus-correct-pad-form): Renamed.
10999         (gnus-tilde-max-form): Clean up.
11000         (gnus-pad-form): Use gnus-use-correct-string-widths.
11001
11002         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
11003         support if that is available.
11004
11005         * gnus-sum.el (gnus-thread-highest-number): New function.
11006         (gnus-thread-sort-by-most-recent-thread): New function.
11007         (gnus-thread-sort-functions): Doc fix.
11008
11009 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11010
11011         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
11012         all cases.
11013         (gnus-summary-mode): Enable it in all cases.
11014         (gnus-summary-display-article): Ditto.
11015         (gnus-summary-edit-article): Ditto.
11016
11017         * gnus-ems.el (gnus-put-image): Really return glyph.
11018
11019         * gnus-art.el (gnus-article-x-face-command): Fix :type.
11020         (gnus-treat-smiley): Don't take "P" in the interactive form.
11021
11022 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11023
11024         * compface.el (uncompface): XEmacs and Emacs have differing
11025         capabilities.
11026
11027         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
11028
11029         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
11030         (gnus-article-xface-ring-size): Removed.
11031         (gnus-article-display-xface): Removed.
11032         (gnus-remove-image): Cleaned up.
11033
11034         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
11035         (gnus-xmas-create-image): Take pbm files.
11036         (gnus-x-face): Removed.
11037         (gnus-xmas-article-display-xface): Removed.
11038
11039         * gnus-fun.el (gnus-display-x-face-in-from): Bind
11040         default-enable-multibyte-characters.
11041
11042         * compface.el (uncompface): Doc fix.
11043
11044         * gnus-art.el (gnus-article-x-face-command): Use
11045         gnus-display-x-face-in-from.
11046
11047         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
11048
11049         * gnus-ems.el (gnus-put-image): Return the image.
11050
11051         * gnus-fun.el (gnus-display-x-face-in-from): New function.
11052         (gnus-x-face): Moved here.
11053
11054 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11055
11056         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
11057         invisible if string is nil.
11058         (gnus-xmas-article-display-xface): Use it.
11059
11060         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
11061         property when string is nil.
11062         (gnus-article-display-xface): Use it.
11063
11064 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11065
11066         * gnus-art.el (article-display-x-face): Check whether valid grey
11067         face was returned.
11068         (article-display-x-face): Place image in the right spot.
11069
11070         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
11071         stderr.
11072         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
11073
11074 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11075
11076         * gnus-xmas.el (gnus-xmas-create-image): Take optional
11077         parameters.
11078         (gnus-xmas-put-image): Allow non-strings to be passed.
11079
11080         * gnus-art.el (article-display-x-face): Use optional parameters.
11081
11082         * gnus-ems.el (gnus-create-image): Take optional parameters.
11083
11084         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
11085
11086         * compface.el (compface-xbm-p): Removed.
11087
11088         * gnus-ems.el (gnus-article-compface-xbm): Removed.
11089         (gnus-article-display-xface): Use compface.
11090
11091         * compface.el: New file.
11092
11093         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
11094         (gnus-convert-image-to-x-face-command): Ditto.
11095         (gnus-random-x-face): Quote argument.
11096         (gnus-x-face-from-file): Ditto.
11097
11098 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
11099
11100         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
11101         the expire-group parameter once per article rather than once
11102         per group; bind `nnmaildir-article-file-name' and `article'
11103         for convenience.  Leave article alone when expire-group
11104         specifies the current group.
11105         (nnmaildir--update-nov): be more concurrency-friendly with
11106         temp file names.
11107
11108 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11109
11110         * gnus-start.el (gnus-read-init-file): Cleaned up.
11111
11112 2002-01-03  Dave Love  <d.love@dl.ac.uk>
11113
11114         * gnus-start.el (gnus-startup-file-coding-system): Removed.
11115         (gnus-read-init-file): Don't use it.
11116
11117 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11118
11119         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
11120
11121 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11122
11123         * gnus-start.el (gnus-read-init-file): Don't force coding system
11124         for ~/.gnus.  From Dave Love <fx@gnu.org>.
11125
11126 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11127
11128         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
11129         * nnspool.el (nnspool-request-post): Ditto.
11130
11131         * mm-util.el (mm-use-find-coding-systems-region): New variable.
11132         (mm-find-mime-charset-region): Use it.
11133
11134 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
11135
11136         * gnus.el (gnus-summary-line-format): Added :link.
11137         * gnus-topic.el (gnus-topic-line-format): Ditto.
11138         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
11139         * gnus-srvr.el (gnus-server-line-format): Ditto.
11140         * gnus-group.el (gnus-group-line-format): Ditto.
11141
11142         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
11143         :keys, it works on both Emacsen.
11144
11145 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11146
11147         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
11148
11149 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11150
11151         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
11152
11153 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
11154
11155         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
11156         very wide reply.
11157
11158 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11159
11160         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
11161         (gnus-picon-cache): New variable.
11162         (gnus-picon-transform-newsgroups): Cache stuff.
11163
11164         * gnus-art.el (gnus-article-reply-with-original): New command.
11165         (gnus-article-followup-with-original): New command.
11166
11167         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
11168         END parameters.
11169         (gnus-summary-followup): Take a list of list of articles.
11170         (gnus-inews-yank-articles): Allow lists of article/regions.
11171
11172         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
11173         longer the usual commands.
11174
11175         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
11176         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
11177         shell-command-on-region.
11178
11179 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11180
11181         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
11182           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
11183
11184 2002-01-03  Steve Youngs  <youngs@xemacs.org>
11185
11186         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
11187         understand ':keys', wrap it in an featurep 'xemacs.
11188
11189 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11190
11191         * gnus-ems.el (gnus-article-display-xface): Show xface in the
11192         order of headers (Actually, it is called in a reversed order). Add
11193         'gnus-image-text-deletable property.
11194         (gnus-remove-image): Remove text with such a property.
11195
11196         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
11197         gnus-put-image.
11198
11199         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
11200         with ", "
11201
11202 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11203
11204         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
11205
11206         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
11207         (article-display-x-face): Display grey X-Faces.
11208
11209         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
11210         (gnus-convert-gray-x-face-to-ppm): Ditto.
11211         (gnus-convert-image-to-gray-x-face): Ditto.
11212
11213         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
11214         gnus-summary-show-raw-article.
11215
11216 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11217
11218         Display picons in XEmacs without showing text.
11219
11220         * gnus-xmas.el (gnus-xmas-create-image): Don't use
11221         mm-create-image-xemacs to create xbm glyph, because it deletes
11222         temporary files.
11223         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
11224         (gnus-xmas-remove-image): Make text visible, remove glyph.
11225
11226         * gnus-picon.el (gnus-picon-transform-newsgroups)
11227         (gnus-picon-transform-address): Insert spec backward, due to the
11228         incompatibility of gnus-xmas-put-image.
11229
11230 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11231
11232         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
11233
11234 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11235
11236         * gnus.el: Doc fix.
11237
11238         * gnus-art.el: Doc fix.
11239
11240         * gnus-agent.el: Doc fix.
11241
11242 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11243
11244         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
11245
11246 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
11247
11248         * nnmaildir.el (nnmaildir--update-nov): automatically parse
11249         NOV data out of the message again if nnmail-extra-headers has
11250         changed.
11251
11252 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11253
11254         * gnus-fun.el: New file.
11255         (gnus-convert-image-to-x-face-command): New variable.
11256         (gnus-insert-x-face): New function.
11257         (gnus-random-x-face): Renamed.
11258         (gnus-x-face-from-file): Renamed.
11259
11260         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
11261         "_".
11262         (gnus-body-boundary-delimiter): Typo fix.
11263
11264 2002-01-02  Simon Josefsson  <jas@extundo.com>
11265
11266         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
11267         (gnus-body-boundary-delimiter): Fix type.
11268
11269 2002-01-01  Simon Josefsson  <jas@extundo.com>
11270
11271         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
11272         (gnus-treat-emphasize, gnus-treat-strip-cr)
11273         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
11274         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
11275         (gnus-treat-fill-article, gnus-treat-hide-citation)
11276         (gnus-treat-hide-citation-maybe)
11277         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
11278         (gnus-treat-strip-pem, gnus-treat-strip-banner)
11279         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
11280         (gnus-treat-date-ut, gnus-treat-date-local)
11281         (gnus-treat-date-english, gnus-treat-date-lapsed)
11282         (gnus-treat-date-original, gnus-treat-date-iso8601)
11283         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
11284         (gnus-treat-strip-trailing-blank-lines)
11285         (gnus-treat-strip-leading-blank-lines)
11286         (gnus-treat-strip-multiple-blank-lines)
11287         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
11288         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
11289         (gnus-treat-display-xface, gnus-treat-display-smileys)
11290         (gnus-treat-from-picon, gnus-treat-mail-picon)
11291         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
11292         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
11293         (gnus-treat-play-sounds, gnus-treat-translate)
11294         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
11295
11296         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
11297         (gnus-article-treat-body-boundary): Use it.
11298
11299         * message.el (message-mode): Fix doc.
11300         (message-mode-menu): Fix names.
11301
11302 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11303
11304         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
11305         articles.
11306
11307         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
11308         (gnus-picon-transform-address): Search for unknown faces as well.
11309         (gnus-picon-find-face): Don't search "news" for MISC.
11310         (gnus-picon-user-directories): Changed default back to exclude
11311         "unknown".
11312
11313         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
11314
11315         * gnus-picon.el (gnus-picon-find-face): Search through all
11316         databases.
11317         (gnus-picon-find-face): New implementation.
11318
11319         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
11320         keystroke.
11321         (gnus-topic-goto-next-topic): Ditto.
11322
11323         * gnus.el (gnus-summary-line-format): Changed default.
11324
11325         * nnmail.el (nnmail-extra-headers): Change default.
11326
11327         * gnus-sum.el (gnus-extra-headers): Change default.
11328
11329         * message.el (message-news-other-window): Changed "news" to
11330         "posting".
11331         (message-news-other-frame): Ditto.
11332         (message-do-send-housekeeping): Ditto.
11333
11334         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
11335         function.
11336         (gnus-article-unread-p): New function.
11337         (gnus-article-unseen-p): New function.
11338         (gnus-dead-summary-mode-map): Typo.
11339
11340         * gnus-util.el (gnus-make-predicate): New function.
11341         (gnus-make-predicate-1): New function.
11342
11343         * gnus-sum.el: New function.
11344         (gnus-map-articles): New function.
11345
11346         * gnus-art.el (gnus-treat-fold-headers): New variable.
11347         (gnus-article-treat-fold-headers): New command and keystroke.
11348
11349         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
11350         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
11351
11352 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11353
11354         * message.el (message-fcc-externalize-attachments): New variable.
11355         (message-do-fcc): Use it.
11356
11357         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
11358         (gnus-inews-do-gcc): Use it.
11359
11360         * mml.el (mml-tweak-sexp-alist): New variable.
11361         (mml-externalize-attachments): New variable.
11362         (mml-tweak-part): Use mml-tweak-sexp-alist.
11363         (mml-tweak-externalize-attachments): New function.
11364
11365 2002-01-01  Steve Youngs  <youngs@xemacs.org>
11366
11367         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
11368         'set-glyph-face' so x-face back/foreground can be set.
11369
11370 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11371
11372         * message.el (message-fix-before-sending): Fix a typo.
11373
11374 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11375
11376         * gnus-art.el (gnus-treat-smiley): Renamed command.
11377         (gnus-article-remove-images): New command and keystroke.
11378
11379         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
11380
11381         * smiley-ems.el (gnus-smiley-display): Removed.
11382
11383         * gnus.el (gnus-version-number): Update version.
11384
11385         * message.el (message-text-with-property): Renamed and moved
11386         here.
11387         (message-fix-before-sending): Highlight invisible text and place
11388         point there.
11389
11390 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11391
11392         * gnus.el: Oort Gnus v0.04 is released.
11393
11394 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11395
11396         * gnus-delay.el (gnus-delay-send-queue): Renamed.
11397
11398         * gnus-art.el (gnus-ignored-headers): More headers,
11399
11400         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
11401         of `scan-error', since XEmacs doesn't seem to support that.
11402
11403 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11404
11405         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
11406         arg.
11407         (gnus-summary-best-unread-subject): Ditto.
11408         (gnus-summary-best-unread-subject): No, don't.
11409         (gnus-summary-better-unread-subject): New command.
11410
11411         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
11412
11413         * lpath.el ((featurep 'xemacs)): fbind url function.
11414
11415         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
11416         buffer.
11417         (gnus-xmas-remove-image): Implementation that does something.
11418         (gnus-xmas-article-display-xface): Mark images properly.
11419
11420         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
11421
11422 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
11423
11424         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
11425
11426 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11427
11428         * gnus-group.el (gnus-group-line-format): Added %O to the default
11429         value.
11430
11431         * gnus-util.el (gnus-text-with-property): The smallest point is
11432         point-min.
11433
11434         * smiley-ems.el (smiley-region): Return images.
11435         (gnus-smiley-display): Allow toggling.
11436         (smiley-region): Use text properties, not overlays.
11437
11438         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
11439         implemented yet.
11440
11441         * smiley-ems.el (smiley-update-cache): Check for valid types.
11442
11443         * gnus-art.el (gnus-with-article-buffer): New macro.
11444
11445         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
11446         strings as well as the glyphs.
11447         (gnus-picon-transform-address): Ditto.
11448         (gnus-picon-insert-glyph): Ditto.
11449         (gnus-picon-transform-newsgroups): Toggle.
11450         (gnus-picon-transform-address): Toggle.
11451
11452         * gnus-ems.el (gnus-remove-image): New function.
11453         (gnus-put-image): Take an optional string.
11454
11455         * gnus-util.el (gnus-text-with-property): New function.
11456
11457         * gnus-art.el (gnus-delete-images): New function.
11458
11459         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
11460
11461         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
11462         (gnus-article-wash-status): Use it.
11463         (gnus-signature-toggle): Clean up.
11464         (gnus-add-wash-status): New function.
11465         (gnus-delete-wash-status): New function.
11466         (gnus-article-hide-text-type): Use them throughout.
11467         (gnus-add-image): New function.
11468
11469         * gnus-ems.el (gnus-article-display-xface): Use new interface.
11470
11471         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
11472         interface.
11473
11474         * gnus-art.el (article-display-x-face): Cleaned up.
11475
11476         * rfc2047.el (rfc2047-field-value): New function.
11477
11478         * mail-parse.el (mail-header-field-value): New alias.
11479
11480         * gnus-art.el (gnus-mime-print-part): Fix typos.
11481
11482         * smiley-ems.el (gnus-smiley-file-types): New variable.
11483         (smiley-update-cache): Use it.
11484         (smiley-regexp-alist): Suffix-less smiley names.
11485         (smiley-regexp-alist): Added more smileys.
11486
11487         * gnus-sum.el (gnus-print-buffer): Made into own function.
11488         (gnus-summary-print-article): Use it.
11489
11490         * mailcap.el (mailcap-mime-info): Actually return the bit that we
11491         looked for when REQUEST is a string.
11492
11493         * gnus-art.el (gnus-mime-button-commands): Add printing
11494         keystroke.
11495         (gnus-mime-copy-part): Doc fix.
11496         (gnus-mime-print-part): New command.
11497
11498 2001-12-31  Simon Josefsson  <jas@extundo.com>
11499
11500         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
11501         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
11502
11503 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11504
11505         * gnus-picon.el (gnus-treat-from-picon): Autoload.
11506         (picon): Fix doc.
11507
11508         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
11509         longer exists. Remove those codes.
11510         * gnus.el (gnus-use-picons): Ditto.
11511
11512 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11513
11514         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
11515         infloop.
11516
11517         * gnus-sum.el (t): New `W D' map.
11518
11519         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
11520         (gnus-article-treat-body-boundary): Clean up.
11521         (gnus-body-boundary-face): Removed.
11522         (gnus-article-goto-header): Moved here.
11523         (gnus-article-goto-header): Allow better regexps.
11524         (gnus-article-treat-fold-newsgroups): New command.
11525
11526         * gnus-sum.el (gnus-summary-move-article): We have to select an
11527         article to give `gnus-read-move-group-name' an opportunity to
11528         suggest an appropriate default.
11529
11530         * rfc2047.el (rfc2047-fold-line): New function.
11531         (rfc2047-unfold-line): Ditto.
11532         (rfc2047-fold-region): Don't fold just after the header name.
11533
11534         * mail-parse.el (mail-header-fold-line): New alias.
11535         (mail-header-unfold-line): Ditto.
11536
11537         * gnus-art.el (gnus-body-boundary-face): Renamed.
11538         (gnus-article-treat-body-boundary): Use it.
11539         (gnus-article-treat-body-boundary): Use an invisible header and a
11540         line of underline characters.
11541
11542 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11543
11544         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
11545
11546         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
11547         (gnus-picon-split-address): New function.
11548         (gnus-picon-find-face): Use it.
11549         (gnus-picon-transform-address): Use it. Set first to t for each
11550         address.
11551
11552         * gnus-art.el (gnus-with-article-headers): Move to here. Define
11553         the macro then use it.
11554         (gnus-treatment-function-alist): Treat picons earlier.
11555
11556 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11557
11558         * gnus-art.el (gnus-body-separator-face): New variable.
11559         (gnus-article-treat-body-boundary): Use a blank, colored line.
11560
11561         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
11562         well.
11563
11564         * gnus-art.el (gnus-treat-body-boundary): New variable.
11565         (gnus-article-treat-unfold-headers): Use helper macro.
11566         (gnus-article-treat-body-boundary): New command.
11567
11568         * gnus.el (gnus-logo-color-style): Change the default color.
11569         (gnus-splash-face): Gray, gray.
11570
11571         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
11572         colors.
11573
11574         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
11575         (gnus-logo-color-style): Ditto.
11576         (gnus-logo-colors): Ditto.
11577
11578         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
11579
11580         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
11581
11582         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
11583         (gnus-picon-transform-newsgroups): New function.
11584
11585         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
11586         string.
11587
11588         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
11589
11590         * gnus-art.el (gnus-treat-cc-picon): New variable.
11591         (gnus-treat-mail-picon): Renamed.
11592
11593         * gnus-picon.el: New implementation.
11594         (gnus-picon-find-face): Renamed.
11595         (gnus-treat-from-picon): Use it.
11596         (gnus-picon-transform-address): Renamed.
11597         (gnus-treat-from-picon): Use it.
11598         (gnus-picon-create-glyph): Renamed.
11599         (gnus-picon-transform-address): Use it.
11600         (gnus-treat-cc-picon): New command.
11601
11602         * mm-decode.el (mm-create-image-xemacs): Separated out into
11603         function.
11604         (mm-get-image): Use it.
11605
11606         * gnus-art.el (gnus-treat-display-picons): Simplify.
11607         (gnus-treat-from-picon): Renamed.
11608
11609         * gnus-ems.el (gnus-create-image): New function.
11610         (gnus-put-image): New function.
11611
11612         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
11613         (gnus-with-article-headers): New macro.
11614         (gnus-article-goto-header): New function.
11615
11616         * gnus-xmas.el (gnus-image-type-available-p): New function.
11617
11618         * gnus-ems.el (gnus-image-type-available-p): New function.
11619
11620 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11621
11622         * nnrss.el (nnrss-check-group): Find the correct tag, because
11623         xml.el is changed.
11624
11625 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11626
11627         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
11628         lines are shorter than the window width.
11629         (gnus-ignored-headers): More headers.
11630
11631 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11632
11633         * gnus-art.el (gnus-treat-unfold-lines): New variable.
11634         (gnus-treat-unfold-headers): Renamed.
11635         (gnus-article-treat-unfold-headers): New command and keystroke.
11636
11637         * rfc2047.el (rfc2047-encode-message-header): Clean up.
11638
11639         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
11640
11641 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11642
11643         * sha1-el.el (sha1-use-external): New variable.
11644         (sha1-region): Use it.
11645         (sha1-string): Ditto.
11646
11647         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
11648         * gnus-picon.el: Less warnings when compile.
11649
11650 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11651
11652         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
11653         alias.
11654         (gnus-picons-database): Default to list.
11655         (gnus-picons-lookup-internal): Use it.
11656
11657         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
11658         to "bogus".
11659
11660         * gnus-win.el (gnus-configure-windows-hook): New hook.
11661
11662 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
11663
11664         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
11665
11666 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11667
11668         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
11669         lists.
11670         (gnus-select-newsgroup): Don't append; push.
11671         (gnus-adjust-marked-articles): Remove obsolete ranges from
11672         `seen'.
11673         (gnus-update-marks): Clean up.
11674         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
11675
11676 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
11677
11678         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
11679
11680 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11681
11682         * gnus-sum.el (gnus-auto-select-subject): New variable.
11683         (gnus-summary-best-unread-subject): New function.
11684         (gnus-summary-best-unread-article): Use it.
11685         (gnus-summary-first-unseen-subject): New function and command.
11686
11687         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
11688         other treatments.
11689
11690         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
11691         function.
11692
11693         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
11694         from the list of hidden types.
11695
11696         * mm-view.el (mm-inline-text): Ditto.
11697         (mm-inline-text): Ditto.
11698         (mm-w3-prepare-buffer): Ditto.
11699
11700         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
11701
11702 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11703
11704         * gnus-art.el (gnus-ignored-headers): Added more headers.
11705
11706 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
11707
11708         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
11709         once.
11710
11711 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11712
11713         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
11714
11715 2001-12-28  Simon Josefsson  <jas@extundo.com>
11716
11717         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
11718         Jesper Harder <harder@ifa.au.dk>.
11719
11720 2001-12-27  Simon Josefsson  <jas@extundo.com>
11721
11722         * gnus-sum.el (gnus-select-newsgroup): Make
11723         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
11724         contain all articles (instead of none) when no seen marks have
11725         been set for the group.
11726         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
11727         instead, it seems to result in shorter ranges.
11728
11729 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11730
11731         * mm-util.el (mm-iso-8859-x-to-15-region): Use
11732         insert-before-markers.
11733         From Jesper Harder <harder@ifa.au.dk>
11734
11735 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
11736
11737         * nnmaildir.el (nnmaildir-save-mail): create the destination
11738         groups if they do not exist.
11739
11740 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11741
11742         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
11743
11744 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11745
11746         * gnus-group.el (gnus-group-read-ephemeral-group): Call
11747         gnus-group-real-name.
11748
11749         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
11750         (gnus-newsgroup-variables): Ditto.
11751
11752         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
11753         return it.
11754
11755 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
11756
11757         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
11758         * nnmaildir.el (top-level): Add commentary.
11759         (nnmaildir-version): Indicate that nnmaildir is now a standard
11760         part of Gnus, not separately released.
11761
11762 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11763
11764         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
11765         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
11766         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
11767         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11768
11769 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11770
11771         * nnmaildir.el: Copyright changes. Require cl only at compile time.
11772
11773 2001-12-20  Simon Josefsson  <jas@extundo.com>
11774
11775         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
11776         ZHU <zsh@cs.rochester.edu>.
11777         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
11778         Brian P Templeton <bpt@tunes.org>.
11779
11780 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11781
11782         * nnmaildir.el: New file.
11783         From Paul Jarc <prj@po.cwru.edu>.
11784
11785 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11786
11787         * nndoc.el (nndoc-type-alist): Move forward to the end.
11788
11789 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11790
11791         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
11792         `dolist'.
11793
11794 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11795
11796         * gnus-win.el (gnus-frames-on-display-list): New function.
11797         (gnus-get-buffer-window): Use it.
11798
11799 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11800
11801         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
11802
11803 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11804
11805         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
11806
11807 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11808            From Harald Meland <Harald.Meland@usit.uio.no>
11809
11810         * gnus-win.el (gnus-get-buffer-window): New function.
11811         (gnus-all-windows-visible-p): Use it.
11812
11813         * gnus-util.el (gnus-horizontal-recenter)
11814         (gnus-horizontal-recenter, gnus-horizontal-recenter)
11815         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
11816
11817         * gnus-score.el (gnus-score-insert-help): Use it.
11818
11819         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
11820         (gnus-generate-tree, gnus-highlight-selected-tree)
11821         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
11822         it.
11823
11824         * gnus-art.el (gnus-article-set-window-start)
11825         (gnus-mm-display-part, gnus-request-article-this-buffer)
11826         (gnus-button-next-page, gnus-button-prev-page)
11827         (gnus-article-button-next-page, gnus-article-button-prev-page):
11828         Use it.
11829
11830 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
11831
11832         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
11833         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
11834         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
11835
11836 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11837
11838         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
11839         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
11840         * mml1991.el, nnultimate.el: Add `coding'.
11841
11842 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
11843
11844         * ChangeLog: changed coding to buffer-file-coding-system
11845         * ChangeLog.1: same
11846         * nnwfm.el: same
11847         * gnus-smiley.el: same
11848         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
11849         * gnus-delay.el: same
11850         * gnus-spec.el: same
11851         * message.el: same
11852         * mml1991.el: same
11853         * nnultimate.el: same
11854
11855 2001-12-16  Simon Josefsson  <jas@extundo.com>
11856         Inspired by code by Dirk Meyer <dischi@tzi.de>.
11857
11858         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
11859         (gnus-summary-save-map): Add muttprint.
11860         (gnus-summary-make-menu-bar): Ditto.
11861         (gnus-summary-muttprint): New function.
11862
11863         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
11864
11865 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11866
11867         * uudecode.el (uudecode-decode-region-internal): Speedup by using
11868         temporary list instead of buffer.
11869
11870         * mm-url.el (executable-find): autoload.
11871
11872 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11873
11874         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
11875         to variable, follow doc-string conventions).
11876
11877 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
11878
11879         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
11880         subscribe-level
11881         * gnus-topic.el (gnus-subscribe-topics): use it.
11882
11883 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11884
11885         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
11886         messages. (A small patch with indentation)
11887         From Sean Neakums <sneakums@zork.net>.
11888
11889         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
11890         nil after shooting down the gnus-original-article-buffer.
11891
11892 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11893
11894         * uudecode.el (uudecode-use-external): New variable.
11895         (uudecode-decode-region): Automatically detect external program.
11896
11897         * binhex.el (binhex-use-external): New variable.
11898         (binhex-decode-region-internal): New function.
11899         (binhex-decode-region): Automatically detect external program.
11900
11901         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
11902         Use them.
11903
11904 2001-12-12  Simon Josefsson  <jas@extundo.com>
11905
11906         * nnvirtual.el (nnvirtual-always-rescan)
11907         (nnvirtual-component-regexp): Fix doc.
11908
11909         * nnoo.el (defvoo): Add doc to defvoo variables.
11910
11911         * nnml.el (nnml-directory, nnml-active-file)
11912         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
11913         (nnml-marks-is-evil, nnml-filenames-are-evil)
11914         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
11915
11916         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
11917         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
11918         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
11919         `error'.
11920
11921         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
11922         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
11923
11924         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
11925         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
11926         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
11927         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
11928
11929         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
11930         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
11931
11932         * imap.el, nnimap.el: Fix indentation.
11933
11934         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
11935
11936 2001-12-12  Didier Verna  <didier@xemacs.org>
11937
11938         * gnus-msg.el (gnus-group-news): New function.
11939         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
11940         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
11941         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
11942         for it.
11943         * gnus-msg.el (gnus-summary-news-other-window): New function.
11944         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
11945         bind it to `i'.
11946         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
11947         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
11948         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
11949         for it (called with a prefix).
11950         * gnus-msg.el (gnus-configure-posting-styles): add an optional
11951         group-name argument.
11952         * gnus-msg.el (gnus-setup-message): use it.
11953
11954 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11955
11956         * gnus-sum.el (gnus-summary-show-article): Fix doc.
11957
11958 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11959
11960         * mml.el (mime-to-mml): Remove Content-Disposition too.
11961
11962 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11963
11964         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
11965         * gnus-group.el (gnus-group-name-decode): Decode unibyte
11966         strings only.
11967         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11968
11969 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
11970
11971         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
11972         (nnmail-fancy-expiry-target): Use it.
11973         Suggestions from Simon Josefsson <jas@extundo.com>.
11974
11975 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11976
11977         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
11978
11979 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11980
11981         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
11982
11983         * gnus-util.el (gnus-url-unhex-string): Move here.
11984
11985 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11986
11987         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
11988         mm-url-decode-entities-nbsp.
11989
11990         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
11991         * webmail.el, nnwfm.el: Use mm-url.
11992
11993         * mm-url.el (mm-url-fetch-form): Move from nnweb.
11994         (mm-url-remove-markup): Move from nnweb.
11995         (mm-url-fetch-simple): Move from webmail.
11996
11997         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
11998
11999 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12000
12001         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
12002         (gnus-summary-print-article): Use it.
12003
12004         * gnus-util.el (gnus-replace-in-string): Typo.
12005
12006 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12007
12008         * nnweb.el (nnweb-replace-in-string): Removed.
12009
12010         * gnus-util.el (gnus-replace-in-string): New function.
12011         (gnus-mode-string-quote): Use it.
12012
12013         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
12014         * nnwfm.el (nnwfm-create-mapping): Ditto.
12015
12016 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12017
12018         * dgnushack.el (dgnushack-compile): nnrss.el and
12019         nnslashdot.el don't depend on nnweb, url, w3.
12020
12021         * nnrss.el: Use mm-url.
12022
12023 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12024
12025         * mm-url.el (mm-url-insert-file-contents): Support file:.
12026
12027 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12028
12029         * mm-view.el: Lower case for the description line. Sync from the
12030         Emacs CVS.
12031
12032 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12033
12034         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
12035         From:  Stefan Monnier  <monnier@cs.yale.edu>
12036
12037 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12038
12039         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
12040
12041 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12042
12043         * mm-url.el: Require executable.
12044         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
12045
12046 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12047
12048         * pop3.el (pop3-munge-message-separator): Only use valid date.
12049         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
12050
12051         * Makefile.in: gnus-load.elc may not be generated.
12052
12053 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12054
12055         * mm-url.el: New file.
12056         * nnslashdot.el: Use it.
12057         * mm-extern.el (mm-extern-url): Use it.
12058
12059 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12060
12061         * gnus-sum.el (gnus-summary-save-article): Nix
12062         gnus-display-mime-function and gnus-article-prepare-hook.
12063
12064         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
12065         the beginning of lines.
12066         (gnus-complex-form-to-spec): Ditto.
12067
12068 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12069
12070         * message.el (message-make-mft): Fix the m-s-a-file regexp.
12071         From Paul Jarc <prj@po.cwru.edu>.
12072
12073 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12074
12075         * message.el: New variable message-subscribed-address-file;
12076         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
12077
12078 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12079
12080         * message.el (message-tab-body-function): Set to nil.
12081         (message-tab): Use text-mode-map or global-map.
12082         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
12083
12084 2001-11-30  Simon Josefsson  <jas@extundo.com>
12085
12086         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
12087         instead of gnus-union, for speed.  Suggested by Christoph Conrad
12088         <christoph.conrad@gmx.de>.
12089         (gnus-agent-fetch-group-1): Add verbose message.
12090
12091 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12092
12093         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
12094         of integers.
12095
12096 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12097
12098         * message.el (message-newgroups-header-regexp)
12099         (message-completion-alist, message-tab-body-function): Use
12100         defcustom rather than defvar.
12101         (message-tab): Mention `message-tab-body-function' in doc.
12102         Suggested by Karl Eichwalder.
12103
12104 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12105
12106         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
12107
12108 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12109
12110         * nnheader.el (nnheader-find-nov-line): Don't use macro
12111         gnus-delete-line.
12112
12113         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
12114         (gnus-group-name-charset): Ditto.
12115
12116         * gnus-util.el (gnus-buffer-live-p): Ditto.
12117
12118 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12119
12120         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
12121         open parenthesis in doc.
12122         (sieve-manage-authenticator-alist): Typo in doc.
12123         * imap.el (imap-authenticator-alist): Typo in doc.
12124         (imap-stream-alist): Backslash.
12125
12126         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
12127           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
12128
12129 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12130
12131         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
12132
12133         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
12134
12135         * gnus-msg.el (gnus-configure-posting-styles): use
12136         make-local-hook. Add LOCAL for add-hook.
12137
12138 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
12139
12140         * message.el (message-mode): Use `make-local-hook' unless
12141         obsolete.
12142         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
12143
12144 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * canlock.el: Remove sha1.el and base64.el stuff.
12147
12148 2001-11-26  Didier Verna  <didier@xemacs.org>
12149
12150         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
12151         if needed.
12152
12153 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * message.el (message-tamago-not-in-use-p): New function.
12156         (message-strip-forbidden-properties): Use it.
12157
12158 2001-11-26  Didier Verna  <didier@xemacs.org>
12159
12160         * gnus-start.el (gnus-check-first-time-used): only check for
12161         existence of .el[d] files.
12162
12163 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12164
12165         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
12166
12167         * message.el (message-setup-1): Clean up mc-*.
12168
12169 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12170
12171         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
12172         * gnus-score.el (gnus-score-find-bnews): Use it.
12173
12174         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
12175         (gnus-summary-limit-to-author): Ditto.
12176         (gnus-summary-limit-to-extra): Ditto.
12177         (gnus-summary-find-matching): Support not-matching argument.
12178
12179 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12180
12181         * message.el (message-wash-subject): Use `insert' rather than
12182         `insert-string', which is deprecated.
12183
12184 2001-11-24  Simon Josefsson  <jas@extundo.com>
12185
12186         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
12187         message. (Gnus does not "default" to using 8bit for the message,
12188         it default to use 8bit encoding and the user-supplied CTE
12189         value. Calling this behaviour "treating it as 8bit" is perhaps
12190         better.)
12191
12192         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
12193         (compare mm-charset-to-coding-system).
12194
12195 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12196
12197         * canlock.el (canlock-sha1-with-openssl): Use unibyte
12198         buffer. Correctly decode hex.
12199
12200 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12201
12202         * gnus-agent.el (gnus-category-insert-line): Convert category
12203         names to strings.
12204
12205 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12206
12207         * message.el (sha1): eval-and-compile.
12208
12209 2001-11-20  Simon Josefsson  <jas@extundo.com>
12210
12211         * message.el (message-allow-no-recipients): New variable.
12212         (message-send): Use it, customize the prompting when posting to
12213         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
12214
12215 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12216
12217         * mm-util.el (mm-coding-system-priorities): New variable.
12218         (mm-sort-coding-systems-predicate): New function.
12219         (mm-find-mime-charset-region): Resort coding systems if needed.
12220         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
12221
12222 2001-11-20  Didier Verna  <didier@xemacs.org>
12223
12224         * gnus-group.el (gnus-group-make-help-group): new optional
12225         argument to control the error behavior.
12226         * gnus-start.el (gnus-check-first-time-used): use it to avoid
12227         erroring.
12228
12229 2001-11-19  Simon Josefsson  <jas@extundo.com>
12230
12231         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
12232         instead of C-c C-u.  Suggested by Per Abrahamsen
12233         <abraham@dina.kvl.dk>.
12234
12235 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12236
12237         * nnfolder.el (nnfolder-read-folder): Use group instead of
12238         nnfolder-current-group.
12239         Suggested by Lorentey Karoly <lorentey@elte.hu>.
12240
12241 2001-11-17  Simon Josefsson  <jas@extundo.com>
12242
12243         * message.el (message-send): Ask user if Fcc/Gcc should be
12244         performed when no other sender was specified.
12245         Suggested by prj@po.cwru.edu (Paul Jarc).
12246
12247 2001-11-17  Simon Josefsson  <jas@extundo.com>
12248
12249         * message.el (message-mode, message-mode-map): Use C-c C-u for
12250         Importance: instead of C-c C-p (used by SC).
12251
12252 2001-11-16  Simon Josefsson  <jas@extundo.com>
12253
12254         * message.el (message-insert-importance-high)
12255         (message-insert-importance-low): Save point.
12256
12257         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
12258         value.
12259
12260 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
12261
12262         * message.el (message-strip-special-text-properties): New option.
12263         (message-strip-forbidden-properties): Obey it.
12264
12265 2001-11-14  Sam Steingold  <sds@gnu.org>
12266
12267         * gnus-score.el: Fixed some doc strings to properly quote symbols.
12268
12269 2001-11-15  Simon Josefsson  <jas@extundo.com>
12270
12271         Support "Importance:" header in Message.
12272
12273         * message.el (message-mode-map): Bind C-c C-p to
12274         `message-insert-or-toggle-importance'
12275         (message-mode-menu): Add message-insert-importance-{high,low}.
12276         (message-insert-importance-high, message-insert-importance-low)
12277         (message-insert-or-toggle-importance): New functions.
12278         (message-tool-bar-map): Add {un,}important.
12279         (message-mode): Doc fix.
12280
12281 2001-11-15  Simon Josefsson  <jas@extundo.com>
12282
12283         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
12284
12285         * mml.el (mml-menu): Fix toolbar tooltip.
12286
12287 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12288
12289         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
12290         * nnml.el (nnml-save-marks): Ditto.
12291
12292         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
12293
12294 2001-11-15  Simon Josefsson  <jas@extundo.com>
12295
12296         * nnml.el (nnml-save-marks):
12297         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
12298         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
12299
12300 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
12301
12302         * gnus-art.el (gnus-article-wash-status-strings): Use
12303         `copy-sequence', not `copy-seq'.
12304
12305 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
12306
12307         * gnus-art.el (gnus-article-wash-status-strings): New constant.
12308         (gnus-gnus-article-wash-status-entry): New function.
12309         (gnus-article-wash-status): Use it.
12310
12311 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12312
12313         * mml1991.el: Add coding header.
12314
12315 2001-11-12  Simon Josefsson  <jas@extundo.com>
12316
12317         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
12318         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
12319         `mml1991-sign' and `mml1991-encrypt'.
12320         (mml1991-encrypt, mml1991-sign): New glue functions.
12321         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
12322
12323         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
12324         (mml-menu): Add PGP to menu.
12325
12326         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
12327         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
12328         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
12329         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
12330
12331         * mml2015.el: Mention RFC 3156.
12332
12333         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
12334
12335 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12336
12337         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
12338
12339         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
12340           From <Michael.Cook@cisco.com>
12341
12342 2001-11-11  Simon Josefsson  <jas@extundo.com>
12343
12344         * message.el (top-level): Autoload sha1.
12345         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
12346         canlock, no need to require two different hash algs).  Suggested
12347         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
12348
12349 2001-11-09  Simon Josefsson  <jas@extundo.com>
12350
12351         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
12352         <Pavel@Janik.cz>.
12353
12354 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12355
12356         * message.el (message-point-in-header-p): New function.
12357         (message-do-auto-fill): Use it.
12358         (message-beginning-of-line): New function.  Goes to beginning of
12359         header value (i.e., end of header name), or to beginning of line
12360         if already at beginning of value.  Behaves like
12361         `beginning-of-line' when in message body.
12362         (message-mode-map): Bind it.
12363
12364 2001-11-08  Simon Josefsson  <jas@extundo.com>
12365
12366         * gnus-msg.el (gnus-posting-styles): Add doc.
12367
12368 2001-11-07  Simon Josefsson  <jas@extundo.com>
12369
12370         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
12371
12372         * sieve-mode.el (sieve-control-commands-face)
12373         (sieve-control-commands-face, sieve-action-commands-face)
12374         (sieve-test-commands-face, sieve-tagged-arguments-face): New
12375         faces.
12376         (sieve-font-lock-keywords): Use them.
12377         (sieve-mode): Only set font-lock-defaults in emacs.
12378
12379         * gnus-art.el (gnus-default-article-saver): Add
12380         gnus-summary-save-body-in-file.
12381         (gnus-summary-write-to-file): Fix doc.
12382
12383 2001-11-07  Simon Josefsson  <jas@extundo.com>
12384
12385         * gnus-art.el (gnus-treat-highlight-signature): Add cross
12386         reference to the correct chapter in the manual.
12387
12388         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
12389         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
12390
12391 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12392
12393         * mml.el (mml-preview): Bind mail-header-separator.
12394
12395 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12396
12397         * message.el: Always require canlock.
12398         (message-ignored-supersedes-headers): Include Cancel-Lock and
12399         Cancel-Key.
12400         (message-insert-canlock): Don't require canlock.
12401         (message-cancel-news): Don't check whether canlock is available.
12402         (message-supersede): Support cancel-locks.
12403
12404         * gnus-art.el: Don't autoload canlock.
12405
12406 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12407
12408         * mail-source.el (mail-source-fetch-imap): ASYNC param.
12409         From: <andre@slamdunknetworks.com>
12410
12411 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12412
12413         * many files: Fix copyright lines.
12414
12415 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12416
12417         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
12418         Suggested by Dave Love  <fx@gnu.org>.
12419
12420 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12421
12422         * message.el (message-kill-buffer): Remove auto-save file after
12423         confirm.
12424
12425         * message.el (message-send-mail): Call message-generate-headers
12426         once.  Suggested by Matt Armstrong <matt@lickey.com>.
12427
12428         * gnus-topic.el (gnus-topic-rename): Initial-input.
12429         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
12430
12431 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12432
12433         * message.el (message-forbidden-properties): New constant.
12434         (message-strip-forbidden-properties): New function.
12435         (message-mode): Activate it.
12436
12437 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12438
12439         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
12440         (mm-hack-charsets): Fix doc.
12441
12442 2001-11-02  Simon Josefsson  <jas@extundo.com>
12443
12444         * gnus-int.el (gnus-check-server): Message "...done" when done.
12445
12446         * imap.el (imap-close): Don't message (imap-send-command-wait
12447         returns if the connection is dropped).
12448         (imap-wait-for-tag): Nix out message only when necessary.
12449
12450         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
12451         for non-crossposting.
12452         (gnus-sieve-crosspost): Default to t to be consistent with other
12453         parts of Gnus.
12454
12455 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12456
12457         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
12458         (mm-iso-8859-x-to-15-table): Ditto.
12459         (mm-iso-8859-x-to-15-region): Ditto.
12460         (mm-find-mime-charset-region): Ditto.
12461
12462 2001-11-01  Simon Josefsson  <jas@extundo.com>
12463
12464         * nnimap.el (nnimap-close-asynchronous): New variable.
12465         (nnimap-close-group): Use it.
12466         (nnimap-expunge): Don't use it.
12467
12468         * imap.el (imap-callbacks): New variable.
12469         (imap-remassoc): Copied from `gnus-remassoc'.
12470         (imap-add-callback): New function.
12471         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
12472         behaviour.
12473         (imap-parse-response): Call the callback.
12474
12475         * message.el (message-insert-canlock): New variable.
12476         (message-canlock-generate, message-canlock-password)
12477         (message-insert-canlock): New functions.
12478         (message-send-news): Call `message-insert-canlock'.
12479         (top-level): Require canlock when compiling.
12480         (message-insert-canlock): Require canlock before we need it.
12481
12482 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12483
12484         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
12485
12486 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12487
12488         * dgnushack.el (dgnushack-make-load): A workaround for
12489         custom-add-loads bug in some versions of XEmacs.
12490
12491 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12492
12493         * mm-util.el (mm-charset-synonym-alist): Revert (some).
12494
12495 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12496
12497         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
12498         (mm-hack-charsets): New variable.
12499         (mm-iso-8859-15-compatible): New variable.
12500         (mm-iso-8859-x-to-15-table): New variable.
12501         (mm-find-mime-charset-region): Add parameter hack-charsets.
12502
12503         * mm-bodies.el (mm-encode-body): Use it.
12504         * mml.el (mml-parse-1): Ditto.
12505
12506 2001-11-01  Simon Josefsson  <jas@extundo.com>
12507
12508         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
12509
12510 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12511
12512         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
12513         is nil.
12514
12515 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12516
12517         * smiley-ems.el (smiley-update-cache): Auto detect file type.
12518
12519         * message.el (message-forward-rmail-make-body): Use
12520         save-window-excursion.
12521         (message-encode-message-body): Search with noerror.
12522         (message-setup-1): Convert compose-mail send-actions to
12523         message-send-actions.
12524
12525 2001-11-01  Simon Josefsson  <jas@extundo.com>
12526
12527         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
12528         <yamaoka@jpl.org>.
12529
12530 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12531
12532         * sieve-manage.el (sieve-string-bytes): No complain.
12533
12534 2001-11-01  Simon Josefsson  <jas@extundo.com>
12535
12536         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
12537         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
12538         has autoload cookies, so no `require' should be necessary.)
12539
12540         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
12541         files.
12542
12543 2001-10-31  Simon Josefsson  <jas@extundo.com>
12544
12545         * gnus-cus.el (gnus-group-parameters): Support integer `display'
12546         parameter.
12547
12548         * gnus-sum.el (gnus-select-newsgroup): If group parameter
12549         `display' is a number (and C-u wasn't used to enter group), only
12550         fetch that number of articles.
12551
12552 2001-10-31  Matt Armstrong  <matt@lickey.com>
12553
12554         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
12555         not-subscribed -> subscribed.
12556
12557 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12558         From: Josh Huber <huber@alum.wpi.edu>
12559
12560         * message.el (message-subscribed-address-functions): New variable.
12561         (message-subscribed-addresses): New variable.
12562         (message-subscribed-regexps): New variable.
12563         (message-goto-mail-followup-to): New function.
12564         (message-send-mail): Add Mail-Followup-To.
12565         (message-make-mft): New function.
12566
12567         * gnus.el (gnus-find-subscribed-addresses): New function.
12568
12569 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12570
12571         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
12572         (mail-source-fetch-pop): Ditto.
12573         (mail-source-check-pop): Ditto.
12574
12575         * gnus-start.el (gnus-read-init-file): Ditto.
12576         (gnus-activate-group): Ditto.
12577         (gnus-read-newsrc-el-file): Ditto.
12578
12579 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12580
12581         * message.el (message-get-reply-headers): Make sure there is ", ".
12582
12583         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
12584         mm-coding-system-p. Don't correct it only in XEmacs.
12585         (mm-charset-to-coding-system): Use mm-coding-system-p and
12586         mm-get-coding-system-list.
12587         (mm-emacs-mule, mm-mule4-p): New variables.
12588         (mm-enable-multibyte, mm-disable-multibyte,
12589         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
12590         mm-with-unibyte-current-buffer,
12591         mm-with-unibyte-current-buffer-mule4): Use them.
12592         (mm-find-mime-charset-region): Treat iso-2022-jp.
12593
12594         From  Dave Love  <fx@gnu.org>:
12595
12596         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
12597         construction.
12598         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
12599         entries conditional on not having a coding system defined for
12600         them.
12601         (mm-mule-charset-to-mime-charset): Use
12602         find-coding-systems-for-charsets if defined.
12603         (mm-charset-to-coding-system): Don't use
12604         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
12605         later.  Add last resort search of coding systems.
12606         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
12607         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
12608         Mule 4.
12609         (mm-find-mime-charset-region): Re-write.
12610         (mm-with-unibyte-current-buffer): Restore buffer as well as
12611         multibyteness.
12612
12613 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12614
12615         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
12616         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
12617         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
12618
12619 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12620
12621         * gnus-art.el (article-display-x-face): Nix buffer-read-only
12622         again.
12623
12624         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
12625
12626 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12627
12628         * gnus-spec.el (gnus-parse-simple-format): Use
12629           buffer-substring-no-properties.
12630
12631 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12632
12633         * gnus-art.el (article-verify-cancel-lock): New function.
12634
12635         * nnheader.el (nntp-process-response): New variable.
12636         (nnheader-init-server-buffer): Make `nntp-process-response'
12637         buffer-local in `nntp-server-buffer'.
12638
12639         * nntp.el (nntp-prepare-post-hook): New hook.
12640         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
12641         (nntp-async-trigger): Ditto.
12642         (nntp-request-post): Insert a server's ID if there's no Message-ID
12643         header; run `nntp-prepare-post-hook'.
12644
12645 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12646
12647         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
12648         instead.
12649
12650         * message.el (message-forward-subject-author-subject): Don't use
12651         message-news-p, which widens the buffer.
12652         (message-forward-make-body): New function.
12653         (message-forward): Use it.
12654         (message-insinuate-rmail): New function.
12655         (message-forward-rmail-make-body): New function.
12656
12657 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12658
12659         * mm-extern.el (mm-extern): Provide it.
12660
12661         * mm-partial.el (mm-partial): Provide it.
12662
12663 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12664
12665         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
12666
12667 2001-10-29  Simon Josefsson  <jas@extundo.com>
12668
12669         * mml.el (mml-preview): Bind message-this-is-news if it is
12670         news. From Jesper Harder <harder@myrealbox.com>.
12671
12672 2001-10-28  Simon Josefsson  <jas@extundo.com>
12673
12674         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
12675
12676 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
12677
12678         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
12679         ironic smilies.
12680
12681 2001-10-27  Simon Josefsson  <jas@extundo.com>
12682
12683         * message.el (message-indent-citation): Don't add trailing
12684         whitespace when citing text.
12685
12686         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
12687         <harder@ifa.au.dk>.
12688
12689 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12690
12691         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
12692         not available.
12693         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
12694         (nnweb-type-definition): Add google as alias of dejanews.
12695         (nnweb-google-parse-1): Forward 1 line.
12696
12697 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12698
12699         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
12700         variable `message-forward-ignored-headers'.
12701
12702 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
12703
12704         * gnus.el (gnus-expand-group-parameter): New function.
12705         (gnus-expand-group-parameters): Call it.
12706         (gnus-group-fast-parameter): New function.
12707         (gnus-group-find-parameter): Call it.
12708
12709 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12710
12711         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
12712         vector (it didn't before because of a bug).
12713         * gnus-msg.el (gnus-post-news): Use header vector directly, if
12714         available.  Before it converted it to an article number.
12715
12716         This makes followup to news articles with negative numbers in
12717         nnvirtual groups use news instead of mail.
12718
12719 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12720
12721         * gnus.el (post-method): Use `native' instead of `nil'.
12722
12723         * gnus-msg.el (gnus-post-method): Ditto.
12724
12725 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12726
12727         * gnus.el (gnus-define-group-parameter): Grammar fix.
12728
12729 2001-10-22  Simon Josefsson  <jas@extundo.com>
12730
12731         * gnus-msg.el (gnus-extended-version): Include
12732         system-configuration.
12733         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
12734
12735 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
12736
12737         * gnus.el (post-method): Customization fix: `native' is not a
12738         valid value.
12739         * gnus-msg.el (gnus-post-method): Doc and customization fix:
12740         `native' is not a valid value.
12741
12742 2001-10-21  Simon Josefsson  <jas@extundo.com>
12743
12744         * nnimap.el (nnimap): Defgroup
12745         (nnimap-strict-function, nnimap-strict-function-match): New
12746         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
12747         (nnimap-split-crosspost, nnimap-split-inbox)
12748         (nnimap-split-rule, nnimap-split-predicate)
12749         (nnimap-split-predicate): Defcustom.
12750         (nnimap-split-inbox, nnimap-expunge-search-string)
12751         (nnimap-importantize-dormant): Remove "*" from doc.
12752
12753 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12754
12755         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
12756         not supplied via prefix arg.  From Lisp, make arg mandatory.
12757         Suggested by Frank Schmitt.
12758
12759 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12760
12761         * message.el (message-do-auto-fill): Avoid calling
12762         'rfc822-goto-eoh'.
12763
12764 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12765         From Paul Jarc <prj@po.cwru.edu>.
12766
12767         * message.el (message-get-reply-headers): Restructure the logic
12768         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
12769
12770 2001-10-20  Simon Josefsson  <jas@extundo.com>
12771
12772         * message.el (message-cancel-news): Support cancel-locks.
12773         Suggested by Per Abrahamsson.
12774
12775         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
12776         conses.  From David Z Maze <dmaze@MIT.EDU>.
12777
12778         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
12779
12780 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12781
12782         * mm-decode.el (mm-default-directory): Fix customize type.
12783
12784         * message.el (message-setup-fill-variables): Kludge to use
12785         normal-auto-fill-function even if auto fill is already activated.
12786
12787 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12788
12789         * message.el (message-do-auto-fill): New version that does not
12790         rely on text properties, by Simon Josefsson <jas@extundo.com>.
12791         (message-setup-1): Removed the `message-field' property.
12792
12793         * gnus-draft.el (gnus-draft-edit-message): Removed the
12794         `message-field' property.
12795
12796 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12797
12798         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
12799         `message-field'.  The `field' property has a special significance in
12800         Emacs 21.
12801
12802         * message.el (message-send, message-setup-1): Ditto.
12803
12804 2001-10-18  Simon Josefsson  <jas@extundo.com>
12805
12806         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
12807         when undoing.
12808
12809 2001-10-18  Simon Josefsson  <jas@extundo.com>
12810         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
12811
12812         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
12813         (gnus-summary-make-menu-bar): Ditto.
12814
12815 2001-10-17  Simon Josefsson  <jas@extundo.com>
12816
12817         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
12818         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
12819
12820 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12821
12822         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
12823         * gnus-util.el (gnus-user-date): New function.
12824         From Frank Schmitt <usenet@Frank-Schmitt.net>.
12825
12826 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12827
12828         * message.el (message-check-news-header-syntax): Special case
12829         nnvirtual groups.
12830
12831         * gnus-sum.el (gnus-summary-respool-default-method): Changed
12832         customize type to `symbol'.
12833
12834 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12835
12836         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
12837         %&foo;.
12838         (gnus-parse-simple-format): Support user extended spec too.
12839         %u&foo; invokes gnus-user-format-function-foo.
12840
12841 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12842
12843         * nnml.el (nnml-request-expire-articles): Make sure it is back to
12844         the server.
12845         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
12846         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12847         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
12848         * nndiary.el (nndiary-request-expire-articles): Ditto.
12849         (nndiary-schedule): Defsubst it before use it.
12850         (nndiary-error): eval-and-compile.
12851
12852 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12853
12854         * gnus-msg.el (gnus-post-method): Changed two instances of
12855         `active' to `current' and one `null' to `not'.
12856
12857 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12858         From Katsumi Yamaoka <yamaoka@jpl.org>.
12859
12860         * message.el (message-setup-fill-variables): Use
12861         `normal-auto-fill-function' instead of `auto-fill-function'.
12862
12863 2001-10-16  Simon Josefsson  <jas@extundo.com>
12864
12865         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
12866         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
12867         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
12868
12869 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12870         Patch by Oliver Scholz <oscholz@my.gnus.org>.
12871
12872         * gnus-draft.el (gnus-draft-edit-message): Add text property
12873         `field' with value `header' to message headers.
12874         * message.el (message-setup-1): Really add text property to all of
12875         the header, not just part of it.
12876
12877 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12878
12879         * gnus-group.el (gnus-group-sort-by-server): Use it.
12880
12881         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
12882
12883         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
12884         and keystroke.
12885
12886 2001-10-14  Simon Josefsson  <jas@extundo.com>
12887
12888         * dig.el: Doc fix.
12889
12890         * smime.el: Doc fix.
12891
12892         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
12893         charset magic from message.el.
12894
12895 2001-10-12  Simon Josefsson  <jas@extundo.com>
12896         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
12897
12898         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
12899         'cite from g-a-wash-types.
12900         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
12901         (gnus-article-hide-citation): Fix.
12902
12903         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
12904         character.
12905         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
12906
12907         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
12908         definition.
12909         (gnus-signature-toggle): Toggle `s' mode line character.
12910
12911         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
12912         doing stuff that clears it.
12913
12914 2001-10-12  Simon Josefsson  <jas@extundo.com>
12915
12916         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
12917         From Eric Marsden <emarsden@laas.fr>.
12918
12919 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12920
12921         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
12922         (autoload): Add some autoloads.
12923
12924 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12925         Suggested by Oliver Scholz <epameinondas@gmx.de>.
12926
12927         * message.el (message-do-auto-fill): New function.  Like
12928         `do-auto-fill' but don't fill when in the message header.
12929         (message-setup-1): Put a text property on the message header.
12930         (message-setup-fill-variables): Use `message-do-auto-fill'.
12931
12932 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12933
12934         * message.el (message-send-mail-partially): Insert an empty line
12935         first, because of the change of message-make-lines.
12936
12937 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
12938
12939         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
12940         iso-8859-15, make it an alias for iso-8859-1.
12941
12942 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12943
12944         * message.el (message-send-news): Don't modify the value of
12945         `message-syntax-checks' if it is not a list (possibly it is
12946         `dont-check-for-anything-just-trust-me').
12947
12948 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12949
12950         * gnus-group.el (gnus-group-name-charset-group-alist): Use
12951         `find-coding-system' for XEmacs to check whether the coding-system
12952         `utf-8' is available.
12953
12954 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12955
12956         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
12957
12958 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
12959
12960         * message.el (message-send-news): Oops, missed case with no
12961         "Followup-To" header...
12962
12963 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
12964
12965         * message.el (message-send-news): Allow
12966         `gnus-group-name-charset-group-alist' to affect encoding of the
12967         "Newsgroups" and "Followup-To" headers.
12968
12969 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12970
12971         * Makefile.in (install-el): Depend on gnus-load.el.
12972
12973 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12974
12975         * Makefile.in (install-el): Use -f.
12976         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
12977
12978 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
12979
12980         * message.el (message-send-news): Don't encode Followups-To when
12981         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
12982
12983         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
12984         header.
12985
12986         * gnus-art.el (article-decode-group-name): Also decode
12987         "Followup-To".
12988
12989         * rfc2047.el (rfc2047-encode-message-header): Encode without
12990         asking for null methods.
12991
12992         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
12993         default charset for newsgroup names in accordance with USEFOR.
12994
12995         * gnus-group.el (gnus-group-name-charset-method-alist,
12996         gnus-group-name-charset-group-alist): Removed "*" from doc
12997         strings, "*" should not be used for complex variables.
12998
12999 2001-10-06  Simon Josefsson  <jas@extundo.com>
13000
13001         Support UTF-8 group names better.
13002
13003         * message.el (message-check-news-header-syntax): Encode group
13004         names before comparison.
13005
13006         * gnus-msg.el (gnus-copy-article-buffer): Run all
13007         `gnus-article-decode-hook's except `article-decode-charset'
13008         instead of hardcoding call to one of them.
13009
13010         * gnus-art.el (gnus-article-decode-hook): Add
13011         `article-decode-group-name'.
13012         (article-decode-group-name): New function, use `g-d-n'.
13013
13014         * gnus-group.el (gnus-group-insert-group-line): Decode
13015         gnus-tmp-group using `g-d-n'.
13016
13017         * gnus-util.el (gnus-decode-newsgroups): New function.
13018
13019 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
13020
13021         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
13022         `gnus-group-name-charset-group-alist'.
13023
13024 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13025
13026         * Makefile.in: Install el in install. Add uninstall.
13027
13028 2001-10-05  Simon Josefsson  <jas@extundo.com>
13029
13030         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
13031
13032         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
13033
13034         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
13035         empty folders.
13036
13037         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
13038         limiting if read-all (C-u RET) was used.
13039
13040 2001-10-04  Simon Josefsson  <jas@extundo.com>
13041
13042         * mail-source.el (mail-source-movemail-program): New variable.
13043         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
13044         <thutt@thutt.vmware.com>.
13045
13046 2001-10-03  Simon Josefsson  <jas@extundo.com>
13047
13048         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
13049         (gnus-summary-line-format-alist): Fix param.
13050
13051 2001-10-02  Simon Josefsson  <jas@extundo.com>
13052
13053         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
13054         don't go through `nnimap-request-expire-articles' to delete the
13055         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
13056
13057 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13058
13059         * gnus-agent.el (gnus-agent-write-active): The min in the
13060         agent/active may be larger than that in the server/active.
13061
13062 2001-10-01  Simon Josefsson  <jas@extundo.com>
13063
13064         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
13065         is IMAP4rev1.
13066
13067         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
13068
13069         * nnfolder.el: Ditto.
13070
13071 2001-09-30  Dan Christensen  <jdc@uwo.ca>
13072
13073         * gnus-sum.el (gnus-summary-extract-address-component): New function.
13074         (gnus-summary-from-or-to-or-newsgroups): Optimize.
13075
13076 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13077
13078         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
13079         (message-mode-menu): Menu item for same.
13080
13081         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
13082         delayed articles.
13083
13084         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
13085         nndraft:delayed does not exist.
13086         (gnus-delay-initialize): Don't set up keymap, that's done from
13087         message.el now.
13088         (gnus-delay, gnus-delay-group, gnus-delay-header)
13089         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
13090
13091 2001-09-29  Simon Josefsson  <jas@extundo.com>
13092
13093         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
13094         utf-8, not eight-bit-control.
13095
13096         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
13097         (imap-log, imap-debug): Custom.
13098         (imap-log-buffer, imap-debug-buffer): New constants.
13099         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
13100         (imap-network-open, imap-shell-open, imap-starttls-open)
13101         (imap-send-command-1, imap-send-command, imap-arrival-filter)
13102         (imap-debug): Use imap-*-buffer.
13103
13104         * nndoc.el (nndoc-article-type): Add mailman.
13105         (nndoc-type-alist): Ditto.
13106         (nndoc-mailman-type-p): New function.
13107
13108 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13109
13110         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
13111         gnus-art.el.
13112
13113 2001-09-27  Simon Josefsson  <jas@extundo.com>
13114
13115         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
13116         (gnus-topic-catchup-articles): New function. Suggested by Robin
13117         S. Socha <robin-dated-1001857693.185e29@socha.net>.
13118
13119 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13120         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
13121
13122         * gnus-ems.el (gnus-article-display-xface): Insert xface after
13123         previous ones.
13124
13125 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13126         From Daiki Ueno  <ueno@unixuser.org>
13127
13128         * gnus-sum.el (gnus-summary-show-article): The arglist of
13129         detect-coding-region is incompatible.
13130
13131 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13132         From Katsuhiro Hermit Endo <hermit@koka-in.org>
13133
13134         * gnus-group.el (gnus-group-delete-group): Typo.
13135
13136 2001-09-26  Simon Josefsson  <jas@extundo.com>
13137
13138         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
13139
13140         * nnimap.el (nnimap-expiry-target): Use temp buffer.
13141
13142 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13143
13144         * gnus-cus.el (gnus-group-parameters): Display as sexp.
13145
13146 2001-09-22  Simon Josefsson  <jas@extundo.com>
13147
13148         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
13149
13150         * nnfolder.el (nnfolder-open-marks): Ditto.
13151
13152         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
13153         (gnus-update-marks): Use it.
13154         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
13155         hardcoded list.
13156
13157         * gnus.el (gnus-article-special-mark-lists): Add killed.
13158         (gnus-article-unpropagated-mark-lists): New constant.
13159
13160 2001-09-22  Simon Josefsson  <jas@extundo.com>
13161
13162         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
13163         custom option.
13164
13165 2001-09-23  Simon Josefsson  <jas@extundo.com>
13166
13167         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
13168
13169 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13170
13171         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
13172
13173 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
13174
13175         * gnus-group.el (gnus-group-sort-function): Fix customize type to
13176         accept lists of functions.
13177
13178 2001-09-20  Simon Josefsson  <jas@extundo.com>
13179
13180         * gnus-group.el (gnus-group-catchup): Update expire marks in
13181         backend.  Also, if ALL also set expire marks on tick/dormant.
13182
13183 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13184
13185         * message.el (message-tab-body-function): New variable.
13186         * message.el (message-tab): Use it.
13187
13188 2001-09-19  Sam Steingold  <sds@gnu.org>
13189
13190         * gnus-win.el (gnus-buffer-configuration): Respect
13191         `gnus-bug-create-help-buffer'.
13192
13193 2001-09-18  Simon Josefsson  <jas@extundo.com>
13194
13195         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
13196         (gnus-parse-simple-format): Re-revert.
13197
13198 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
13199         Trivial patch.
13200
13201         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
13202         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
13203
13204 2001-09-18  Simon Josefsson  <jas@extundo.com>
13205
13206         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
13207         signed.
13208         (gnus-parse-simple-format): Don't use it.
13209
13210 2001-09-17  Miles Bader  <miles@gnu.org>
13211
13212         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
13213         error querying a backend abort the whole process.
13214
13215 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13216
13217         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
13218         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
13219
13220 2001-09-17  Didier Verna  <didier@xemacs.org>
13221
13222         * nndiary.el: version 0.2-b14.
13223         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
13224         compatibility problem with XEmacs 21.1.
13225
13226 2001-09-15  Simon Josefsson  <jas@extundo.com>
13227
13228         * gnus-group.el (gnus-group-line-format): Document %c.
13229
13230         * nnml.el (nnml-parse-head): Handle CRLF files.
13231         (nnml-generate-nov-file): Ditto.
13232         (nnml-retrieve-headers): Ditto.
13233
13234 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
13235
13236         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
13237
13238 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
13239
13240         * gnus-spec.el (gnus-correct-substring): Still stopped one
13241         character before we wanted (never included last character).
13242         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
13243         add missing "," (once per function)
13244
13245 2001-09-14  Simon Josefsson  <jas@extundo.com>
13246
13247         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
13248         (otherwise e.g. gnus-agentize in .gnus overrides the customized
13249         default before gnus-group is loaded and the variable set.)
13250
13251         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
13252         killed or unsent marks.
13253
13254         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
13255         isn't an article to set it on (e.g. when you `a' in a group).
13256
13257 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13258
13259         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
13260         can read e-mails from Microsoft Outlook users not using ISO
13261         8859-2 character set.
13262
13263 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13264
13265         * gnus-diary.el: Minor modifications to avoid warnings.
13266         (gnus-summary-misc-menu): defvar.
13267         (gnus-diary-check-message): Use gnus-point-at-eol.
13268         (gnus-diary-kill-entire-line): eval-and-compile.
13269
13270 2001-09-12  Didier Verna  <didier@xemacs.org>
13271
13272         * nndiary.el: new version (0.2-b13).
13273         * nndiary.el (nndiary-mail-sources): doc update.
13274         * nndiary.el (nndiary-split-methods): ditto.
13275         * nndiary.el (nndiary-request-accept-article-hooks): New.
13276         * nndiary.el (nndiary-request-accept-article): use it, check
13277         message validity.
13278         * nndiary.el (nndiary-get-new-mail): changed default to nil.
13279         * nndiary.el (nndiary-schedule): fix bug (misplaced
13280         condition-case): it didn't return nil on error.
13281         * gnus-diary.el: new version.
13282         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
13283         * gnus-diary.el (gnus-diary-header-value-history): New.
13284         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
13285         * gnus-diary.el (gnus-diary-add-header): New.
13286         * gnus-diary.el (gnus-diary-check-message): New.
13287         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
13288         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
13289
13290 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13291
13292         * gnus-sum.el (gnus-select-newsgroup): Make
13293         `gnus-current-select-method' buffer-local.
13294
13295         * gnus-art.el (gnus-request-article-this-buffer): Refer
13296         `gnus-current-select-method' in the current summary buffer.
13297
13298 2001-09-10  Simon Josefsson  <jas@extundo.com>
13299         From Daniel Pittman <daniel@rimspace.net>
13300
13301         * gnus-spec.el (gnus-correct-pad-form): Fix.
13302
13303 2001-09-09  Simon Josefsson  <jas@extundo.com>
13304
13305         * mm-decode.el (mm-inline-media-tests): Add
13306         application/x-emacs-lisp.
13307         (mm-attachment-override-types): Add
13308         application/{x-,}pkcs7-signature.
13309
13310         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
13311         (gnus-server-line-format, gnus-server-mode-line-format)
13312         (gnus-server-browse-in-group-buffer): Customize.
13313
13314 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13315
13316         * nnml.el (nnml-marks-changed-p): Typo.
13317         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
13318         (nnml-marks-changed-p): Use gnus-gethash.
13319         (nnml-marks-modtime): Use gnus-make-hashtable.
13320
13321         * nnfolder.el (nnfolder-marks-changed-p): Typo.
13322         (nnfolder-request-expire-articles, nnfolder-save-marks)
13323         (nnfolder-open-marks): Typo.
13324         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
13325         (nnfolder-marks-changed-p): Use gnus-gethash.
13326         (nnfolder-marks-modtime): Use gnus-make-hashtable.
13327
13328 2001-09-08  Simon Josefsson  <jas@extundo.com>
13329
13330         * nnfolder.el (nnfolder-marks-modtime): New variable.
13331         (nnfolder-marks-changed-p): New function.
13332         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
13333         (nnfolder-request-update-info): Don't update if marks didn't change.
13334
13335         * nnml.el (nnml-marks-modtime): New variable.
13336         (nnml-marks-changed-p): New function.
13337         (nnml-save-marks, nnml-open-marks): Save modtime.
13338         (nnml-request-update-info): Don't update if marks didn't change.
13339
13340         * gnus-agent.el (gnus-agent-any-covered-gcc)
13341         (gnus-agent-add-server, gnus-agent-remove-server): Use
13342         gnus-agent-method-p.
13343
13344         * gnus-art.el (gnus-buttonized-mime-types): New variable.
13345         (gnus-unbuttonized-mime-type-p): Use it.
13346
13347         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
13348         fetch group.
13349
13350 2001-09-08  Simon Josefsson  <jas@extundo.com>
13351         From Daniel Pittman <daniel@rimspace.net>
13352
13353         * gnus-spec.el (gnus-correct-pad-form): New function.
13354         (gnus-parse-simple-format): Use it.
13355
13356 2001-09-07  Simon Josefsson  <jas@extundo.com>
13357
13358         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
13359         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
13360         Putnam <reader@newsguy.com>.
13361         (gnus-group-sort-selected-groups): Touch dribble file.
13362
13363 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
13364
13365         * nnml.el (nnml-filenames-are-evil): New variable.
13366         (nnml-article-to-file-alist): Rename to ...
13367         (nnml-current-group-article-to-file-alist): ... this.
13368         Respect `nnml-filenames-are-evil'.
13369         (nnml-active-number): Update.
13370         (nnml-update-file-alist): Update.
13371         (nnml-request-article): Use nnheader-article-to-file-alist.
13372         (nnml-request-rename-group): Likewise.
13373
13374 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * gnus-sum.el (gnus-summary-insert-line): Fix.
13377
13378 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
13379
13380         * gnus-sum.el: Bind g-s-t-s to "W g".
13381         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
13382         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
13383         display of graphical smilies.
13384
13385 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13386
13387         * gnus-start.el (gnus-setup-news): A typo.
13388         From Bill White <billw@wolfram.com>.
13389
13390 2001-09-06  Simon Josefsson  <jas@extundo.com>
13391
13392         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
13393         and unseen marks.
13394
13395 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13396
13397         * nnmail.el (nnmail-split-fancy): Document `junk'.
13398
13399 2001-09-04  Simon Josefsson  <jas@extundo.com>
13400
13401         * imap.el (imap-search): Don't error if server is broken.
13402
13403 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
13404
13405         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
13406         searching for an article that isn't in the mbox.
13407
13408 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13409
13410         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
13411         right, and get all the comments.
13412
13413 2001-09-02  Simon Josefsson  <jas@extundo.com>
13414         Suggested by Dan Christensen <jdc+news@uwo.ca>
13415
13416         * nnfolder.el (nnfolder-request-update-info): Fix message.
13417
13418         * nnml.el (nnml-request-update-info): Ditto.
13419
13420 2001-09-01  Simon Josefsson  <jas@extundo.com>
13421
13422         * nnml.el (nnml-request-expire-articles): Also bind
13423         `nnml-current-group' and `nnml-article-file-alist' when using
13424         expiry-target. (Otherwise nnml will be in a inconsistent internal
13425         state causing all kind of problems.)
13426         (nnml-request-expire-articles): If `nnml-article-to-file' or
13427         `file-attributes' failes, return article as un-expirable instead
13428         of treating it as expired.
13429
13430 2001-08-31  Sam Steingold  <sds@gnu.org>
13431
13432         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
13433         typo: `exmine' --> `examine'.
13434
13435 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13436
13437         * nndoc.el (nndoc-forward-type-p): It is not a digest.
13438
13439 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13440
13441         * nnml.el (nnml-check-directory-twice): Remove.
13442         (nnml-retrieve-headers): Ditto.
13443         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
13444
13445 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13446
13447         * nnheader.el (nnheader-directory-files-is-safe): No need to read
13448         directory twice on Windows, or on GNU Emacs-21.
13449
13450 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13451
13452         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
13453         (nnml-request-rename-group): Ditto.
13454         (nnml-active-number): Ditto.
13455         (nnml-request-create-group): Use nnml-directory-articles.
13456         (nnml-request-expire-articles): Use nnml-directory-articles, which
13457         gets list from nov database if available.
13458         (nnml-get-nov-buffer): New function.
13459         (nnml-open-nov): Use it.
13460         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
13461         gets alist from nov database if available.
13462         (nnml-directory-articles): New function.
13463         (nnml-article-to-file-alist): New function.
13464
13465 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13466
13467         * mm-decode.el (mm-display-external): Use `name' as filename, if
13468         `filename' attribute is not present.
13469
13470 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13471
13472         * mail-source.el (mail-source-flash): New defcustom.
13473         (mail-source-new-mail-p): Ring visible bell if appropriate.
13474         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
13475         timer is cleared even if mail check signals an error.
13476
13477 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13478
13479         * gnus-sum.el (gnus-summary-move-article): Only update marks of
13480         type 'list.
13481
13482 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13483
13484         * flow-fill.el (fill-flowed): eol might be point-max.
13485
13486 2001-08-27  Simon Josefsson  <jas@extundo.com>
13487
13488         * nnml.el (nnml-request-update-info): Fix message.
13489         (nnml-open-marks): Ditto.
13490
13491         * nnfolder.el (nnfolder-request-update-info):
13492         (nnfolder-open-marks): Fix message.
13493
13494 2001-08-25  Simon Josefsson  <jas@extundo.com>
13495
13496         * nnfolder.el (nnfolder-save-marks): Don't create directory named
13497         after group in ~/.
13498
13499 2001-08-25  Simon Josefsson  <jas@extundo.com>
13500         From Andreas Jaeger  <aj@suse.de>
13501
13502         * nnfolder.el (nnfolder-open-marks): Fix typo.
13503         * nnml.el (nnml-open-marks): Likewise.
13504
13505 2001-08-25  Simon Josefsson  <jas@extundo.com>
13506
13507         Make nnfolder groups self-contained as far as marks are concerned.
13508
13509         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
13510         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
13511         (nnfolder-open-server): Make marks directory.
13512         (nnfolder-request-delete-group): Delete marks file.
13513         (nnfolder-request-delete-group): Check of nov/marks file exist
13514         before deleting.
13515         (nnfolder-request-rename-group): Rename marks file.
13516         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
13517         (nnfolder-request-set-mark, nnfolder-request-update-info)
13518         (nnfolder-group-marks-pathname, nnfolder-save-marks)
13519         (nnfolder-open-marks): New functions.
13520         (top-level): Require gnus.
13521
13522 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13523
13524         * nnweb.el (nnweb-type-definition): Use google raw file.
13525         (nnweb-google-parse-1): Ditto.
13526         (nnweb-google-identity): Ditto.
13527         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
13528         (nnweb-altavista-wash-article): Ditto.
13529         (nnweb-request-article): Remove nnweb-decode-entities.
13530
13531         * nnml.el: Require 'gnus.
13532
13533 2001-08-25  Simon Josefsson  <jas@extundo.com>
13534
13535         * nnml.el (nnml-marks-is-evil): Add doc.
13536
13537 2001-08-25  Simon Josefsson  <jas@extundo.com>
13538
13539         * nnml.el (nnml-save-marks): Wrap saving marks in a
13540         condition-case, to allow user to start Gnus if saving marks failed
13541         for some reason.
13542
13543 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13544
13545         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
13546
13547         * gnus-group.el (gnus-update-group-mark-positions): Bind
13548         gnus-group-update-hook to nil.
13549
13550 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13551
13552         * mml.el (mml-generate-mime-1): Force as multibyte string.
13553
13554 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13555
13556         * gnus-sum.el (gnus-summary-insert-line)
13557         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
13558         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
13559
13560         * gnus-spec.el (gnus-correct-substring): Take optional END.
13561
13562         * nnrss.el (nnrss-request-article): Remove \n.
13563         (nnrss-retrieve-headers): Lines number is -1.
13564
13565 2001-08-24  Simon Josefsson  <jas@extundo.com>
13566
13567         * gnus-group.el (gnus-info-clear-data): Call
13568         nnfoo-request-set-mark to propagate marks.  Fix bug:
13569         `gnus-group-update-line' doesn't update read range unless we call
13570         `gnus-get-unread-articles-in-group' first.
13571
13572         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
13573         to server.
13574
13575 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13576
13577         * gnus-util.el (gnus-create-info-command): Return an interactive
13578         function.
13579
13580 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13581         From Katsumi Yamaoka <yamaoka@jpl.org>
13582
13583         * gnus-spec.el (gnus-parse-complex-format): Use equal.
13584
13585 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13586
13587         * gnus-sum.el (gnus-select-newsgroup): Use it.
13588
13589         * gnus-util.el (gnus-not-ignore): New function.
13590
13591         * lpath.el (featurep): Don't fbind char-int.
13592
13593         * gnus-util.el (gnus-create-info-command): New function.
13594
13595         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
13596         right node.
13597
13598         * gnus-sum.el (gnus-select-newsgroup): Clean up.
13599         (gnus-summary-limit-children): Use 'identity instead of `all'.
13600         (gnus-summary-limit-to-display-predicate): New command and
13601         keystroke.
13602
13603 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13604
13605         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
13606
13607         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
13608
13609 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13610
13611         * gnus-spec.el: Add the Gnus version.
13612         (gnus-update-format-specifications): If the Gnus version changes,
13613         nix out the format spec cache.
13614
13615         * gnus.el (gnus-continuum-version): Made into a command and
13616         optionalize the VERSION.
13617
13618         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
13619         the start of the lines.
13620
13621 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13622
13623         * gnus.el (gnus-visual-p): Define function before use of
13624         function.
13625
13626 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13627
13628         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
13629         (gnus-article-mark-to-type): New function.
13630         (gnus-update-missing-marks): Only update marks of type 'list.
13631
13632         * gnus.el (gnus-article-special-mark-lists): New variable.
13633
13634 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13635
13636         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
13637         (gnus-select-newsgroup): Still use 'all.
13638         (gnus-summary-initial-limit): Comparing with 'all.
13639
13640 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13641
13642         * gnus-start.el (gnus-activate-group): If dont-check, don't update
13643         active.
13644
13645 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13646
13647         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
13648         nnslashdot-*-retrieve-headers.
13649         (nnslashdot-request-article): Fix for slashcode 2.2.
13650         (nnslashdot-make-tuple): New function.
13651         (nnslashdot-read-groups): Use it.
13652
13653 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13654
13655         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
13656         list.
13657
13658         * gnus-sum.el (gnus-summary-move-article): Don't select article.
13659
13660 2001-08-20  Simon Josefsson  <jas@extundo.com>
13661
13662         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
13663         opened, error instead of continuing (and exploding later).
13664
13665 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13666
13667         * gnus.el (gnus-expand-group-parameters): Return the parameter
13668         list.
13669
13670         * gnus-sum.el (gnus-summary-show-article): Doc fix.
13671         (gnus-summary-show-article): Guess at charset if required.
13672
13673         * gnus-spec.el (gnus-correct-substring): Stopped one character
13674         before we wanted.
13675
13676 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13677
13678         * earcon.el (earcon-auto-play): Remove unused option.
13679
13680 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13681
13682         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
13683         message down in levels, since it happens very fast.
13684
13685         * smiley-ems.el (smiley-update-cache): Respect the symbol version
13686         of smiley-regexp-alist.
13687
13688         * mm-view.el (mm-inline-text): Ignore vcard errors.
13689
13690         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
13691
13692         * gnus-score.el (gnus-all-score-files): Use append instead of
13693         nconc.
13694
13695         * gnus.el (gnus-splash-face): Doc fix.
13696
13697         * mm-decode.el (mm-mailcap-command): Use
13698         mm-path-name-rewrite-functions.
13699         (mm-path-name-rewrite-functions): New variable.
13700
13701         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
13702         (gnus-complex-form-to-spec): Insert tab.
13703         (gnus-spec-tab): New function.
13704
13705         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
13706         entering the group.
13707
13708         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
13709         the positional spec.
13710         (gnus-parse-complex-format): React to %C.
13711
13712         * gnus-ems.el (gnus-char-width): Moved here.
13713
13714         * gnus-sum.el (gnus-select-newsgroup): Set
13715         gnus-newsgroup-articles.
13716         (gnus-unseen-mark): New variable.
13717         (gnus-newsgroup-unseen): Ditto.
13718         (gnus-newsgroup-seen): Ditto.
13719         (gnus-adjust-marked-articles): Use them.
13720         (gnus-update-marks): Use them.
13721         (gnus-summary-update-secondary-mark): Display.
13722         (gnus-summary-prepare-threads): Display.
13723
13724         * gnus-msg.el (gnus-inews-group-method): Use and return the
13725         method, not the server.
13726
13727 2001-08-19  Simon Josefsson  <jas@extundo.com>
13728
13729         * gnus-srvr.el (gnus-server-agent-face): New.
13730         (gnus-server-agent-face): New.
13731         (gnus-server-mode): Turn on font-lock-mode.
13732
13733         * gnus.el (gnus-server-visual): Add defgroup.
13734
13735 2001-08-19  Simon Josefsson  <jas@extundo.com>
13736         From Joe Casadonte <jcasadonte@northbound-train.com>
13737
13738         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
13739         gnus-server-denied-face): New.
13740         (gnus-server-opened-face, gnus-server-closed-face,
13741         gnus-server-denied-face): New.
13742         (gnus-server-font-lock-keywords): Add.
13743
13744 2001-08-19  Simon Josefsson  <jas@extundo.com>
13745
13746         * nnml.el (nnml-request-set-mark): Return nil.
13747         (nnml-save-marks): Use nnml-possibly-create-directory.
13748         (nnml-open-marks): Only work in temp buffer when inserting/reading
13749         .marks file.
13750
13751 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13752
13753         * gnus.el (gnus-expand-group-parameters): Fix.
13754
13755         * gnus-spec.el (gnus-char-width): New function.
13756         (gnus-correct-substring, gnus-correct-length): Use it.
13757
13758         * message.el (message-required-mail-headers): Fix doc.
13759
13760 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13761
13762         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
13763
13764         * mm-decode.el (mm-save-part-to-file): Insert the handle.
13765
13766 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13767
13768         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
13769         slashdot 2.2 (not fully fixed yet).
13770         (nnslashdot-request-article): Ditto.
13771
13772 2001-08-18  Simon Josefsson  <jas@extundo.com>
13773
13774         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
13775         nnimap.
13776
13777         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
13778         gnus-util.
13779         (nnimap-request-update-info-internal): Use new functions.
13780
13781         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
13782         new functions.
13783
13784 2001-08-18  Simon Josefsson  <jas@extundo.com>
13785
13786         Make nnml groups self-contained as far as marks are concerned.
13787
13788         * nnml.el (nnml-request-delete-group): Delete marks file.
13789         (nnml-request-rename-group): Move marks file.
13790         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
13791         variables.
13792         (nnml-request-set-mark, nnml-request-update-info): New server
13793         functions.
13794         (nnml-save-marks, nnml-open-marks): New functions.
13795
13796 2001-08-18  Simon Josefsson  <jas@extundo.com>
13797
13798         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
13799         `set' when setting marks.
13800
13801 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13802
13803         * gnus.el (gnus-info-find-node): Take an argument.
13804
13805         * gnus-art.el (gnus-button-handle-info): New function.
13806         (gnus-url-unhex-string): Replace "+" with " ".
13807
13808 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13809
13810         * message.el (message-check-news-header-syntax): Check bad From.
13811
13812 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13813
13814         * gnus-spec.el (gnus-correct-length): New function.
13815         (gnus-correct-substring): New function.
13816         (gnus-tilde-max-form): Use it.
13817
13818 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
13819
13820         * nnmh.el: Docstring changes as below.
13821
13822         * nnml.el: Docstring changes as below.
13823
13824         * nnbabyl.el: Docstring changes as below.
13825
13826         * nnmbox.el: Docstring changes as below.
13827
13828         * nnfolder.el: Added docstrings identifying each virtual server
13829         parameter.
13830
13831 2001-08-18  Simon Josefsson  <jas@extundo.com>
13832
13833         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
13834
13835 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
13836
13837         * message.el: rename "Abort Message" to "Postpone Message".
13838         Remove "Attach file as MIME" from Message menu, it's already in
13839         the MIME menu.
13840
13841 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13842
13843         * smime.el (smime-point-at-eol): eval-and-compile.
13844         (smime-make-temp-file): New function.
13845         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
13846         Use it.
13847
13848 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13849
13850         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
13851         (gnus-agent-summary-fetch-group): New command and keystroke.
13852
13853         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
13854         (gnus-mime-display-security): Make it respect
13855         gnus-unbuttonized-mime-type-p.
13856
13857         * gnus-sum.el (gnus-articles-to-read): Comments.
13858         (gnus-article-marked-p): New function.
13859         (gnus-summary-display-make-predicate): New function.
13860         (gnus-select-newsgroup): Use them.
13861
13862         * mm-decode.el (mm-save-part-to-file): Made it not error.
13863
13864 2001-08-17  Simon Josefsson  <jas@extundo.com>
13865
13866         * imap.el (imap-wait-for-tag): If process-status isn't open or
13867         run, return nil instead of sit-for looping.
13868
13869 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13870
13871         * lpath.el (featurep): fbind xml-parse-region.
13872
13873         * gnus.el (gnus-message-archive-method): Default to "archive".
13874         (gnus-message-archive-method): Doc fix.
13875         (gnus-parameters-get-parameter): Cleaned up.
13876         (gnus-expand-group-parameter): New function.
13877
13878         * gnus-start.el (gnus-setup-news): Push the archive server only
13879         the server list.
13880
13881         * mml.el (mml-menu): Changed name to "Attachments".
13882
13883         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
13884         when there is something to detroy.
13885
13886 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13887
13888         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
13889         nil.
13890
13891 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13892
13893         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
13894         which specifies a time today or tomorrow.
13895
13896 2001-08-15  Simon Josefsson  <jas@extundo.com>
13897         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
13898
13899         * gnus-agent.el (gnus-agent-make-mode-line-string)
13900         (gnus-agent-toggle-plugged): Use new API.
13901
13902 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13903
13904         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
13905         deadline has expired.
13906
13907 2001-08-12  Simon Josefsson  <jas@extundo.com>
13908         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
13909
13910         Support `recent' mark indicating newly arrived messages (to
13911         separate from old but unread messages).
13912
13913         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
13914         `nnmail-split-history' if recent is > 0.
13915         (nnimap-request-update-info-internal): Update `recent' marks.
13916         (nnimap-request-set-mark): Never set `recent' marks.
13917         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
13918         recent.
13919
13920         * gnus-sum.el (gnus-recent-mark): New mark.
13921         (gnus-newsgroup-recent): New variable.
13922         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
13923         (gnus-summary-prepare-threads): Mark recent articles.
13924         (gnus-summary-add-mark): Support recent.
13925         (gnus-summary-update-secondary-mark): Support recent.
13926
13927         * gnus.el (gnus-article-mark-lists): Add recent.
13928
13929 2001-08-12  Simon Josefsson  <jas@extundo.com>
13930
13931         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
13932         whether successful decoding took place.  Add doc.
13933
13934 2001-08-12  Simon Josefsson  <jas@extundo.com>
13935         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
13936
13937         * gnus.el (gnus-summary-line-format, gnus-parameters):
13938         * gnus-gl.el (gnus-summary-grouplens-line-format):
13939         * gnus-salt.el (gnus-summary-pick-line-format):
13940         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
13941
13942 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
13943         Committed by Kai Gro\e,b_\e(Bjohann.
13944
13945         * gnus-score.el (gnus-score-string): Fix `match' regexp
13946         for `extra' header case.
13947
13948 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13949
13950         * nnmbox.el (nnmbox-read-mbox): No warning.
13951
13952 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13953
13954         * nndoc.el (nndoc-article-type): Fix doc.
13955         (nndoc-generate-article-function): New variable.
13956         (nndoc-dissection-function): New variable.
13957         (nndoc-type-alist): Add oe-dbx.
13958         (nndoc-oe-dbx-type-p): New function.
13959         (nndoc-oe-dbx-dissection): New function.
13960         (nndoc-oe-dbx-generate-article): New function.
13961
13962 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13963
13964         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
13965         whether deadline has been reached.  Patch from Dan Nicolaescu
13966         <dann@godzilla.ics.uci.edu>.
13967
13968 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13969
13970         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
13971         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
13972         <rintaman@cs.Helsinki.FI>.
13973
13974         * mail-source.el (mail-source-movemail): The error buffer is
13975         modified, but nothing in it.
13976
13977 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13978
13979         * message.el (message-bogus-system-names): New variable.
13980         (message-make-fqdn): Use it.
13981
13982 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13983
13984         * nndraft.el (nndraft-request-group): Use
13985         nndraft-auto-save-file-name.
13986
13987 2001-08-09  Simon Josefsson  <jas@extundo.com>
13988
13989         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
13990         Don't ask whether to decrypt.  Just leave result in buffer (don't
13991         call mm).
13992
13993         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
13994         parts as well.
13995         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
13996         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
13997
13998 2001-08-09  Simon Josefsson  <jas@extundo.com>
13999
14000         * mm-decode.el (mm-insert-part): Return decoding success status.
14001         (mm-save-part-to-file): Error if decoding failed.
14002
14003 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14004
14005         * message.el (message-tab): Use indent-relative.
14006         (message-mode): Don't bind indent-line-function to indent-relative.
14007
14008 2001-08-09  Simon Josefsson  <jas@extundo.com>
14009
14010         * message.el (message-get-reply-headers): Fix string. Suggested by
14011         Christoph Conrad <cc@cli.de>.
14012
14013 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14014
14015         * message.el (message-tab): Use the current value of
14016         indent-line-function.
14017         (message-mode): Bind indent-line-function to indent-relative.
14018
14019 2001-08-08  Simon Josefsson  <jas@extundo.com>
14020
14021         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
14022         whether `imtest' is installed.
14023
14024 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14025         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
14026
14027         * gnus-sum.el (gnus-summary-show-article): Call
14028         gnus-summary-update-secondary-secondary-mark.
14029         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
14030         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
14031
14032 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14033
14034         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
14035
14036         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
14037
14038         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
14039         <gerd@gnu.org>.
14040
14041         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
14042
14043         * gnus-util.el (gnus-output-to-rmail): Ditto.
14044         (gnus-output-to-mail): Ditto.
14045
14046         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
14047
14048 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
14049
14050         * message.el (message-indent-citation): Use
14051         `message-yank-cited-prefix' for empty lines.
14052
14053 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
14054
14055         * message.el (message-indent-citation): Quote only lines starting
14056         with ">" using `message-yank-cited-prefix'.
14057
14058 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
14059         Trivial patch.
14060
14061         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
14062         gnus-cache-fully-p.
14063
14064 2001-08-04  Simon Josefsson  <jas@extundo.com>
14065
14066         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
14067         file if it doesn't exist (by calling gnus-cache-read-active).
14068
14069 2001-08-04  Simon Josefsson  <jas@extundo.com>
14070
14071         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
14072         (gnus-cache-passively-or-fully-p): Removed.
14073         (gnus-cache-fully-p): Fix it.
14074
14075         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
14076
14077 2001-08-04  Simon Josefsson  <jas@extundo.com>
14078
14079         * gnus-cache.el (gnus-cache-fully-p)
14080         (gnus-cache-passively-or-fully-p): New functions.
14081         (gnus-cache-possibly-enter-article): Cosmetic change, use
14082         `g-c-p-o-f-p'.
14083         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
14084         was bogus (`g-c-p-a-a' does not change active info, just change
14085         the functions parameters).
14086         (gnus-cache-possibly-remove-articles-1): Make sure articles are
14087         not removed in groups that match `gnus-uncacheable-groups'.
14088
14089         Reported and modifications based on discussions with Nuutti
14090         Kotivuori <nuutti.kotivuori@smarttrust.com>.
14091
14092 2001-08-04  Simon Josefsson  <jas@extundo.com>
14093         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
14094
14095         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
14096         calls `gnus-cache-update-active' if bounds has been extended.
14097
14098 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14099
14100         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
14101         before remove.
14102         (gnus-mime-security-show-details): Ditto.
14103
14104 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14105
14106         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
14107         syntax.  Protect string-match against nil string and regexp.
14108
14109 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14110
14111         * mm-util.el (mm-find-charset-region): Remove control-1.
14112
14113 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14114
14115         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
14116
14117 2001-08-04  Simon Josefsson  <jas@extundo.com>
14118
14119         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
14120         buffer.  Delete MIME-Version header.
14121
14122 2001-08-03  Simon Josefsson  <jas@extundo.com>
14123
14124         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
14125         that is entered does not necessarily have the highest article
14126         number in the group, so use `gnus-cache-possibly-alter-active'
14127         instead of `gnus-cache-update-active'.
14128
14129 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14130
14131         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
14132
14133 2001-08-03  Simon Josefsson  <jas@extundo.com>
14134
14135         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
14136         menu.
14137
14138 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14139
14140         * gnus.el (post-method): New group parameter.  It also provides
14141         the user option `gnus-post-method-alist' and the internal function
14142         `gnus-parameter-post-method'.
14143
14144         * gnus-msg.el (gnus-post-method): Bind the value of
14145         `gnus-post-method' to the group parameter if it is defined.
14146
14147 2001-08-02  Simon Josefsson  <jas@extundo.com>
14148
14149         * smime.el (smime-extra-arguments): Removed.
14150         (smime-call-openssl-region): Don't use it.
14151
14152 2001-08-02  Simon Josefsson  <jas@extundo.com>
14153
14154         * smime.el (smime-sign-region): Handle stderr.
14155         (smime-encrypt-region): Ditto.
14156
14157         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
14158         match the ASN.1 length bytes.
14159         (mm-pkcs7-enveloped-magic): Ditto.
14160         (mm-view-pkcs7-get-type): Don't regexp quote.
14161
14162 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14163         From Andreas Fuchs <asf@void.at>
14164
14165         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
14166
14167 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14168
14169         * gnus-art.el (gnus-header-button-alist): References regexp.
14170
14171 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
14172
14173         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
14174         already fboundp.  Add INTERACTIVE arg to autoload form.
14175
14176 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14177
14178         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
14179
14180         * nnmail.el (nnmail-cache-open): Ditto.
14181
14182 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14183
14184         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
14185
14186 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14187
14188         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
14189
14190 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14191         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14192
14193         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
14194         (gnus-agent-toggle-plugged): Use it.
14195
14196 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
14197
14198         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
14199         (gnus-ding-file-coding-system): New variable.
14200         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
14201         (gnus-slave-save-newsrc): Use it.
14202
14203 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14204
14205         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
14206         syntax.
14207
14208 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14209         Originally from Andreas Fuchs <asf@void.at>
14210
14211         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
14212         (mml2015-gpg-pretty-print-fpr): New function.
14213         (mml2015-gpg-extract-signature-details): More details, rename from
14214         `m-g-e-from'.
14215         (mml2015-gpg-verify): Use them.
14216         (mml2015-gpg-clear-verify): Use them.
14217
14218 2001-07-31  Simon Josefsson  <jas@extundo.com>
14219
14220         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
14221         buffer when done.
14222
14223 2001-07-30  Simon Josefsson  <jas@extundo.com>
14224
14225         * smime.el (smime-call-openssl-region): Revert previous change,
14226         just pass on buf to `call-process-region'.
14227         (smime-verify-region): Doc fix.  Don't message stuff.  Use
14228         `smime-new-details-buffer'.  Inserts error messages into buffer.
14229         (smime-noverify-region): Ditto.
14230         (smime-decrypt-region): Ditto.  Handles stderr separately.
14231         (smime-verify-buffer, smime-noverify-buffer)
14232         (smime-decrypt-buffer): Doc fix.
14233         (smime-new-details-buffer): New function.
14234         (smime-pkcs7-region, smime-pkcs7-certificates-region)
14235         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
14236         (smime-sign-region, smime-encrypt-region): Don't use
14237         `insert-buffer'.
14238
14239         * mml-smime.el (mml-smime-verify): Fix security button strings.
14240
14241 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14242
14243         * gnus-art.el (gnus-mime-save-part-and-strip): Save
14244         gnus-article-mime-handles.
14245
14246 2001-07-29  Simon Josefsson  <jas@extundo.com>
14247
14248         * mail-source.el (top-level): Require message for message-directory.
14249         (mail-source-directory): Change default to message-directory.
14250
14251         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
14252         (smime-certificate-directory, smime-openssl-program)
14253         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
14254         (smime-extra-arguments): New variable.
14255         (smime-dns-server): Fix customize group.
14256         (smime-call-openssl-region): Use `smime-extra-arguments'.
14257
14258 2001-07-29  Simon Josefsson  <jas@extundo.com>
14259         From Vladimir Volovich <vvv@vsu.ru>
14260
14261         * smime.el (smime-call-openssl-region): Ignore stderr.
14262
14263 2001-07-29  Simon Josefsson  <jas@extundo.com>
14264         From Christoph Conrad <christoph.conrad@gmx.de>
14265
14266         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
14267         file.
14268
14269 2001-07-29  Simon Josefsson  <jas@extundo.com>
14270
14271         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
14272
14273         Support S/MIME decryption.
14274
14275         * mm-decode.el (mm-inline-media-tests):
14276         (mm-inlined-types):
14277         (mm-automatic-display):
14278         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
14279
14280         * mm-view.el (mm-pkcs7-signed-magic):
14281         (mm-pkcs7-enveloped-magic): New variables.
14282         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
14283         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
14284         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
14285         PKCS#7 blobs.
14286
14287         * smime.el (smime-decrypt-region): Expand keyfile.
14288
14289 2001-07-29  Simon Josefsson  <jas@extundo.com>
14290
14291         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
14292         `ssl.el' variables.
14293
14294         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
14295         but line instead of narrowing to it, because `nnmail-parse-active'
14296         calls widen.  Thanks to Christoph Conrad
14297         <christoph.conrad@gmx.de>.
14298
14299 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14300
14301         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
14302         for %B spec.
14303
14304         * gnus-sum.el (gnus-summary-prepare-threads): If
14305         gnus-sum-thread-tree-root is nil, use subject instead.
14306         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
14307         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14308         (gnus-sum-thread-tree-leaf-with-other)
14309         (gnus-sum-thread-tree-single-leaf): Documentation.
14310         (gnus-sum-thread-tree-single-indent): Allow nil.
14311
14312 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14313
14314         * message.el (message-fill-paragraph): Do nothing if the user
14315         wants filladapt-mode.
14316
14317 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14318
14319         * mm-decode.el (mm-image-type-from-buffer): New function.
14320         (mm-get-image): Use it.
14321
14322 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14323
14324         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
14325
14326         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
14327         mm-display-parts too.
14328
14329 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14330
14331         * nnfolder.el (nnfolder-request-accept-article): Bind
14332         nntp-server-buffer.
14333
14334         * nnmail.el (nnmail-parse-active): Read from buffer instead of
14335         nntp-server-buffer.
14336
14337 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14338
14339         * message.el (message-check-news-header-syntax): Use
14340         message-post-method.
14341         (message-send-news): Bind message-post-method.
14342
14343 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14344
14345         * mml.el (mml-tweak-type-alist): New variable.
14346         (mml-tweak-function-alist): New variable.
14347         (mml-tweak-part): New function.
14348         (mml-generate-mime-1): Use it.
14349
14350 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14351
14352         * nnfolder.el (nnfolder-request-accept-article): Replace
14353         nnfolder-request-list.
14354
14355 2001-07-27  Simon Josefsson  <jas@extundo.com>
14356
14357         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
14358         nnoo-change-server failed to do it.
14359
14360 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14361
14362         * gnus.el (gnus-parameters): Make it customizable.
14363
14364 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14365
14366         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
14367
14368         * message.el (message-set-auto-save-file-name): More
14369         poor-system-types.
14370
14371         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
14372
14373         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
14374         supports +.
14375
14376 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14377
14378         * mm-decode.el (mm-readable-p): New function.
14379         (mm-inline-media-tests): Fix the default testers.
14380
14381 2001-07-26  Simon Josefsson  <jas@extundo.com>
14382
14383         * nnimap.el (nnimap-version): Bump version number.
14384
14385 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14386         From Steven E. Harris <seh@speakeasy.org>
14387
14388         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
14389         in M$Windows too.
14390
14391 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14392
14393         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
14394
14395 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14396
14397         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
14398
14399         * mm-decode.el (mm-get-image): Guess then use the type.
14400
14401         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
14402
14403 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
14404
14405         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
14406         display (%B) for threads if threading is off.
14407
14408 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14409         From Henrik Enberg <henrik@enberg.org>
14410
14411         * gnus-msg.el: Customization patch.
14412
14413 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
14414
14415         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
14416         variable.
14417         (nnmail-split-fancy-with-parent): Ignore certain groups.
14418
14419 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14420
14421         * gnus-util.el (gnus-byte-compile): New function.
14422         (gnus-use-byte-compile): New variable.
14423         (gnus-make-sort-function): Use it.
14424
14425         * nnmail.el (nnmail-get-new-mail): Use it.
14426
14427         * gnus-agent.el (gnus-category-make-function): Simple function or
14428         compiled function.
14429         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
14430
14431         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
14432         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
14433         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
14434
14435         * message.el (message-check-news-header-syntax): Remove quote.
14436
14437 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14438
14439         * message.el (message-use-mail-followup-to): `t' is not a
14440         documented value.
14441
14442 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14443
14444         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
14445
14446 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14447
14448         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
14449         there are long lines.
14450
14451 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * dgnushack.el (copy-list): New compiler macro.
14454
14455 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14456
14457         * message.el (message-bounce): If no Return-Path, the whole
14458         content is considered as the original message.
14459
14460         * nnml.el (nnml-check-directory-twice): New variable.
14461         (nnml-article-to-file): Use it.
14462         (nnml-retrieve-headers): Hack it.
14463
14464 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14465
14466         * gnus-win.el (gnus-buffer-configuration): New configure.
14467
14468         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
14469         not alive.
14470
14471         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
14472         (mm-display-external): Use display-term configure.
14473
14474 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14475
14476         * gnus-delay.el (gnus-delay-default-hour): New variable.
14477         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
14478
14479 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14480         From Karl Kleinpaste <karl@charcoal.com>
14481
14482         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
14483         (gnus-summary-prepare-threads): Ditto.
14484
14485         * gnus.el (gnus-summary-line-format): Add %B.
14486
14487 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14488
14489         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
14490
14491         * mm-util.el (mm-string-as-multibyte): New function.
14492
14493         * nnmh.el (nnmh-request-list-1): Encode, not decode!
14494
14495 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14496
14497         * mm-util.el (mm-universal-coding-system): New variable.
14498
14499         * gnus-start.el (gnus-startup-file-coding-system): Use it.
14500
14501         * score-mode.el (score-mode-coding-system): Use it.
14502
14503 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14504
14505         * gnus-start.el (gnus-setup-news): Call
14506         `gnus-check-bogus-newsgroups' just after the native server is
14507         opened.
14508
14509 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14510
14511         * nnmail.el (nnmail-do-request-post): Util function to be used by
14512         `nnchoke-request-post' for all nnmail-derived backends.
14513
14514         * nnml.el (nnml-request-post): Use it.
14515
14516         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
14517         backend, for it groks nnml-request-post.
14518
14519         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
14520         Treat `mail-post' backends like `mail' backends, not like `news'
14521         backends.
14522
14523 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14524
14525         * gnus-msg.el (gnus-setup-message): make-local-hook.
14526
14527 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14528
14529         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
14530         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
14531         <karl@charcoal.com>, slightly changed by Kai.
14532
14533         * message.el (message-check-news-header-syntax): When checking
14534         whether the groups exist, check the right server based on
14535         `gnus-post-method'.
14536
14537 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14538
14539         * gnus-delay.el: New file.
14540
14541 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14542
14543         * mm-util.el (mm-read-coding-system): Take two arguments.
14544
14545         * gnus-sum.el (gnus-summary-show-article): Use
14546         mm-read-coding-system.
14547
14548         * gnus-art.el (article-de-quoted-unreadable):
14549         (article-de-base64-unreadable, article-wash-html):
14550         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
14551
14552 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14553
14554         * nnml.el (nnml-request-post): New function.  Can be used for
14555         annotations in nnml groups.
14556
14557 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14558
14559         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
14560         command.
14561
14562         * gnus-start.el (gnus-find-new-newsgroups): Use
14563         `message-make-date' instead of `current-time-string'.
14564         (gnus-ask-server-for-new-groups): Ditto.
14565         (gnus-check-first-time-used): Ditto.
14566
14567 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14568
14569         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
14570
14571 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
14572
14573         * message.el (message-shorten-references): Change `maxcount' and
14574         `cut' to obey USEFOR draft 5.
14575
14576 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
14577
14578         * gnus-sum.el (gnus-summary-display-arrow): New variable.
14579         (gnus-summary-set-article-display-arrow): New function.
14580         (gnus-summary-goto-subject): Use it.
14581
14582 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14583
14584         * gnus-sum.el (gnus-summary-import-article): Insert date if
14585         doesn't exist.
14586
14587 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14588
14589         * mml.el (mml-content-type-parameters): New variable.
14590         (mml-content-disposition-parameters): New variable.
14591         (mml-insert-mime-headers): Use them.
14592         (mml-parse-1): Accept charset.
14593
14594 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14595
14596         * gnus-group.el (gnus-group-select-group): Doc fix.
14597
14598         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
14599
14600 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14601
14602         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
14603         to handle `define-derived-mode'.
14604
14605 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14606         From:  Stefan Monnier  <monnier@cs.yale.edu>
14607
14608         * message.el (message-mode): Use define-derived-mode.
14609         (message-tab): message-completion-alist.
14610
14611         * imap.el (imap-interactive-login): Use make-local-variable.
14612         (imap-open): Ditto.
14613         (imap-authenticate): Ditto.
14614
14615         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
14616
14617         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
14618
14619 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14620
14621         * message.el (message-citation-line-function): Refer to
14622         gnus-cite-attribution-suffix.
14623
14624 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14625
14626         * gnus-art.el,...: Error convention changes.
14627
14628 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14629
14630         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
14631
14632 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14633
14634         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
14635         (nnrss-read-server-data): Ditto.
14636
14637 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14638
14639         * gnus-setup.el (gnus-use-installed-gnus): Typo.
14640         * Cleanup files.
14641         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
14642
14643 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14644
14645         * gnus.el (gnus-summary-line-format): Add %o.
14646
14647         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
14648         unless shell outputs something.
14649
14650 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14651
14652         * gnus-art.el (gnus-boring-article-headers): Better doc.
14653         (article-hide-headers): Better regexp.
14654         Suggested by Matt Swift <swift@alum.mit.edu>.
14655
14656         * nnheader.el (nnheader-max-head-length): Better doc.
14657         (nnheader-header-value): Skip spaces.
14658         (nnheader-parse-head): Remove space.
14659         Suggested by Matt Swift <swift@alum.mit.edu>.
14660
14661         * gnus-sum.el (gnus-summary-show-raw-article): New function.
14662         (gnus-get-newsgroup-headers): Remove space.
14663
14664 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14665
14666         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
14667         (gnus-summary-reply): Use it.
14668         (gnus-summary-reply-broken-reply-to): New function.
14669         (gnus-msg-force-broken-reply-to): New function.
14670
14671         * mm-view.el (mm-inline-text): Showing as text/plain when error.
14672
14673 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14674
14675         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
14676
14677 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14678
14679         * mm-decode.el (mm-external-terminal-program): New variable.
14680         (mm-display-external): Use it. Use term to display when no
14681         window-system.
14682
14683 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
14684
14685         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
14686         Browse->Next entries to Browse->Prev
14687
14688 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14689
14690         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
14691
14692 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14693
14694         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
14695         for the default encoding.
14696
14697         * nnrss.el (nnrss-url-field): New field.
14698         (nnrss-request-article): Add newsgroups.
14699
14700         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
14701
14702 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14703
14704         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
14705
14706         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
14707         (gnus-draft-setup): Remove backlog.
14708
14709 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14710
14711         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
14712         Cleanup.
14713
14714 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14715
14716         * gnus-msg.el (gnus-bug): Erase buffer.
14717
14718         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
14719
14720 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14721
14722         * mm-decode.el (mm-attachment-override-p): Fix typo.
14723
14724 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
14725
14726         * gnus-kill.el (gnus-execute): Work with the extra headers.
14727         * gnus-sum.el (gnus-summary-execute-command): Ditto.
14728
14729 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14730
14731         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
14732         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
14733
14734         * message.el (message-send-mail-real-function): New variable.
14735         (message-send-mail-partially, message-send-mail):
14736
14737         * nngateway.el (nngateway-request-post): Use it.
14738
14739         * gnus-agent.el (gnus-agentize): Use it.
14740
14741         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
14742         (nnsoup-revert-variables): Use it.
14743
14744 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
14745
14746         * mm-decode.el (mm-inline-media-tests): Default to displaying as
14747         text/plain if the type doesn't match any other media types.
14748         (mm-inlined-types): Doc fix.
14749         (mm-display-inline): Revert previous change (now handled by a
14750         default type in `mm-inline-media-tests'.
14751         (mm-inlinable-p): Revive.
14752         (mm-display-part): Call `mm-inlinable-p'.
14753         (mm-attachment-override-p): Ditto.
14754         (mm-inlined-p): Doc fix.
14755
14756         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
14757         well as `mm-inlined-p'.
14758
14759 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14760
14761         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
14762         (nntp-send-command-and-decode): Use gnus-point-at-bol.
14763
14764 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14765         From  Paul Jarc <prj@po.cwru.edu>
14766
14767         * message.el (message-use-mail-followup-to): New variable.
14768         (message-get-reply-headers): Use it.
14769
14770 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
14771
14772         * nnheader.el (nnheader-init-server-buffer): Make sure the
14773         *nntpd* buffer is made multibyte instead of a random buffer.
14774
14775 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14776
14777         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
14778         when it returns headers.
14779
14780 2001-07-07  Simon Josefsson  <jas@extundo.com>
14781
14782         * rfc2047.el (rfc2047-encode-message-header): Skip header when
14783         trying to fold. Thanks to Colin Walters
14784         <walters@cis.ohio-state.edu>
14785
14786 2001-07-06  Simon Josefsson  <jas@extundo.com>
14787
14788         * imap.el (imap-parse-address-list, imap-parse-flag-list)
14789         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
14790         Add information in `assert's.
14791
14792         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
14793         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
14794         and `nnimap-group-overview-filename', should handle all
14795         change-of-uidvalidity related issues.  But there may be other
14796         problems.)
14797
14798 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
14799
14800         * rfc2047.el (rfc2047-encode-message-header): Don't include the
14801         header name when folding.
14802
14803 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
14804
14805         * mm-decode.el (mm-inlined-types): Document relationship with
14806         `mm-inline-media-tests'.
14807         (mm-display-inline): Default to displaying as plain text if no
14808         inlining handler is available.
14809         (mm-inlinable-p): Remove.
14810         (mm-inlined-p): Don't call `mm-inlinable-p'.
14811         (mm-automatic-display-p): Ditto.
14812         (mm-attachment-override-p): Ditto.
14813
14814 2001-07-04  Simon Josefsson  <jas@extundo.com>
14815
14816         * nnimap.el (nnimap-importantize-dormant): New variable.
14817         (nnimap-request-update-info-internal): Use it.
14818         (nnimap-request-set-mark): Ditto.
14819
14820 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
14821
14822         * nntp.el (nntp-send-command): don't pass a buffer argument to
14823         `point'. Only XEmacs accepts this.
14824         * nntp.el (nntp-send-command-nodelete): ditto.
14825         * nntp.el (nntp-send-command-and-decode): ditto.
14826
14827 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
14828
14829         * nntp.el (nntp-open-connection-function): doc update.
14830         * nntp.el (nntp-pre-command): New.
14831         * nntp.el (nntp-via-rlogin-command): New.
14832         * nntp.el (nntp-via-telnet-command): New.
14833         * nntp.el (nntp-via-telnet-switches): New.
14834         * nntp.el (nntp-via-user-name): New.
14835         * nntp.el (nntp-via-user-password): New.
14836         * nntp.el (nntp-via-address): New.
14837         * nntp.el (nntp-via-envuser): New.
14838         * nntp.el (nntp-via-shell-prompt): New.
14839         * nntp.el (nntp-open-telnet-stream): New.
14840         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
14841         * nntp.el (nntp-open-via-telnet-and-telnet): New.
14842         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
14843         * nntp.el (nntp-send-command): ditto.
14844         * nntp.el (nntp-send-command-nodelete): ditto.
14845         * nntp.el (nntp-send-command-and-decode): ditto.
14846
14847 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
14848         Trivial patch.
14849
14850         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
14851         `when'.
14852
14853 2001-07-03  Simon Josefsson  <jas@extundo.com>
14854         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
14855
14856         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
14857
14858 2001-07-03  Simon Josefsson  <jas@extundo.com>
14859
14860         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
14861         remove it (workaround XEmacs `fill-region' bug).
14862
14863 2001-07-01  Simon Josefsson  <jas@extundo.com>
14864
14865         * nnimap.el (nnimap-date-days-ago): Defeat locale.
14866
14867 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14868
14869         * mml2015.el (mml2015-format-error): New function.
14870         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
14871         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
14872         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
14873
14874 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14875
14876         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
14877         Suggested by Christoph Conrad <C.Conrad@cli.de>.
14878
14879         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
14880         group variables.
14881
14882 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14883
14884         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
14885
14886         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
14887         (nnrss-save-group-data): Ditto.
14888
14889         * gnus-agent.el (gnus-agent-save-alist): Ditto.
14890
14891 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14892
14893         * message.el (message-do-send-housekeeping): Narrow to headers.
14894
14895 2001-06-24  Simon Josefsson  <jas@extundo.com>
14896
14897         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
14898         insertion when breaking lines looked for " \t" instead of "[ \t]".
14899         (rfc2047-encode-message-header): Fold lines even if
14900         no QP encoding is done.
14901
14902 2001-06-23  Simon Josefsson  <jas@extundo.com>
14903         From Samuel Tardieu <sam@inf.enst.fr>
14904
14905         * smime.el (smime-keys): Support additional certificates.
14906         (smime-make-certfiles): New function.
14907         (smime-sign-region): Use previous variables.
14908         (smime-get-certfiles): New function.
14909         (smime-sign-buffer): Use it.
14910         (smime-verify-region): Support both CAfile and CApath.
14911
14912 2001-06-23  Simon Josefsson  <jas@extundo.com>
14913
14914         * smime.el (smime-decrypt-region): Perhaps work.
14915
14916 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14917
14918         * gnus-msg.el (gnus-copy-article-buffer): Typo.
14919
14920 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
14921
14922         * mm-decode.el (mm-save-part): Rewrite file name.
14923         (mm-file-name-rewrite-functions): New variable.
14924         (mm-file-name-delete-whitespace): New function.
14925         (mm-file-name-trim-whitespace): New function.
14926         (mm-file-name-collapse-whitespace): New function.
14927         (mm-file-name-replace-whitespace): New variable and function.
14928
14929 2001-06-22  Simon Josefsson  <jas@extundo.com>
14930
14931         * message.el (message-make-date): Workaround locale for weekdays.
14932
14933 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14934
14935         * message.el (message-goto-body): Return nil if not found. (revert!)
14936
14937 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14938         From Fremlin <chief@bandits.org>
14939
14940         * message.el (message-goto-body): Some messages have no header.
14941
14942         * gnus-msg.el (gnus-copy-article-buffer): Use it.
14943
14944 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
14945
14946         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
14947
14948 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14949
14950         * message.el (message-make-date): Add week day.
14951         Suggested by Jason R. Mastaler <jason@mastaler.com>.
14952
14953 2001-06-19  Simon Josefsson  <jas@extundo.com>
14954
14955         * message.el (message-yank-prefix): Doc fix.
14956         (message-yank-cited-prefix): Ditto.
14957         (message-delete-not-region): Keep citation prefix on first line,
14958         if possible and appropriate.
14959
14960 2001-06-19  Simon Josefsson  <jas@extundo.com>
14961
14962         * imap.el (imap-process-connection-type): New variable.
14963         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
14964         recent `imtest's work completely (no line length issues), while
14965         making making old `imtest's unusable.  Thanks to NAGY Andras
14966         <nagya@inf.elte.hu> for his work.
14967
14968 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
14969
14970         * imap.el (imap-ssl-program): Add -quiet to shut up
14971         OpenSSL/SSLeay's internal debug talk.
14972
14973 2001-06-19  Matt Armstrong  <matt@lickey.com>
14974
14975         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
14976         server.
14977
14978 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14979
14980         * nnmail.el (nnmail-article-buffer): New variable.
14981         (nnmail-split-incoming): Use it.
14982
14983 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
14984
14985         * qp.el (quoted-printable-decode-region): If called interactively,
14986         use coding-system-for-read.
14987
14988 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14989
14990         * message.el (message-check-news-header-syntax): Check Reply-To.
14991
14992 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14993
14994         * mml.el (mml-parse-1): Use message options.
14995
14996         * message.el (message-do-fcc): Don't do anything if there is no
14997         FCC.
14998
14999 2001-06-16  Simon Josefsson  <jas@extundo.com>
15000
15001         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
15002         (nnimap-expunge-search-string): New variable.
15003         (nnimap-request-expire-articles): Use it.
15004
15005 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15006
15007         * message.el (message-send-mail-with-qmail): wrong exit status is
15008         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
15009
15010 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15011
15012         * gnus-art.el (article-strip-multiple-blank-lines): Use
15013         delete-region instead of replace-match.
15014
15015 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15016
15017         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
15018         (nnweb-google-wash-article): Ditto.
15019
15020 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
15021
15022         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
15023
15024 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
15027         specs.
15028
15029 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15030
15031         * gnus.el (gnus-email-address): Move it here.
15032
15033         * gnus-art.el (article-de-quoted-unreadable): Read charset if
15034         requested.
15035         (article-de-base64-unreadable): Ditto.
15036         (article-wash-html): Ditto.
15037
15038 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15039
15040         * message.el (message-options-set-recipient): Don't add ", "
15041         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
15042
15043 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15044
15045         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
15046
15047 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15048
15049         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
15050         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
15051
15052         * nnrss.el (nnrss-node-text): Node might be nil.
15053
15054 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15055
15056         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
15057         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
15058
15059         * nnrss.el (nnrss-group-alist): More items.
15060
15061 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15062
15063         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
15064
15065 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15066         Trivial patch from Dale Hagglund  <rdh@best.com>
15067
15068         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
15069         restrict clauses.
15070
15071 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15072
15073         From Benjamin Rutt <brutt+news@bloomington.in.us>
15074
15075         * message.el (message-wide-reply-confirm-recipients): New variable.
15076
15077 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
15078         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
15079
15080         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
15081         fix so it works with XEmacs.
15082
15083 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15084
15085         * nnrss.el (nnrss-retrieve-headers): Support description as extra
15086         headers.
15087
15088 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15089
15090         * nnrss.el: Fix a few bugs.
15091
15092 2001-06-05  Simon Josefsson  <jas@extundo.com>
15093
15094         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
15095         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
15096
15097 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
15098
15099         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
15100         binary so that we don't transmit ISO 2022 garbage to the process.
15101         This is needed under XEmacs.
15102
15103 2001-06-03  Simon Josefsson  <simon@josefsson.org>
15104
15105         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
15106         autoloaded incorrectly below because ssl-program-* is bound.)
15107         Thanks to Amos Gouaux for report.
15108
15109 2001-06-02  Simon Josefsson  <simon@josefsson.org>
15110
15111         * imap.el (imap-kerberos4-open):
15112         (imap-gssapi-open):
15113         (imap-ssl-open):
15114         (imap-network-open):
15115         (imap-shell-open):
15116         (imap-starttls-open): Set buffer to workaround spurious
15117         `accept-process-output' buffer changes.  Thanks to Mats Lidell
15118         <Mats.Lidell@contactor.se> for report and partial patch and Jake
15119         Colman <colman@ppllc.com> for report.
15120
15121 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15122
15123         * gnus-sum.el (gnus-summary-catchup): New argument.
15124         (gnus-summary-catchup-from-here): New function.
15125
15126 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15127
15128         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
15129         back, then insert glyph.  (Before, the glyph was inserted first,
15130         then the newline.)  This works around a behavior in XEmacs where
15131         it is not possible to insert a character after a glyph which is at
15132         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
15133
15134 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15135
15136         From Jaap-Henk Hoepman (jhh@xs4all.nl).
15137
15138         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
15139         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
15140         mm-destroy-postponed-undisplay-list): New functions.
15141         (mm-display-external): Use them.
15142
15143 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15144
15145         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
15146         `default-low' when evaluating `gnus-summary-highlight'.
15147         From Raja R Harinath <harinath@cs.umn.edu>.
15148
15149 2001-05-27  Simon Josefsson  <simon@josefsson.org>
15150
15151         * message.el (message-yank-cited-prefix): New variable.
15152         (message-indent-citation): Use it.
15153
15154         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
15155         as details.
15156         (mml2015-mailcrypt-clear-verify): Ditto.
15157
15158 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15159         From Nevin Kapur <nevin@jhu.edu>.
15160
15161         * gnus-sum.el (gnus-summary-default-high-score,
15162         gnus-summary-default-low-score): New variables.
15163         (gnus-summary-highlight): Use them.
15164
15165 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
15166
15167         * message.el (message-mail): pass the 'send-actions argument to
15168         `message-setup'.
15169
15170 2001-05-16  Simon Josefsson  <simon@josefsson.org>
15171         From Raymond Scholz <ray-2001@zonix.de>
15172
15173         * gnus-art.el (gnus-mime-view-part-as-charset):
15174         (gnus-mime-internalize-part): Doc fixes.
15175
15176 2001-05-11  Simon Josefsson  <simon@josefsson.org>
15177
15178         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
15179         status lines without any text ("^215$").
15180
15181 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15182
15183         * nnrss.el (nnrss-check-group): Reverse.
15184
15185 2001-05-07  Simon Josefsson  <simon@josefsson.org>
15186
15187         * message.el (message-get-reply-headers):
15188         (message-followup): Fix typo, suggested by David Green
15189         <dgreen@uab.edu>
15190
15191 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15192
15193         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
15194
15195         * nnrss.el (nnrss-open-server): Read server data when it is called.
15196         (nnrss-request-expire-articles): Fix.
15197
15198 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15199
15200         * message.el (message-do-send-housekeeping): mail-abbrevs may
15201         rename buffer behind Gnus.
15202
15203 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15204
15205         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
15206         (nnrss-group-alist): Add more resources.
15207         (nnrss-check-group): Ignore errors.
15208
15209 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15210
15211         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
15212
15213         * nnslashdot.el (nnslashdot-request-list): Add time.
15214         (nnslashdot-request-expire-articles): New function.
15215
15216         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
15217         secondary methods too.
15218
15219 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15220
15221         * message.el (message-use-followup-to): Set default value to t.
15222
15223 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
15224
15225         * message.el (message-dont-reply-to-names): Fix documentation.
15226         (message-get-reply-headers): Use Mail-Followup-To only for wide
15227         replies.
15228
15229 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15230
15231         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
15232         correctly.
15233         (nnrss-check-group): Use time.
15234
15235 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15236
15237         * gnus.el: Oort Gnus v0.03 is released.
15238
15239 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15240
15241         * nnultimate.el (nnultimate-topic-article-to-article): Use the
15242         group.
15243
15244 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15245
15246         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
15247
15248 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15249
15250         * nnultimate.el (nnultimate-retrieve-headers): Return all
15251         available headers.
15252
15253         * gnus-sum.el (gnus-read-all-available-headers): New variable.
15254         (gnus-get-newsgroup-headers-xover): Use it.
15255
15256 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15257
15258         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
15259
15260 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15261
15262         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
15263
15264 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15265
15266         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
15267         disable it.
15268
15269         * gnus.el (gnus-info-nodes): Remove a few The's.
15270
15271 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15272
15273         * mail-source.el (mail-source-movemail): Call-process may return a
15274         signal description string.
15275
15276         * gnus-start.el (gnus-read-newsrc-el-file):
15277         gnus-newsrc-file-version may be nil.
15278
15279         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
15280         Suggested by Michael Sperber [Mr. Preprocessor]
15281         <sperber@informatik.uni-tuebingen.de>.
15282
15283 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
15284
15285         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
15286
15287 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
15288
15289         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
15290         fontify HANDLE.
15291
15292 2001-04-18  Simon Josefsson  <simon@josefsson.org>
15293
15294         * smime.el (smime-ask-passphrase): Rework to return value.
15295         (smime-sign-region): Rework to bind value and use it.
15296         (smime-decrypt-region): Ditto.
15297
15298 2001-04-18  Simon Josefsson  <simon@josefsson.org>
15299         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
15300
15301         * smime.el (smime-ask-passphrase): New function.
15302         (smime-sign-region): Use it.
15303         (smime-encrypt-cipher): New variable.
15304         (smime-decrypt-region): Ditto.
15305
15306 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
15307         Committed by Simon Josefsson  <simon@josefsson.org>
15308
15309         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
15310         the log.
15311
15312 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15313
15314         * gnus.el: Oort Gnus v0.02 is released.
15315
15316 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
15317
15318         * gnus.el: Oort Gnus v0.01 is released.
15319
15320 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15321
15322         * gnus-sum.el (gnus-summary-highlight): Highlight read
15323         undownloaded articles as read articles.
15324
15325         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
15326         (gnus-agent-get-undownloaded-list): Mark all undownloaded
15327         articles, even read ones, as such.
15328
15329         * gnus-sum.el (gnus-summary-find-matching): Clean up.
15330         (gnus-find-matching-articles): New function.
15331         (gnus-summary-limit-include-matching-articles): New command.
15332         (gnus-summary-limit-include-thread): Include articles that have
15333         matching subjects.
15334         (gnus-offer-save-summaries): Clean up.
15335
15336 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15337
15338         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
15339
15340 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15341         From Jason Merrill <jason_merrill@redhat.com>
15342
15343         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
15344
15345 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
15346         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15347
15348         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
15349         newsgroup names when the original article is a news message.
15350
15351 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15352
15353         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
15354         supported. Suggest by Jim Meyering <jim@meyering.net>.
15355
15356 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
15357         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
15358
15359         * nnmail.el (nnmail-split-it): Added check for .* at the end of
15360         regexp in nnmail-split-fancy.
15361
15362 2001-04-10  Simon Josefsson  <simon@josefsson.org>
15363
15364         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
15365
15366 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
15367
15368         * message.el (message-send-mail): Improve the interaction with the
15369         user.
15370
15371 2001-04-10  Simon Josefsson  <simon@josefsson.org>
15372
15373         * imap.el (imap-message-copy): Work around buggy servers that
15374         doesn't send TRYCREATE tags.
15375
15376 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
15377
15378         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
15379
15380 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15381
15382         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
15383         date.
15384
15385 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15386
15387         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
15388         lives.
15389
15390 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15391
15392         * gnus-art.el (gnus-parse-news-url): New function.
15393         (gnus-button-handle-news): New function.
15394         (gnus-button-alist): Point to new functions.
15395
15396         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
15397
15398         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
15399         gnus-format-specs.
15400
15401         * message.el (message-check-news-header-syntax): Question even
15402         when Gnus doesn't know the group names.
15403         (message-send-news): Clean up.
15404
15405         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
15406         exited on purpose without saving.
15407
15408         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
15409
15410 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15411
15412         * gnus-score.el (gnus-score-orphans): Clean up.
15413
15414         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
15415
15416         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
15417         later.
15418
15419         * gnus-start.el (gnus-close-all-servers): Find the right items to
15420         close.
15421
15422         * qp.el (quoted-printable-decode-region): Just message
15423         malformation; don't quit.
15424
15425 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15426         From Gerd Moellmann <gerd@gnu.org>.
15427
15428         * gnus.el (gnus-interactive): A typo.
15429
15430 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
15431         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15432
15433         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
15434         `assq-delete-all', if that function exists; otherwise use the old
15435         definition. Documentation changed to match the one in
15436         `assq-delete-all'.
15437
15438 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15439
15440         * gnus-start.el (gnus-close-all-servers): New function.
15441
15442         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
15443         (gnus-server-remove-denials): Clean up.
15444
15445         * gnus-sum.el (gnus-summary-sort-by-original): New command and
15446         keystroke.
15447
15448 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15449
15450         * message.el (message-send-news): Message where we are sending.
15451         (message-send-mail): Ditto.
15452
15453         * gnus.el (gnus-server-string): New function.
15454
15455         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
15456
15457         * mm-decode.el (mm-default-directory): Customized.
15458         (mm-tmp-directory): Ditto.
15459
15460         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
15461         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
15462         or Chars.
15463         (gnus-summary-line-format-alist): ?l is now a string.
15464         (gnus-summary-prepare-threads): Output ? for unknown lines.
15465         (gnus-summary-insert-line): Ditto.
15466         (gnus-summary-print-article): Unbalanced parentheses.
15467
15468         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
15469         out whether new stuff has arrived.
15470
15471 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
15472
15473         * gnus-sum.el: Let printing work on ttys on Emacs.
15474
15475 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15476
15477         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
15478         when forcing news.
15479
15480         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
15481         command.
15482
15483 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
15484
15485         * message.el (message-set-auto-save-file-name): Don't use
15486         asterisks under nt.
15487
15488 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15489
15490         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
15491         lists of articles.
15492
15493         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
15494
15495         * gnus-msg.el (gnus-put-message): Clean up.
15496         (gnus-summary-reply): Mark all replied-to articles as replied to.
15497         (gnus-inews-add-send-actions): Also mark as forwarded.
15498         (gnus-summary-mail-forward): Mark as forwarded.
15499
15500         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
15501         of articles.
15502         (gnus-summary-mark-article-as-forwarded): Ditto.
15503
15504         * gnus-msg.el (gnus-summary-resend-message): Mark article as
15505         forwarded.
15506         (gnus-summary-mail-forward): Clean up.
15507
15508         * gnus.el (gnus-article-mark-lists): Added forward.
15509
15510         * gnus-sum.el (gnus-forwarded-mark): New variable.
15511         (gnus-summary-prepare-threads): Use it.
15512         (gnus-summary-update-secondary-mark): Ditto.
15513         (gnus-newsgroup-forwarded): New variable.
15514
15515 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15516
15517         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
15518         (gnus-summary-very-wide-reply): New command and keystroke.
15519         (gnus-summary-very-wide-reply-with-original): Ditto.
15520
15521         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
15522         (gnus-score-adaptive): Use it.
15523
15524         * gnus-start.el (gnus-get-unread-articles): Clean up.
15525
15526 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15527
15528         * nnultimate.el (nnultimate-retrieve-headers): Work for other
15529         boards.
15530
15531 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
15532
15533         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
15534         * gnus-start.el (gnus-subscribe-newsgroup): use it.
15535
15536 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15537
15538         * nnultimate.el (nnultimate-retrieve-headers): Understand
15539         long-form month names.
15540
15541 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15542
15543         * gnus-sum.el (gnus-summary-show-all-headers):
15544         gnus-article-show-all-headers is broken. Use
15545         gnus-summary-toggle-header instead.
15546
15547         * mml2015.el (mml2015-gpg-extract-from): No error.
15548
15549 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15550         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
15551
15552         * mml2015.el (mml2015-gpg-extract-from): New function.
15553         (mml2015-gpg-verify): Use it.
15554         (mml2015-gpg-clear-verify): Use it.
15555
15556 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15557
15558         * message.el (message-setup-fill-variables): Use
15559         fill-paragraph-function.
15560         (message-fill-paragraph): Take an argument.
15561         (message-newline-and-reformat): Take another argument.
15562
15563 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15564
15565         * message.el (rmail-output): It is in rmailout.el not rmail.el.
15566
15567 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15568
15569         * message.el (message-forward): local-variable-p takes an extra
15570         argument in XEmacs.
15571
15572 2001-03-16  Simon Josefsson  <simon@josefsson.org>
15573
15574         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
15575         `nnimap-use-nov-p' (it really tested the negative).
15576         (nnimap-retrieve-headers): Use it.
15577
15578 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15579
15580         * message.el (message-generate-headers-first): Update doc.
15581
15582 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
15583         Trivial patch.
15584
15585         * gnus.el (gnus-summary-line-format): Typo.
15586
15587 2001-03-11  Simon Josefsson  <simon@josefsson.org>
15588
15589         * mailcap.el (mailcap-mime-data): Add application/sieve.
15590         (mailcap-mime-extensions): Add .siv, .xls.
15591
15592 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15593         From Christoph Conrad <christoph.conrad@gmx.de>
15594
15595         * gnus-score.el (gnus-summary-lower-thread): Typo.
15596
15597 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15598
15599         * message.el (message-forward-decoded-p): New variable.
15600         (message-forward-subject-author-subject): Use it.
15601         (message-make-forward-subject): Use it.
15602         (message-forward): Use it.
15603
15604         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
15605
15606         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
15607         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
15608
15609 ;;Has been fixed -- zsh.
15610 ;;2001-03-05  Dave Love  <fx@gnu.org>
15611 ;;
15612 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
15613 ;;      Move it after definition of mm-coding-system-p.
15614 ;;
15615 2001-03-01  Dave Love  <fx@gnu.org>
15616
15617         * mm-util.el (mm-inhibit-file-name-handlers): Add
15618         image-file-handler.
15619
15620 2001-02-11  Dave Love  <fx@gnu.org>
15621
15622         * message.el (message-signature-file): Fix doc, :type.
15623
15624 2001-02-08  Dave Love  <fx@gnu.org>
15625
15626         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
15627         (message-posting-charset): Defvar when compiling again.
15628         (rfc2047-encodable-p): Require message.
15629
15630         * gnus-sum.el (gnus-alter-articles-to-read-function):
15631         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
15632
15633 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15634
15635         * nnrss.el: New file.
15636
15637 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
15638         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15639
15640         * rfc2047.el (rfc2047-unfold-region): Fix arg of
15641         `skip-chars-forward'.
15642
15643 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15644
15645         * nndraft.el (nndraft-request-group): Restore auto save files if
15646         the original files do not exist.
15647
15648 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15649
15650         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
15651         SCORE paths.
15652
15653         * mm-decode.el (mm-dissect-buffer): Call
15654         mail-extract-address-components only if necessary.
15655
15656 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15657
15658         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
15659         directory part.
15660         (gnus-score-search-global-directories): Use file-directory-p.
15661
15662         * gnus-score.el (gnus-score-score-files-1): Use
15663         gnus-kill-files-directory.
15664         From Adrian Aichner <adrian@xemacs.org>.
15665
15666 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15667
15668         * gnus.el (charset): Move here from gnus-sum.el.
15669
15670 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15671
15672         * mml.el (mml-preview): Disable local map.
15673
15674         * gnus-sum.el (gnus-summary-make-menu-bar): Make
15675         gnus-article-post-menu here.
15676
15677         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
15678         if it has not been made.
15679
15680 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15681
15682         * gnus-art.el (gnus-article-describe-key): Map key to event.
15683         (gnus-article-describe-key-briefly): Ditto
15684
15685 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15686
15687         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
15688
15689 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15690         From Katsumi Yamaoka <yamaoka@jpl.org>.
15691
15692         * dgnushack.el (coerce, merge, subseq): defmacro.
15693
15694 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15695
15696         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
15697         A fake defalias in nndraft.el results a not-activated bug in
15698         uncompiled versions.
15699
15700 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
15701         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15702
15703         * gnus-util.el (gnus-split-references): Handle malformed References:.
15704
15705 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15706
15707         * gnus-art.el (gnus-article-mime-part-status): 1 part.
15708
15709 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15710         From NAGY Andras <nagya@inf.elte.hu>.
15711
15712         * gnus.el (gnus-parameters): Typo.
15713
15714 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15715
15716         * gnus.el (gnus-read-method): Remove redundancy.
15717
15718 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15719
15720         * nnslashdot.el (nnslashdot-backslash-url): New variable.
15721         (nnslashdot-request-list): Use it.
15722
15723 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15724
15725         * nnml.el (nnml-generate-active-info): Fix the case when there is
15726         no file.
15727
15728         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
15729         (gnus-summary-create-article): New function.
15730
15731         * gnus-group.el (gnus-group-mark-article-read): New function.
15732
15733         * gnus-msg.el (gnus-inews-do-gcc): Use it.
15734
15735         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
15736
15737 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15738
15739         * gnus-art.el (gnus-article-edit-done): Don't use
15740         gnus-article-edit-exit.
15741         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
15742
15743         * gnus.el (gnus-parameters): New variable.
15744         Suggested by NAGY Andras <nagya@inf.elte.hu>.
15745         (gnus-parameters-get-parameter): New function.
15746         (gnus-group-find-parameter): Use it.
15747
15748 2001-02-23  Simon Josefsson  <simon@josefsson.org>
15749
15750         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
15751         change of default value to `current'.
15752
15753 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15754
15755         * nneething.el (nneething-get-head): Insert unreadable file too.
15756
15757 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15758
15759         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
15760
15761         * webmail.el (webmail-type-definition): Deja is bought by google.
15762
15763 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15764
15765         * gnus-sum.el (gnus-fetch-headers): New function.
15766         (gnus-select-newsgroup): Use it.
15767         (gnus-summary-insert-articles): New function.
15768         (gnus-summary-insert-old-articles): New function.
15769         (gnus-summary-insert-new-articles): New function.
15770
15771         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
15772         (gnus-group-list-active): Ditto.
15773         * gnus-sum.el (gnus-set-mode-line): Ditto.
15774         (gnus-summary-read-group-1): Ditto.
15775
15776 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15777
15778         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
15779         current topic.
15780
15781 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15782
15783         * smiley.el (gnus-smiley-display): Don't do widening.
15784
15785         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
15786         within body.
15787
15788         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
15789
15790         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
15791         New variable.
15792         (gnus-mime-display-multipart-related-as-mixed): New variable.
15793         (gnus-mime-display-part): Use them.
15794
15795 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15796
15797         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
15798         something special.
15799
15800 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15801
15802         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
15803         (nnweb-request-article): Call reference if exists.
15804         (nnweb-type-definition): Dejanews is bought by google.com.
15805         Beta!
15806
15807 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15808
15809         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
15810
15811 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15812
15813         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
15814         gnus-article-sort-functions.
15815         (gnus-article-sort-functions): Doc fix.  Refer to
15816         gnus-thread-sort-functions.
15817
15818 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15819         From Paul Jarc <prj@po.cwru.edu>.
15820
15821         * message.el (message-get-reply-headers): More fixes.
15822
15823 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
15824         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15825
15826         * message.el (message-get-reply-headers): Fix bug with
15827         Mail-Followup-To/to-address interaction.
15828
15829 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15830
15831         * gnus-msg.el (gnus-configure-posting-styles): Match header in
15832         gnus-article-copy.
15833
15834 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15835
15836         * message.el (message-do-send-housekeeping): Rename to a better
15837         name.
15838
15839 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15840
15841         * message.el (message-cancel-news): Check article first, then ask
15842         yes or no.
15843
15844 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15845
15846         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
15847
15848 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15849
15850         * gnus-range.el (gnus-range-normalize): New function.
15851
15852 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
15853
15854         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
15855
15856 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15857
15858         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
15859
15860         * nnagent.el (nnagent-request-regenerate): New function.
15861
15862         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
15863
15864         * nnml.el (nnml-generate-nov-databases): Accept argument
15865         server. Don't open server if it is opened.
15866         (nnml-request-regenerate): Use it. Change to deffoo.
15867
15868 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15869         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15870
15871         * gnus.el (gnus-define-group-parameter): Fix.
15872
15873 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15874
15875         * gnus.el (gnus-define-group-parameter): Improved.
15876
15877         * gnus-sum.el (charset): Define parameter.
15878         (ignored-charsets): Ditto.
15879         (gnus-summary-setup-default-charset): Use them.
15880
15881         * gnus-start.el (gnus-read-descriptions-file): Use them.
15882
15883         * gnus-cus.el (gnus-group-parameters): Remove them.
15884
15885 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15886
15887         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
15888
15889 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15890
15891         * gnus-sum.el (gnus-summary-read-group-1): Remove
15892         gnus-summary-set-local-parameters.
15893         (gnus-summary-setup-buffer): Put it here.
15894
15895 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15896
15897         * gnus.el (to-address): Define parameter.
15898         (to-list): Ditto.
15899         * gnus-art.el (article-hide-boring-headers): Use them.
15900         * gnus-msg.el (gnus-post-news): Ditto.
15901         * gnus-cus.el (gnus-group-parameters): Remove them.
15902
15903 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15904
15905         * gnus-draft.el (gnus-draft-reminder): New function.
15906
15907         * gnus-art.el (gnus-sender-save-name): New function.
15908
15909 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15910
15911         * mm-util.el (mm-mime-charset): Error message.
15912
15913 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15914
15915         * message.el (message-check-news-body-syntax): Don't check mml lines.
15916
15917 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15918
15919         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
15920         subscribe.
15921
15922         * gnus-start.el (gnus-call-subscribe-functions): New function.
15923         (gnus-find-new-newsgroups): Use it.
15924         (gnus-ask-server-for-new-groups): Use it.
15925         (gnus-check-first-time-used): Use it.
15926         (gnus-subscribe-newsgroup-method): Grok a list of functions.
15927         (gnus-subscribe-options-newsgroup-method): Ditto.
15928         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
15929         return .
15930
15931 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15932
15933         * gnus-cus.el (gnus-score-customize): Doc fix.
15934
15935 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
15936
15937         * dgnushack.el (my-getenv): Typo.
15938
15939 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15940
15941         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
15942
15943 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15944
15945         * gnus-group.el (gnus-group-suspend): Offer save summaries.
15946
15947         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
15948         (gnus-treatment-function-alist): Use it.
15949         (article-remove-leading-whitespace): New function.
15950         (gnus-article-make-menu-bar): Use it.
15951
15952         * gnus-sum.el (gnus-summary-wash-empty-map): Add
15953         remove-leading-whitespace.
15954         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
15955         because of conflict.
15956
15957 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15958
15959         * Makefile.in: Hack generating gnus-load.el.
15960         * dgnushack.el: Ditto.
15961         * gnus-load.el: Remove it.
15962
15963 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15964
15965         * dgnushack.el : Add URLDIR.
15966
15967         * Makefile.in (EMACS_COMP): Ditto.
15968
15969 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15970
15971         * gnus-cus.el (gnus-score-customize): Error on no score file.
15972
15973 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15974
15975         * mm-decode.el (mm-merge-handles): New function.
15976
15977         * mm-view.el (mm-inline-message): Use it.
15978         (mm-view-message): Ditto.
15979
15980         * mm-partial.el (mm-inline-partial): Ditto.
15981
15982         * mm-extern.el (mm-inline-external-body): Ditto.
15983
15984         * gnus-art.el (gnus-mime-view-part): Ditto.
15985         (gnus-mime-view-part-as-type): Ditto.
15986         (gnus-mime-save-part-and-strip): Prevent users to strip in some
15987         cases.
15988
15989 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15990
15991         * message.el (message-cancel-news): Allow to shoot foot.
15992         (message-supersede): Ditto.
15993
15994 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
15995         Trivial patch.
15996
15997         * gnus-sum.el (gnus-simplify-subject-re): Use
15998         message-subject-re-regexp.
15999
16000 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16001
16002         * nnmail.el (nnmail-expiry-target-group): Bind
16003         nnmail-cache-accepted-message-ids to nil.
16004
16005         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
16006         coding system.
16007
16008 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16009
16010         * qp.el (quoted-printable-encode-region): Make sure characters are
16011         between 00 and FF.  Don't check charset.
16012
16013         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
16014         in Emacs 20.
16015         * rfc2047.el (rfc2047-q-encode-region): Ditto.
16016
16017 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16018
16019         * message.el (message-make-forward-subject): Argument decoded.
16020         (message-forward): Use it when digest.
16021
16022         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
16023         buffer.
16024
16025 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16026
16027         * message.el (message-generate-headers-first): Doc fix.
16028
16029 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16030
16031         * gnus-art.el (article-make-date-line): Error proof.
16032
16033 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16034
16035         * gnus-group.el (gnus-group-listing-limit): New variable.
16036         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
16037
16038         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
16039
16040 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16041
16042         * message.el (message-newline-and-reformat): Special case for
16043         breaking at BOL.
16044
16045 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
16046
16047         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
16048         message/rfc822.
16049
16050 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16051
16052         * message.el (message-encode-message-body): Don't insert
16053         Content-Type if it is inside a mail.
16054
16055 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16056
16057         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
16058         gnus-article-commands-menu.
16059
16060         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
16061         in Emacs.
16062
16063         * gnus-start.el (gnus-read-descriptions-file): Use
16064         gnus-group-name-charset and gnus-group-charset-alist.
16065
16066 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16067
16068         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
16069         active region.
16070
16071         * gnus-start.el (gnus-group-change-level): Remove from both
16072         gnus-zombie-list and gnus-killed-list.
16073
16074 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16075
16076         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
16077         gnus-subscribe-topics.
16078
16079         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
16080
16081 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16082
16083         * gnus-art.el (gnus-article-make-menu-bar): Make
16084         gnus-article-post-menu.
16085
16086         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
16087
16088         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
16089
16090         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
16091
16092         * message.el (message-mode-menu): Ditto.
16093
16094         * gnus-art.el (defvar): eval-when-compile.
16095
16096 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16097
16098         * gnus-agent.el (gnus-agentize): Fix doc.
16099
16100 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
16101
16102         * mml.el (mml-preview): Bind `q'.
16103
16104 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16105
16106         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
16107
16108 2001-01-31  Dave Love  <fx@gnu.org>
16109
16110         * mm-util.el (mm-mime-mule-charset-alist)
16111         (mm-find-mime-charset-region): Consider mule-utf-8.
16112
16113 2001-01-31  Dave Love  <fx@gnu.org>
16114
16115         * gnus-art.el (gnus-article-x-face-command)
16116         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
16117         :version.
16118
16119 2001-01-26  Dave Love  <fx@gnu.org>
16120
16121         * mm-util.el (mm-multibyte-string-p): New.
16122
16123 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
16124 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
16125 ;;      string-as-multibyte on class.  Clarify line-folding.
16126         (quoted-printable-encode-string): Make temp buffer inherit
16127         string's multibyteness.
16128
16129 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
16130
16131         * nnheader.el (toplevel): Don't require `gnus-util' at
16132         compile-time; this creates a circular dependency, and prevents
16133         a bootstrap.
16134
16135 2001-01-22  Andreas Schwab  <schwab@suse.de>
16136
16137         * nnheader.el (gnus-delete-line): Autoload it as a macro.
16138
16139 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16140
16141         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
16142
16143         * gnus-art.el (article-hide-list-identifiers): Ditto.
16144
16145         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
16146
16147 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16148
16149         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
16150
16151         * gnus-art.el (article-hide-list-identifiers): Similar.
16152
16153 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
16154
16155         * nnmail.el (nnmail-remove-list-identifiers): Improved.
16156
16157 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16158
16159         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
16160
16161 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16162
16163         * gnus-util.el (gnus-string-equal): New function.
16164
16165         * gnus-art.el (article-hide-boring-headers): Use it.
16166
16167 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
16168
16169         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
16170
16171 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16172
16173         * gnus-msg.el (gnus-msg-mail): Support switch-action.
16174
16175 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16176
16177         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
16178         command if there is not last-saver.
16179
16180 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16181
16182         * nntp.el (nntp-open-connection): 201 is possible.
16183
16184 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16185
16186         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
16187         (rfc2047-charset-encoding-alist): Add big5.
16188
16189 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16190
16191         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
16192         (gnus-agent-remove-server): Ditto.
16193         (autoload): gnus-server-update-server.
16194
16195         * gnus-srvr.el (gnus-server-line-format): Add %a.
16196         (gnus-server-line-format-alist): Add gnus-tmp-agent.
16197         (gnus-server-insert-server-line): Use it.
16198
16199 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16200
16201         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
16202         GB2312 and Big5.
16203
16204 2001-01-24  Simon Josefsson  <sj@extundo.com>
16205
16206         * mail-source.el (mail-sources): Add :program specifier to IMAP
16207         mail source.
16208         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
16209
16210 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16211
16212         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
16213
16214 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16215
16216         * nntp.el (nntp-wait-for): Return the success code.
16217         (nntp-open-connection): Use it.
16218
16219 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16220
16221         * gnus-int.el (gnus-check-server): Allow breaking the opening.
16222
16223 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16224
16225         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
16226
16227 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16228
16229         * gnus-sum.el (gnus-summary-print-article): Take one prefix
16230         argument. Allow to print several articles in one file.
16231
16232 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16233
16234         * webmail.el (webmail-type-definition): netaddress changes.
16235
16236 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16237
16238         * gnus.el: Fix copyright. Remove trailing spaces.
16239
16240         * message.el (message-forward): Use mule4.
16241
16242 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16243
16244         * mm-util.el (mm-string-as-unibyte): New function.
16245
16246         * message.el (message-forward): Use it.
16247
16248 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16249
16250         * message.el (message-cite-original-without-signature): Don't peel
16251         off the blank line.
16252         (message-get-reply-headers): Add Cc if it is not in follow-to.
16253
16254 2001-01-20  Simon Josefsson  <sj@extundo.com>
16255
16256         * mm-decode.el (mm-handle-multipart-from): Add.
16257         (mm-dissect-buffer): Save From: header value.
16258         (mm-security-from): Remove.
16259         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
16260
16261         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
16262         instead of `mml-security-from'.  Protect null from value.
16263
16264 2001-01-20  Simon Josefsson  <sj@extundo.com>
16265
16266         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
16267         application/vnd.ms-excel attachments.
16268
16269 2001-01-19  Simon Josefsson  <sj@extundo.com>
16270
16271         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
16272
16273 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16274
16275         * message.el (message-ignored-mail-headers): Ditto.
16276
16277 2001-01-19  Simon Josefsson  <sj@extundo.com>
16278
16279         * message.el (message-ignored-news-headers): Only search beginning
16280         of line.
16281
16282 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
16283         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
16284
16285         * message.el (message-send-mail): Content-Type may not be there.
16286
16287 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16288
16289         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
16290         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
16291
16292         * gnus-art.el (article-display-x-face): Insert X-Face if there is
16293         not.
16294
16295 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16296
16297         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
16298         non-native groups.
16299
16300 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16301
16302         * message.el (message-yank-original): Understand
16303         universal-argument.
16304
16305 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16306
16307         * gnus-art.el (gnus-boring-article-headers): Add to-address.
16308         (article-hide-boring-headers): Ditto.
16309
16310         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
16311
16312 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16313
16314         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
16315         one.
16316
16317 2001-01-16  Simon Josefsson  <simon@josefsson.org>
16318
16319         * message.el (message-make-in-reply-to): Add comment to message-id
16320         (old syntax, see 2000-08-02 change).
16321
16322 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16323
16324         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
16325         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
16326         (gnus-button-reply): Ditto.
16327
16328 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16329
16330         * gnus-art.el (article-display-x-face): Fix.
16331
16332 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16333
16334         * gnus-art.el (article-display-x-face): Use
16335         gnus-original-article-buffer.
16336
16337 2001-01-15  Jack Twilley  <jmt@tbe.net>
16338
16339         * message.el (message-add-header): Move to point-max.
16340
16341 2001-01-15  Simon Josefsson  <simon@josefsson.org>
16342
16343         * smime.el (smime-CA-directory, smime-CA-file): Change default to
16344         nil, improve documentation.
16345         (smime-certificate-directory): Comment out false hints (until it
16346         is implemented).
16347
16348         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
16349         there aren't any keys.
16350         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
16351         verify certificate.  Default is changed to only check integrity.
16352         Improved security status texts.  If a certificate doesn't contain
16353         a email address, don't fail.
16354
16355         * smime.el (smime-noverify-region):
16356         (smime-noverify-buffer): New functions.  Verifies integrity only.
16357
16358 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16359
16360         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
16361
16362 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16363
16364         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
16365         (gnus-remove-some-windows): Ditto.
16366
16367 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16368
16369         * gnus-art.el (article-make-date-line): 11th.
16370
16371 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16372
16373         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
16374         (mml2015-gpg-sign): Ditto.
16375
16376 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16377
16378         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
16379         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
16380
16381 2001-01-08  Dave Love  <fx@gnu.org>
16382
16383         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
16384         single character.
16385
16386         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
16387
16388         * message.el: Doc and message fixes.
16389         (message-send-rename-function)
16390         (message-make-forward-subject-function)
16391         (message-send-mail-function, message-reply-to-function)
16392         (message-wide-reply-to-function, message-followup-to-function)
16393         (message-distribution-function, message-auto-save-directory): Fix
16394         :type.
16395
16396         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
16397         proceeding after warnings.  Amend multipart warning message.
16398
16399 2001-01-04  Dave Love  <fx@gnu.org>
16400
16401         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
16402         compiling.
16403         (gnus-make-directory): Require nnmail.
16404
16405         * mm-decode.el (mm-inline-media-tests): Add
16406         image/x-portable-bitmap.
16407         (mm-get-image): Grok pbm.
16408
16409 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
16410
16411         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
16412
16413 2001-01-09  Didier Verna  <didier@xemacs.org>
16414
16415         * dgnushack.el (dgnushack-compile): give a dummy value to
16416         `gnus-xmas-glyph-directory' for the time of compilation.
16417         * gnus-agent.el: moved some XEmacs specific hook add-ons from
16418         `gnus-xmas-[re]define' to avoid loosing user custom settings.
16419         * gnus-art.el: ditto.
16420         * gnus-group.el: ditto.
16421         * gnus-salt.el: ditto.
16422         * gnus-sum.el: ditto.
16423         * gnus-topic.el: ditto.
16424         * gnus-xmas.el (gnus-xmas-define): see above.
16425         * gnus-xmas.el (gnus-xmas-redefine): see above.
16426         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
16427         non-continuable error when the directory can't be found.
16428
16429 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16430
16431         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
16432         handle.
16433         * gnus-art.el (gnus-mime-view-part): Copy it.
16434         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
16435
16436 2001-01-09  Michael Downes  <mjd@ams.org>
16437
16438         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
16439
16440 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16441
16442         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
16443         orig-file. Use ',source.
16444
16445 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16446
16447         * gnus-xmas.el (gnus-xmas-modeline-glyph):
16448         (gnus-xmas-group-startup-message):
16449         Detect gnus-xmas-glyph-directory when it is nil.
16450
16451 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16452
16453         * pop3.el (pop3-get-message-count): Andrew Innes
16454         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
16455
16456 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16457
16458         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
16459
16460         * time-date.el (time-to-number-of-days): New function.
16461
16462 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
16463         Trivial patch.
16464
16465         * nnslashdot.el (nnslashdot-request-list): Always get the right
16466         sid.
16467
16468 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16469
16470         * message.el (message-minibuffer-local-map): New keymap.
16471         (message-read-from-minibuffer): Use it.
16472         * gnus-msg.el (gnus-summary-resend-message): Use it
16473
16474 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16475
16476         * gnus-start.el (gnus-display-time-event-handler): New function.
16477         (gnus-after-getting-new-news-hook): Use it.
16478
16479 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16480
16481         * message.el (message-ignored-mail-headers): Add draft header.
16482
16483 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16484
16485         * gnus-sum.el (gnus-summary-expire-articles): Don't save
16486         excursion.
16487
16488         * nnslashdot.el (nnslashdot-request-list): Get the right year.
16489
16490 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
16491         A revoked patch.
16492
16493         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
16494
16495 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16496
16497         * qp.el (quoted-printable-decode-region): Don't backward-char.
16498
16499 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16500
16501         * gnus-draft.el: Mark articles as replied.
16502
16503         * gnus-sum.el (gnus-summary-add-mark): New function.
16504
16505         * gnus-group.el (gnus-add-mark): New function.
16506
16507         * gnus-sum.el (gnus-summary-buffer-name): New function.
16508         (gnus-summary-setup-buffer): Use it.
16509
16510         * gnus-draft.el: Set things up with the right post method and
16511         stuff.
16512
16513         * message.el (message-ignored-news-headers): Remove X-Draft-From.
16514
16515         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
16516
16517         * gnus.el (gnus-draft-meta-information-header): New variable.
16518
16519 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16520
16521         * gnus-art.el (gnus-treatment-function-alist): Move the date
16522         functions before the header sorting functions.
16523
16524         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
16525
16526         * dgnushack.el (dgnushack-compile): Message whether there is w3.
16527         Don't (push "/usr/share/emacs/site-lisp" load-path).
16528
16529         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
16530         to empty fill prefixes.
16531
16532 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16533
16534         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
16535         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
16536
16537 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16538
16539         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
16540
16541         * nnml.el (autoload): Move to nnheader.el.
16542
16543         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
16544         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
16545         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
16546         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
16547
16548 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16549
16550         * gnus-art.el (article-make-date-line): Get the hours right.
16551         (gnus-ignored-headers): More hiding.
16552
16553         * nnmail.el (nnmail-expiry-wait): Not an integer.
16554
16555         * message.el (message-goto-body): Only expand abbrev when called
16556         interactively.
16557         (message-make-lines): Use it.
16558
16559 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16560
16561         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
16562
16563 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16564
16565         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
16566         include the expunged articles.
16567
16568         * gnus-group.el (gnus-group-sort-by-server): New function.
16569
16570         * gnus.el (gnus-method-to-server-name): New function.
16571         (gnus-group-prefixed-name): Use it.
16572
16573         * gnus-group.el (gnus-group-sort-function): Doc fix.
16574         (gnus-group-sort-groups-by-server): New command.
16575
16576 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16577
16578         * gnus-art.el (gnus-treat-date-english): New variable.
16579         (article-date-english): New command.
16580         (gnus-english-month-names): New variable.
16581         (article-make-date-line): Do 'english.
16582
16583         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
16584         after the fill prefix.
16585
16586         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
16587         score...".
16588
16589         * gnus-art.el (gnus-ignored-headers): Hide more headers.
16590
16591         * message.el (message-mode-map): Bind comment-region.
16592
16593         * gnus-art.el (gnus-mime-display-part): Let w3 display
16594         multipart/related.
16595
16596         * mm-bodies.el (mm-long-lines-p): New function.
16597         (mm-body-encoding): Use it.
16598         (mm-body-encoding): Encode articles with lines longer than 1000
16599         characters.
16600
16601 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16602
16603         * mm-util.el (mm-enable-multibyte): Use
16604         default-enable-multibyte-characters.
16605         (mm-enable-multibyte-mule4): Ditto.
16606         (mm-disable-multibyte): Test XEmacs.
16607         (mm-disable-multibyte-mule4): Ditto.
16608         (mm-with-unibyte-current-buffer): Simplified.
16609         (mm-with-unibyte-current-buffer-mule4): Ditto.
16610
16611 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16612
16613         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
16614
16615         * nnheader.el (nnheader-string-as-multibyte): New alias.
16616
16617         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
16618
16619         * gnus-uu.el (gnus-message-process-mark): New function.
16620         (gnus-uu-mark-by-regexp): Use it.
16621         (gnus-new-processable): New function.
16622
16623 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
16624          Trivial patch.
16625
16626         * gnus-sum.el (gnus-no-mark): New variable.
16627
16628 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16629
16630         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
16631         backslashes.
16632
16633 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16634
16635         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
16636         definition.
16637
16638 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16639
16640         * dgnushack.el (dgnushack-compile): elc is in the current directory.
16641
16642         * qp.el (quoted-printable-encode-region): Don't check multibyte in
16643         XEmacs.
16644
16645 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
16646         Trivial patch.
16647
16648         * mml.el (mml-read-tag): Save tag location.
16649
16650 2000-12-25  Simon Josefsson  <simon@josefsson.org>
16651
16652         * starttls.el: Sync with Emacs 21.
16653
16654 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16655
16656         * message.el (message-mail): Support yank-action.
16657
16658         * message.el (message-setup): Revoke the last change.
16659
16660 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16661
16662         * message.el (message-setup): Use cons. Suggested by Johan Vromans
16663         <jvromans@squirrel.nl>.
16664
16665 2000-12-24  Simon Josefsson  <sj@extundo.com>
16666
16667         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
16668         mailing list junk at end of part.
16669
16670 2000-12-23  Simon Josefsson  <sj@extundo.com>
16671
16672         * nnimap.el (nnimap-expiry-target): New function.
16673         (nnimap-request-expire-articles): Use it.
16674
16675 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16676
16677         * gnus.el (gnus-group-parameters-more): New variable.
16678         * gnus-cus.el (gnus-group-customize): Use it.
16679
16680         * gnus.el (gnus-define-group-parameter): New macro.
16681         (auto-expire): Use it
16682         (total-expire): Use it.
16683         * gnus-art.el (banner): Use it.
16684
16685         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
16686         <ljz@asfast.com>.
16687
16688 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16689
16690         * gnus-topic.el (gnus-topic-create-topic): Use list.
16691
16692         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
16693         before binding gnus-default-article-saver.
16694
16695         * gnus-sum.el (gnus-summary-save-article):
16696         (gnus-summary-pipe-output):
16697         (gnus-summary-save-article-mail):
16698         (gnus-summary-save-article-rmail):
16699         (gnus-summary-save-article-file):
16700         (gnus-summary-write-article-file):
16701         (gnus-summary-save-article-body-file): Ditto.
16702
16703         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
16704
16705 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16706
16707         * gnus-art.el (gnus-mime-security-button-map):
16708         (gnus-mime-button-map): Add parent.
16709
16710 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16711
16712         * messagexmas.el (message-xmas-redefine): New function.
16713
16714         * message.el: Use it.
16715
16716         * gnus-art.el (gnus-article-check-hidden-text): Return t.
16717
16718         * gnus-util.el (gnus-remove-text-properties-when): Return t.
16719
16720 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16721
16722         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
16723         malformatted messages.
16724
16725 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16726
16727         * mm-util.el (mm-image-load-path): New function.
16728
16729         * gnus-group.el (gnus-group-make-tool-bar): Use it.
16730
16731         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
16732
16733         * message.el (message-tool-bar-map): Use it.
16734
16735         * Makefile.in (install-el): New rule.
16736
16737 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16738
16739         * gnus-art.el (article-treat-dumbquotes): Quote \.
16740
16741 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16742
16743         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
16744         Emacs 20 runs on a terminal.
16745
16746 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16747
16748         * gnus-msg.el (gnus-bug): Revert to save-excursion.
16749
16750         * mml.el (gnus-add-minor-mode): Autoload.
16751
16752         * message.el (message-forward): Save-restriction.
16753
16754 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16755
16756         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
16757         Paul Stevenson <p.stevenson@surrey.ac.uk>
16758
16759 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16760
16761         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
16762
16763         * mml.el (gnus-ems): Don't require.
16764
16765         * gnus.el (gnus-decode-rfc1522): Removed.
16766         (gnus-set-text-properties): Define.
16767
16768 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16769
16770         * gnus-art.el (gnus-mime-*): handle may be nil.
16771
16772         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
16773
16774         * gnus.el (gnus-group-remove-excess-properties): Not defined
16775         in gnus-xmas.
16776
16777 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16778
16779         * message.el (message-mail-user-agent): Add :version.
16780
16781 2000-12-21  Miles Bader  <miles@gnu.org>
16782
16783         * message.el (message-mode): Set `comment-start' to the  yank prefix.
16784
16785 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16786
16787         * message.el (message-mail-user-agent): New variable.
16788         (message-setup): Renamed to message-setup-1. Support
16789         mail-user-agent.
16790         (message-mail-user-agent): New function.
16791         (message-mail): Use it.
16792         (message-reply): Use it.
16793         (message-resend): Use it.
16794         (message-mail-other-window): Use it.
16795         (message-mail-other-frame): Use it.
16796
16797         * gnus-msg.el (gnus-bug): Support mail-user-agent.
16798
16799 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16800
16801         * message.el (message-tool-bar-map): Simplify.
16802         (message-narrow-to-head-1): New function.
16803         (message-narrow-to-head): Use it.
16804         (message-reply): Ditto.
16805         (message-cancel-news): Ditto.
16806         (message-supersede): Ditto.
16807         (message-make-forward-subject): Ditto.
16808         (message-bounce): Ditto.
16809
16810 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16811
16812         * uudecode.el (uudecode-decode-region-external): make-temp-file
16813         may not be defined.
16814
16815         * binhex.el (defalias): eval-and-compile.
16816
16817         * message.el (message-tool-bar-map): New function.
16818         (message-mode): Use it.
16819
16820 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16821
16822         * nntp.el (nntp-find-connection): Remove the entry.
16823         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
16824
16825 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16826
16827         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
16828
16829         * message.el (message-forward): Copy buffer in unibyte mode.
16830
16831 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16832
16833         * message.el (message-make-forward-subject): Don't widen. Decode.
16834         (message-forward): Don't decode subject.
16835
16836 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
16837
16838         * qp.el (quoted-printable-encode-region): Upcase QP.
16839
16840 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16841
16842         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
16843         mail-extract-a-c instead. Don't depend on Gnus.
16844
16845         * mml.el (gnus-ems): Require it.
16846
16847         * gnus-msg.el (gnus-summary-mail-forward):
16848
16849         * message.el (message-forward):  Move mime-to-mml here.
16850
16851 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16852
16853         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
16854         * gnus-art.el (gnus-insert-mime-button): Simplify.
16855         (gnus-mime-display-alternative): Ditto.
16856         (gnus-insert-mime-security-button): Ditto.
16857
16858 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16859
16860         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
16861         text-property-not-all doesn't return nil when start=mark(end).
16862         (gnus-remove-text-properties-when): Ditto.
16863
16864 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16865
16866         * gnus-start.el (gnus-group-change-level): Remove group from
16867         gnus-active-hashtb if real killed.
16868
16869 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16870
16871         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
16872         (gnus-mime-display-alternative): Ditto.
16873         (gnus-insert-mime-security-button): Ditto.
16874
16875 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16876
16877         * gnus-start.el (gnus-group-change-level): Don't add it into
16878         killed-list if it was killed.
16879
16880 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16881
16882         * nnmbox.el (nnmbox-file-coding-system): Use binary.
16883         (nnmbox-active-file-coding-system): Ditto.
16884
16885         * gnus-cus.el (gnus-group-parameters): Add posting-style.
16886
16887 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16888
16889         * gnus.el (gnus-version):
16890         (gnus-version-number): Set to Oort Gnus 0.01.
16891
16892         * gnus-art.el (gnus-mime-security-button-map):
16893         (gnus-insert-mime-security-button): Fix for Emacs21.
16894
16895 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16896
16897         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
16898         easymenu, because XEmacs doesn't understand :help.
16899
16900         * mm-uu.el: Require binhex.
16901
16902 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16903
16904         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
16905
16906 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
16907
16908         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
16909
16910 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
16911
16912         * *.xpm, *.pbm: Convert icons icons to size 24x24.
16913
16914 2000-12-18  Dave Love  <fx@gnu.org>
16915
16916         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
16917         (unused).
16918
16919 2000-12-13  Miles Bader  <miles@gnu.org>
16920
16921         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
16922         to t, so that we don't get stuck while trying to smilefy
16923         intangible text.
16924
16925 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
16926
16927         * smiley-ems.el (smiley-regexp-alist): Make regexps match
16928         at the end of the buffer.
16929         (smiley-region): In the loop, move to the end of the submatch
16930         matching the smiley instead of using the end of the match
16931         of the whole regexp.
16932
16933 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
16934
16935         * message.el (message-mode): Doc fix.
16936
16937 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
16938
16939         * smiley-ems.el (smiley-region): Doc fix.
16940
16941 2000-12-11  Miles Bader  <miles@gnu.org>
16942
16943         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
16944         bottom line visible, check to see if it's partially obscured, and
16945         if so, either scroll one more line to make it fully visible, or
16946         revert to showing the second line from the top.
16947
16948 2000-12-07  Dave Love  <fx@gnu.org>
16949
16950         * mailcap.el (mailcap-download-directory)
16951         * gnus-audio.el (gnus-audio-directory)
16952         * smiley-ems.el (smiley-data-directory): Fix :type.
16953
16954 2000-11-30  Dave Love  <fx@gnu.org>
16955
16956         * message.el (message-auto-save-directory): Use
16957         file-name-as-directory.
16958         (message-set-auto-save-file-name): Create
16959         message-auto-save-directory if necessary.
16960         (message-replace-chars-in-string): Removed -- unused.
16961         (message-mail-alias-type): Customize.
16962         (message-headers): Remove duplicate defgroup.
16963
16964 2000-11-29  Dave Love  <fx@gnu.org>
16965
16966         * qp.el (quoted-printable-decode-region): Use error, not message
16967         to report malformed text (like base64).  Amend message.
16968
16969 2000-11-29  Miles Bader  <miles@gnu.org>
16970
16971         * message.el (message-header-lines): Fontify tag.
16972
16973 2000-11-27  Dave Love  <fx@gnu.org>
16974
16975         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
16976         compiler warning.
16977
16978 ;2000-11-26  Dave Love  <fx@gnu.org>
16979 ;
16980 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
16981 ;
16982 2000-11-23  Dave Love  <fx@gnu.org>
16983
16984         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
16985
16986         * mm-uu.el (uudecode): Require.
16987         (uudecode-decode-region, uudecode-decode-region-external): Don't
16988         autoload.
16989         (mm-uu-copy-to-buffer): Doc fix.
16990         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
16991         type fix.
16992
16993         * mailcap.el: Doc fixes.
16994         (mailcap-mime-data): Various adjustments.
16995         (mailcap): New group.
16996         (mailcap-download-directory): Customize.
16997         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
16998         (mailcap-temporary-directory): Deleted (unused).
16999         (mailcap-unescape-mime-test): Simplify slightly.
17000         (mailcap-viewer-passes-test): Use functionp.
17001         (mailcap-command-p): Aliased to executable-find.
17002
17003         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
17004         default-enable-multibyte-characters is nil.
17005
17006 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
17007
17008         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
17009
17010 2000-11-21  Dave Love  <fx@gnu.org>
17011
17012         * gnus-art.el (gnus-mime-button-map): Don't inherit from
17013         gnus-article-mode-map.
17014 ;       (gnus-mime-button-menu): Use mouse-set-point.
17015         (gnus-insert-mime-button, gnus-mime-display-alternative)
17016         (gnus-mime-display-alternative): Don't use local-map property.
17017
17018 2000-11-17  Dave Love  <fx@gnu.org>
17019
17020         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
17021         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
17022         and make-temp-file.
17023         (uudecode-decode-region): Doc fix.
17024
17025 2000-11-14  Dave Love  <fx@gnu.org>
17026
17027         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
17028         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
17029         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
17030         New files, derived from the XPMs.
17031
17032 2000-11-10  Dave Love  <fx@gnu.org>
17033
17034         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
17035         (gnus-agent-lib-file, gnus-agent-load-alist)
17036         (gnus-agent-save-alist, gnus-agent-article-name): Use
17037         expand-file-name.
17038
17039         * gnus-group.el (gnus-group-name-charset-method-alist): Add
17040         :version.
17041         (nnkiboze-score-file): Defvar when compiling.
17042
17043         * gnus-start.el (gnus-read-newsrc-file): Add :version.
17044
17045         * gnus-art.el (gnus-article-banner-alist)
17046         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
17047         (gnus-article-date-lapsed-new-header)
17048         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
17049         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
17050         (gnus-treat-strip-headers-in-body)
17051         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
17052         (gnus-treat-translate): Add :version.
17053         (gnus-article-mime-part-function): Fix defcustom.
17054
17055         * nnmail.el (nnmail-expiry-target)
17056         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
17057         (nnmail-split-header-length-limit): Add :version.
17058
17059         * gnus-sum.el (gnus-auto-expirable-marks)
17060         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
17061         (gnus-extra-headers, gnus-ignored-from-addresses)
17062         (gnus-newsgroup-ignored-charsets)
17063         (gnus-group-highlight-words-alist)
17064         (gnus-summary-show-article-charset-alist): Add :version.
17065
17066         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
17067         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
17068         files, converted from the XPMs.
17069
17070         * gnus-cache.el (gnus-cache-active-file): Don't use
17071         file-name-as-directory on directory.
17072         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
17073         use file-name-as-directory on directory.
17074
17075         * time-date.el (timezone-make-date-arpa-standard): Autoload.
17076         (date-to-time): Use it.
17077
17078 ;       * message.el (message-mode) <adaptive-fill-regexp>:
17079 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
17080 ;       (message-newline-and-reformat): Likewise.
17081         (message-forward-as-mime, message-forward-ignored-headers)
17082         (message-buffer-naming-style, message-default-charset)
17083         (message-dont-reply-to-names, message-send-mail-partially-limit):
17084         Add :version.
17085
17086         * mm-util.el: Doc fixes.
17087         (mm-mime-charset): Don't use the raw result of
17088         mm-preferred-coding-system.
17089         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
17090         (mm-with-unibyte): Simplify.
17091
17092         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
17093         concat.
17094
17095         * pop3.el (pop3-version): Deleted.
17096         (pop3-make-date): New function, avoiding message-make-date.
17097         (pop3-munge-message-separator): Use it.
17098
17099 2000-11-09  Dave Love  <fx@gnu.org>
17100
17101         * gnus-group.el (gnus-group-make-directory-group)
17102         (gnus-group-fetch-faq): Use expand-file-name.
17103         (gnus-group-fetch-faq): Simplify completing-read form.
17104
17105         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
17106         test for Mule.
17107
17108         * message.el (tool-bar-map): Defvar when compiling.
17109
17110         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
17111         (gnus-tm-lisp-directory): Deleted.
17112         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
17113         (featurep 'xemacs).
17114         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
17115         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
17116         version numbers from file names.
17117
17118 2000-11-08  Dave Love  <fx@gnu.org>
17119
17120         * mm-view.el: Use featurep for XEmacs test.
17121         (mm-inline-message): Test for `remove-specifier'; don't use
17122         condition-case.
17123
17124         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
17125
17126         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
17127         (gnus-score-find-bnews): Don't concat "".
17128
17129         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
17130         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
17131         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
17132         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
17133
17134         * gnus-sum.el: Put some defvars in eval-when-compile.
17135         (gnus-summary-mode-hook): Add :options.
17136         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
17137         (gnus-summary-tool-bar-map): New variable.
17138         (gnus-summary-make-tool-bar): New function.
17139         (gnus-summary-mode): Put kill-all-local-variables first.
17140
17141         * gnus-group.el (gnus-group-toolbar-map): New variable.
17142         (gnus-group-make-tool-bar): Rewritten.
17143         (gnus-group-mode): Put kill-all-local-variables first.
17144
17145         * rfc2047.el: Require gnus-util.
17146
17147         * nnml.el (gnus-sorted-intersection): Autoload.
17148
17149         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
17150         Put some defvars in eval-when-compile.
17151         (gnus-intersection, gnus-sorted-complement):  Autoload.
17152
17153         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
17154
17155         * mm-encode.el (mm-body-7-or-8): Autoload.
17156
17157         * mm-decode.el (mm-insert-inline): Autoload.
17158
17159         * mml.el:
17160         * message.el: Put some defvars in eval-when-compile.
17161
17162         * gnus-msg.el: Put some defvars in eval-when-compile.
17163         (gnus-msg-mail): Move after gnus-setup-message.
17164
17165         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
17166
17167 2000-11-07  Dave Love  <fx@gnu.org>
17168
17169         * gnus-util.el (nnheader): Don't require message (recursive
17170         autoload).
17171
17172         * uudecode.el: Avoid compiler warnings.
17173
17174         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
17175         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
17176
17177 2000-11-06  Dave Love  <fx@gnu.org>
17178
17179         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
17180
17181         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
17182         (uudecode-char-int): New alias, replacing char-int.
17183         (uudecode-decode-region): Don't call buffer-disable-undo.
17184
17185 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
17186 ;       (mm-uu-configure-list): Doc fix.
17187 ;
17188 ;       * earcon.el (running-xemacs): Don't define.
17189 ;
17190 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
17191 ;
17192 ;       * message.el (message-font-lock-keywords): Match a final newline
17193 ;       to help font-lock's multiline support.
17194 ;
17195 2000-11-03  Dave Love  <fx@gnu.org>
17196
17197         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
17198
17199         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
17200         name.
17201
17202         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
17203         <banner>: Fix custom type, doc.
17204
17205         * mm-decode.el (mm-display-external): Space-prefix temp buffer
17206         name.  Don't disable undo explicitly.
17207
17208 ;2000-11-02  Dave Love  <fx@gnu.org>
17209 ;
17210 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
17211 ;       cite-prefix.
17212
17213 2000-11-01  Dave Love  <fx@gnu.org>
17214
17215         * rfc2047.el (base64): Require unconditionally.
17216         (message-posting-charset): Defvar when compiling.
17217         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
17218         message.
17219
17220         * gnus-sum.el (nnoo): Require.
17221         (mm-uu-dissect): Autoload.
17222
17223         * mml.el (mml-parse-1): Clarify message.
17224         (mml-minibuffer-read-type): Use mailcap-mime-types.
17225
17226 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
17227
17228         * mml.el: Fix a typo in the requiring of CL.
17229
17230 2000-11-01  Dave Love  <fx@gnu.org>
17231
17232         * utf7.el: Require cl when compiling.
17233
17234         * binhex.el: Use (featurep 'xemacs).
17235         (binhex-char-int): New alias, replacing char-int.  Change callers.
17236         (binhex-decode-region): Simplify work buffer code.
17237         (binhex-decode-region-external): Use expand-file-name, not concat.
17238
17239 2000-10-30  Dave Love  <fx@gnu.org>
17240
17241         * gnus-art.el: Fix 2000-10-27 change properly.
17242
17243 2000-10-28  Miles Bader  <miles@gnu.org>
17244
17245         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
17246
17247 2000-10-27  Dave Love  <fx@gnu.org>
17248
17249         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
17250         strings.
17251         (gnus-group-make-tool-bar): New function.
17252         (gnus-group-mode): Use it.
17253
17254         * message.el (message-mode-menu): Add some :help strings.
17255         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
17256         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
17257
17258         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
17259         * describe-group.xpm, get-news.xpm, kill-group.xpm:
17260         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
17261
17262         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
17263         display-graphic-p here.
17264
17265 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
17266
17267         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
17268         of the `gnus-xemacs' variable, as the latter has been removed.
17269         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
17270         * gnus-art.el (gnus-treat-display-xface)
17271         (gnus-treat-display-smileys, gnus-treat-display-picons)
17272         (gnus-article-read-summary-keys): Likewise.
17273
17274 2000-10-26  Dave Love  <fx@gnu.org>
17275
17276         (defvar): Use rmail-spool-directory unconditionally.
17277
17278 2000-10-18  Dave Love  <fx@gnu.org>
17279
17280         * mm-bodies.el (mm-uu-decode-function)
17281         (mm-uu-binhex-decode-function): Defvar when compiling.
17282
17283         * gnus-nocem.el (gnus-nocem-issuers): Update.
17284         (gnus-nocem-check-from): New option.
17285         (gnus-nocem-scan-groups): Use it.
17286         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
17287         (gnus-nocem-check-article-limit): Add :version.
17288
17289 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
17290
17291         * ietf-drums.el (mm-util): Require CL when compiling.
17292
17293 2000-10-15  Dave Love  <fx@gnu.org>
17294
17295         * qp.el: Require mm-util.
17296
17297 2000-10-13  Dave Love  <fx@gnu.org>
17298
17299         * qp.el (quoted-printable-decode-region): Avoid invalid
17300         coding-systems.
17301
17302 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
17303
17304         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
17305         to a recursive load.
17306
17307 2000-10-12  Dave Love  <fx@gnu.org>
17308
17309         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
17310
17311         * gnus.el (gnus-group-startup-message): Check for PBM image.
17312
17313 2000-10-09  Dave Love  <fx@gnu.org>
17314
17315         * mail-source.el (mail-source-fetch-imap): Bind
17316         default-enable-multibyte-characters rather than using
17317         mm-disable-multibyte.
17318
17319 2000-10-05  Dave Love  <fx@gnu.org>
17320
17321         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
17322         Autoload.
17323         (quoted-printable-decode-region):  Rename arg which confused
17324         charset with coding-system.  Don't use nonascii-insert-offset.
17325         Coding-system encode the region initially.  Don't recognize `=='
17326         as valid QP.  Coding-system decode the region finally.
17327         (quoted-printable-decode-string): Rename arg which confused
17328         charset with coding-system.
17329
17330         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
17331         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
17332         mm-encode-coding-region.
17333         (mm-decode-body, mm-decode-string): Rename variables which
17334         confused charset with coding-system.
17335         (binhex-decode-region): Don't autoload.
17336         (mm-body-encoding): Require message.
17337         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
17338         cond branches.
17339
17340         * gnus-art.el (article-de-quoted-unreadable)
17341         (article-de-base64-unreadable): Fold search case
17342         rather than downcasing string.  Apply mm-charset-to-coding-system
17343         to arg of quoted-printable-decode-region.
17344
17345 2000-10-04  Dave Love  <fx@gnu.org>
17346
17347         * gnus-ems.el: Don't turn off compiler warnings in local vars.
17348         Require ring when compiling.
17349         (gnus-article-compface-xbm): New variable.
17350
17351 2000-10-04  Dave Love  <fx@gnu.org>
17352
17353         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
17354         pbm images.
17355
17356         * frown.pbm, smile.pbm, wry.pbm: New files.
17357
17358         * frown.xbm, smile.xbm, wry.xbm: Deleted.
17359
17360 2000-10-03  Dave Love  <fx@gnu.org>
17361
17362         * mail-source.el (mail-sources): Revert to nil.
17363
17364         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
17365
17366         * qp.el: Don't require mm-util.
17367         (quoted-printable-decode-region): Rewritten.
17368         (quoted-printable-decode-string, quoted-printable-encode-region):
17369         Doc fix.
17370         (quoted-printable-encode-region): Barf on multibyte characters.
17371         Maybe make the class multibyte.  Upcase chars, not formatted
17372         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
17373         (quoted-printable-encode-string): Don't use
17374         mm-with-unibyte-buffer.
17375
17376 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
17377
17378         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
17379
17380 2000-09-21  Dave Love  <fx@gnu.org>
17381
17382         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
17383         (for Emacs 20).  Tidy somewhat.
17384
17385 2000-09-21  Dave Love  <fx@gnu.org>
17386
17387         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
17388         image processing.  Rationalize logic somewhat.
17389
17390 2000-09-20  Dave Love  <fx@gnu.org>
17391
17392         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
17393         specifically.
17394
17395         * gnus.el (gnus-version-number): Avoid some redundant
17396         autoloads.
17397
17398 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
17399
17400         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
17401         to XBM; we always have PBM support.
17402
17403 2000-09-14  Dave Love  <fx@gnu.org>
17404
17405         * gnus.el (gnus-charset):
17406         * mm-decode.el (mime-display):
17407         * imap.el (imap) <defgroup>: Add :version.
17408
17409 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
17410
17411         * parse-time.el: Fix author's mail address.
17412
17413         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
17414         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
17415         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
17416         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
17417         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
17418         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
17419         * rfc2231.el, uudecode.el: Fix copyright notice.
17420
17421         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
17422         require `w3' at load-time only if not running in batch mode.
17423
17424 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17425
17426         * gnus.el: Before merge with Emacs21.
17427
17428 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
17429
17430         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
17431
17432 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
17433
17434         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
17435         to avoid conflict with the standard `back-to-indentation'
17436         binding.
17437
17438 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17439
17440         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
17441
17442         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
17443         (mm-disable-multibyte-mule4): Ditto.
17444         (mm-with-unibyte-current-buffer-mule4): Ditto.
17445
17446 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17447
17448         * pop3.el (pop3-movemail): Use binary.
17449         (pop3-movemail-file-coding-system): Removed.
17450
17451 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17452
17453         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
17454
17455 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17456
17457         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
17458         exists.
17459
17460 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17461
17462         * gnus-msg.el (gnus-post-method): Use backend name when the
17463         address is "".
17464
17465 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17466
17467         * gnus-art.el (article-verify-x-pgp-sig): Don't test
17468         mm-verify-option.
17469         (gnus-treat-x-pgp-sig): Default value.
17470         (gnus-ignored-headers): Redundant.
17471
17472 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17473
17474         * gnus-win.el (gnus-configure-frame): Save selected window.
17475
17476 2000-02-15  Andrew Innes  <andrewi@gnu.org>
17477
17478         * nnmbox.el: Require gnus-range.
17479         (nnmbox-group-building-active-articles): New variable.
17480         (nnmbox-group-active-articles): New variable; this is a cache of
17481         all active articles by group and number.
17482         (nnmbox-in-header-p): New function.
17483         (nnmbox-find-article): New function.
17484         (nnmbox-record-active-article): New function.
17485         (nnmbox-record-deleted-article): New function.
17486         (nnmbox-is-article-active-p): New function.
17487         (nnmbox-retrieve-headers): Use nnmbox-find-article.
17488         (nnmbox-request-article): Ditto.  Also supply extra arg to
17489         nnmbox-article-group-number.
17490         (nnmbox-request-expire-articles): Ditto.
17491         (nnmbox-request-move-article): Ditto.
17492         (nnmbox-request-replace-article): Ditto.
17493         (nnmbox-request-rename-group): Rename group entry in active
17494         article cache.
17495         (nnmbox-delete-mail): Update active article cache, unless article
17496         is being replaced.
17497         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
17498         than partially duplicating it.
17499         (nnmbox-article-group-number): Add extra `this-line' arg, to
17500         handle articles belonging to multiple groups.
17501         (nnmbox-save-mail): Update active article cache.
17502         (nnmbox-read-mbox): Build active article cache when loading mbox.
17503         Also do some repair work, if we find articles that are missing the
17504         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
17505         reconstruct these from Xref info.
17506
17507 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17508
17509         * mail-source.el (mail-source-report-new-mail): Use
17510         nnheader-run-at-time.
17511
17512 2000-02-15  Andrew Innes  <andrewi@gnu.org>
17513
17514         * mail-source.el (mail-source-fetch-pop): Clear pop password when
17515         an error is thrown, and then rethrow the error.
17516         (mail-source-check-pop): Ditto.
17517         (mail-source-start-idle-timer): Prevent multiple pop checks
17518         running if the check takes a long time.
17519
17520 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17521
17522         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
17523         succeed.
17524
17525 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17526
17527         * gnus-win.el (gnus-configure-windows): Make sure
17528         nntp-server-buffer is live.
17529         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
17530
17531 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
17532
17533         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
17534
17535 2000-12-04  Andreas Jaeger  <aj@suse.de>
17536
17537         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
17538
17539 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17540
17541         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
17542
17543 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
17544         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
17545
17546         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
17547
17548 2000-12-01  Simon Josefsson  <sj@extundo.com>
17549
17550         * mml-smime.el (mml-smime-verify): Fix address parsing.
17551
17552 2000-12-01  Simon Josefsson  <sj@extundo.com>
17553
17554         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
17555         more than one certificate inside PKCS#7 blob.  Better security
17556         information (clamed / actual sender, openssl output, certificates
17557         inside message).
17558
17559         * smime.el (smime-verify-region): Output to /dev/null.
17560         (smime-buffer-as-string-region): Don't parse empty lines.
17561
17562 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17563
17564         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
17565         ?d and ?D.
17566         (gnus-mime-security-show-details-inline): New variable.
17567         (gnus-mime-security-show-details): Use them.
17568         (gnus-insert-mime-security-button): Ditto.
17569
17570         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
17571         Suggest by Michael Duggan (md5i@cs.cmu.edu).
17572         (mml2015-gpg-clear-verify): Ditto.
17573         (mml2015-gpg-decrypt-1): Ditto.
17574         (mml2015-use): Prefer 'gpg.
17575
17576 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17577
17578         * gnus-util.el (gnus-add-text-properties-when): New function.
17579         (gnus-remove-text-properties-when): Ditto.
17580
17581         * gnus-cite.el (gnus-article-hide-citation): Use them.
17582         (gnus-article-toggle-cited-text): Use them.
17583
17584         * gnus-art.el (gnus-signature-toggle): Use them.
17585         (gnus-article-show-hidden-text): Ditto.
17586         (gnus-article-hide-text): Ditto.
17587
17588 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17589
17590         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
17591
17592 2000-11-30  Simon Josefsson  <sj@extundo.com>
17593
17594         * smime.el (smime-point-at-eol): New alias.
17595         (smime-buffer-as-string-region): Use it.
17596
17597 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17598
17599         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
17600
17601 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17602
17603         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
17604
17605         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
17606
17607         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
17608
17609 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
17610
17611         * nnmh.el (nnmh-request-expire-articles): Implemented
17612         expiry-target for nnmh backend.
17613
17614 2000-11-30  Simon Josefsson  <sj@extundo.com>
17615
17616         * mm-decode.el (mm-security-from): New variable.
17617         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
17618
17619         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
17620         than `from'.
17621
17622 2000-11-30  Simon Josefsson  <sj@extundo.com>
17623
17624         * mml-smime.el (mml-smime-verify): Verify that certificate mail
17625         address match sender address.
17626
17627         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
17628
17629         * smime.el (smime-verify-region): Don't copy buffer.
17630         (smime-decrypt-buffer): Use expand-file-name on keyfile.
17631         (smime-pkcs7-region): New function.
17632         (smime-pkcs7-certificates-region): Ditto.
17633         (smime-pkcs7-email-region): Ditto.
17634         (smime-buffer-as-string-region): Ditto.
17635
17636         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
17637         buffer.
17638
17639 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
17640
17641         * smime.el (smime-decrypt-region): Fix keyfile argument.
17642
17643 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17644
17645         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
17646
17647 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17648
17649         * message.el (message-shoot-gnksa-feet): New variable.
17650         (message-gnksa-enable-p): New function.
17651         (message-send): Use it.
17652         (message-check-news-body-syntax): Ditto.
17653
17654 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17655
17656         * message.el (message-make-message-id): Remove the redundancy.
17657
17658 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17659
17660         * message.el (message-setup): Discourage using mc-install-*-mode.
17661
17662         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
17663
17664 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17665
17666         * gnus-cite.el (gnus-cite-parse): Guess citation length.
17667
17668 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17669
17670         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
17671
17672 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17673
17674         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
17675
17676 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17677
17678         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
17679         insert-buffer-substring.
17680
17681         * message.el (message-send-mail): Use buffer-substring-no-properties.
17682         (message-send-news): Ditto.
17683
17684 2000-11-22  David Edmondson  <dme@dme.org>
17685
17686         * imap.el (imap-wait-for-tag): Message read info.
17687
17688 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17689
17690         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
17691         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
17692         (mml2015-gpg-encrypt): Ditto.
17693
17694 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17695
17696         * mm-decode.el (mm-verify-option): Default value.
17697
17698         * mml-sec.el (mml-secure-part): Error message.
17699
17700 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17701
17702         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
17703
17704 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17705
17706         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
17707
17708 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17709
17710         * gnus-art.el (gnus-article-describe-key): Use prompt.
17711         (gnus-article-describe-key-briefly): Ditto.
17712
17713 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17714
17715         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
17716
17717 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17718
17719         * gnus-art.el (gnus-article-describe-key): New function.
17720         (gnus-article-describe-key-briefly): New function.
17721
17722 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17723
17724         * mm-decode.el (mm-decrypt-option): Doc typo.
17725
17726         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
17727         return a number.
17728
17729 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17730
17731         * message.el (message-newline-and-reformat): Typo.
17732
17733 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17734
17735         * gnus-art.el (article-verify-x-pgp-sig): Check whether
17736         original-article-buffer exists.
17737
17738         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
17739         (rfc2047-header-encoding-alist): Addresses are different from text.
17740         (rfc2047-encode-message-header): Ditto.
17741         (rfc2047-dissect-region): Extra parameter.
17742         (rfc2047-encode-region): Ditto.
17743         (rfc2047-encode-string): Ditto.
17744
17745 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17746
17747         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
17748         (mm-uu-pgp-encrypted-extract): Use it.
17749         (mm-uu-pgp-signed-extract-1): New function.
17750         (mm-uu-pgp-signed-extract): Use it.
17751
17752         * gnus-art.el (gnus-mime-display-security): New function.
17753         (gnus-mime-display-part): Use it.
17754         (gnus-mime-security-verify-or-decrypt): New function.
17755         (gnus-mime-security-press-button): New function.
17756         (gnus-insert-mime-security-button): Use it.
17757
17758         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
17759         (mm-find-raw-part-by-type): Ditto.
17760         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
17761         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
17762         (mm-destroy-parts): Kill nested multibyte buffer.
17763
17764         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
17765         (mml2015-gpg-verify): Ditto.
17766
17767 2000-11-18  Simon Josefsson  <sj@extundo.com>
17768
17769         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
17770         (mml2015-function-alist): Use it.
17771
17772         * mml-sec.el (mml-sign-alist): Update names.
17773         (mml-encrypt-alist): Ditto.
17774         (mml-secure-part-smime-sign): Moved to mml-smime.el
17775         as `mml-smime-sign-query'.
17776         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
17777         `mml-smime-get-file-cert'.
17778         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
17779         `mml-smime-get-dns-cert'.
17780         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
17781         `mml-smime-encrypt-query'.
17782         (mml-smime-sign-buffer): Use mml-smime-sign.
17783         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
17784
17785         * mml-smime.el (mml-smime-sign): New function.
17786         (mml-smime-encrypt):
17787         (mml-smime-sign-query):
17788         (mml-smime-get-file-cert):
17789         (mml-smime-get-dns-cert):
17790         (mml-smime-encrypt-query): Moved from mml-sec.el.
17791
17792 2000-11-16  Simon Josefsson  <sj@extundo.com>
17793
17794         * mml2015.el (mml2015-gpg-clear-verify): New function.
17795         (mml2015-function-alist): Add it.
17796
17797 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
17798
17799         * message.el (message-setup-fill-variables): Use
17800         message-cite-prefix-regexp.
17801         (message-newline-and-reformat): Check the end of citation, leading
17802         WSP, break in the cite prefix.
17803         (message-fill-paragraph): New function.
17804
17805 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17806
17807         * lpath.el: Shut up.
17808
17809 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
17810
17811         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
17812         raw 8-bit in headers in dk.* newsgroups.
17813
17814 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17815
17816         * message.el (message-newline-and-reformat): Match extra WSPs.
17817
17818 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
17819
17820         * mml.el (mml-generate-mime-1): Ignore ascii.
17821
17822 2000-11-16 Justin Sheehy  <justin@iago.org>
17823
17824         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
17825
17826 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17827
17828         * message.el (message-cite-prefix-regexp): Prefix should not end
17829         at space.
17830
17831 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
17832
17833         * message.el (message-mode-syntax-table): Add - as a word
17834         constituent as in articles.
17835         (message-setup-fill-variables): Add -_. as supercite-style prefix.
17836         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
17837         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
17838
17839 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
17840
17841         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
17842
17843 2000-11-12  David Edmondson  <dme@dme.org>
17844
17845         * message.el (message-font-lock-keywords): use
17846         message-cite-prefix-regexp.
17847
17848 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17849
17850         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
17851         Stein Arild Str\e,Ax\e(Bmme.
17852         (gnus-group-jump-to-group): Use it.
17853         (gnus-group-jump-to-group-prompt): Customize.
17854
17855 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
17856
17857         * mailcap.el (mailcap-possible-viewers): Match the entire string.
17858
17859 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
17860
17861         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
17862         incompatible.
17863         (mml2015-mailcrypt-sign): Ditto.
17864
17865 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17866
17867         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
17868         group is open.
17869
17870 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
17871
17872         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
17873         nnvirtual articles.
17874         (gnus-backlog-request-article): Don't request nnvirtual articles.
17875
17876 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
17877
17878         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
17879         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
17880
17881 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
17882
17883         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
17884         * mml.el (mml-generate-mime-1): Use charset attribute.
17885         * mm-bodies.el (mm-encode-body): Add parameter charset.
17886         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
17887
17888 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
17889
17890         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
17891         (mml2015-mailcrypt-clear-decrypt): Ditto.
17892         (mml2015-mailcrypt-verify): Ditto.
17893         (mml2015-mailcrypt-clear-verify): Ditto.
17894         (mml2015-gpg-verify): Ditto.
17895
17896 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17897
17898         * smime.el (smime-openssl-program): Test the existence of openssl.
17899         * mml-smime.el: Require mm-decode.
17900         (mml-smime-verify-test): New function.
17901         * mm-decode.el (mm-verify-function-alist): Use it.
17902
17903 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
17904
17905         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
17906         anyway.
17907
17908 2000-11-13  Simon Josefsson  <sj@extundo.com>
17909
17910         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
17911         verification doesn't work.
17912
17913 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
17914
17915         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
17916         (gnus-inews-do-gcc): Use it.
17917
17918 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
17919
17920         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
17921         leading space.
17922         * mm-extern.el (mm-inline-external-body): Report error when no
17923         access-type.
17924
17925 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
17926
17927         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
17928
17929 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
17930
17931         * gnus-art.el (gnus-mime-button-menu): Use select-window.
17932
17933 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
17934
17935         * gnus-art.el (gnus-mime-display-part): Display multipart/related
17936         as multipart/mixed.
17937
17938 2000-11-12  David Edmondson  <dme@dme.org>
17939
17940         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
17941         and replace `.' with `\w' to allow for different syntax tables
17942         (from Vladimir Volovich).
17943         * message.el (message-newline-and-reformat): use
17944         `message-cite-prefix-regexp'.
17945         * gnus-cite.el (gnus-supercite-regexp): use
17946         `message-cite-prefix-regexp'.
17947         * gnus-cite.el (gnus-cite-parse): use
17948         `message-cite-prefix-regexp'.
17949
17950 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
17951
17952         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
17953         PGP SIGNATURE.  Escape leading "-"'s.
17954         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
17955
17956 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
17957
17958         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
17959
17960 2000-11-11  Simon Josefsson  <sj@extundo.com>
17961
17962         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
17963
17964         * smime.el (smime-details-buffer): New variable.
17965         (smime-sign-region):
17966         (smime-encrypt-region):
17967         (smime-verify-region):
17968         (smime-decrypt-region): Copy OpenSSL output to the buffer.
17969
17970         * mml-smime.el (mml-smime-verify): Support security info.
17971
17972 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
17973
17974         * mm-decode.el (mm-verify-option): Set default to nil.
17975         (mm-decrypt-option): Ditto.
17976         * gnus-art.el (article-verify-x-pgp-sig): New function.
17977
17978 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
17979
17980         * gnus-art.el (gnus-mime-display-alternative): Show button if no
17981         preferred part.
17982
17983 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17984
17985         * gnus-sum.el (gnus-move-split-methods): Say that
17986         `gnus-split-methods' uses file names, whereas this uses group
17987         names.  (Report from Nevin Kapur)
17988
17989 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
17990
17991         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
17992
17993 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17994
17995         * nnheader.el (nnheader-directory-files-is-safe): New variable.
17996         (nnheader-directory-articles): Use it.
17997         (nnheader-article-to-file-alist): Ditto.
17998
17999 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
18000
18001         * rfc2047.el (rfc2047-pad-base64): New function.
18002         (rfc2047-decode): Use it.
18003
18004 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
18005
18006         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
18007         select method.
18008
18009 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
18010
18011         * mml2015.el (mml2015-gpg-decrypt-1):
18012         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
18013
18014 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
18015
18016         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
18017
18018 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
18019
18020         * pop3.el (pop3-munge-message-separator): A message may have an
18021         empty body.
18022
18023 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
18024
18025         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
18026         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
18027         (mm-uu-pgp-signed-extract): Use coding-system.
18028
18029 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
18030
18031         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
18032         (gnus-insert-mime-security-button): New function.
18033         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
18034         * mml2015.el:  Add security info when verify or decrypt.
18035         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
18036         (mm-uu-pgp-encrypted-extract): Ditto.
18037
18038 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
18039
18040         * mm-decode.el (mm-display-parts): New function.
18041         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
18042
18043 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18044
18045         * gnus-mlspl.el: Documentation tweaks.
18046
18047 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
18048
18049         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
18050         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
18051         argument.
18052
18053 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
18054
18055         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
18056
18057 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
18058
18059         * gnus-art.el (gnus-article-encrypt): New function.
18060         (gnus-article-encrypt-protocol-alist): New variable.
18061         (gnus-article-encrypt-protocol): New variable.
18062         * mml2015.el (mml2015-self-encrypt): New function.
18063         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
18064
18065 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
18066
18067         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
18068         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
18069         let mailcap do it.
18070         * mml2015.el: Remove snarf code.
18071         * mm-decode.el: Remove snarf code.
18072
18073 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
18074
18075         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
18076         (mml-insert-mime): Understand gnus-decoded.
18077         (mime-to-mml): New parameter handles.
18078         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18079         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
18080
18081 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
18082
18083         * mm-decode.el (mime-security): New group.
18084         (mm-verify-function-alist): Add test function.
18085         (mm-decrypt-function-alist): Ditto.
18086         (mm-snarf-option): Set default value as nil.
18087         (mm-find-part-by-type): Recursive parameter.
18088         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
18089         * mml2015.el: Support draft-ietf-openpgp-multsig.
18090
18091 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
18092
18093         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
18094         (gnus-article-view-part-as-charset): New function.
18095
18096 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
18097
18098         * mm-decode.el (mm-verify-option): Default value.
18099         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
18100
18101 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
18102
18103         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
18104
18105 2000-11-05  Simon Josefsson  <sj@extundo.com>
18106
18107         * mml-smime.el (mml-smime-verify): Work in original multipart
18108         buffert.
18109
18110         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
18111         (mm-handle-multipart-ctl-parameter): Ditto.
18112         (mm-alist-to-plist): New function.
18113         (mm-dissect-buffer): Store CTL parameters and copy original buffer
18114         for multiparts.
18115         (mm-destroy-parts): Destroy multipart buffert.
18116         (mm-remove-part): Ditto.
18117
18118         * mml-smime.el (mml-smime-sign): Not used.
18119         (mml-smime-encrypt): Ditto.
18120
18121         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
18122
18123         Verify S/MIME signature support.
18124
18125         * mm-decode.el (mm-inline-media-tests): Add
18126         application/{x-,}pkcs7-signature.
18127         (mm-inlined-types): Ditto.
18128         (mm-automatic-display): Ditto.
18129         (mm-verify-function-alist): Ditto.  Add name of method.
18130         (mm-decrypt-function-alist): Add name of method.
18131         (mm-find-part-by-type): Add documentation.
18132         (mm-possibly-verify-or-decrypt): Use new format of
18133         mm-{verify,decrypt}-function-alist.  Use method names.
18134
18135         * mml-smime.el (mml-smime-verify): New function.
18136
18137 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
18138
18139         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
18140
18141 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
18142
18143         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
18144         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
18145         * mm-decode.el (mm-snarf-option): New variable.
18146
18147 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
18148
18149         * mm-util.el (mm-subst-char-in-string): New function.
18150         (mm-replace-chars-in-string): Use it.
18151         * message.el (message-replace-chars-in-string): Use it.
18152         * nnheader.el (nnheader-replace-chars-in-string): Use it.
18153         * gnus-mh.el (mh-lib-progs): Shut up.
18154
18155 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
18156
18157         * base64.el, md5.el: Moved to contrib directory.
18158
18159 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
18160
18161         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
18162         the last article when search.
18163
18164 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
18165
18166         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
18167         * nnmail.el (nnmail-pathname-coding-system): Ditto.
18168
18169 2000-09-29  David Edmondson  <dme@thus.net>
18170
18171         * message.el (message-newline-and-reformat): Typo.
18172
18173 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
18174
18175         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
18176
18177 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
18178
18179         * nntp.el (nntp-decode-text): Delete bogus status lines.
18180
18181 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
18182
18183         * message.el (message-font-lock-keywords): Match a final newline
18184         to help font-lock's multiline support.
18185
18186 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
18187
18188         * nnoo.el (nnoo-set): New function.
18189
18190 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
18191
18192         * gpg.el, gpg-ring.el: Moved to contrib directory.
18193
18194 2000-11-04  Simon Josefsson  <sj@extundo.com>
18195
18196         * nnimap.el (nnimap-split-inbox): Typo.
18197
18198 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
18199
18200         * gnus-msg.el (gnus-msg-mail): Move it backwards.
18201
18202 2000-11-03  Simon Josefsson  <sj@extundo.com>
18203
18204         * rfc2231.el (rfc2231-parse-qp-string): New function.
18205         (require): rfc2047.
18206
18207         * mail-parse.el (mail-header-parse-content-type):
18208         (mail-header-parse-content-disposition): Support invalid QP
18209         encoded strings, by using `rfc2231-parse-qp-string'.
18210
18211 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
18212
18213         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
18214         (rfc2231-decode-encoded-string): Typo "> X 1".
18215         (rfc2231-encode-string): Insert the name of charset.
18216         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
18217
18218 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
18219
18220         * mm-decode.el (mm-save-part): Return the filename.
18221         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
18222         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
18223         (gnus-mime-action-alist): Use it.
18224         (gnus-mime-button-commands): Use it.
18225         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
18226         (mm-inline-external-body): unwind-protect.
18227
18228 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
18229
18230         * gnus-art.el (gnus-insert-mime-button): Show url.
18231
18232 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
18233
18234         * mml.el (mml-generate-mime-1): Support external url.
18235         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
18236
18237 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
18238
18239         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
18240         * mm-decode.el (mm-display-external): Ditto.
18241         * mm-extern.el: New file.
18242         * mm-decode.el (mm-inline-media-tests): Hook it up.
18243         (mm-inlined-types): Inline message/external-body.
18244
18245 2000-11-02  Simon Josefsson  <sj@extundo.com>
18246
18247         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
18248
18249         * message.el (message-get-reply-headers): Better handling when
18250         Mail-Followup-To is very large.
18251
18252 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
18253
18254         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
18255         * gnus-art.el (gnus-article-edit-done):
18256         * gnus-sum.el (gnus-summary-edit-article-done): Move line
18257         counting code here.
18258         * gnus-msg.el (gnus-setup-message): Remove a hack.
18259
18260 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
18261
18262         * gnus-sum.el (gnus-newsgroup-variables): New variable.
18263         (gnus-summary-mode): Make them local variables.
18264         (gnus-set-global-variables): Globalize them.
18265         (gnus-summary-exit): Kill them.
18266
18267 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
18268
18269         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
18270         word.
18271
18272 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
18273
18274         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
18275         gnus-article-wash-types.
18276         * gnus-art.el (gnus-article-wash-status): Use them.
18277
18278 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
18279
18280         * mml.el (mml-read-tag): Remove spaces and LF.
18281
18282 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
18283
18284         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
18285         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
18286
18287 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
18288
18289         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
18290
18291 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
18292
18293         * gnus-sum.el (gnus-article-charset): New variable.
18294         (gnus-summary-display-article): Set it.
18295         * gnus-msg.el (gnus-copy-article-buffer): Use it.
18296         * gnus-art.el (gnus-article-mode): Make it local variable.
18297
18298 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18299
18300         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
18301
18302 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18303
18304         * nnwfm.el: New file.
18305
18306         * nnweb.el (nnweb-replace-in-string): New function.
18307
18308 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
18309
18310         * mml2015.el: Wrap gpg.el.
18311         * gpg.el (gpg-verify): The last argument of apply is a list.
18312         (gpg-encrypt): Add passphrase as a parameter.
18313
18314 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
18315
18316         * gpg.el: New file.
18317         * gpg-ring.el: New file.
18318
18319 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
18320
18321         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
18322
18323 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18324
18325         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
18326         double-quote characters.
18327         (gnus-summary-prepare-threads): Ditto.
18328
18329 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
18330
18331         * gnus-art.el (gnus-mime-display-single): Forward line -1.
18332         * mml.el (mml-read-tag): Don't skip the leading space.
18333         * lpath.el (font-lock-set-defaults): Shut up.
18334
18335 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
18336
18337         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
18338
18339 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
18340
18341         * qp.el (quoted-printable-encode-region): Replace leading - when
18342         ultra safe.
18343         * mml.el (mml-generate-mime-postprocess-function): Removed.
18344         (mml-postprocess-alist): Removed.
18345         (mml-generate-mime-1): Use ultra-safe when sign.
18346         * mml2015.el (mml2015-fix-micalg): Uppercase.
18347         (mml2015-verify): Insert LF.
18348         (mml2015-mailcrypt-sign): Downcase; search backward.
18349
18350 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18351
18352         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
18353         restrictive.
18354         (nnultimate-table-regexp): New variable.
18355         (nnultimate-forum-table-p): Use it.
18356
18357 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
18358         Trivial patch.
18359
18360         * gnus-sum.el (gnus-summary-expire-articles): Save point.
18361
18362 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
18363
18364         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
18365         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
18366
18367 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
18368
18369         * mml2015.el: Shut up.
18370
18371 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
18372
18373         * gnus.el (gnus-server-browse-hashtb): Removed.
18374         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
18375         (gnus-group-insert-group-line-info): Use simplified method.
18376         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
18377
18378 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
18379
18380         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
18381         moved here.
18382         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
18383         * gnus-group.el (gnus-group-prepare-flat): Use it.
18384         * gnus-topic.el (gnus-group-prepare-topics): Use it.
18385
18386 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
18387
18388         * mml.el (mml-mode): Show menu in XEmacs.
18389
18390 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
18391
18392         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
18393         (gnus-server-read-server-in-server-buffer): New function.
18394         (gnus-browse-foreign-server): Browse in group buffer.
18395         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
18396         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
18397         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
18398         * gnus.el (gnus-server-browse-hashtb): New variable.
18399
18400 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
18401
18402         * nnfolder.el (nnfolder-open-nov): Use group.
18403
18404 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
18405
18406         * nnfolder.el: Add NOV. Set version to 2.0.
18407         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
18408
18409 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
18410
18411         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
18412
18413 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
18414
18415         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
18416         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
18417
18418 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
18419
18420         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
18421
18422 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
18423
18424         * mm-decode.el (mm-verify-function-alist): New variable.
18425         (mm-verify-option): New variable.
18426         (mm-decrypt-function-alist): Ditto.
18427         (mm-decrypt-option): Ditto.
18428         (mm-find-raw-part-by-type): New function.
18429         (mm-possibly-verify-or-decrypt): New function.
18430         (mm-dissect-multipart): Use it.
18431         * mml2015.el (mml2015-fix-micalg): New function.
18432         (mml2015-decrypt): Use new interface.
18433         (mml2015-verify):  Use new interface.
18434         (mml2015-setup): Make it bogus.
18435
18436 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
18437
18438         * mml.el (mml-generate-mime-postprocess-function): Set to
18439         mml-postprocess.
18440         (autoload): Autoload mml2015 and mml-smime.
18441         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
18442         * mml2015.el (mml2015-encrypt): New function.
18443         (mml2015-sign): New function.
18444         (mml2015-encrypt-function): New variable.
18445         (mml2015-sign-function): New variable.
18446         (mml2015-mailcrypt-encrypt): Use message-recipients.
18447         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
18448         * mml-smime.el (mml-smime-setup): Ditto.
18449
18450 2000-10-28  Simon Josefsson  <sj@extundo.com>
18451
18452         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
18453         Communigate Pro 3.3.1 server.
18454
18455         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
18456         in buffers.
18457         (mml-secure-dns-server): Removed.
18458         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
18459         write certificates to files.
18460
18461         * smime.el (smime-dns-server): New variable.
18462         (smime-mail-to-domain):
18463         (smime-cert-by-dns): New functions.
18464
18465         * dig.el: New file.
18466
18467 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
18468
18469         * message.el (message-options): New variable.
18470         (message-options-set-recipient): New function.
18471         (message-send): Use them.
18472         * gnus-int.el (gnus-request-replace-article): Use them.
18473         (gnus-request-accept-article): Ditto.
18474         * mml.el (mml-preview): Use them.
18475         * gnus-sum.el (gnus-summary-edit-article): Use them.
18476
18477         * message.el (message-options-get): New function.
18478         (message-options-get): New function.
18479         * rfc2047.el (rfc2047-encode-message-header): Use them.
18480         * mm-bodies.el (mm-encode-body): Use them.
18481
18482 2000-10-28  Simon Josefsson  <sj@extundo.com>
18483
18484         * nnimap.el (nnimap-retrieve-which-headers):
18485         (nnimap-request-article-part): Quote message-id.
18486
18487         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
18488         (smime-CA-file): New variable.
18489         (smime-call-openssl-region): Don't error.
18490         (smime-sign-region): Return result value.
18491         (smime-encrypt-region): Ditto.
18492         (smime-verify-region): New function.
18493         (smime-decrypt-region): Ditto.
18494         (smime-verify-buffer): Ditto.
18495         (smime-decrypt-buffer): Ditto.
18496
18497         * mml.el: Require mml-sec.
18498         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
18499         (mml-mode-map): Add "sign" and "encrypt" maps.
18500         (mml-menu): Add security menu.
18501         (mml-preview): Use generate-new-buffer.
18502
18503         * mml-sec.el: New file.
18504
18505 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
18506
18507         * mm-decode.el (mm-find-part-by-type): Move it here.
18508         * mml.el (mml-postprocess): Move it here.
18509         (mml-postprocess-alist): Move it here. Merge them.
18510
18511 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
18512
18513         * rfc2047.el (rfc2047-encode-message-header): Make sure no
18514         unencoded stuff in the header.
18515
18516 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
18517
18518         * gnus-group.el (gnus-group-listed-groups): New variable.
18519         (gnus-group-list-option): New variable.
18520         (gnus-group-list-limit-map): New keymap.
18521         (gnus-group-list-flush-map): New keymap.
18522         (gnus-group-list-plus-map): New keymap.
18523         (gnus-group-prepare-logic): New function.
18524         (gnus-group-prepare-flat): Merge with
18525         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
18526         (gnus-group-prepare-flat-list-dead): Ditto.
18527         (gnus-group-list-matching): Use gnus-group-prepare-function.
18528         (gnus-group-list-dormant): Ditto.
18529         (gnus-group-list-cached): Ditto.
18530         (gnus-group-listed-groups): New function.
18531         (gnus-group-list-limit): New function.
18532         (gnus-group-list-flush): New function.
18533         (gnus-group-list-plus): New function.
18534         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
18535         (gnus-topic-prepare-topic): Ditto.
18536
18537 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
18538
18539         * message.el (message-insert-to, message-get-reply-headers):
18540         (message-reply, message-followup): Mail-{Followup,Reply}-To.
18541
18542 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
18543
18544         * mml2015.el: New file.
18545         * smime.el: New file.
18546         * mml-smime.el: New file.
18547
18548 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
18549
18550         * ChangeLog: Moved to ChangeLog.1.
18551
18552     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
18553   Copying and distribution of this file, with or without modification,
18554   are permitted provided the copyright notice and this notice are preserved.
18555
18556 ;; Local Variables:
18557 ;; coding: iso-2022-7bit
18558 ;; End: