* mm-view.el (mm-text-html-washer-alist): Use
[gnus] / lisp / ChangeLog
1 2003-12-28  Jesper Harder  <harder@ifa.au.dk>
2
3         * mm-view.el (mm-text-html-washer-alist): Use
4         mm-inline-wash-with-stdin for w3m-standalone.
5
6         * mm-decode.el (mm-text-html-renderer): Add w3m-standalone.
7
8         * mml1991.el (mml1991-pgg-encrypt): Decode according to CTE before
9         encrypting.
10
11 2003-12-28  Jesper Harder  <harder@ifa.au.dk>
12
13         * mml1991.el (mml1991-pgg-sign): Use unibyte when re-encoding.
14         From Ivan Boldyrev <boldyrev@uiggm.nsc.ru> (tiny change).
15
16 2003-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17
18         * dgnushack.el: Add an advice to byte-optimize-form-code-walker to
19         avoid the warning ``...called for effect'' for the pop form when
20         running Emacs 21.3.
21
22 2003-12-26  Jesper Harder  <harder@ifa.au.dk>
23
24         * mm-bodies.el (mm-body-encoding): Don't use 7bit if the body
25         contains "^From " and mm-use-ultra-safe-encoding is true.
26
27 2003-12-25  Jesper Harder  <harder@ifa.au.dk>
28
29         * mml1991.el (mml1991-pgg-sign): Encode and decode according to
30         CTE header.  Don't insert gpg output as unibyte.
31
32 2003-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
33
34         * lpath.el: Remove display-time-event-handler and open-ssl-stream;
35         add delete-extent for Emacs; rearrange bindings assuming w3 may
36         not be available and XEmacs without the file-coding feature may be
37         used.
38
39 2003-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
40
41         * dgnushack.el (dgnushack-compile): Increase the value for
42         max-specpdl-size when compiling Gnus with Emacs 20.
43
44 2003-12-22  Kevin Greiner <kgreiner@xpediantsolutions.com>
45         * gnus-int.el (gnus-open-server): Fixed the server status such
46         that an agentized server, when opened offline, has a status of
47         offline.  Also fixes bug whereby the agent's backend was called
48         twice to open each server.
49
50         * gnus-start.el (gnus-get-unread-articles-in-group): Autoload
51         gnus-agent-possibly-alter-active rather than inline to resolve
52         compiler warnings.
53
54         * gnus.el (gnus-server-to-method): Added fallback of iterating
55         over gnus-newsrc-alist to resolve names of foreign servers.
56         Should fix recent agent bug.
57
58 2003-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
59
60         * gnus-score.el (gnus-summary-lower-score)
61         (gnus-summary-increase-score): Mention symbolic prefix in the
62         doc-string.  Suggested by Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
63
64 2003-12-21  Jesper Harder  <harder@ifa.au.dk>
65
66         * gnus-agent.el (gnus-agent-read-agentview): Use
67         car-less-than-car.
68
69 2003-12-20  Artem Chuprina <ran@ran.pp.ru>  (tiny change)
70
71         * message.el (message-yank-buffer): Bind message-reply-buffer to
72         a buffer rather than a string.
73
74 2003-12-19  Jesper Harder  <harder@ifa.au.dk>
75
76         * gnus-msg.el (gnus-summary-followup): Correct documentation.
77
78 2003-12-18  Jesper Harder  <harder@ifa.au.dk>
79
80         * gnus-msg.el (gnus-inews-add-send-actions): `yanked' can be a
81         list of lists.  Reported by Dmitri Paduchikh <paduch@imm.uran.ru>.
82
83 2003-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
84
85         * mm-url.el (mm-url-insert-file-contents-external)
86         (mm-url-insert-file-contents): Added doc-strings.  Autoload.
87
88 2003-12-18  Jesper Harder  <harder@ifa.au.dk>
89
90         * gnus-cus.el (defvar): defvar
91         gnus-agent-cat-disable-undownloaded-faces.
92
93 2003-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
94
95         * message.el (message-forward-subject-name-subject): Use
96         gnus-extract-address-components instead of
97         mail-header-parse-address because it may be called with non-ascii
98         text.
99
100 2003-12-16  Per Abrahamsen  <abraham@dina.kvl.dk>
101
102         * nnmail.el (nnmail-split-fancy): The widget now supports
103         restrictions.
104
105 2003-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
106
107         * nnheader.el (nnheader-find-etc-directory): Find the newest one.
108
109 2003-12-16  Simon Josefsson  <jas@extundo.com>
110
111         * sha1-el.el (autoload): Don't use ignore-errors.
112         (sha1-use-external): Use condition-case.  Suggested by Katsumi
113         Yamaoka <yamaoka@jpl.org>.
114
115 2003-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
116
117         * nnmail.el (nnmail-split-fancy): Make it customizable with Emacs
118         20 as well.
119
120 2003-12-15  Simon Josefsson  <jas@extundo.com>
121
122         * sha1-el.el (autoload): Ignore errors for
123         executable-find. (XEmacs ecrypto does not require sh-script where
124         executable.el is located.)
125         (sha1-use-external): Likewise.
126
127         * sha1-el.el (sha1): Add defgroup.
128         (sha1-maximum-internal-length, sha1-program, sha1-use-external)
129         (sha1-program): Use 'sha1sum' from GNU CoreUtils instead of OpenSSL.
130         (sha1): Autoload.
131
132         * nndraft.el (nndraft-request-move-article): Copy definition of
133         nnmh-request-move-article instead of calling it, because the nnmh
134         version uses nnmh-request-article which isn't the same as the
135         nndraft version.
136
137 2003-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
138
139         * spam.el: added some gnus-registry autoloads
140         (spam-split-symbolic-return): makes spam-split return 'spam
141         instead of the value of spam-split-group when spam is detected
142         (spam-split-symbolic-return-positive): makes spam-split return
143         'ham instead of nil when ham is detected
144         (spam-autodetect-recheck-messages): tells spam.el whether it
145         should recheck all messages in a group, or only the unseen ones
146         (spam-split-last-successful-check): spam-split will set this to
147         the last successful check; this was seen as a cleaner approach
148         than returning a cell like '(spam spam-use-bogofilter)
149         (spam-list-of-checks): documentation appended
150         (spam-split): accomodate the spam-split-symbolic-return and
151         spam-split-symbolic-return-positive variables
152         (spam-find-spam): new function called when the summary is built
153         (spam-log-registered-p): checks if a ham or spam registration has
154         already been done for an article
155         (spam-check-regex-headers, spam-check-blackholes, spam-check-BBDB)
156         (spam-check-ifile, spam-check-stat, spam-check-whitelist)
157         (spam-check-blacklist, spam-check-bogofilter-headers)
158         (spam-check-spamoracle): respect the spam-split-symbolic-return
159         and spam-split-symbolic-return-positive variables
160         (spam-initialize): add spam-find-spam to gnus-summary-prepare-hook
161         (spam-unload-hook): remove spam-find-spam from
162         gnus-summary-prepare-hook
163
164         * gnus.el (spam-autodetect, spam-autodetect-methods): new
165         configuration items for spam autodetection
166
167 2003-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
168
169         * gnus-draft.el (gnus-draft-mode-map): Bind `e' to
170         `gnus-draft-edit-message'.  We still have `B w' for
171         `gnus-summary-edit-article'.
172
173 2003-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
174
175         * nnheaderxm.el (nnheader-xmas-run-at-time): Use a simple function
176         definition if there is not a bug in start-itimer.
177
178         * pgg.el (pgg-run-at-time): Ditto.
179
180 2003-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
181
182         * gnus-agent.el (gnus-agent-possibly-alter-active): New Function.
183         (gnus-agent-regenerate-group): When necessary, alter the group's
184         active range to include articles newly recognized as being
185         downloaded.
186         (gnus-agent-regenerate): Removed code that updated the agent's
187         active file as the new gnus-agent-possibly-alter-active function
188         obsolesced it.
189
190         * gnus-cus.el (gnus-agent-customize-category): Added missing
191         agent-disable-undownloaded-faces parameter.
192         
193         * gnus-start.el (gnus-activate-group): Backed out my 2003-11-29
194         patch as it was too late at adjusting the active range.
195         (gnus-get-unread-articles-in-group): Added call to new
196         gnus-agent-possibly-alter-active to adjust the active range.
197
198 2003-12-10  Jesper Harder  <harder@ifa.au.dk>
199
200         * message.el (message-get-reply-headers): Narrow to headers.
201
202 2003-12-10  Teodor Zlatanov  <tzz@lifelogs.com> 
203
204         * spam.el (spam-disable-spam-split-during-ham-respool): new
205         variable.  From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly)
206         (spam-ham-copy-or-move-routine): respect
207         spam-disable-spam-split-during-ham-respool.  From
208         lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly)
209         (spam-split-disabled): new variable.  From
210         lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly)
211         (spam-split): respect spam-split-disabled.  From
212         lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly)
213
214 2003-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
215
216         * nnheaderxm.el (nnheader-xmas-run-at-time): Make it work
217         correctly for the first argument.
218
219         * pgg.el (pgg-run-at-time): New function.
220         (pgg-add-passphrase-cache): Use it.
221
222 2003-12-10  Simon Josefsson  <jas@extundo.com>
223
224         * pgg-parse.el (pgg-decode-packets): Rewrite to handle corrupt
225         input.
226         (pgg-decode-armor-region): Don't parse packet if decoding fail.
227
228 2003-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
229
230         * spam.el (spam-check-bogofilter): run in the correct buffer.
231         From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly).
232         (spam-bogofilter-database-directory): correct customization
233         group.  From Xavier Maillard <zedek@gnu-rox.org>.
234
235 2003-12-09  Per Abrahamsen  <abraham@dina.kvl.dk>
236
237         * nnmail.el (nnmail-lazy, nnmail-split-fancy): New widgets.
238         (nnmail-split-fancy): Use it.
239
240 2003-12-08  Joel Ray Holveck <joelh@piquan.org>  (tiny change)
241
242         * gnus-sum.el (gnus-summary-save-parts-1): Consider the "name"
243         parameter of Content-Type.
244
245 2003-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
246
247         * gnus-util.el: Revert 2003-12-03 change, instead, provide the
248         compiler macro for rmail-select-summary if rmail is not available,
249         and bind rmail-summary-displayed and rmail-maybe-display-summary
250         in order to silence the compiler even if tm is not available.
251
252 2003-12-08  Simon Josefsson  <jas@extundo.com>
253
254         * flow-fill.el (fill-flowed-encode-tests, fill-flowed-test): Add.
255
256 2003-12-08  Jesper Harder  <harder@ifa.au.dk>
257
258         * gnus-msg.el (gnus-extended-version): Bind float-output-format to
259         nil.
260
261 2003-12-08  Simon Josefsson  <jas@extundo.com>
262
263         * mml-smime.el (mml-smime-sign): Replace CRLF with LF in OpenSSL
264         output.  Reported by Arne J\e,Ax\e(Brgensen <arne@arnested.dk>.
265
266 2003-12-07  Simon Josefsson  <jas@extundo.com>
267
268         * pgg-gpg.el (pgg-gpg-recipient-arg): Add.
269         (pgg-gpg-encrypt-region): Use it.  Tiny patch from Lloyd Zusman
270         <ljz@asfast.com>.
271         (pgg-gpg-recipient-argument): Doc fix.  Renamed fro p-g-r-a.
272         (pgg-gpg-encrypt-region): Update.
273
274 2003-12-07  Jesper Harder  <harder@ifa.au.dk>
275
276         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Don't
277         use = or zerop to test the return value of call-process, because
278         it can be a string.
279
280         * mail-source.el (mail-source-fetch-with-program): do.
281
282         * mailcap.el (mailcap-viewer-passes-test): do.
283
284         * gnus-uu.el (gnus-uu-treat-archive, gnus-uu-post-encode-mime)
285         (gnus-uu-post-encode-file): do.
286
287         * gnus-soup.el (gnus-soup-pack, gnus-soup-unpack-packet): do.
288
289         * message.el (message-fix-before-sending): Fix detection of
290         non-printables.  Don't replace unencodable utf-8.
291
292 2003-12-05  Jesper Harder  <harder@ifa.au.dk>
293
294         * mm-url.el (mm-url-predefined-programs): Add user-agent for wget.
295         (mm-url-insert-file-contents-external): Signal an error if program
296         fails.
297
298 2003-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
299
300         * spam-report.el (spam-report-gmane): iterate over articles
301         instead of a single one; remove interactive usage
302
303 2003-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
304
305         * dns.el: Fix misplaced eval-when-compile.
306
307         * gnus-util.el: Require alist and provide tm-view when compiling
308         with XEmacs.
309
310 2003-12-03  Steve Youngs  <sryoungs@bigpond.net.au>
311
312         * gnus-xmas.el: Add autoloads for macros defined in gnus.el.
313         From Jerry James <james@xemacs.org>.
314
315         * gnus-util.el: Get rmail definitions when compiling.
316         From Jerry James <james@xemacs.org>.
317
318         * dns.el: Require gnus-xmas at compile time instead of trying to
319         autoload `gnus-xmas-open-network-stream' because it wasn't picking
320         up the macro.
321         From Jerry James <james@xemacs.org>.
322
323 2003-12-01  Kevin Greiner <kgreiner@xpediantsolutions.com>
324         * gnus-agent.el (gnus-agent-consider-all-articles): Updated
325         docstring.
326         (gnus-predicate-implies-unread, gnus-predicate-implies-unread-1):
327         Fixed implementation such that the predicate `true' no longer
328         evaluates to t.
329
330 2003-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
331
332         * spam.el (spam-check-bogofilter): check the bogofilter headers
333         AFTER the save-excursion scope is over.  From Adrian Lanz
334         <lanz@fowi.ethz.ch>.
335         (spam-fetch-field-message-id-fast): doc fix
336
337 2003-12-01  Simon Josefsson  <jas@extundo.com>
338
339         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
340
341 2003-11-30  Simon Josefsson  <jas@extundo.com>
342
343         * gnus-agent.el (gnus-agent-expire-group-1): Bind message-log-max
344         when messaging "X % completed" to inhibit logging them to the
345         message buffer.
346         (gnus-agent-expire-group-1): Mention group name in messages.
347         (gnus-agent-expire-group-1): Only print a message for an article
348         when there actually was something done to it.
349
350         * mm-util.el (mm-enable-multibyte): Call set-buffer-multibyte with
351         'to argument.  Fixes something or other in Emacs 22, and is
352         backwards compatible.  From Kenichi Handa <handa@m17n.org>.
353
354         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Custom fix.
355
356 2003-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357
358         * gnus-agent.el (gnus-agent-covered-methods): Remove nil methods. 
359
360 2003-11-29  Kevin Greiner <kgreiner@xpediantsolutions.com>
361         * gnus-start.el (gnus-activate-group): The active range of the
362         group must include the articles known to the agent.
363
364         * gnus.el (gnus-agent-method-p): Accept a server name as the
365         method being tested.
366
367 2003-11-29  Alexander Kreuzer <alex@freesources.org>  (tiny change)
368
369         * nnrss.el (nnrss-check-group): Set xml when nnrss-use-local is t.
370
371 2003-11-29  Jesper Harder  <harder@ifa.au.dk>
372
373         * gnus-group.el (gnus-group-make-menu-bar): Add
374         gnus-group-make-rss-group.
375
376 2003-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
377
378         * message.el: Added custom-manual links to all variables that have
379         an index entry in the message manual.
380         (message-generate-headers-first): Fixed doc-string.
381
382 2003-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
383
384         * gnus-msg.el (gnus-summary-yank-message): Don't bind
385         gnus-display-mime-function to nil so that non-ascii text is
386         decoded and attachments are not shown.
387
388         * message.el (message-cite-original-without-signature): Replace
389         the value of message-reply-headers with the yanked article since
390         it may be a different article from the original.
391         (message-cite-original): Ditto.
392
393 2003-11-25  Teodor Zlatanov  <tzz@lifelogs.com>
394
395         * spam.el (spam-blacklist-ignored-regexes): new variable, so
396         blacklisting can ignore certain regular expressions (e.g. the
397         user's e-mail address)
398         (spam-bogofilter-spam-strong-switch,
399         spam-bogofilter-ham-strong-switch): options used when articles are
400         already registered as the opposite classification
401         (spam-old-ham-articles, spam-old-spam-articles): lists of ham and
402         spam articles, generated when a summary buffer is entered, and
403         consulted when it's exited so we know what articles are changing
404         state from spam to ham or vice-versa
405         (spam-xor): everyone needs a little convenience
406         (spam-list-of-processors): lookup table for old-style spam/ham
407         exits processors
408         (spam-group-processor-p): support old-style and new-style spam/ham
409         exit processors
410         (spam-group-processor-multiple-p): handle new-style spam/ham exit
411         processors
412         (spam-summary-prepare): use spam-old-{ham,spam}-articles; change
413         logic to iterate over list of processors instead of manual
414         individual lookup, unregister any articles that change from ham to
415         spam or vice-versa in the course of the summary buffer usage; use
416         the new spam-register-routine
417         (spam-ham-copy-routine, spam-ham-move-routine,
418         spam-mark-spam-as-expired-and-move-routine): check that the list
419         of groups is not nil, because apply doesn't like to apply a
420         function across nil
421         (spam-registration-functions): variable for looking up spam/ham
422         registration/unregistration functions based on a spam-use-* symbol
423         (spam-classification-valid-p, spam-process-type-valid-p)
424         (spam-registration-check-valid-p)
425         (spam-unregistration-check-valid-p): convenience functions
426         (spam-registration-function, spam-unregistration-function): look
427         up the registration/unregistration function based on a
428         classification and the check (spam-use-* symbol)
429         (spam-list-articles): generate list of spam/ham articles from a
430         given list of articles
431         (spam-register-routine): do the heavy work of registering and
432         unregistering articles, using all the articles in the group or
433         specific ones as needed
434         (spam-generic-register-routine): removed, no longer used
435         (spam-log-unregistration-needed-p, spam-log-undo-registration):
436         handle article registration/unregistration with a given spam/ham
437         processor and group
438         (BBDB, ifile, spam-stat, blacklists, whitelists, spam-report,
439         bogofilter, spamoracle): rewrite registration/unregistration
440         functions to take a list of articles and the unregister option.
441         Much hilarity ensues.
442         (spam-initialize): spam-stat-maybe-{save,load} already respect spam-use-stat
443         (spam-stat-register-ham-routine, spam-stat-register-spam-routine):
444         don't load and save unnecessarily
445
446         * spam-stat.el (spam-stat-dirty): new variable, set when the stats
447         database is modified
448         (spam-stat-buffer-is-spam, spam-stat-buffer-is-non-spam)
449         (spam-stat-buffer-change-to-spam, spam-stat-to-hash-table)
450         (spam-stat-buffer-change-to-non-spam): set spam-stat-dirty when
451         needed
452         (spam-stat-save): respect spam-stat-dirty, unless the force
453         parameter is specified
454         (spam-stat-load): clear spam-stat-dirty
455
456         * gnus.el (gnus-install-group-spam-parameters): marked the
457         old-style exit processors as obsolete in the docs, added the
458         new-style exit processors while the old ones are still allowed
459
460
461 2003-11-25  Jesper Harder  <harder@ifa.au.dk>
462
463         * gnus-art.el (article-hide-boring-headers): Don't hide Reply-To
464         unless its list of addresses is identical to From.
465
466 2003-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
467
468         * dgnushack.el (mapc): Add the compiler macro for Emacs 20.
469
470 2003-11-24  Kevin Greiner <kgreiner@xpediantsolutions.com>
471         * gnus-srvr.el (gnus-server-insert-server-line): The server names
472         used in gnus-agent are different (for example, the native server
473         uses the alias "native") from the names in gnus-srvr.
474         Compensating by adding a second text property storing the name
475         expected by gnus-agent.
476         (gnus-server-named-server): New function.
477         * gnus-agent.el (gnus-agent-remove-server, gnus-agent-add-server):
478         No longer expect an argument as it was ignored anyway.  Uses the
479         new gnus-server-named-server function to get gnus-agent compatible
480         names from the server buffer.
481
482 2003-11-20  Kevin Greiner <kgreiner@xpediantsolutions.com>
483
484         * gnus.el (gnus-agent-covered-methods): Documented use of
485         named servers, not methods, to identity agentized groups.
486         Users may now change their server configurations without having
487         the server become "unagentized".
488         (gnus-agent-covered-methods): Removed from gnus-variable-list to
489         avoid storing two copies of gnus-agent-covered-methods, one in
490         .newsrc.eld and the other in agent/lib/servers.
491         (gnus-server-to-method): Do not cache server for the nil method.
492         (gnus-method-to-server): New function.  Associate named server
493         with all, even foreign, methods.
494         (gnus-agent-method-p, gnus-agent-method-p-cache): Incorporated
495         simple last-response cache to offset performance lose of having to
496         always convert methods to named servers.
497         * gnus-agent.el (gnus-agent-expire-days): Removed obsolete
498         documentation.
499         (gnus-agentize, gnus-agent-add-server, gnus-agent-remove-server):
500         Modified to support new definition of gnus-agent-covered-method.
501         (gnus-agent-read-servers): Rewritten to convert old method data
502         into server names.
503         (gnus-agent-read-servers-validate)
504         (gnus-agent-read-servers-validate-native): New functions.
505         (gnus-agent-write-servers): No longer use gnus-method-simplify as
506         it failed to simplify foreign methods.
507         (gnus-agent-close-connections, gnus-agent-synchronize-flags)
508         (gnus-agent-possibly-synchronize-flags, gnus-agent-fetch-session)
509         (gnus-agent-regenerate): Uses new gnus-agent-covered-methods
510         function as gnus-agent-covered-methods variable no longer provides
511         methods.
512         (gnus-agent-covered-methods): New function
513         (gnus-agent-expire-group, gnus-agent-expire): Final message will,
514         if gnus-verbose is greater than 4, report statistics of NOV
515         entries and files deleted as well as total bytes recovered.
516         (gnus-agent-expire-done-message): New function
517         (gnus-agent-unread-articles): Bug fix.  No longer drops last
518         unread article onto read list.
519         (gnus-agent-regenerate-group): Changed prompt to use typical
520         style.
521         (gnus-agent-group-covered-p): Rewrote to internally use
522         gnus-agent-method-p.
523         * gnus-int.el (gnus-start-news-server): Partially convert old
524         gnus-agent-covered-methods to new format so that gnus-open-server
525         functions correctly.
526         * gnus-srvr.el (gnus-server-insert-server-line): Replaced
527         gnus-agent-covered-methods with gnus-agent-method-p.
528         * gnus-start.el (gnus-clear-system): Added
529         gnus-agent-covered-methods to compensate for removing it from
530         gnus-variable-list.
531         (gnus-setup-news): Complete conversion of old
532         gnus-agent-covered-methods to new format so that secondary and
533         foreign servers can be correctly opened.
534
535 2003-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
536
537         * spam.el (spam-ham-copy-or-move-routine): add respooling
538         support, not working well yet
539
540         * gnus.el (ham-process-destination): make 'respool option the
541         only one, so it can't be chosen together with other groups
542
543 2003-11-19  Teodor Zlatanov  <tzz@lifelogs.com>
544
545         * gnus-registry.el (gnus-registry-track-extra): make it a set of
546         choices instead of a boolean
547         (gnus-registry-track-subject-p, gnus-registry-track-sender-p):
548         new convenience functions
549         (gnus-registry-split-fancy-with-parent): use convenience
550         functions, also don't return extra tracking info if sender or
551         subject is found in more than one groups
552         (gnus-registry-add-group): use new convenience functions to
553         decide if sender and subject should be tracked
554
555         * gnus.el (ham-process-destination): add 'respool option,
556         unused by spam.el yet
557
558 2003-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
559
560         * gnus-score.el (gnus-decay-score): Return a surely smaller value
561         than the argument in XEmacs.
562
563 2003-11-18  Reiner Steib  <Reiner.Steib@gmx.de>
564
565         * message.el (message-insert-to): Don't use `gnus-message'.
566         (message-header-synonyms): New variable.
567         (message-carefully-insert-headers): Use it (check for synonyms).
568         Added doc-string.  From Sam Steingold <sds@gnu.org>.
569
570 2003-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
571
572         * html2text.el (html2text-remove-tags): Remove the tag in a
573         simpler way to avoid inflooping.
574
575 2003-11-17  Simon Josefsson  <jas@extundo.com>
576
577         * imap.el (imap-gssapi-auth-p): Don't check capability (some
578         servers remove AUTH=GSSAPI from capability response returned after
579         successful authentication).
580
581 2003-11-16  Jesper Harder  <harder@ifa.au.dk>
582
583         * gnus.el (gnus-getenv-nntpserver): Fix regexp and simplify.
584         Reported by Artem Chuprina <ran@ran.pp.ru>.
585
586 2003-11-14  Simon Josefsson  <jas@extundo.com>
587
588         * mm-util.el (mm-charset-synonym-alist): Map BIG5-HKSCS to BIG5
589         when it isn't available.
590
591 2003-11-13  Alex Schroeder  <alex@gnu.org>
592
593         * nnrss.el (nnrss-check-group): Use dc:contributor if neither
594         rss:author nor dc:creator is provided.
595
596 2003-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
597
598         * mm-decode.el (mm-dissect-buffer): Save start="<id>" value
599         contained in Content-Type header of multipart/related messages.
600
601         * mm-view.el (mm-w3m-cid-retrieve-1): New function.
602         (mm-w3m-cid-retrieve): Use it.
603
604         * mml.el (mml-generate-mime-1): Add start="<id>" to Content-Type.
605         (mml-insert-mime-headers): Insert Content-ID header.
606         (mml-insert-mml-markup): Insert start="<id>" value.
607
608 2003-11-12  Teodor Zlatanov  <tzz@lifelogs.com>
609
610         * nnml.el (nnml-request-accept-article): pass sender to
611         nnmail-cache-insert
612
613         * nnmh.el (nnmh-request-accept-article): pass sender to
614         nnmail-cache-insert 
615
616         * nnmbox.el (nnmbox-request-accept-article): pass sender to
617         nnmail-cache-insert 
618
619         * nnfolder.el (nnfolder-request-accept-article): pass sender to
620         nnmail-cache-insert 
621
622         * nnbabyl.el (nnbabyl-request-accept-article): pass sender to
623         nnmail-cache-insert 
624
625         * nnmail.el (nnmail-cache-insert): accept sender parameter and
626         pass it to the nnmail-spool-hook
627
628         * gnus-registry.el (gnus-registry-track-extra): clarify doc
629         (gnus-registry-action): add sender lexical var and pass it to
630         gnus-registry-add-group
631         (gnus-registry-spool-action): take a sender parameter, pass to
632         gnus-registry-add-group
633         (gnus-registry-split-fancy-with-parent): trace by sender in
634         addition to subject
635         (gnus-registry-fetch-sender-fast): new function
636         (gnus-registry-add-group): accept sender parameter
637
638 2003-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
639
640         * spam.el (spam-ham-copy-routine, spam-ham-move-routine)
641         (spam-mark-spam-as-expired-and-move-routine): allow for the
642         groups to be a list of a single item
643
644         * gnus.el (gnus-install-group-spam-parameters):
645         ham-process-destination and spam-process-destination allow lists now
646
647 2003-11-10  Reiner Steib  <Reiner.Steib@gmx.de>
648
649         * message.el (message-insert-to): Do error out when the user
650         requested no Cc.  Don't insert empty To.  Can be added to
651         `message-setup-hook' now.  From Sam Steingold <sds@gnu.org>.
652         (message-mode-field-menu): Moved some entries, added
653         `message-insert-wide-reply'.
654         (message-change-subject): Fixed comment.
655
656 2003-11-10  Simon Josefsson  <jas@extundo.com>
657
658         * pgg-def.el (pgg-encrypt-for-me): Change default from nil to t.
659
660 2003-11-09  Simon Josefsson  <jas@extundo.com>
661
662         * pgg-gpg.el (pgg-gpg-encrypt-region): Cache passphrase under hex
663         key id too (for decryption).
664         (pgg-gpg-sign-region): Likewise.
665
666 2003-11-09  Simon Josefsson  <jas@extundo.com>
667
668         * pgg-gpg.el (pgg-gpg-all-secret-keys): New variable.
669         (pgg-gpg-lookup-all-secret-keys): New function.
670         (pgg-gpg-select-matching-key): Likewise.
671         (pgg-gpg-decrypt-region): Use new functions.  From Satyaki Das
672         <satyakid@stanford.edu>.
673
674 2003-11-07  Teodor Zlatanov  <tzz@lifelogs.com>
675
676         * nnmail.el (nnmail-cache-insert): make sure that the
677         nnmail-spool-hook is called with a valid newsgroup name (though
678         it may be wrong)
679
680         * gnus.el (gnus-group-real-prefix): return nil if group is not a
681         string, instead of triggering an error
682
683 2003-11-06  Teodor Zlatanov  <tzz@lifelogs.com>
684
685         * gnus.el (gnus-group-guess-full-name-from-command-method): new function
686
687         * gnus-registry.el (gnus-registry-fetch-group): use long names if
688         requested 
689         (gnus-registry-split-fancy-with-parent): when long names are in
690         use, strip the name if we're in the native server, or else return nothing
691         (gnus-registry-spool-action, gnus-registry-action): use
692         gnus-group-guess-full-name-from-command-method instead of
693         gnus-group-guess-full-name
694
695         * spam.el (spam-mark-spam-as-expired-and-move-routine)
696         (spam-ham-copy-or-move-routine): prevent article deletions or
697         moves unless the backend allows it
698
699         * gnus.el (gnus-install-group-spam-parameters): fixed parameters
700         to list spamoracle as well, suggested by Jean-Marc Lasgouttes
701         <Jean-Marc.Lasgouttes@inria.fr>
702
703         * spam.el (spam-spamoracle): doc change, suggested by Jean-Marc
704         Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
705
706 2003-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
707
708         * gnus-score.el (gnus-decay-score): Protect against arithmetic
709         errors.  Tiny patch from Norbert Koch <viteno@xemacs.org>.
710
711 2003-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
712
713         * spam.el
714         (spam-log-processing-to-registry): improved message and comments
715         (spam-log-unregistration-needed-p): new function
716         (spam-ifile-register-spam-routine)
717         (spam-ifile-register-ham-routine, spam-stat-register-spam-routine)
718         (spam-stat-register-ham-routine)
719         (spam-blacklist-register-routine)
720         (spam-whitelist-register-routine)
721         (spam-bogofilter-register-spam-routine)
722         (spam-bogofilter-register-ham-routine)
723         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): change
724         spam-log-processing-to-registry invocations appropriately
725
726 2003-10-31  Simon Josefsson  <jas@extundo.com>
727
728         * imap.el (imap-kerberos4-open): Ignore output from ATHENA imtest.
729         Tiny patch from Derek Atkins <warlord@MIT.EDU>.
730         (imap-process-connection-type): Improve docstring.  Suggested by
731         Derek Atkins <warlord@MIT.EDU>.
732
733 2003-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
734
735         * spam.el (autoload): autoload the gnus-registry functions we'll
736         need
737         (spam-log-to-registry): new variable for interfacing with the
738         gnus-registry
739         (spam-install-hooks): variable had the wrong customization group
740         (spam-fetch-field-message-id-fast): convenience function for fetch
741         a message ID quickly
742         (spam-log-processing-to-registry): new function
743         (spam-ifile-register-spam-routine)
744         (spam-ifile-register-ham-routine, spam-stat-register-spam-routine)
745         (spam-stat-register-ham-routine)
746         (spam-blacklist-register-routine)
747         (spam-whitelist-register-routine)
748         (spam-bogofilter-register-spam-routine)
749         (spam-bogofilter-register-ham-routine)
750         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): add
751         spam-log-processing-to-registry invocations
752
753         * gnus-registry.el: fixed docs in the preface to mention
754         gnus-registry-initialize
755         (gnus-registry-store-extra): remove cached extra entry
756         information when new extra entry is stored
757
758 2003-10-29  Simon Josefsson  <jas@extundo.com>
759
760         * message.el (message-forward-make-body-plain): Fix ARG=1 mode
761         after separating m-f-m-b.
762
763 2003-10-29  Simon Josefsson  <jas@extundo.com>
764
765         * message.el (message-forward-make-body-plain): Remove ignored
766         headers.  Tiny patch from Andre Srinivasan <andre@e2open.com>.
767         (message-forward-make-body-plain): Fix ARG=1.
768
769 2003-10-28  Jesper Harder  <harder@ifa.au.dk>
770
771         * message.el (message-forward-subject-name-subject)
772         (message-forward-subject-author-subject): Decode non-ASCII
773         newsgroup names.
774         (autoload): Autoload gnus-group-decoded-name.
775
776 2003-10-27  Simon Josefsson  <jas@extundo.com>
777
778         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): New optional
779         parameter key, overrides the key id used to store passphrase
780         under (uses true key id from gpg output if nil).
781         (pgg-gpg-encrypt-region): Search for passphrase using user suplied
782         string STR, instead of (pgg-lookup-key STR t).
783         (pgg-gpg-encrypt-region): Store passphrase under user suplied
784         string, instead of real key id taken from gpg output.
785         (pgg-gpg-decrypt-region): Likewise.
786         (pgg-gpg-sign-region): Likewise.
787         * pgg.el (pgg-decrypt-region): Don't set pgg-default-user-id.
788
789 2003-10-27  Romain FRANCOISE  <romain@orebokech.com>
790
791         * gnus-art.el (gnus-article-goto-prev-page): Doc fix. 
792
793 2003-10-27  Simon Josefsson  <jas@extundo.com>
794
795         * mm-bodies.el (mm-body-encoding): Don't use QP when message body
796         only consists of short lines and ASCII, when
797         mm-use-ultra-safe-encoding.  Refer to 'About foo' thread in
798         gnus-bug, e.g. <ilullrg4k7p.fsf@extundo.com>, for more discussion.
799         This make it possible to pipe the raw RFC 822 message into 'gpg'
800         and have the signature work.  Potential problem: what if message
801         contain data that would be dash-escaped by OpenPGP
802         implementations? Then PGP 2.x might not be able to parse the raw
803         RFC 822 message correctly.  If that problem is worth fixing, it
804         should be fixed by detecting the situation, instead of applying QP
805         to everything.  Based on discussion with "John A. Martin"
806         <jam@jamux.com>.
807
808 2003-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
809
810         * spam.el (spam-mark-spam-as-expired-and-move-routine)
811         (spam-ham-copy-or-move-routine): don't ask when deleting copied
812         articles, and use move instead of copy when possible
813         (spam-split): added the option of specifying a string as a
814         spam-split parameter; such a string will override
815         spam-split-group temporarily.
816
817         * nnmail.el (nnmail-cache-insert): protect from nil message IDs,
818         but should we do something else?
819
820         * gnus-registry.el (gnus-registry-spool-action): protect from nil
821         message IDs
822
823 2003-10-26  Simon Josefsson  <jas@extundo.com>
824
825         * gnus-art.el (gnus-button-alist): Allow & in mailto URLs.
826         (gnus-header-button-alist): Likewise.
827         (gnus-url-mailto): Handle ?to parameters.  Replace \r\n with \n.
828         Reverse parameter list to use same order as in the URL.  Reported
829         by f95-msv@f.kth.se (M\e,Ae\e(Brten Svantesson).
830
831 2003-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
832
833         * spam.el (spam-move-spam-nonspam-groups-only): documentation fix
834         for the variable
835
836 2003-10-25  Steve Youngs  <sryoungs@bigpond.net.au>
837
838         * Makefile.in (clean-some): Remove auto-autoloads.* and
839         custom-load.* as well.
840         (distclean): Ditto.
841
842         * dgnushack.el (dgnushack-make-load): Add a local vars section to
843         the dummy gnus-load.el.
844
845 2003-10-24  Teodor Zlatanov  <tzz@lifelogs.com>
846
847         * spam.el (spam-ham-copy-or-move-routine): do not delete if copy
848         is t, also don't intepret the list of groups as a list of lists
849         (spam-mark-spam-as-expired-and-move-routine)
850         (spam-ham-copy-or-move-routine): delete articles only if 1 or
851         more groups were specified (and "copy" was not specified for
852         spam-ham-copy-or-move-routine) (fixed twice)
853
854 2003-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
855
856         * nndoc.el (nndoc-guess-type): Reverse the sort order.  Suggested
857         by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
858         (nndoc-dissect-buffer): Don't miss even-numbered articles.
859
860 2003-10-24  Steve Youngs  <sryoungs@bigpond.net.au>
861
862         * dgnushack.el (dgnushack-gnus-load-file): Set to
863         "auto-autoloads.el" if building with XEmacs.
864         (dgnushack-cus-load-file): Set to "custom-load.el" if building
865         with XEmacs.
866         (dgnushack-make-cus-load): We don't delete the resulting file if
867         building with XEmacs so byte-compile it.
868         (dgnushack-make-load): When building with XEmacs do nothing except
869         byte-compile the autoload file and create a dummy gnus-load.el
870         file. 
871
872 2003-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
873
874         * message.el (message-make-fqdn): Bind case-fold-search.
875         Suggested by Christopher Richards <richards@CS.Princeton.EDU>.
876
877 2003-10-23  Teodor Zlatanov  <tzz@lifelogs.com>
878
879         * gnus.el (spam-process-destination, ham-process-destination):
880         allow multiple groups as a choice
881
882         * spam.el (spam-check-blackholes): remove "[IP address]"
883         requirement, now just "IP address" is enough for detection for
884         blackhole checking
885         (spam-check-blackholes): oops, the dots were not escaped
886         (spam-mark-spam-as-expired-and-move-routine): added multiple group
887         support (multiple copies, then delete)
888         (spam-ham-copy-routine): new function
889         (spam-ham-move-routine): new function
890         (spam-ham-copy-or-move-routine): new function (used to be
891         spam-ham-move-routine), handle multiple groups
892         (spam-summary-prepare-exit): call the new functions
893
894 2003-10-23  Simon Josefsson  <jas@extundo.com>
895
896         * flow-fill.el (fill-flowed-encode, fill-flowed): Autoload.
897
898 2003-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
899
900         * gnus-art.el (gnus-emphasis-strikethru): Use the :strike-through
901         attribute in Emacs.
902
903 2003-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
904
905         * message.el (message-bounce): Don't erase except bounced header.
906
907 2003-10-21  Teodor Zlatanov  <tzz@lifelogs.com>
908
909         * spam.el (spam-reverse-ip-string): new function to reverse an IP
910         address in a string
911         (spam-check-blackholes): use spam-reverse-ip-string
912
913 2003-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
914
915         * gnus-art.el (gnus-narrow-to-page): Clear as well as set the
916         value for gnus-page-broken.
917
918         * gnus-sum.el (gnus-summary-beginning-of-article): Use
919         gnus-break-pages instead of gnus-page-broken.
920         (gnus-summary-end-of-article): Use gnus-break-pages instead of
921         gnus-page-broken; narrow to the end of a page beforehand.
922         (gnus-summary-toggle-header): Use gnus-break-pages instead of
923         gnus-page-broken; remove delimiter buttons unless gnus-break-pages
924         is non-nil.
925
926 2003-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
927
928         * gnus-picon.el (gnus-picon-transform-address): Protect against
929         errors. 
930
931 2003-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
932
933         * gnus-msg.el (nnspool-rejected-article-hook): Remove defvar.
934         (xemacs-codename): Move defvar to gnus-util.el.
935
936         * gnus-util.el (xemacs-codename): Defvar when compiling.
937
938 2003-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
939
940         * spam-report.el (spam-report-url-ping-plain): Include a
941         User-Agent. 
942
943         * gnus-msg.el (gnus-extended-version): Use it.
944
945         * gnus-util.el (gnus-emacs-version): Separated out into own
946         function. 
947
948 2003-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
949
950         * message.el (message-mode-field-menu): Added
951         message-generate-unsubscribed-mail-followup-to.
952         (message-forward-subject-fwd): Avoid double "Fwd: "
953         (message-change-subject): Added comment.
954
955 2003-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
956
957         * gnus-sum.el (gnus-nov-parse-line): Remove condition-cases.
958
959         * mml.el (mml-insert-mime): Quote mml.
960
961 2003-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
962
963         * gnus-sum.el (gnus-remove-odd-characters): Use
964         mm-subst-char-in-string instead of subst-char-in-string.
965         (gnus-summary-refer-article): Use gnus-replace-in-string instead
966         of replace-regexp-in-string.
967
968 2003-10-19  Jesper Harder  <harder@ifa.au.dk>
969
970         * gnus-uu.el (gnus-uu-uustrip-article): Really strip directory
971         from file name.
972
973 2003-10-18  Jesper Harder  <harder@ifa.au.dk>
974
975         * gnus-sum.el (gnus-summary-save-parts-last-directory): Default
976         to mm-default-directory.
977         (gnus-summary-save-parts-1): Use mm-file-name-rewrite-functions.
978
979 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
980
981         * pop3.el (pop3-read-response): Check whether the process is
982         alive. 
983
984         * gnus-sum.el (gnus-summary-refer-article): Strip spaces.
985
986         * rfc2047.el (rfc2047-encode-region): Do error out on invalid
987         strings. 
988
989         * nntp.el (nntp-retrieve-headers-with-xover): Get error messages
990         right. 
991
992         * gnus-agent.el (gnus-agent-read-servers): Remove sit-for.
993
994         * gnus-art.el (article-treat-dumbquotes): Doc fix.
995
996         * message.el (message-field-value): New function.
997         (message-insert-disposition-notification-to): Use Reply-To, too.
998
999         * imap.el (imap-mailbox-status): Upcase STATUS commands. 
1000
1001         * gnus-sum.el (gnus-remove-odd-characters): New function.
1002         (gnus-nov-parse-line): Use it.
1003
1004 2003-10-18  Matt Swift  <swift@alum.mit.edu>
1005
1006         * mm-decode.el (mm-inline-media-tests): Recognize pjpeg as jpeg. 
1007
1008 2003-10-18  Romain FRANCOISE  <romain@orebokech.com>
1009
1010         * message.el (message-forward-make-body): does both
1011         m-f-make-body-mml and m-f-make-body-plain, resulting in a strange
1012         message buffer.
1013
1014 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1015
1016         * gnus-art.el (gnus-narrow-to-page): Only break page if it's
1017         broken.
1018
1019         * nnrss.el (nnrss-find-rss-via-syndic8): Return nil if xml-rpc
1020         isn't available.
1021
1022         * message.el (message-hidden-headers): Doc fix.
1023
1024 2003-10-18  Jesper Harder  <harder@ifa.au.dk>
1025
1026         * gnus-msg.el (gnus-summary-resend-message-edit): Avoid error when
1027         fields aren't found.
1028
1029 2003-10-18  Simon Josefsson  <jas@extundo.com>
1030
1031         * message.el (message-forward-make-body-plain)
1032         (message-forward-make-body-mime, message-forward-make-body-mml)
1033         (message-forward-make-body-digest-plain)
1034         (message-forward-make-body-digest-mime)
1035         (message-forward-make-body-digest): New, derived from
1036         message-forward-make-body.
1037         (message-forward-make-body): Use them.
1038         (message-forward-show-mml): New default 'best.
1039         (message-forward-make-body): Support it.
1040
1041 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1042
1043         * gnus-art.el (gnus-article-mode): Set gnus-page-broken to nil.
1044         (gnus-article-prepare): Don't set to t.
1045         (gnus-narrow-to-page): Set to t if we break.
1046
1047 2003-06-11  Daniel N\e,Ai\e(Bri  <dne@mayonnaise.net>
1048
1049         * message.el (message-resend): Generate Resent-Message-ID header.
1050
1051 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1052
1053         * gnus-art.el (gnus-article-next-page): Don't go to the next line
1054         before checking end-of-buffer.
1055         (gnus-mime-delete-part): Don't insert parts twice.
1056
1057 2003-10-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1058
1059         * gnus-art.el (article-update-date-lapsed): Make sure point
1060         doesn't move around (much).
1061
1062 2003-07-28  Vasily Korytov  <deskpot@myrealbox.com>
1063
1064         * mail-source.el (mail-source-keyword-map): List "cur" before
1065         "new" for maildirs.
1066
1067 2003-10-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068
1069         * gnus-sum.el (gnus-summary-enter-digest-group): ogroup, nor
1070         group. 
1071
1072         * gnus-msg.el (gnus-inews-insert-archive-gcc): Use the parent
1073         name for gcc-self.
1074         (gnus-inews-insert-archive-gcc): Paren mistake.
1075
1076         * gnus-sum.el (gnus-summary-enter-digest-group): Add
1077         parent-group. 
1078
1079         * gnus-art.el (gnus-ignored-headers): Add more headers.
1080
1081         * rfc2047.el (rfc2047-encode): See which encoding is shorter --
1082         base64 or QP.
1083
1084         * nnmail.el (nnmail-article-group): Default to "bogus".
1085
1086         * mail-source.el (mail-source-delete-incoming): Change to nil.
1087
1088 2003-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1089
1090         * mail-source.el (mail-source-fetch-imap): Fix mismatched parens.
1091
1092 2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093
1094         * mail-source.el (defvar): Add post/pre/scripts.
1095         (mail-source-fetch-imap): Use them.
1096
1097         * nndraft.el (nndraft-request-move-article): Fix infinite
1098         recursion. 
1099
1100         * gnus-group.el (gnus-group-mark-regexp): Jump to groups.
1101
1102 2003-10-16  Ed L. Cashin  <ecashin@uga.edu>
1103
1104         * imap.el (imap-interactive-login): Set imap-password to nil if
1105         login fails.
1106
1107 2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1108
1109         * message.el (message-inserted-headers): New variable.
1110         (message-mode): Make local.
1111         (message-mode): Set all the local action variables to nil.      
1112
1113 2003-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1114
1115         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
1116         (mm-w3m-safe-url-regexp): Doc fix.
1117
1118 2003-10-12  Jesper Harder  <harder@ifa.au.dk>
1119
1120         * gnus-sum.el (gnus-summary-respool-query): Don't narrow to head,
1121         it's done by nnmail-article-group.
1122
1123         * gnus-uu.el (gnus-uu-grab-articles): Fix misplaced parens.
1124         From Mark Hood <markhood@speakeasy.net> (tiny change)
1125
1126 2003-10-10  Jesper Harder  <harder@ifa.au.dk>
1127
1128         * mm-decode.el (mm-file-name-delete-gotchas): Avoid infloop in
1129         XEmacs.
1130
1131 2003-10-10  Teodor Zlatanov  <tzz@lifelogs.com>
1132
1133         * spam.el (spam-initialize): new function, does the spam-face
1134         update and all the hooks, replaces spam-install-hooks-function
1135
1136         * gnus-registry.el (gnus-registry-initialize): new autoloaded
1137         function to explicitly initialize the registry
1138
1139 2003-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * mm-decode.el (mm-w3m-safe-url-regexp): Doc fix.
1142
1143         * mm-view.el (mm-w3m-mode-map): Doc fix.
1144         (mm-inline-text-html-render-with-w3m): Add a comment.
1145
1146 2003-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1147
1148         * gnus-group.el: Remove superfluous eval-when-compiles.
1149
1150 2003-10-10  Jesper Harder  <harder@ifa.au.dk>
1151
1152         * gnus-group.el (gnus-group-suspend): Reset gnus-backlog-articles.
1153
1154 2003-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1155
1156         * dns.el (query-dns): Don't error out on malformed resolv files.
1157
1158 2003-10-06  Jesper Harder  <harder@ifa.au.dk>
1159
1160         * gnus.el (gnus-group-faq-directory): Update .tw entry.  From
1161         Albert Chun-Chieh Huang <mr894348@cs.nthu.edu.tw>
1162
1163 2003-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
1164
1165         * spam.el (spam-check-blackholes): exit the loop if matches are
1166         found (idea from Adrian Lanz <lanz@fowi.ethz.ch>)
1167         (spam-check-bogofilter-headers, spam-check-blackholes, spam-check-BBDB)
1168         (spam-from-listed-p): use nnmail-fetch-field instead of message-fetch-field
1169         
1170
1171 2003-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1172
1173         * mm-decode.el (mm-attachment-file-modes): Change the default
1174         value into 384 from ?\600 which doesn't mean an integer in XEmacs.
1175
1176 2003-10-03  Jesper Harder  <harder@ifa.au.dk>
1177
1178         * mm-decode.el (mm-file-name-delete-control)
1179         (mm-file-name-delete-gotchas): New functions.
1180         (mm-file-name-rewrite-functions): Use them.
1181         (mm-attachment-file-modes): New option.
1182         (mm-save-part-to-file): Use it.
1183
1184 2003-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
1185
1186         * spam.el (spam-install-hooks-function): Added Autoload cookie.
1187
1188 2003-10-02  Jesper Harder  <harder@ifa.au.dk>
1189
1190         * pgg-def.el (pgg-default-keyserver-address): Change to
1191         subkeys.pgp.net.  From Michael Shields <shields@msrl.com>
1192
1193 2003-10-01  Simon Josefsson  <jas@extundo.com>
1194
1195         * message.el (message-idna-to-ascii-rhs-1): RHS can be terminated
1196         by ',', as in 'foo@example.org, bar@example.org'.
1197
1198 2003-10-01  Jesper Harder  <harder@ifa.au.dk>
1199
1200         * message.el (message-send): Fix reversed logic of supersedes
1201         check.
1202
1203 2003-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
1204
1205         * gnus-art.el (gnus-article-view-part-as-charset): Doc fix,
1206         suggested by Norbert Koch <viteno@xemacs.org>.
1207
1208 2003-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * gnus-topic.el (gnus-topic-goto-missing-topic): Revert 2003-02-09
1211         change in order to correct the position where an invisible topic
1212         (because gnus-topic-display-empty-topics is nil) may be inserted.
1213
1214 2003-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * message.el (message-ignored-supersedes-headers): Add X-Payment.
1217
1218 2003-09-20  Jesper Harder  <harder@ifa.au.dk>
1219
1220         * rfc2047.el (rfc2047-encode): Limit line length to 76 characters.
1221
1222 2003-09-20  Simon Josefsson  <jas@extundo.com>
1223
1224         * tls.el (tls-process-connection-type): Doc fix.
1225
1226         * imap.el (imap-starttls-open): Rewrite, should support both old
1227         starttls.el and new starttls.el that uses GNUTLS.
1228
1229 2003-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1230
1231         * gnus-art.el (gnus-treat-display-x-face): Use set-default instead
1232         of custom-set-default which isn't available in old XEmacsen.
1233
1234 2003-09-17  Jesper Harder  <harder@ifa.au.dk>
1235
1236         * gnus-msg.el (gnus-summary-resend-message-edit): Don't convert
1237         to MML.  MIME -> MML -> MIME does not work for PGP/MIME.
1238
1239         * message.el (message-bounce, message-forward-show-mml): do.
1240         
1241 2003-09-13  Jesper Harder  <harder@ifa.au.dk>
1242
1243         * rfc2047.el (rfc2047-charset-encoding-alist): Add viscii.
1244         (rfc2047-encode): Add factors for big5, gb2312 and euc-kr.
1245
1246         * nnweb.el (nnweb-google-parse-1): Fix parsing.
1247
1248 2003-09-12  Jesper Harder  <harder@ifa.au.dk>
1249
1250         * gnus-group.el (gnus-group-fetch-control): ISC changed
1251         compression from .Z to .gz.
1252
1253         * rfc2047.el (rfc2047-header-encoding-alist): Add "Approved" to
1254         address-mime.
1255
1256 2003-09-11  Jesper Harder  <harder@ifa.au.dk>
1257
1258         * rfc2047.el (rfc2047-encode): Restrict encoded-words to 75
1259         characters.
1260
1261 2003-09-10  Jesper Harder  <harder@ifa.au.dk>
1262
1263         * gnus.el (gnus-group-charter-alist): Update.
1264
1265 2003-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1266
1267         * spam-report.el: use mm-url.el functions for external URL
1268         loading when the built-in HTTP GET is insufficient (e.g. proxies
1269         are in the way).  From Eric Knauel
1270         <knauel@informatik.uni-tuebingen.de>.
1271         (spam-report-url-ping-function): new option, defaults to the
1272         built-in HTTP GET (spam-report-url-ping-plain)
1273         (spam-report-url-ping): calls spam-report-url-ping-function now
1274         (spam-report-url-ping-plain): new function, does what
1275         spam-report-url-ping used to do
1276         (spam-report-url-ping-mm-url): function that delegates to
1277         mm-url.el (autoloaded)
1278
1279 2003-09-08  Teodor Zlatanov  <tzz@lifelogs.com>
1280
1281         * gnus-registry.el (gnus-registry-delete-id): function to
1282         completely delete an ID, including all the cache hashtables
1283         (gnus-registry-delete-group): use gnus-registry-delete-id
1284         (gnus-registry-simplify-subject): only run if the argument is a
1285         string, return nil otherwise
1286
1287 2003-09-07  Jesper Harder  <harder@ifa.au.dk>
1288
1289         * gnus-msg.el (gnus-summary-resend-bounced-mail): Docstring fix.
1290
1291 2003-09-05  Teodor Zlatanov  <tzz@lifelogs.com>
1292
1293         * gnus-registry.el (gnus-registry-split-fancy-with-parent): yet
1294         another error *sigh*
1295
1296         * gnus-registry.el (gnus-registry-fetch-extra-entry): don't use
1297         puthash unless gnus-registry-entry-caching is on
1298         (gnus-registry-split-fancy-with-parent): misplaced parenthesis
1299         made everything a part of the 'else'
1300         (gnus-registry-save): used 'entry-caching' instead of 'caching'
1301
1302 2003-09-05  Jesper Harder  <harder@ifa.au.dk>
1303
1304         * gnus-art.el (gnus-button-alist): Improve Info regexp.
1305
1306 2003-09-04  Teodor Zlatanov  <tzz@lifelogs.com>
1307
1308         * gnus-registry.el: added brief explanation of basics
1309         (gnus-registry-track-extra): new variable for tracking of message
1310         subjects
1311         (gnus-registry-entry-caching): caching parameter, used for extra
1312         data
1313         (gnus-registry-minimum-subject-length): minimum subject length
1314         before it's considered when tracing subjects
1315         (gnus-registry-save): accomodate extra data entry caching
1316         (gnus-registry-action): change function name, add the subject and
1317         pass it to gnus-registry-add-group
1318         (gnus-registry-spool-action): change function name, add the
1319         subject and pass it to gnus-registry-add-group
1320         (gnus-registry-split-fancy-with-parent): add subject tracking
1321         (gnus-registry-register-message-ids): pass subject to
1322         gnus-registry-add-group
1323         (gnus-registry-simplify-subject)
1324         (gnus-registry-fetch-simplified-message-subject-fast): new
1325         functions
1326         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry): add
1327         extra data entry caching
1328         (gnus-registry-add-group): handle the extra subject parameter
1329         (gnus-registry-install-hooks, gnus-registry-unload-hook): fix the
1330         gnus-register-* function names
1331
1332         * nnmail.el (nnmail-cache-insert): add subject parameter, pass it
1333         on to the nnmail-spool-hook
1334
1335         * nnbabyl.el (nnbabyl-request-accept-article): added subject to
1336         nnmail-cache-insert call
1337
1338         * nndiary.el (nndiary-request-accept-article): added subject to
1339         nnmail-cache-insert call
1340
1341         * nnfolder.el (nnfolder-request-accept-article): added subject to
1342         nnmail-cache-insert call
1343
1344         * nnimap.el (nnimap-split-articles): added subject to
1345         nnmail-cache-insert call
1346         (nnimap-request-accept-article): added subject to
1347         nnmail-cache-insert call
1348
1349         * nnmbox.el (nnmbox-request-accept-article): added subject to
1350         nnmail-cache-insert call
1351
1352         * nnmh.el (nnmh-request-accept-article): added subject to
1353         nnmail-cache-insert call
1354
1355         * nnml.el (nnml-request-accept-article): added subject to
1356         nnmail-cache-insert call
1357
1358 2003-09-04  Jesper Harder  <harder@ifa.au.dk>
1359
1360         * gnus-art.el (gnus-button-handle-info-url)
1361         (gnus-button-handle-info-url-gnome)
1362         (gnus-button-handle-info-url-kde, gnus-button-alist): Handle GNOME
1363         and KDE style Info URLs.
1364
1365         * gnus-util.el (gnus-url-unhex-string): Don't replace "+" with " ".
1366
1367 2003-09-02  Jesper Harder  <harder@ifa.au.dk>
1368
1369         * rfc2047.el (rfc2047-fold-region): Don't fold at the beginning
1370         of the field.
1371
1372 2003-09-01  Simon Josefsson  <jas@extundo.com>
1373
1374         * mml.el (mml-insert-mime-headers-always): New variable.
1375         (mml-insert-mime-headers): Use it.  Based on (tiny) patch from
1376         Lars Balker Rasmussen <lars@balker.org>.
1377
1378 2003-08-30  Simon Josefsson  <jas@extundo.com>
1379
1380         * mail-source.el (mail-source-fetch-imap): Pass correct buffer to
1381         imap-open, reverts 2003-03-17 change.  Reverse remove before
1382         calling gnus-compress-sequence.  From Gaute Strokkenes
1383         <gs234@srcf.ucam.org> (tiny change).
1384
1385 2003-08-29  Simon Josefsson  <jas@extundo.com>
1386
1387         * gnus-group.el (gnus-group-delete-group): Doc fix.  Suggested by
1388         Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>.
1389
1390 2003-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1391
1392         * gnus-art.el (article-display-x-face): Make it possible to set
1393         the gnus-article-x-face-command variable to the lambda form.
1394
1395 2003-08-27  Simon Josefsson  <jas@extundo.com>
1396
1397         * mm-decode.el (mm-remove-part): Try to kill external displayers
1398         cleanly first (if it refuses, C-g aborts loop and kill process
1399         unconditionally).  Also make sure process is dead before we remove
1400         the files it may be using.  Reported by David Coe
1401         <davidc@debian.org>.
1402
1403 2003-08-27  Jesper Harder  <harder@ifa.au.dk>
1404
1405         * gnus-cache.el (gnus-cache-generate-active): Fix bug in
1406         replacement.  From Vagn Johansen <v@johansen.mail.dk> (tiny
1407         change).
1408
1409 2003-08-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1410
1411         * gnus-art.el: Don't use defvaralias.
1412         (gnus-treat-display-x-face): Warn if the obsolete variable
1413         `gnus-treat-display-xface' exists.
1414
1415 2003-08-25  Jesper Harder  <harder@ifa.au.dk>
1416
1417         * gnus-art.el (gnus-treat-display-face): Fix typo.
1418         (gnus-treat-display-xface): Rename to gnus-treat-display-x-face
1419         (reported by Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>)
1420
1421 2003-08-24  Jesper Harder  <harder@ifa.au.dk>
1422
1423         * gnus-art.el (gnus-header-button-alist, gnus-button-alist): Fix
1424         type.
1425
1426 2003-08-22  Jesper Harder  <harder@ifa.au.dk>
1427
1428         * message.el (message-make-forward-subject-function): Fix
1429         customize mismatch.
1430
1431         * gnus.el (gnus-message-archive-method): do.
1432
1433 2003-08-20  Reiner Steib  <Reiner.Steib@gmx.de>
1434
1435         * gnus.el (gnus-read-group): Offer to continue only if the invalid
1436         char is `/' and add more information for the user.
1437
1438         * gnus-art.el (gnus-button-alist): Add `+' (gnus-button-handle-man).
1439         (gnus-header-button-alist): Added `In-Reply-To'.
1440
1441         * nnimap.el (nnimap-open-connection): Allow different user names
1442         on the same server (and in the same authinfo file).
1443
1444 2003-08-20  Jesper Harder  <harder@ifa.au.dk>
1445
1446         * gnus-sieve.el (gnus-sieve-crosspost): Fix type.
1447
1448         * message.el (message-make-forward-subject-function): Add
1449         message-forward-subject-name-subject to choices.
1450
1451         * gnus-art.el (gnus-article-edit-done, gnus-article-edit-exit):
1452         Redisplay article after editing.
1453
1454 2003-08-20  Simon Josefsson  <jas@extundo.com>
1455
1456         * gnus.el (gnus-read-group): Added check to ask confirmation if
1457         Group name contains invalid character. You can use '/' in IMAP,
1458         but not in filenames. G m cannot know what the user is creating,
1459         so let user decide. See thread m2oeysiev3.fsf@naima.lensflare.org.
1460         Tiny patch from letters@hotpop.com (Jari Aalto+mail.linux).
1461
1462 2003-08-13  Reiner Steib  <Reiner.Steib@gmx.de>
1463
1464         * gnus-score.el (gnus-summary-score-effect): Fix interactive use.
1465
1466 2003-08-10  Teodor Zlatanov  <tzz@lifelogs.com>
1467
1468         * gnus-draft.el (gnus-draft-send-all-messages): ask if all drafts
1469         should be sent unless gnus-expert-user is on
1470
1471 2003-08-09  Jesper Harder  <harder@ifa.au.dk>
1472
1473         * pgg-gpg.el (pgg-gpg-extra-args): Fix customization type.
1474
1475 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
1476
1477         * pgg-gpg.el (pgg-gpg-process-region): Bind
1478         default-enable-multibyte-characters to nil.
1479
1480 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1481
1482         * canlock.el (canlock-password): Fix customization type.
1483         (canlock-password-for-verify): Ditto.
1484         * deuglify.el (gnus-outlook-deuglify-unwrap-min): Ditto.
1485         (gnus-outlook-deuglify-unwrap-max): Ditto.
1486         (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
1487         * gnus-sum.el (gnus-sum-thread-tree-root): Ditto.
1488         (gnus-sum-thread-tree-false-root): Ditto.
1489         (gnus-sum-thread-tree-single-indent): Ditto.
1490         * message.el (message-archive-note): Ditto.
1491         (message-subscribed-address-file): Ditto.
1492         (message-user-fqdn): Ditto.
1493         * spam-report.el (spam-report-gmane-regex): Ditto.
1494         * spam.el (spam-blackhole-good-server-regex): Ditto.
1495
1496         * gnus-start.el (gnus-save-killed-list): Fix last change.
1497         * message.el (message-courtesy-message): Ditto.
1498
1499 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
1500
1501         * gnus-art.el (gnus-header-face-alist): Revert previous change.
1502         (gnus-header-newsgroups-face): Explain that it's only used for
1503         crossposts.
1504
1505 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1506
1507         * gnus-registry.el (gnus-registry-max-entries): Fix customization
1508         type.
1509         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
1510         * gnus.el (gnus-refer-article-method): Ditto.
1511         * message.el (message-courtesy-message): Ditto.
1512
1513 2003-08-06  Jesper Harder  <harder@ifa.au.dk>
1514
1515         * gnus-art.el (gnus-header-face-alist): Fix "Newsgroups" entry.
1516         From Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny patch)
1517
1518 2003-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1519
1520         * gnus-start.el (gnus-save-killed-list): Fix customization type.
1521         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
1522         * gnus.el (gnus-use-long-file-name): Ditto.
1523
1524 2003-08-04  Jesper Harder  <harder@ifa.au.dk>
1525
1526         * gnus-group.el (gnus-group-rename-group): Don't allow renaming to
1527         an existing name.
1528
1529         * gnus-sum.el (gnus-summary-highlight): Add uncached to docstring.
1530
1531         * nnmail.el (nnmail-large-newsgroup): Docstring fix.
1532
1533         * nntp.el (nntp-large-newsgroup): do.
1534
1535         * nnspool.el (nnspool-large-newsgroup): do.
1536
1537         * gnus-cus.el (gnus-group-parameters): Typo.
1538
1539 2003-07-31  Simon Josefsson  <jas@extundo.com>
1540
1541         * mml-sec.el (mml-signencrypt-style-alist): Use separate S/MIME
1542         method by default (revert partial 2003-07-10 patch).
1543
1544 2003-07-28  Dave Love  <fx@gnu.org>
1545
1546         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el: Require cl when compiling.
1547
1548 2003-07-26  Teodor Zlatanov  <tzz@lifelogs.com>
1549
1550         * gnus-registry.el (gnus-registry-install): add an initial
1551         registry read to the loading when gnus-registry-install is set
1552
1553 2003-07-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1554
1555         * flow-fill.el (fill-flowed): Empty lines separate paragraphs
1556         even if the preceding line ends with a soft break.  Tiny patch
1557         from Mark Thomas <swoon@bellatlantic.net>.
1558
1559 2003-07-25  Teodor Zlatanov  <tzz@lifelogs.com>
1560
1561         * spam.el (spam-use-regex-body, spam-regex-body-spam) 
1562         (spam-regex-body-ham): new variables, default to nil/empty/empty
1563         (spam-install-hooks): added spam-use-regex-body to list or
1564         pre-install conditions
1565         (spam-list-of-checks): added spam-use-regex-body and
1566         spam-check-regex-body to list of checks
1567         (spam-list-of-statistical-checks): added spam-use-regex-body to
1568         list of statistical checks
1569         (spam-check-regex-body): invokes spam-check-regex-headers with
1570         appropriate variable masking
1571         (spam-check-regex-headers): changes to print "body" or "header"
1572         where appropriate
1573
1574 2003-07-25  Jesper Harder  <harder@ifa.au.dk>
1575
1576         * smime.el (smime-ask-passphrase): Use read-passwd rather than
1577         comint-read-noecho.  The former is more secure.
1578
1579 2003-07-24  Teodor Zlatanov  <tzz@lifelogs.com>
1580
1581         * gnus-registry.el (gnus-registry-cache-whitespace): make "adding
1582         whitespace" message level 5 instead of 4
1583         (gnus-registry-clean-empty-function): new function to remove empty
1584         registry entries
1585         (gnus-registry-clean-empty): new variable to enable cleaning the
1586         registry when saving it by calling gnus-registry-clean-empty-function
1587
1588         * spam.el (spam-summary-prepare-exit): use spam-process-ham-in-spam-groups
1589         (spam-process-ham-in-spam-groups): new variable
1590
1591 2003-07-24  Jesper Harder  <harder@ifa.au.dk>
1592
1593         * pgg-gpg.el (pgg-gpg-process-region): Add "--yes" to options.
1594
1595         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el, pgg.el: Reapply changes
1596         from 2003-04-03 to fix security problem.  See
1597         http://www.debian.org/security/2003/dsa-339
1598
1599 2003-07-23  Teodor Zlatanov  <tzz@lifelogs.com>
1600
1601         * gnus.el (gnus-install-group-spam-parameters): add the
1602         gnus-ticked-mark to the possible choices of ham marks
1603
1604         * spam.el (spam-process-ham-in-nonham-groups): new variable
1605         (spam-summary-prepare-exit): use spam-process-ham-in-nonham-groups
1606
1607 2003-07-23  Jesper Harder  <harder@ifa.au.dk>
1608
1609         * rfc2047.el (rfc2047-header-encoding-alist): Add Mail-Followup-To
1610         and Mail-Copies-To to address-mime.
1611         (rfc2047-narrow-to-field): Use rfc2047-point-at-bol.
1612
1613 2003-07-19  Jesper Harder  <harder@ifa.au.dk>
1614
1615         * mm-util.el (mm-coding-system-priorities): Docstring improvement.
1616
1617 2003-07-17  Jesper Harder  <harder@ifa.au.dk>
1618
1619         * gnus-sum.el (gnus-thread-latest-date): Move condition-case to
1620         the right place.
1621
1622 2003-07-14  Simon Josefsson  <jas@extundo.com>
1623
1624         * mail-source.el (mail-source-fetch-imap): Don't assume
1625         imap-error-text returns something.
1626
1627 2003-07-12  Nevin Kapur  <kapur@mts.jhu.edu>
1628
1629         * nnimap.el (nnimap-request-newgroups): Use the pattern in
1630         nnimap-list-pattern instead of "*".
1631
1632 2003-07-10  Simon Josefsson  <jas@extundo.com>
1633
1634         * mml-sec.el (mml-signencrypt-style-alist): Use "combined" by
1635         default.  Improve docstring.
1636
1637 2003-07-10  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1638
1639         * imap.el (imap-arrival-filter): Fix test for missing process
1640         buffer.
1641
1642 2003-07-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1643         From Gaute B Strokkenes <gs234@cam.ac.uk> (tiny patch).
1644
1645         * imap.el (imap-wait-for-tag): Clarify comment.  Use timeout zero
1646         for second, after-process-has-died, accept-process-output.
1647         (imap-arrival-filter): If PROC has no buffer, do nothing.
1648
1649 2003-07-09  Jesper Harder  <harder@ifa.au.dk>
1650
1651         * flow-fill.el: Docstring and message fixes.
1652
1653         * deuglify.el: do.
1654
1655         * gnus-int.el: do.
1656
1657         * gnus-msg.el: do.
1658
1659         * gnus-util.el: do.
1660
1661         * gnus-draft.el: do.
1662
1663         * gnus-start.el: do.
1664
1665         * gnus.el: do.
1666
1667         * gnus-group.el: do.
1668
1669         * gnus-art.el: do.
1670
1671         * gnus-sum.el: do.
1672
1673         * mail-source.el (mail-source-movemail): Handle non-numerical
1674         return values.
1675
1676 2003-07-08  Jesper Harder  <harder@ifa.au.dk>
1677
1678         * mailcap.el (mailcap-parse-args-syntax-table)
1679         (mailcap-viewer-passes-test): Docstring fix.
1680
1681         * mm-bodies.el (mm-long-lines-p): Docstring fix.
1682
1683         * mm-decode.el (mm-w3m-safe-url-regexp, mm-verify-option)
1684         (mm-decrypt-option, mm-handle-set-external-undisplayer)
1685         (mm-file-name-replace-whitespace): Docstring fix.
1686
1687         * mm-uu.el (mm-uu-emacs-sources-regexp): Docstring fix.
1688         (mm-uu-pgp-signed-test): Fix message.
1689
1690         * mml.el (mml-tweak-sexp-alist): Docstring fix.
1691         (mml-parse-1, mml-insert-mime-headers): Fix message.
1692
1693         * message.el (message-archive-header)
1694         (message-subscribed-address-functions)
1695         (message-subscribed-addresses, message-subscribed-regexps)
1696         (message-canlock-generate)
1697         (message-generate-new-buffer-clone-locals): Docstring fixes.
1698
1699 2003-07-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1700
1701         * imap.el (imap-wait-for-tag): After the process has died, look
1702         for more output still pending.  From Gaute B Strokkenes
1703         <gs234@cam.ac.uk> (tiny patch).
1704
1705 2003-07-07  Teodor Zlatanov  <tzz@lifelogs.com>
1706
1707         * spam.el (spam-bogofilter-score): redisplay article normally
1708         after spam-bogofilter-score is called
1709
1710 2003-07-06  Jesper Harder  <harder@ifa.au.dk>
1711
1712         * message.el (message-send-mail-with-sendmail): Handle
1713         non-numeric return values.
1714
1715         * gnus-sum.el (gnus-print-buffer): Apply emphasis.
1716         From Michael Piotrowski <mxp@dynalabs.de> (tiny change).
1717
1718         * gnus-start.el (gnus-clear-system): Revert change from
1719         2003-06-19.
1720
1721 2003-07-04  Dave Love  <fx@gnu.org>
1722
1723         * rfc2047.el (rfc2047-q-encode-region): Exclude especials from
1724         characters not encoded, and make the list more legible.
1725
1726 2003-07-04  Jesper Harder  <harder@ifa.au.dk>
1727
1728         * message.el (message-make-from): Revert change from 2002-01-08.
1729
1730 2003-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731
1732         * nnheader.el (nnheader-init-server-buffer): Don't add
1733         nntp-server-buffer to list of Gnus buffers.
1734
1735 2003-06-25  Teodor Zlatanov  <tzz@lifelogs.com>
1736
1737         * spam.el (spam-parse-list): prevent empty ("") strings
1738
1739 2003-06-24  Teodor Zlatanov  <tzz@lifelogs.com>
1740
1741         * spam.el (spam-parse-list): use gnus-extract-address-components
1742         instead of ietf-drums-parse-addresses
1743         (spam-from-listed-p): let* was unnecessary
1744
1745 2003-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1746
1747         * gnus-ems.el (gnus-put-image): Mark the right text segment with
1748         gnus-image-category. 
1749
1750         * gnus-srvr.el (gnus-browse-unsubscribe-group): Strip prefix from
1751         native groups.
1752
1753         * gnus-topic.el (gnus-group-prepare-topics): Update topic line
1754         format specs.
1755
1756         * gnus-picon.el: Written by moi, moi, moi.
1757
1758         * gnus-group.el (gnus-group-kill-group): Clean up.
1759
1760 2003-06-23  Teodor Zlatanov  <tzz@lifelogs.com>
1761
1762         * spam.el (spam-from-listed-p, spam-parse-list): use
1763         ietf-drums-parse-addresses to extract the address portion of the
1764         whitelist/blacklist file if it looks like an address can be found
1765
1766 2003-06-23  Didier Verna  <didier@xemacs.org>
1767
1768         * gnus-ems.el (gnus-put-image): New argument CATEGORY. Add it as a
1769         text property.
1770         (gnus-remove-image): New argument CATEGORY. Only remove if
1771         category matches.
1772         * gnus-xmas.el (gnus-xmas-put-image):
1773         (gnus-xmas-remove-image): Ditto, with extents.
1774         * gnus-art.el (gnus-delete-images): Pass CATEGORY argument to
1775         gnus-[xmas-]remove-image.
1776         (article-display-face): Don't always act as a toggle. Call
1777         `gnus-put-image' with CATEGORY argument.
1778         (article-display-x-face): Call `gnus-put-image' with CATEGORY
1779         argument.
1780         * smiley.el (smiley-region): Ditto.
1781         * gnus-fun.el (gnus-display-x-face-in-from): Ditto.
1782         * gnus-picon.el (gnus-picon-insert-glyph): Ditto.
1783         (gnus-treat-mail-picon): Don't always act as a toggle.
1784         * gnus-picon.el (gnus-treat-newsgroups-picon): Ditto.
1785
1786 2003-06-23  Didier Verna  <didier@xemacs.org>
1787
1788         * gnus-art.el (article-display-face): Check for existence of the
1789         original article buffer before switching to it.
1790
1791 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
1792
1793         * mm-util.el (mm-append-to-file): Say "Appended to".  Suggested by
1794         Dan Jacobson <jidanni@jidanni.org>.
1795
1796         * mm-view.el (mm-inline-message): Bind
1797         gnus-original-article-buffer to the buffer in the mml handle
1798         holding the message.
1799
1800 2003-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1801
1802         * message.el (sender, from): No need to bind them.
1803
1804 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
1805
1806         * spam.el (spam-enter-list): search-forward specified wrong
1807
1808 2003-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1809
1810         * gnus-art.el: Comment fix.
1811
1812 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
1813
1814         * gnus-msg.el (gnus-configure-posting-styles): Remove unused
1815         variable.  From Jan Rychter <jan@rychter.com>.
1816
1817         * spam.el (spam-spamoracle-learn): insert-string is obsolete.
1818
1819 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
1820
1821         * spam.el (spam-enter-list): do not enter duplicate addresses into
1822         the whitelist/blacklist
1823
1824 2003-06-19  Jesper Harder  <harder@ifa.au.dk>
1825
1826         * nnheader.el (nnheader-init-server-buffer): Add
1827         nntp-server-buffer to gnus-buffers.
1828
1829         * gnus-start.el (gnus-clear-system): Now we don't need to kill
1830         nntp-server-buffer separately.
1831
1832 2003-06-18  Didier Verna  <didier@xemacs.org>
1833
1834         * gnus-art.el (article-display-face): Correctly toggle between
1835         display and hiding. Handle multiple Face headers.
1836
1837 2003-06-17  Dave Love  <fx@gnu.org>
1838
1839         * nnimap.el: Require cl when compiling.
1840
1841         * message.el (message-fix-before-sending): Reinstate nullifying
1842         the invisible text property.
1843         (sender, from): Defvar when compiling.
1844         (message-is-yours-p): Remove autoload cookie.
1845
1846 2003-06-17  Reiner Steib  <Reiner.Steib@gmx.de>
1847
1848         * gnus-util.el (gnus-extract-address-components): Added
1849         doc-string.
1850
1851 2003-06-16  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1852
1853         * nnml.el (nnml-current-group-article-to-file-alist): Don't read
1854         overview when using compressed files.  From Michael Albinus
1855         <Michael.Albinus@alcatel.de>.
1856
1857 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1858
1859         * gnus-sum.el (gnus-summary-refer-parent-article): Extract
1860         Message-ID from In-Reply-To header.
1861
1862 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1863
1864         * message.el (message-is-yours-p): Narrow to head; extract from
1865         and sender by itself.
1866         (message-cancel-news, message-supersede): Remove useless things.
1867
1868 2003-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
1869
1870         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
1871         `gnus-article-emulate-mime'.
1872
1873 2003-06-15  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1874         From Tommi Vainikainen <thv+gnus@iki.fi>.
1875
1876         * message.el (message-is-yours-p): New function.  Separated common
1877         code from message-cancel-news and message-supersede.  Added
1878         matching code which uses message-alternative-emails regexp as last
1879         resort.
1880         (message-cancel-news, message-supersede): Use message-is-yours-p.
1881
1882 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1883
1884         * nnimap.el (nnimap-split-articles): Narrow the right buffer to
1885         the headers.  From Niklas Morberg <niklas.morberg@axis.com>.
1886
1887 2003-06-12  Dave Love  <fx@gnu.org>
1888
1889         * nnheader.el (nnheader-functionp): Deleted.
1890
1891         * nnmail.el (nnmail-split-fancy-syntax-table): Define all in
1892         defvar.
1893         (nnmail-version): Deleted.
1894         (nnmail-check-duplication, nnmail-expiry-target-group): Don't use
1895         nnheader-functionp.
1896
1897 2003-06-10  Teodor Zlatanov  <tzz@lifelogs.com>
1898
1899         * spam.el (spam-check-bogofilter-headers): fix for when the score
1900         is requested but the message is not spam
1901
1902 2003-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
1903         From Eric
1904         <knauel@informatik.uni-tuebingen.de>
1905
1906         * spam.el (spam-use-spamoracle): new variable
1907         (spam-install-hooks): add spamoracle to the list of conditions
1908         for activation of spam-install-hooks
1909         (spam-spamoracle): new variable customization group
1910         (spam-spamoracle, spam-spamoracle): new variables
1911         (spam-group-spam-processor-spamoracle-p)
1912         (spam-group-ham-processor-spamoracle-p): new functions
1913         (spam-summary-prepare-exit): added spamoracle ham/spam exit processing
1914         (spam-list-of-checks, spam-list-of-statistical-checks): add
1915         spam-use-spamoracle
1916         (spam-check-spamoracle, spam-spamoracle-learn)
1917         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): new functions
1918
1919         * gnus.el (gnus-group-spam-exit-processor-spamoracle)
1920         (gnus-group-ham-exit-processor-spamoracle): new variables for SpamOracle
1921         (spam-process, ham-process): added spamoracle spam/ham processors
1922
1923 2003-06-08  Jesper Harder  <harder@ifa.au.dk>
1924
1925         * message.el (message-beginning-of-line): Docstring improvement.
1926         Suggested by Michael R. Wolf <MichaelRunningWolf@att.net>
1927
1928 2003-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1929
1930         * gnus-sum.el (gnus-summary-make-menu-bar): Removed ["Add buttons"
1931         gnus-summary-display-buttonized t]
1932
1933 2003-06-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1934
1935         * nnmail.el (nnmail-split-fancy-match-partial-words): Doc string
1936         fix.  Reported by Johan Bockg\e,Ae\e(Brd <bojohan+news@dd.chalmers.se>.
1937
1938 2003-06-07  Jesper Harder  <harder@ifa.au.dk>
1939
1940         * message.el (message-beginning-of-line): Docstring improvement.
1941
1942 2003-06-06  Jesper Harder  <harder@ifa.au.dk>
1943
1944         * gnus-srvr.el (gnus-browse-foreign-server): Parse garbage NNTP
1945         groups correctly.
1946
1947 2003-06-06  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1948         From Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
1949
1950         * message.el (message-fetch-field): Augment documentation to state
1951         the narrowed-to-headers restriction.
1952         (message-change-subject, message-reduce-to-to-cc)
1953         (message-generate-unsubscribed-mail-followup-to)
1954         (message-insert-importance-high, message-insert-importance-low)
1955         (message-insert-or-toggle-importance)
1956         (message-insert-disposition-notification-to): Narrow to headers
1957         before calling message-fetch-field or message-remove-header.
1958
1959 2003-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1960
1961         * gnus-registry.el (gnus-registry-trim): fix for when
1962         gnus-registry-max-entries is nil
1963
1964 2003-06-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1965
1966         * qp.el (quoted-printable-decode-region): Don't error out on
1967         malformed text.
1968
1969 2003-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1970
1971         * rfc2047.el (rfc2047-encode-region): Don't error out on invalid
1972         strings.
1973
1974 2003-06-04  Jesper Harder  <harder@ifa.au.dk>
1975
1976         * mml1991.el (mml1991-pgg-sign): Insert pgg output as unibyte.
1977         From: Ivan Boldyrev <boldyrev+nospam@cgitftp.uiggm.nsc.ru> (tiny
1978         change)
1979
1980 2003-06-03  Dave Love  <fx@gnu.org>
1981
1982         * gnus-soup.el (gnus-soup-send-packet): Don't use
1983         message-functionp.
1984
1985         * gnus.el (gnus-agent-cache): Doc fix.
1986         (gnus-other-frame): Quote lambda used as hook.
1987
1988         * message.el: Doc fixes.
1989         (message-functionp): Deleted.  Callers changed.
1990         (message-fix-before-sending): Highlight with overlays.  Clarify
1991         `illegible text' messages.
1992         (rmail-enable-mime-composing, gnus-message-group-art): Defvar when
1993         compiling.
1994         (gnus-find-method-for-group, nnvirtual-find-group-art): Autoload.
1995
1996 2003-06-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1997
1998         * nnmail.el (nnmail-split-fancy-match-partial-words): New user
1999         option.
2000         (nnmail-split-it): Obey it.  Don't let-bind regexp twice.
2001
2002         * message.el (message-fetch-field): Mention narrow-to-headers
2003         requirement.
2004
2005 2003-06-03  Jesper Harder  <harder@ifa.au.dk>
2006
2007         * gnus-xmas.el (gnus-xmas-create-image): Use
2008         insert-file-contents-literally.  From: Eric Eide
2009         <eeide@cs.utah.edu>
2010
2011 2003-06-02  Teodor Zlatanov  <tzz@lifelogs.com>
2012
2013         * gnus-registry.el (gnus-registry-fetch-group): always return the
2014         short name of the group
2015
2016 2003-06-02  Jesper Harder  <harder@ifa.au.dk>
2017
2018         * gnus-cus.el (defvar): Silence byte-compiler warnings.
2019
2020         * gnus-sum.el (gnus-get-newsgroup-headers): Unfold headers.
2021
2022 2003-05-31  Jesper Harder  <harder@ifa.au.dk>
2023
2024         * gnus-art.el (article-unsplit-urls): Use gnus-treat-article
2025         rather than gnus-display-mime-function.
2026
2027 2003-05-30  Teodor Zlatanov  <tzz@lifelogs.com>
2028
2029         * gnus-registry.el (gnus-registry-use-long-group-names): new variable
2030         (gnus-registry-add-group): use it
2031         (gnus-registry-trim-articles-without-groups): new variable
2032         (gnus-registry-delete-group): use it
2033         (gnus-registry-unload-hook): uninstall all the hooks
2034
2035         * spam.el (spam-install-hooks-function, spam-unload-hook): new
2036         functions so users that load spam.el for customization don't get
2037         all the hooks installed
2038         (spam-install-hooks): new variable, set to t by default if user
2039         has one of the spam-use-* variables set
2040
2041         * spam-stat.el (spam-stat-install-hooks, spam-stat-unload-hook): new
2042         functions so users that load spam-stat.el for customization don't get
2043         all the hooks installed
2044
2045 2003-05-30  Dave Love  <fx@gnu.org>
2046
2047         * rfc2047.el (rfc2047-decode): Don't use
2048         mm-with-unibyte-current-buffer.
2049
2050         * qp.el (quoted-printable-decode-string): Use
2051         mm-with-unibyte-buffer.
2052
2053 2003-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
2054
2055         * gnus-registry.el (gnus-registry-save): allow forced saving even
2056         when registry is not dirty.  Use gnus-registry-trim to shorten the
2057         gnus-registry-alist.
2058         (gnus-registry-max-entries): new variable
2059         (gnus-registry-trim): new function, trim gnus-registry-alist to
2060         size gnus-registry-max-entries, sorting by entry mtime so the
2061         newest entries stick around
2062
2063         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): instead of
2064         just one specific variable, allow a list of specific variables
2065
2066 2003-05-28  Dave Love  <fx@gnu.org>
2067
2068         * rfc2047.el (rfc2047-encode-region): Skip ASCII at beginning and
2069         end of region.
2070
2071 2003-05-28  Jesper Harder  <harder@ifa.au.dk>
2072
2073         * lpath.el: Add put-char-table and get-char-table.
2074
2075 2003-05-28  Teodor Zlatanov  <tzz@lifelogs.com>
2076
2077         * gnus-registry.el (gnus-registry-dirty): flag for modified registry
2078         (gnus-registry-save, gnus-registry-read)
2079         (gnus-registry-store-extra, gnus-registry-clear): use it (note
2080         that gnus-registry-store-extra is invoked for all modifications to
2081         set the mtime, so gnus-registry-dirty only needs to be set there)
2082
2083 2003-05-23  Simon Josefsson  <jas@extundo.com>
2084
2085         * mml1991.el (mml1991-pgg-sign): Use mml-sender instead of
2086         message-sender.
2087
2088         * gnus-art.el (gnus-use-idna): Check if idna-program is installed.
2089
2090         * message.el (message-use-idna): Ditto.
2091
2092 2003-05-20  Dave Love  <fx@gnu.org>
2093
2094         * rfc2047.el (rfc2047-q-encoding-alist): Deleted.
2095         (rfc2047-q-encode-region): Don't use it.
2096         (rfc2047-encode-message-header) <(eq method 'mime)>: Bind
2097         rfc2047-encoding-type to `mime'.
2098         (rfc2047-encode-string, rfc2047-encode): Doc fix.
2099
2100 2003-05-20  Jesper Harder  <harder@ifa.au.dk>
2101
2102         * message.el (message-send-mail): Don't insert a courtesy copy
2103         notice in base64 encoded messages.
2104
2105 2003-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2106
2107         * gnus-sum.el (gnus-summary-move-article): Don't copy expirable
2108         marks if the destination group is not auto-expirable.
2109
2110 2003-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2111
2112         * dgnushack.el (assq-delete-all): Removed the compiler macro.
2113
2114 2003-05-14  Kevin Greiner <kgreiner@xpediantsolutions.com>
2115
2116         * gnus-agent.el (gnus-agentize): Updated documentation to match
2117         usage.
2118         (gnus-agent-expire-group-1): Do not skip over a group when the
2119         force argument is set.
2120         * gnus.el (gnus-agent): Updated documentation to reflect that
2121         gnus-agent now defaults to t.
2122
2123 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2124
2125         * gnus.el (gnus-version-number): Bump.
2126
2127 2003-05-14 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2128
2129         * gnus.el: Gnus v5.10.2 is released.
2130
2131 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2132
2133         * mail-source.el (mail-source-delete-incoming): Changed to t.
2134
2135         * rfc2047.el (rfc2047-syntax-table): Funcall.
2136
2137         * lpath.el ((featurep 'xemacs)): Added set-char-table-range.
2138         ((featurep 'xemacs)): No, don't.
2139
2140         * rfc2047.el (rfc2047-encodable-p): Use the header charset.
2141
2142         * gnus-sum.el (gnus-summary-reselect-current-group): Supply
2143         leave-hidden.
2144
2145 2003-05-14  Jonathan Kamens  <jik@kamens.brookline.ma.us>
2146
2147         * gnus-sum.el (gnus-summary-exit): Added `leave-hidden'.  (Tiny
2148         patch.)
2149
2150 2003-05-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2151
2152         * gnus-registry.el (gnus-registry-store-extra-entry): Use
2153         gnus-assq-delete-all.
2154
2155         * gnus-xmas.el (gnus-xmas-assq-delete-all): New function.
2156
2157         * message.el (message-ignored-bounced-headers): Add Delivered-To.
2158
2159         * gnus-sum.el (gnus-summary-find-next): Indent.
2160         (gnus-summary-find-prev): Ditto.
2161         (gnus-summary-catchup): Doc fix.
2162         (gnus-summary-mark-current-read-and-unread-as-read): New function.
2163         (gnus-summary-catchup): Really mark after point.
2164
2165         * gnus-util.el (gnus-user-date): Use %d instead of %m.
2166         (gnus-user-date): Use floating point time so that we don't get
2167         overflows.
2168
2169         * gnus-sum.el (gnus-summary-local-variables): Clean up.
2170
2171         * gnus-fun.el (gnus-display-x-face-in-from): Don't use centering
2172         since none of the other image things do.
2173
2174 2003-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2175
2176         * dgnushack.el (assq-delete-all): New compiler macro for Emacs 20.
2177
2178 2003-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2179
2180         * lpath.el: Fbind find-coding-system.
2181
2182         * dgnushack.el (dgnushack-make-load): Remove redundant format call
2183         in message.  Suggested by Yoichi NAKAYAMA <yoichi@geiin.org>.
2184         * pop3.el (pop3-movemail): Ditto.
2185
2186 2003-05-12  Colin Marquardt <c.marquardt@alcatel.de>  (tiny change)
2187
2188         * gnus.el (gnus-agent): Docstring fix.
2189
2190 2003-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
2191
2192         * gnus-registry.el (gnus-registry-install): new variable
2193         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry)
2194         (gnus-registry-store-extra-entry, gnus-registry-delete-group)
2195         (gnus-registry-add-group): add a modification timestamp to each entry
2196         (gnus-registry-install-hooks): new function
2197
2198 2003-05-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
2199
2200         * gnus-agent.el (gnus-agent-cat-name): Eval macro while compiling.
2201         (gnus-agent-cat-disable-undownloaded-faces): New function.
2202         Accessor for new agent property
2203         'agent-disable-undownloaded-faces'.
2204         gnus-cus.el (gnus-agent-parameters): Added
2205         agent-disable-undownloaded-faces and corrected documentation.
2206         (gnus-agent-cat-prepare-category-field,
2207         gnus-agent-customize-category): Changed to avoid creating free
2208         references to each field's symbol.
2209         gnus-sum.el (gnus-summary-use-undownloaded-faces): New local variable.
2210         (gnus-select-newgroup): Initialize it.
2211         (gnus-summary-highlight-line): Use it.
2212
2213 2003-05-12  Dave Love  <fx@gnu.org>
2214
2215         * mm-util.el (mm-read-charset): Deleted.
2216         (mm-coding-system-mime-charset): New.
2217         (mm-read-coding-system, mm-mule-charset-to-mime-charset)
2218         (mm-charset-to-coding-system, mm-mime-charset)
2219         (mm-find-mime-charset-region): Use it.
2220         (mm-default-multibyte-p): Fix non-mule case.
2221
2222         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-bol): Eval
2223         and compile.
2224         (rfc2047-syntax-table): Fix building table to work in Emacs 22.
2225         (rfc2047-unfold-region): Delete unused var `leading'.
2226
2227 2003-05-12  Simon Josefsson  <jas@extundo.com>
2228
2229         * pgg.el (pgg-temp-buffer-show-function): Reuse existing visible
2230         output window if one is available.  Tiny patch from Ville Skytt\e,Ad\e(B
2231         <scop@xemacs.org>.
2232
2233 2003-05-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2234
2235         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Added
2236         space.
2237
2238 2003-05-11  Jesper Harder  <harder@ifa.au.dk>
2239
2240         * gnus-sum.el (gnus-summary-enter-digest-group): Don't do article
2241         washing etc.
2242         (gnus-handle-ephemeral-exit): Don't reload article after exiting.
2243
2244         * nndoc.el (nndoc-type-alist): `mime-digest' should be before
2245         `mime-parts'.
2246
2247 2003-05-10  Jesper Harder  <harder@ifa.au.dk>
2248
2249         * gnus-cite.el (gnus-article-hide-citation-maybe): Make toggling
2250         work.  Update mode-line.
2251
2252 2003-05-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2253
2254         * gnus.el (gnus-logo-color-alist): Added no colours.
2255
2256 2003-05-09  Dave Love  <fx@gnu.org>
2257
2258         * utf7.el (mm-util): Require.
2259         (utf7-direct-encoding-chars, utf7-imap-direct-encoding-chars):
2260         Defconst, not defvar.
2261         (utf7-utf-16-coding-system): New.
2262         (utf7-encode-internal): Hoist concat out of loop.
2263         (utf7-fragment-encode): Use mm-with-unibyte-current-buffer.
2264         (utf7-get-u16char-converter) [utf7-utf-16-coding-system]: New
2265         case.
2266         (utf7-latin1-u16-char-converter): Encode the region.
2267         (utf7-u16-latin1-char-converter): Decode the region.
2268         (utf7-encode, utf7-decode): Fix multibyteness.
2269
2270         * mm-bodies.el (mm-body-7-or-8): Don't special-case mule.
2271         (mm-encode-body): Use mm-read-coding-system, not mm-read-charset.
2272         (mm-uu-yenc-decode-function): Defvar when compiling.
2273         (mm-encode-body, mm-decode-body): Doc fix.
2274
2275 2003-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2276
2277         * gnus-registry.el (gnus-registry-unregistered-group-regex):
2278         removed in favor of the group/topic/global variables
2279         (gnus-registry-register-message-ids): fixed test to omit
2280         gnus-registry-unregistered-group-regex
2281
2282         * gnus.el (gnus-variable-list): removed gnus-registry-alist and
2283         gnus-registry-headers-alist from the list
2284         (gnus-registry-headers-alist): removed
2285         (registry-ignore): new parameter, with accompanying
2286         gnus-registry-ignored-groups global variable
2287
2288         * gnus-start.el (gnus-clear-system): no need to clear the
2289         registry, we can do it ourselves
2290         (gnus-gnus-to-quick-newsrc-format): extra parameters so it can be
2291         used by gnus-registry.el
2292
2293         * gnus-registry.el (gnus-registry-cache-file): new file variable
2294         (gnus-registry-cache-read, gnus-registry-cache-save): new
2295         functions
2296         (gnus-registry-cache-whitespace): new function.  From Dan
2297         Christensen <jdc@chow.mat.jhu.edu>
2298         (gnus-registry-save, gnus-registry-read): use the new
2299         gnus-registry-cache-{read|save} functions, and change the name
2300         from gnus-registry-translate-{from|to}-alist
2301         (gnus-registry-clear): fixed so it doesn't refer to old function name
2302
2303 2003-05-09  Jesper Harder  <harder@ifa.au.dk>
2304
2305         * gnus-picon.el (gnus-picon-transform-address): Parse the encoded
2306         address.
2307
2308 2003-05-08  Teodor Zlatanov  <tzz@lifelogs.com>
2309
2310         * gnus-start.el (gnus-clear-system): added gnus-registry-alist to
2311         the list of cleared variables
2312
2313         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2314         nnmail-split-fancy-with-parent-ignore-groups can be a single regex
2315         in addition to a list of regexes.
2316
2317         * spam.el (spam-use-regex-headers): docstring fix.  From Niklas
2318         Morberg <niklas.morberg@axis.com>
2319
2320 2003-05-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2321
2322         * gnus-sum.el (gnus-summary-next-page): Mention
2323         `gnus-article-skip-boring' in docstring.
2324
2325 2003-05-08  Jesper Harder  <harder@ifa.au.dk>
2326
2327         * rfc2231.el (rfc2231-parse-string): "=" should have whitespace
2328         syntax here.
2329
2330         * ietf-drums.el (ietf-drums-syntax-table): "=" should not have
2331         whitespace syntax class when parsing email addresses.
2332
2333         * message.el (message-forward-subject-name-subject): Don't use
2334         mail-decode-encoded-word-string before parsing from.
2335
2336 2003-05-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2337
2338         * message.el (message-setup-1): Setup alternative email before
2339         generate-headers.
2340
2341         (message-forward-subject-name-subject): Fix the case when the
2342         field "from" doesn't exist.
2343
2344 2003-05-07  Dave Love  <fx@gnu.org>
2345
2346         * rfc2047.el (rfc2047-encode-region): Skip \n as whitespace.
2347
2348         * mm-util.el (mm-find-mime-charset-region): Expurgate utf-16 from
2349         possible values.
2350
2351 2003-05-07  Jesper Harder  <harder@ifa.au.dk>
2352
2353         * message.el (message-kill-to-signature): Fix.
2354
2355 2003-05-06  Jesper Harder  <harder@ifa.au.dk>
2356
2357         * gnus-sum.el (gnus-auto-goto-ignores): Docstring fix.
2358
2359         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
2360         (gnus-mime-display-multipart-related-as-mixed)
2361         (gnus-button-mid-or-mail-heuristic-alist): do.
2362
2363 2003-05-05  Dave Love  <fx@gnu.org>
2364
2365         * mm-util.el (mm-default-multibyte-p): New.
2366         (mm-coding-system-p): Maybe use find-coding-systems.
2367
2368 2003-05-04  Dave Love  <fx@gnu.org>
2369
2370         * rfc2047.el (with-syntax-table): Define if necessary.
2371         (rfc2047-syntax-table): Fix last change for XEmacs.
2372         (rfc2047-parse-and-decode): Revert last change.
2373
2374 2003-05-03  Jesper Harder  <harder@ifa.au.dk>
2375
2376         * gnus.el: Don't test for `mm-guess-mime-charset'.
2377
2378         * mm-util.el (mm-guess-mime-charset): Remove.  Not used any more.
2379
2380         * gnus.el (gnus-default-charset): Set default value to
2381         `undecided'.
2382
2383         * gnus-art.el (article-decode-charset): Don't supply 4th arg to
2384         mm-decode-body.
2385
2386         * mm-bodies.el (mm-decode-coding-region-safely): Remove.
2387         (mm-decode-body): Don't use mm-decode-coding-region-safely.
2388
2389 2003-05-03  Vasily Korytov <deskpot@despammed.com>  (tiny change)
2390
2391         * gnus-util.el (gnus-multiple-choice): Add ", ?".
2392
2393 2003-05-03  Dave Love  <fx@gnu.org>
2394
2395         * rfc2047.el (rfc2047-syntax-table): Don't call make-char-table
2396         with 2 args.
2397         (rfc2047-decode-string): Don't set the buffer multibyte before
2398         calling buffer-string.
2399
2400         * mm-encode.el (mm-long-lines-p): Autoload.
2401         (mm-encode-content-transfer-encoding): Doc fix.  Don't make buffer
2402         unibyte.  Signal error on unknown encoding.
2403         (mm-encode-buffer, mm-qp-or-base64): Doc fix.
2404
2405         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): New.
2406         Callers of gnus- versions changed to use them.
2407         (rfc2047-header-encoding-alist): Add `address-mime' part.  Doc
2408         fixes.
2409         (rfc2047-encoding-type): New.
2410         (rfc2047-encode-message-header): Use mm-charset-to-coding-system.
2411         Don't include header name field in encoding.  Add `address-mime'
2412         case and bind rfc2047-encoding-type for `mime' case.
2413         (rfc2047-encodable-p): Deleted.
2414         (rfc2047-syntax-table): New.
2415         (rfc2047-encode-region, rfc2047-encode): Rewritten to take account
2416         of rfc2047 rules with respect to rfc2822 tokens and to do encoding
2417         in place rather than by passing strings.
2418         (rfc2047-encode-string): Doc fix.
2419         (rfc2047-q-encode-region): Don't use
2420         mm-with-unibyte-current-buffer.
2421         (rfc2047-encoded-word-regexp): eval-and-compile.
2422         (rfc2047-decode-region): Avoid concatenation in loop.
2423         (rfc2047-parse-and-decode): Remove useless disjunction.
2424
2425 2003-05-02  Dave Love  <fx@gnu.org>
2426
2427         * rfc2047.el (rfc2047-q-encode-region, rfc2047-decode): Use
2428         mm-with-unibyte-current-buffer.
2429         (ietf-drums, gnus-util): don't require.
2430
2431         * sieve.el (sieve-manage-mode-menu): Define before use.
2432
2433         * mml-smime.el (message-narrow-to-headers): Autoload.
2434
2435         * mm-util.el (mm-coding-system-p): Don't override nil from
2436         coding-system-p.
2437         (mm-mule4-p, mm-disable-multibyte-mule4)
2438         (mm-with-unibyte-current-buffer-mule4): Deleted.
2439         (mm-multibyte-p): Use defun, not defalias.
2440         (mm-make-temp-file): Moved to group at top of file.
2441         (mm-point-at-eol, mm-point-at-bol): New.
2442
2443         * gnus-cite.el (gnus-art): Require.
2444
2445         * gnus-ems.el (gnus-get-buffer-create)
2446         (nnheader-find-etc-directory, message-text-with-property):
2447         Autoload.
2448         (gnus-tmp-unread, gnus-tmp-replied, gnus-tmp-score-char)
2449         (gnus-tmp-indentation, gnus-tmp-opening-bracket, gnus-tmp-lines)
2450         (gnus-tmp-name, gnus-tmp-closing-bracket, gnus-tmp-subject-or-nil)
2451         (gnus-check-before-posting): Only defvar when compiling.
2452
2453         * gnus-int.el (gnus-agent-expire): Autoload, don't defun.
2454
2455         * gnus-util.el (rmail-default-rmail-file, mm-text-coding-system):
2456         Defvar when compiling.
2457         (gnus-output-to-rmail): Require mm-util.
2458
2459         * mail-source.el (mail-source-callback): Use mm-make-temp-file.
2460         (mail-source-make-complex-temp-name): Deleted.
2461
2462         * message.el (message-use-idna): Use mm-coding-system-p.
2463         (message-tokenize-header, message-make-organization)
2464         (message-make-from):  Use with-temp-buffer.
2465         (message-set-work-buffer): Deleted.
2466         (message-fill-paragraph): Use `if' not `and' for compiler warning.
2467         (message-check-news-header-syntax): Remove useless lambda.
2468         (message-forward-make-body): Use mm-disable-multibyte,
2469         mm-with-unibyte-current-buffer, mm-enable-multibyte.
2470         (message-replace-chars-in-string): Deleted.
2471
2472         * mm-extern.el (mm-extern-local-file): Use mm-disable-multibyte.
2473         (mm-extern-url): Use mm-with-unibyte-current-buffer,
2474         mm-disable-multibyte.
2475         (mm-extern-anon-ftp): Use mm-disable-multibyte.
2476
2477         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt): Use
2478         mm-with-unibyte-current-buffer.
2479
2480         * mml2015.el (mml): Require.
2481         (mml2015-mailcrypt-encrypt, mml2015-gpg-encrypt): Use
2482         mm-with-unibyte-current-buffer.
2483
2484         * nnheader.el (gnus-util): Require.
2485
2486         * nntp.el (format-spec, format-spec-make, open-tls-stream):
2487         Autoload.
2488
2489         * rfc2231.el (mail-header-remove-comments, mm-encode-body)
2490         (mail-header-remove-whitespace): Autoload.
2491
2492         * sieve-manage.el (starttls-negotiate): Autoload.
2493
2494 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2495
2496         * nnrss.el (nnrss-find-rss-via-syndic8): Indent.
2497
2498 2003-05-01  Mark A. Hershberger  <mah@everybody.org>
2499
2500         * nnrss.el (nnrss-find-rss-via-syndic8): Don't error out.
2501
2502 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2503
2504         * gnus.el (gnus-version-number): Bump.
2505
2506 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
2507
2508         * spam-report.el (spam-report-gmane-regex): docstring fix.  From
2509         Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
2510
2511         * gnus.el (gnus-install-group-spam-parameters): docstring fix.
2512         From Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
2513
2514         * gnus-registry.el (gnus-registry-fetch-extra)
2515         (gnus-registry-store-extra, gnus-registry-group-count): new functions
2516         (gnus-registry-fetch-group, gnus-registry-delete-group)
2517         (gnus-registry-add-group): changed to work with extra data element
2518         if present
2519
2520 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2521
2522         * gnus.el: Gnus v5.10.1 is released.
2523
2524 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2525
2526         * gnus.el: Oort Gnus v0.24 is released.
2527
2528 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2529
2530         * dgnushack.el (when): Check whether defadvice is fbound.
2531
2532 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
2533
2534         * gnus-registry.el (gnus-registry-unregistered-group-regex): new variable
2535         (gnus-registry-register-message-ids): use it
2536
2537 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2538
2539         * gnus.el (gnus-version-number): Bump.
2540
2541         * gnus.el: Update copyright for several files.
2542
2543 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2544
2545         * gnus.el: Oort Gnus v0.23 is released.
2546
2547 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2548
2549         * spam-stat.el (spam-stat-test-directory): Compare against zero.
2550
2551 2003-05-01  Trey Jackson <tjackson@ichips.intel.com>  (tiny change)
2552
2553         * spam-stat.el (spam-stat-test-directory): Skip 0 length files.
2554
2555 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2556
2557         * message.el (message-forward-subject-name-subject): Decode
2558         string when forwarding.
2559
2560 2003-05-01  Oystein Viggen  <oysteivi@tihlde.org>
2561
2562         * dgnushack.el (when): Add defadvice.
2563
2564 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2565
2566         * gnus.el (gnus-version-number): Bump.
2567
2568 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2569
2570         * gnus.el: Oort Gnus v0.22 is released.
2571
2572 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2573
2574         * gnus.el: Oort Gnus v0.21 is released.
2575
2576 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2577
2578         * gnus.el (gnus-version-number): Bump.
2579
2580 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2581
2582         * gnus.el: Oort Gnus v0.20 is released.
2583
2584 2003-05-01  Vasily Korytov  <deskpot@despammed.com>
2585
2586         * gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.
2587
2588 2003-04-30  Mark A. Hershberger  <mah@everybody.org>
2589
2590         * mm-url.el (mm-url-insert-file-contents): set url-current-object
2591         in the case where mm-url-use-external is set.
2592
2593         * nnrss.el (nnrss-request-article): Change the messages created to
2594         multipart/alternative.  Hopefully fixes a problem interaction with
2595         w3m.
2596         (nnrss-find-rss-via-syndic8): Better handling if xml-rpc.el isn't
2597         around.
2598
2599 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2600
2601         * message.el (message-check-news-header-syntax): Alter "posting"
2602         message.
2603
2604         * nnrss.el (nnrss-node-text): Don't use char classes.
2605
2606 2003-05-01  David Z. Maze  <dmaze@mit.edu>
2607
2608         * nnrss.el (nnrss-find-rss-via-syndic8): Have an `error' branch
2609         in condition-case.
2610
2611 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2612
2613         * message.el (message-required-headers): Remove In-Reply-To.
2614
2615         * gnus-int.el (gnus-open-server): Revert changes.
2616
2617 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2618
2619         * gnus-int.el (gnus-open-server): Try to open unagentized servers
2620         even when unplugged.
2621
2622 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
2623
2624         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fixed typo in
2625         doc-string.
2626
2627 2003-05-01  Steve Youngs  <youngs@xemacs.org>
2628
2629         * lpath.el: Add a section for non-Mule XEmacsen.
2630         fbind `find-charset-string' and `coding-system-base' in that
2631         section.
2632
2633         * gnus-util.el (gnus-completing-read-maybe-default): New.
2634         (gnus-completing-read): Use it.
2635
2636         * mm-view.el (mm-view-pkcs7-decrypt): Ditto.
2637
2638         * gnus-art.el (gnus-read-string): New.
2639         (gnus-summary-pipe-to-muttprint): Use it.
2640
2641         * gnus-xmas.el (gnus-xmas-open-network-stream): New.
2642
2643         * dns.el (dns-make-network-process): Use it.
2644
2645         Take care of some differences between XEmacs 21.1 and newer
2646         versions of XEmacs.
2647
2648 2003-04-30  Teodor Zlatanov  <tzz@lifelogs.com>
2649
2650         * gnus-registry.el (gnus-registry-split-fancy-with-parent): added
2651         diagnostic message
2652         (gnus-registry-grep-in-list): don't run when word is nil
2653         (gnus-registry-fetch-message-id-fast): new function
2654         (gnus-registry-delete-group, gnus-registry-add-group): make sure
2655         the id and group are not nil
2656         (gnus-registry-register-message-ids): new function
2657         (gnus-register-action): optimized logical flow
2658         (gnus-summary-prepare-hook): added gnus-registry-register-message-ids
2659
2660 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2661
2662         * gnus-delay.el (gnus-delay-article): Call
2663         `gnus-agent-queue-setup' to create the delay group.
2664
2665         * gnus-agent.el (gnus-agent-queue-setup): Support optional arg
2666         for the (queue) group name.
2667
2668 2003-04-30  Simon Josefsson  <jas@extundo.com>
2669
2670         * mm-util.el (mm-charset-to-coding-system): Use user specified
2671         charset unless coding-system-get is fboundp.
2672
2673 2003-04-30  Kevin Greiner <kgreiner@xpediantsolutions.com>
2674
2675         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name):
2676         Wrapped in eval-when-compile.
2677         (gnus-agent-mode): Bind gnus-agent-go-online to nil as you
2678         shouldn't be asked twice to go online with each server.
2679         (gnus-agent-get-undownloaded-list, gnus-agent-fetch-articles,
2680         gnus-agent-crosspost, gnus-agent-flush-cache,
2681         gnus-agent-fetch-session, gnus-agent-unread-articles,
2682         gnus-agent-uncached-articles, gnus-agent-regenerate-group,
2683         gnus-agent-group-covered-p): Expanded pop macros used for
2684         effect. Avoids compilation warning in emacs 21.3.
2685
2686         * gnus-int.el (gnus-open-server): Restructured to only open
2687         nnagent when gnus-plugged is nil.
2688
2689 2003-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2690
2691         * lpath.el: Fbind string-to-multibyte.
2692
2693 2003-04-30  Steve Youngs  <youngs@xemacs.org>
2694
2695         * dgnushack.el: Add some missing autoloads for XEmacs 21.1.
2696
2697 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
2698
2699         * gnus-registry.el (gnus-registry-fetch-group): faster
2700         (gnus-registry-delete-group): new function
2701         (gnus-registry-add-group): new function
2702         (gnus-register-spool-action): use it
2703         (gnus-register-action): use it
2704         (gnus-registry-translate-from-alist)
2705         (gnus-registry-translate-to-alist): remove the headers registry
2706         for now
2707
2708 2003-04-29  Reiner Steib  <Reiner.Steib@gmx.de>
2709
2710         * gnus-art.el (gnus-button-alist): Fixed CTAN regexp.
2711
2712 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
2713
2714         * spam-report.el (spam-report-gmane): gnus-summary-article-number
2715         is not necessary, just use the function parameter
2716
2717 2003-04-29  Karl Pflysterer  <sigurd@12move.de>
2718
2719         * spam-stat.el (spam-stat-save): No longer font-locks the file
2720         when saving
2721
2722 2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2723
2724         * canlock.el: Bind mail-header-separator when compiling (XEmacs
2725         provides it in mail-lib/auto-autoloads.el).
2726
2727 2003-04-29  Simon Josefsson  <jas@extundo.com>
2728
2729         * mml2015.el (mml2015-pgg-sign): Use mml-sender instead of
2730         message-sender.
2731
2732         * mml.el (mml-generate-mime-1): Set mml-sender too.
2733
2734 2003-04-29  Jesper Harder  <harder@ifa.au.dk>
2735
2736         * gnus-sum.el (gnus-summary-display-while-building): Docstring fix.
2737
2738         * mm-url.el (mm-url-use-external): do.
2739
2740 2003-04-29  Simon Josefsson  <jas@extundo.com>
2741
2742         * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
2743         warnings).
2744
2745         * sieve-mode.el (c-mode): Ditto.
2746
2747         * pgg.el (run-at-time): Ditto.
2748
2749         * mm-url.el (require): Require timer when compiling for
2750         with-timeout macro (fix xemacs compile warnings).
2751
2752 2003-04-28  Dave Love  <fx@gnu.org>
2753
2754         * gnus-util.el (nnheader): Don't require.
2755         (Nnheader-narrow-to-headers, nnheader-replace-chars-in-string):
2756         Autoload.
2757
2758         * spam.el: Require cl when compiling.
2759
2760         * dns.el: Require cl when compiling.
2761
2762 2003-04-28  Jesper Harder  <harder@ifa.au.dk>
2763
2764         * gnus-art.el (gnus-article-goto-next-page)
2765         (gnus-article-goto-prev-page): Revert 2003-02-12 change to make
2766         gnus-pick-mode work.
2767
2768 2003-04-28  Steve Youngs  <youngs@xemacs.org>
2769
2770         * Makefile.in (FLAGS): Use @FLAGS@.
2771
2772 2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
2773
2774         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
2775         (gnus-mime-display-multipart-alternative-as-mixed)
2776         (gnus-mime-display-multipart-related-as-mixed): Added doc-strings,
2777         allow customization.
2778
2779 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
2780
2781         * dgnushack.el (dgnushack-compile-verbosely): New function.  Not
2782         currently called (See source for explanation).
2783
2784 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2785
2786         * gnus-sum.el (gnus-summary-catchup): Don't mark ticked messages.
2787         (gnus-summary-mark-read-and-unread-as-read): Take an optional
2788         mark.
2789
2790         * gnus.el (gnus-version-number): Bump.
2791
2792 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2793
2794         * gnus.el: Oort Gnus v0.19 is released.
2795
2796 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
2797
2798         * gnus-registry.el (gnus-register-spool-action): Replaced literal
2799         carriage-return character with its escape sequence.
2800
2801 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2802
2803         * gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
2804
2805         * nnrss.el (nnrss-node-text): Use only one
2806         gnus-replace-in-string.
2807
2808         * gnus.el: Remove gnus-functionp throughout.
2809
2810         * gnus-util.el (gnus-functionp): Removed.
2811
2812         * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix.
2813
2814         * message.el (message-required-headers): Add In-Reply-To.
2815
2816 2003-04-27  Marshall T. Vandegrift  <vandem2@rpi.edu>
2817
2818         * gnus-fun.el (gnus-face-from-file): Bind coding-system-for-read
2819         to binary.
2820
2821 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
2822
2823         * mml.el (mml-preview): do.
2824
2825         * message.el (message-mode): do.
2826
2827         * gnus-undo.el (gnus-undo-mode): do.
2828
2829         * gnus-topic.el (gnus-topic-mode): do.
2830
2831         * gnus-sum.el (gnus-summary-mode, gnus-summary-edit-article): do.
2832
2833         * gnus-msg.el (gnus-setup-message)
2834         (gnus-inews-add-send-actions, gnus-configure-posting-styles): do.
2835
2836         * gnus-gl.el (gnus-grouplens-mode): do.
2837
2838         * gnus-art.el (gnus-mime-save-part-and-strip)
2839         (gnus-mime-delete-part): Use it.
2840
2841         * gnus-util.el (gnus-make-local-hook): New function.
2842
2843 2003-04-25  Simon Josefsson  <jas@extundo.com>
2844
2845         * nnrss.el (nnrss-node-text): Don't use a star.
2846         (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
2847
2848 2003-04-24  Dave Love  <fx@gnu.org>
2849
2850         * mm-encode.el (mm-long-lines-p): Autoload.
2851         (mm-encode-content-transfer-encoding): Don't try to make buffer
2852         unibyte before decoding.  Don't ignore errors for base64 encoding.
2853
2854         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
2855         Signal error on malformed text, as for base64.
2856         (quoted-printable-encode-region): DTRT in Emacs 22.
2857
2858         * mm-util.el (mm-make-temp-file, mm-insert-byte): New.
2859         (mm-auto-save-coding-system): Consider utf-8-emacs.
2860         (mm-mime-mule-charset-alist, mm-mule-charset-to-mime-charset)
2861         (mm-charset-to-coding-system, mm-mime-charset)
2862         (mm-find-mime-charset-region): Check for :mime-charset coding
2863         systems property.
2864
2865         * mml-sec.el (mml2015, mml1991): Don't require.
2866         (mml2015-sign, mml2015-encrypt, mml1991-sign, mml1991-encrypt)
2867         (message-goto-body, mml-insert-tag): Autoload.
2868
2869         * mm-decode.el (mm-tmp-directory): Re-write to help avoid warnings.
2870
2871         * gnus-start.el (message-make-date): Autoload rather than
2872         requiring message.
2873
2874         * gnus-group.el (gnus-group-name-charset-group-alist): Use
2875         mm-coding-system-p.
2876         (gnus-cache-active-altered): Defvar when compiling.
2877         (gnus-group-delete-group): Re-write to help avoid warnings.
2878
2879         * gnus-art.el (gnus-use-idna): Use mm-coding-system-p.
2880
2881         * pgg.el: Split eval-when-compile forms.
2882
2883 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
2884
2885         * gnus-group.el (gnus-large-ephemeral-newsgroup)
2886         (gnus-fetch-old-ephemeral-headers): News variables.
2887         (gnus-group-read-ephemeral-group): Use them.
2888
2889 2003-04-24  Simon Josefsson  <jas@extundo.com>
2890
2891         * sieve.el (sieve-upload): Don't use replace-regexp-in-string.
2892
2893         * nnrss.el (nnrss-node-text): Ditto.
2894
2895 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2896
2897         * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable
2898         gnus-inews-mark-gcc-as-read exists.
2899
2900 2003-04-23  Simon Josefsson  <jas@extundo.com>
2901
2902         * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it
2903         doesn't exceed the regexp stack space.
2904
2905 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
2906
2907         * gnus-msg.el (gnus-inews-mark-gcc-as-read): Don't defvar it.
2908
2909         * gnus-art.el (gnus-article-hide-pgp-hook): do.
2910
2911 2003-04-23  Reiner Steib  <Reiner.Steib@gmx.de>
2912
2913         * mml.el (mml-preview): Bind `=', RET, and mouse-2.
2914
2915 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
2916
2917         * mm-bodies.el (mm-decode-body): Don't override supplied charset.
2918
2919 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2920
2921         * dgnushack.el (merge, copy-list): Remove compiler macros.
2922         (butlast): Add a compiler macro.
2923
2924 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
2925
2926         * gnus-util.el (gnus-merge): Added "type" argument to match CL
2927         merge and gnus-sum.el's expectations.
2928
2929 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
2930
2931         * gnus-art.el (gnus-button-url-regexp): Added nntp.
2932
2933         * message.el (message-generate-headers-first): Default to
2934         '(references).
2935
2936         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
2937
2938 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
2939
2940         * smime.el (smime-decrypt-region): Insert From header.
2941
2942 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2943
2944         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
2945         Max length of header is 726, not 740.  From Gaute B Strokkenes
2946         <gs234@cam.ac.uk>.
2947
2948 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
2949
2950         * nndb.el, mml1991.el: Fix license template.
2951
2952 2003-04-20  Simon Josefsson  <jas@extundo.com>
2953
2954         * nnimap.el (nnimap-split-articles): Don't download body unless
2955         required.
2956
2957         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
2958         starting process, like imap-kerberos4-open does.
2959
2960         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
2961         license template.
2962
2963         * mml-sec.el: Fix license template.
2964
2965         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
2966         license template.
2967
2968         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
2969         pgg-pgp.el: Fix license template.
2970
2971 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
2972
2973         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
2974
2975 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
2976
2977         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
2978
2979 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2980
2981         * spam.el (spam-split): allow a particular check as a parameter,
2982         e.g. (: spam-split 'spam-use-bogofilter)
2983         (spam-mark-only-unseen-as-spam): new parameter, see doc
2984         (spam-mark-junk-as-spam-routine): use
2985         spam-mark-only-unseen-as-spam, simplify routine to take advantage
2986         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
2987
2988 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2989
2990         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
2991         (gnus-group-guess-full-name): don't prefix the group twice
2992
2993         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
2994
2995         * gnus-registry.el (gnus-registry-clear)
2996         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
2997         (gnus-registry-split-fancy-with-parent): new functions
2998         (gnus-register-spool-action, gnus-register-action): simplified the format
2999         (gnus-registry): new customization group
3000         (gnus-registry-unfollowed-groups): new variable
3001
3002 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3003
3004         * gnus-art.el (gnus-button-alist): Add nntp: urls.
3005         (gnus-header-button-alist): Ditto.
3006
3007 2003-04-17  Dave Love  <fx@gnu.org>
3008
3009         * gnus-util.el (gnus-string-equal): Revert last change.
3010
3011 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3012
3013         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
3014
3015 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
3016
3017         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
3018
3019 2003-04-15  Michael Shields  <shields@msrl.com>
3020
3021         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
3022         the broken-reply-to group parameter is set.  Idea from Vasily
3023         Korytov <deskpot@myrealbox.com>.
3024
3025 2003-04-17  Steve Youngs  <youngs@xemacs.org>
3026
3027         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
3028         process.el in XEmacsen >= 21.5.
3029
3030 2003-04-17  Steve Youngs  <youngs@xemacs.org>
3031
3032         * dgnushack.el: Add a whole swag of autoloads and defaliases to
3033         satisfy the byte-compiler when building with XEmacs.
3034
3035         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
3036         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
3037         W3 doesn't have these.
3038
3039         * mailcap.el: Maybe require 'lpr in XEmacs.
3040
3041 2003-04-16  Simon Josefsson  <jas@extundo.com>
3042
3043         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
3044         sender tag, if available.
3045
3046 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3047
3048         * gnus-registry.el (gnus-register-action)
3049         (gnus-register-spool-action, hashtable-to-alist)
3050         (gnus-registry-translate-from-alist, alist-to-hashtable)
3051         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
3052         new variables and function fixes
3053
3054         * gnus.el (gnus-registry-headers-alist): new variable to hold
3055         article header data
3056         (gnus-variable-list): save gnus-registry-headers-alist
3057
3058         * spam-report.el (Module): new module for spam reporting
3059
3060         * gnus.el (spam-process): added
3061         gnus-group-spam-exit-processor-report-gmane to the list of choices
3062         (gnus-install-group-spam-parameters): defined new spam exit processor
3063
3064         * spam.el (autoload): autoload spam-report-gmane when needed
3065         (spam-report-gmane-register-routine): glue for spam-report.el
3066         (spam-group-spam-processor-report-gmane-p): glue for the
3067         gnus-group-spam-exit-processor-report-gmane spam processor
3068         (spam-summary-prepare-exit): check the report-gmane spam processor
3069         and run spam-report-gmane-register-routine if it's active
3070
3071         From John Wiegley <johnw@gnu.org>
3072
3073         * spam.el (spam-bogofilter-score): check bogofilter headers before
3074         checking bogofilter itself
3075
3076 2003-04-16  Dave Love  <fx@gnu.org>
3077
3078         * gnus-agent.el: Wrap defsetf in eval-when-compile.
3079         (gnus-agent-cat-defaccessor): Don't use gensym.
3080
3081         * mml1991.el: Require cl, mm-util when compiling.
3082         (quoted-printable-decode-region, quoted-printable-encode-region):
3083         Autoload.
3084
3085         * pgg.el: Require cl when compiling.
3086
3087         * nnmail.el (gnus): Require.
3088
3089         * gnus-util.el: Move provide to end.
3090         (gnus-string-equal): Maybe use compare-strings.
3091         (gnus-merge): New.
3092
3093         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
3094         (gnus-summary-insert-articles): Use gnus-merge.
3095
3096         * gnus-fun.el: Require cl and mm-util when compiling.
3097
3098         * gnus-diary.el (gnus-diary-delay-format-french)
3099         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
3100
3101         * nndiary.el (nndiary-compute-reminders): Don't use setf with
3102         nthcdr.
3103
3104 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
3105
3106         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
3107         specify a predicate other than false.
3108         (gnus-category-read): Use the new feature to create a 'default'
3109         category with a 'short' predicate.
3110
3111 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3112
3113         * message.el (message-unique-id): Comment change.
3114
3115         * gnus-art.el (gnus-article-next-page-1): New function.
3116         (gnus-article-next-page): Use it.
3117
3118 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
3119
3120         * spam.el (spam-split): added save-restriction to save-excursion
3121
3122 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
3123         From Julien Avarre <julien@avarre.com>
3124
3125         * gnus-fun.el: Fixed autoload cookie.
3126
3127 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
3128         From Remi Letot  <remi.letot@easynet.be>
3129
3130         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
3131         instead of remove-if.
3132
3133 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3134
3135         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
3136         copy-sequence instead of remove which is a cl run-time function in
3137         Emacs 20.
3138
3139 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
3140
3141         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
3142         local copy of gnus-discouraged-post-methods with the current
3143         method removed.
3144
3145 2003-04-14  Simon Josefsson  <jas@extundo.com>
3146
3147         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
3148
3149 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3150
3151         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
3152         of `mm-coding-system-priorities' to base coding system.
3153
3154         * gnus-sum.el: Added coding cookie ("middle dot" in
3155         gnus-summary-morse-message).
3156
3157 2003-04-13  Simon Josefsson  <jas@extundo.com>
3158
3159         * gnus-art.el (article-fill-long-lines)
3160         (article-verify-x-pgp-sig, article-decode-group-name)
3161         (gnus-mime-button-menu): Split >80 character lines.
3162
3163 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
3164
3165         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
3166         we're let-binding it.
3167
3168         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
3169
3170 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3171
3172         * message.el (message-hide-headers): Don't do intangible.
3173
3174         * gnus.el (gnus-group-prefixed-name): Comment out the test for
3175         colon.
3176
3177         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
3178         to the ephemeral entry, but the prefixed name.
3179
3180         * gnus.el (gnus-group-prefixed-name): Clean up.
3181
3182 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
3183
3184         * gnus-agent.el (gnus-agent-group-pathname): Bind
3185         gnus-command-method so that gnus-agent-directory will always
3186         return a valid directory.
3187         * gnus-cache.el (gnus-cache-enter-article): Remove article from
3188         gnus-newsgroup-undownloaded so that the summary will display the
3189         article as downloaded.
3190         (gnus-cache-remove-article): If the article isn't in the agent,
3191         remove it from gnus-newsgroup-undownloaded so that the summary
3192         will display the article as undownloaded.
3193
3194 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3195
3196         * gnus.el (gnus-version-number): Bump.
3197
3198 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3199
3200         * gnus.el: Oort Gnus v0.18 is released.
3201
3202 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3203
3204         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers.
3205
3206 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3207
3208         * gnus-art.el (gnus-article-next-page): Use
3209         gnus-article-over-scroll.
3210         (gnus-article-over-scroll): New variable.
3211
3212         * message.el (message-newline-and-reformat): Place a boundary
3213         before filling.
3214         (message-make-forward-subject-function): Changed default to
3215         message-forward-subject-name-subject.
3216         (message-forward-subject-name-subject): New function.
3217
3218         * nnimap.el (nnimap-split-fancy): Ditto.
3219
3220         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
3221
3222         * gnus-cus.el (gnus-group-parameters): Removed "which see".
3223
3224         * mml.el (mml-minibuffer-read-file): Bind
3225         completion-ignored-extensions to nil.
3226
3227         * message.el (message-fix-before-sending): Comment fix.
3228         (message-fix-before-sending): Make hidden headers visible.
3229         (message-hide-headers): Bind after-change-functions to nil.
3230         (message-forbidden-properties): Put invisible and intangible
3231         back.
3232         (message-strip-forbidden-properties): Ignore message-hidden text.
3233
3234         * gnus-msg.el: Hide headers.
3235
3236         * message.el (message-hidden-headers): New variable.
3237         (message-hide-headers): New function.
3238         (message-hide-header-p): New function.
3239         (message-hide-header-p): Change logic.
3240         (message-forbidden-properties): Remove intangible nil invisible
3241         nil.
3242         (message-hide-headers): Narrow to headers.
3243
3244         * lpath.el (featurep): Bind Info-directory, Info-menu.
3245
3246 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
3247
3248         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
3249         encoded.
3250         (mm-encode-body): Don't corrupt UTF-16.
3251         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
3252
3253 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
3254
3255         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
3256         the CACHE are now detected and handled the same as an article
3257         downloaded into the agent.
3258         (gnus-agent-group-path): Modified to match nnmail-group-pathname
3259         so that the agent front-end and back-end (nnagent) always use the
3260         same directory.
3261         (gnus-agent-group-pathname): New function. Wrapper for
3262         nnmail-group-pathname.
3263         (gnus-agent-expire-unagentized-dirs): New variable.  May be
3264         customized to disable gnus-agent-expire-unagentized-dirs.
3265         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
3266         as the directories in gnus-agent-expire-current-dirs were
3267         expanded.
3268
3269 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
3270
3271         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
3272         body" entry in read only groups.
3273
3274 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
3275
3276         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
3277         and "Create article" items in non-editable groups.
3278
3279 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
3280
3281         * gnus-agent.el (gnus-agent-write-active): Added option of
3282         replacing, rather than updating, the agent's active file.  Do NOT
3283         use the fully qualified group name as gnus-active-to-gnus-format
3284         blindly prefixes group names with server names.
3285         (gnus-agent-save-group-info): Merge BOTH min/max of current active
3286         range, was just merging min, with specified active range.
3287         (gnus-agent-expire): Save agent's active ranges after
3288         expiring all groups.
3289         (gnus-agent-expire-group-1): Update min of agent's active range to
3290         min article currently fetched.
3291         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
3292         same ancestor multiple times.
3293
3294         * gnus-async.el (gnus-asynchronous): Moved defcustom of
3295         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
3296         seems to fix an intermittant error in which loading gnus-async
3297         fails to define gnus-asynchronous (the variable).
3298
3299         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
3300         non-essential.  Removed on all platforms.
3301         (gnus-select-newsgroup): When the agent is active, expand the
3302         group's active range to include fetched articles that are no
3303         longer in the server's active range.
3304
3305         * gnus-util.el (gnus-with-output-to-file): Removed all of the
3306         print-* bindings as they should be handled by the function doing
3307         the printing.
3308
3309 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
3310
3311         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
3312         might be unbound in non-MULE XEmacsen.
3313
3314 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
3315
3316         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
3317         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
3318         recognize diffs.
3319
3320         * mm-bodies.el (mm-decode-body): Use the supplied charset
3321         unconditionally if `code-pages' hasn't been loaded.
3322
3323 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
3324
3325         * gnus-art.el (article-verify-x-pgp-sig): Don't use
3326         `insert-buffer', the docstring says "This function is meant for
3327         the user to run interactively.  Don't call it from programs!"
3328
3329         * mm-extern.el (mm-extern-mail-server): do.
3330
3331         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
3332         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
3333         (mml1991-pgg-encrypt): do.
3334
3335         * pgg.el (pgg-decrypt-region): do.
3336
3337         * mm-view.el (mm-view-pkcs7-decrypt): do.
3338
3339         * mml-smime.el (mml-smime-verify): do.
3340
3341         * mml.el (mml-insert-mime, mml-preview): do.
3342
3343         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
3344         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
3345         (mml2015-pgg-encrypt): do.
3346
3347 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3348
3349         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
3350
3351 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
3352
3353         * mm-uu.el (mm-uu-copy-to-buffer): Copy
3354         `buffer-file-coding-system' to the new buffer.
3355         (mm-uu-pgp-signed-extract-1): Don't copy
3356         `buffer-file-coding-system' here.
3357
3358         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
3359         exist in XEmacs.
3360         (mm-decode-body): Add missing quote.
3361
3362         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
3363         buffer-file-coding-system.
3364
3365         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
3366         last-coding-system-used.
3367
3368         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
3369         according to buffer-file-coding-system.
3370
3371         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
3372
3373         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
3374         (pgg-pgp-snarf-keys-region): do.
3375
3376         * pgg-pgp5.el (pgg-pgp5-verify-region)
3377         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
3378
3379         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
3380
3381 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3382
3383         * spam.el (spam-split): (save-excursion) around (widen)
3384         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
3385         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
3386
3387 2003-04-05  Steve Youngs  <youngs@xemacs.org>
3388
3389         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
3390         don't use it when loading gnus-sum.el if we're in XEmacs.
3391
3392 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
3393
3394         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
3395         print-escape-nonascii to fix more characters in compiled format
3396         specs.
3397
3398 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
3399
3400         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
3401         Fix customization type.
3402
3403 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
3404
3405         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
3406         print-quoted, print-readably, print-escape-multibyte, and
3407         print-level to match original behavior of gnus-prin1.  This should
3408         repair the format of .newsrc.eld when using compiled format specs.
3409
3410 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
3411
3412         * gnus-group.el (tool-bar-map): defvar it.
3413
3414         * gnus-art.el (tool-bar-map): do.
3415
3416         * gnus-sum.el (tool-bar-map): do.
3417
3418 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
3419
3420         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
3421
3422 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3423
3424         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
3425         and value.
3426         (gnus-button-alist): Use it.
3427
3428 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
3429
3430         * pgg-gpg.el (pgg-gpg-process-region): do.
3431
3432         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
3433         (pgg-pgp-snarf-keys-region): do.
3434
3435         * pgg-pgp5.el (pgg-pgp5-verify-region)
3436         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
3437
3438         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
3439         unsafe.
3440         (pgg-temporary-file-directory): Remove.
3441
3442 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * lpath.el: Fbind Info-directory and Info-menu.
3445
3446 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
3447
3448         * gnus-util.el (gnus-message): Added doc-string.
3449
3450         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
3451         (gnus-score-edit-file-at-point): Goto first match when using `e'.
3452
3453 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
3454
3455         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
3456         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
3457
3458 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3459
3460         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
3461         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
3462
3463 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
3464
3465         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
3466         print-escape-newlines to print escape sequences rather than
3467         literal newline characters.
3468
3469 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3470
3471         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
3472         `message-valid-fqdn-regexp' for initialization.
3473         (gnus-button-handle-info-url): Renamed and extended version of
3474         `gnus-button-handle-info'.
3475         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
3476         (gnus-button-handle-symbol, gnus-button-handle-library)
3477         (gnus-button-handle-info-keystrokes): New functions.
3478         (gnus-button-browse-level): New variable.
3479         (gnus-button-alist): Use them.  Added levels.
3480         (gnus-header-button-alist): Added levels.
3481
3482 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3483
3484         * gnus.el (gnus-version-number): Bump.
3485
3486 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3487
3488         * gnus.el: Oort Gnus v0.17 is released.
3489
3490 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3491
3492         * gnus-start.el (gnus-unload): Removed.
3493
3494         * pop3.el (pop3-read-response): Use
3495         nnheader-accept-process-output.
3496         (pop3-retr): Ditto.
3497
3498         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx.
3499         (mm-text-html-washer-alist): Ditto.
3500
3501 2003-03-31  Simon Josefsson  <jas@extundo.com>
3502
3503         * imap.el (imap-gssapi-program): Also try GNU SASL.
3504         (imap-gssapi-open): Accept GNU SASL greeting.
3505         (imap-read-timeout): New.
3506         (imap-wait-for-tag): Use it.
3507
3508 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3509
3510         * nntp.el (nntp-accept-process-output): Use new function.
3511
3512         * nnheader.el (nnheader-read-timeout): New variable.
3513         (nnheader-accept-process-output): New function.
3514
3515         * nntp.el (nntp-read-timeout): Removed.
3516
3517         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
3518
3519 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3520
3521         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
3522
3523 2003-03-30  Simon Josefsson  <jas@extundo.com>
3524
3525         * message.el (message-idna-inside-rhs-p): Narrow to header before
3526         searching.
3527
3528         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
3529
3530 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3531
3532         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
3533
3534 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
3535
3536         * message.el (message-make-in-reply-to): Use
3537         mail-extract-address-components to determine sender's
3538         name/address.
3539
3540 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3541
3542         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead.
3543
3544         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
3545         valid lambda.
3546         (gnus-registry-translate-from-alist): Ditto.
3547
3548         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
3549         print-length to nil.
3550
3551         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
3552
3553         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
3554         (gnus-grab-cam-face): Use it.
3555
3556 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
3557
3558         * nnmaildir.el (nnmaildir-request-set-mark)
3559         (nnmaildir-close-group): Allow each mark directory in a group to
3560         have its own inode for mark files, to accommodate AFS.
3561
3562 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
3563
3564         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
3565         gnus-read-newsrc-el-file
3566         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
3567
3568         * gnus-registry.el (gnus-registry-translate-to-alist)
3569         (gnus-registry-translate-from-alist, alist-to-hashtable)
3570         (hashtable-to-alist): new functions
3571         (gnus-register-spool-action): add a spool item to the registry
3572
3573         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
3574         list of saved variables
3575         (gnus-registry-alist): new variable
3576
3577 2003-03-27  Simon Josefsson  <jas@extundo.com>
3578
3579         * gnus-art.el (article-decode-group-name): Be correct instead of
3580         smart.
3581
3582 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
3583
3584         * lpath.el: Bind url-current-object for Emacs; bind
3585         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
3586         for both Emacsen.
3587
3588 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
3589
3590         * gnus-sum.el (gnus-article-loose-mime)
3591         (gnus-article-emulate-mime): Move to gnus-article-mime customize
3592         group.
3593
3594         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
3595         doc string.
3596
3597 2003-03-26  Kevin Ryde <user42@zip.com.au>
3598
3599         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
3600         gnus-summary-find-uncancelled, skip temporary articles inserted by
3601         "refer" functions.
3602
3603 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
3604
3605         * smiley.el (smiley-buffer): New function.
3606
3607 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
3608
3609         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
3610         gnus-summary-update-line (which updated the article's face) with
3611         gnus-summary-update-download-mark (which updates the article's
3612         face by calling gnus-summary-update-line AND updates the download
3613         mark to show that the article was fetched).
3614
3615 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
3616
3617         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
3618         option of deleting agent directories for groups/servers that are
3619         not currently agentized.
3620         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
3621
3622         * gnus-int.el (gnus-open-server): Report backend errors in
3623         condition handler.
3624
3625 2003-03-23  Simon Josefsson  <jas@extundo.com>
3626
3627         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
3628         header.
3629
3630         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
3631         same as Newsgroups.
3632
3633         * nntp.el (nntp-open-connection-function): Mention
3634         nntp-open-tls-stream.
3635         (nntp-open-tls-stream): New function.
3636
3637         * tls.el: New file.
3638
3639         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
3640         instead of SSL.
3641         (nnimap-stream): Add other streams, link to imap variables.
3642         (nnimap-authenticator): Add other authenticator, link to imap
3643         variables.
3644
3645         * imap.el: Autoload open-tls-stream.
3646         (imap-streams): Add tls in front of ssl.
3647         (imap-stream-alist): Add tls.
3648         (imap-default-tls-port): New variable.
3649         (imap-tls-p, imap-tls-open): New functions.
3650
3651 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
3652
3653         * mm-url.el (mm-url-insert-file-contents): parse url only if
3654         results is a list.
3655
3656 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3657
3658         * mail-source.el (mail-source-fetch-imap): Revert.
3659
3660 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
3661
3662         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
3663         less strict regexp.
3664
3665 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3666
3667         * mail-source.el (mail-source-fetch-imap): Use buffer name for
3668         more imap function.
3669
3670 2003-03-21  Simon Josefsson  <jas@extundo.com>
3671
3672         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
3673         Followup-To data inline.
3674
3675 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
3676
3677         * gnus-art.el (gnus-treat-display-xface): Don't enable if
3678         icontopbm isn't available.
3679
3680 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
3681
3682         * gnus-int.el (gnus-open-server): Catch errors in backend's
3683         open-server method.  Returns nil rather than crashing startup.
3684
3685         * gnus-sum.el (eval-when-compile): Modified to resolve
3686         compile-time warnings.
3687
3688         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
3689         Reports length of series so that the user can compare N with a
3690         subject that should, if the entire series is present, contain
3691         '(.../N)'.
3692         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
3693         of temp file (Win-XP may leave the temp file locked when the
3694         uudecode process fails).
3695
3696 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3697
3698         * message.el (message-split-line): Ignore error.
3699
3700         * lpath.el (split-line): Avoid split-line warning message.
3701
3702 2003-03-20  Kim F. Storm  <storm@cua.dk>
3703
3704         * message.el (message-split-line): New function.
3705         (message-mode-map): Remap split-line to message-split-line.
3706
3707 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
3708
3709         * message.el (message-make-overlay): Defalias it to make-overlay.
3710         (message-delete-overlay): Defalias it to delete-overlay.
3711         (message-overlay-put): Defalias it to overlay-put.
3712         (message-idna-to-ascii-rhs-1): Use them.
3713
3714         * messagexmas.el (message-xmas-redefine): Defalias some overlay
3715         functions to extent functions.
3716
3717 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3718
3719         * message.el (message-check-news-header-syntax): Fixed regexp.
3720
3721 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3722
3723         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
3724
3725         * mm-url.el (mm-url-insert): Move url-current-object stuff into
3726         mm-url-insert-file-contents.
3727
3728         * nnrss.el (nnrss-fetch): Fetch the local stuff.
3729         (nnrss-check-group): Use it.
3730
3731 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
3732
3733         * nnrss.el: Primitive XML Name-space support.  This means that RSS
3734         feeds like Kevin Burton's[1] can now be read in Gnus.
3735
3736         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
3737         means that if you want to read the RSS feed for example.com, all
3738         you have to do is hit "G R http://www.example.com/ RET" and
3739         nnrss.el will find and the feed listed on the site or (if you have
3740         loaded xml-rpc.el) look it up on syndic8.com.
3741
3742         Marked the message as HTML (by adding a Content-Type header) so
3743         that Gnus will render it as html if the user wants that.
3744
3745         Implemented the ability to save nnrss-group-alist so that any new
3746         feeds the you subscribe to will be found the next time you start
3747         up.
3748
3749         Implemented support for RSS 2.0 elements (author, pubDate).
3750
3751         Prefer for <content:encoded> over <description> where both
3752         elements exist.
3753
3754         * mm-url.el (mm-url-insert): Set url-current-object.
3755
3756         * gnus-group.el (gnus-group-make-rss-group): New function.
3757
3758 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
3759
3760         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
3761         for highlight overlays.
3762
3763 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3764
3765         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
3766         a NOV.
3767
3768 2003-03-20  Simon Josefsson  <jas@extundo.com>
3769
3770         * message.el (message-use-idna): Disable if UTF-8 unavailable.
3771         (message-idna-to-ascii-rhs): Use it.
3772
3773         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
3774
3775 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
3776
3777         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
3778         (spam-group-ham-marks, spam-group-spam-marks): new functions
3779         (spam-spam-marks, spam-ham-marks): removed in favor of the
3780         spam-marks and ham-marks parameters
3781         (spam-generic-register-routine, spam-ham-move-routine): use the
3782         new spam-group-{spam,ham}-mark-p functions
3783
3784         * gnus.el (spam-marks, ham-marks): new group parameters with
3785         default values same as the old spam-spam-marks and spam-ham-marks
3786
3787 2003-03-19  Simon Josefsson  <jas@extundo.com>
3788
3789         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
3790         (gnus-use-idna): New variable.
3791         (article-decode-idna-rhs): New function.
3792
3793         * message.el (message-use-idna): New variable.
3794         (message-mode-field-menu): Add entry for IDNA.
3795         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
3796         (message-idna-to-ascii-rhs): New function.
3797         (message-generate-headers): Invoke IDNA code.
3798
3799 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
3800
3801         * nnmaildir.el (nnmaildir--system-name): New function.
3802         (nnmaildir-request-accept-article): Use it.
3803
3804 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3805
3806         * gnus-util.el (gnus-byte-compile): Make it work silently as the
3807         gnus-compile function does.
3808
3809         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
3810         bogus change.
3811
3812 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
3813
3814         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
3815         sort-coding-systems is defined.
3816
3817 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
3818
3819         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
3820         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
3821         Replace create-directory with target-prefix.
3822
3823 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
3824
3825         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
3826         find-charset-string which is slooow in XEmacs.
3827
3828 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3829
3830         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
3831         compiler under XEmacs.
3832
3833 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
3834
3835         * gnus-art.el (gnus-treat-highlight-signature): Make the default
3836         work for multipart/signed where the message text isn't `last'.
3837
3838 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3839
3840         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
3841         the value of mm-inline-text-html-with-images.
3842         (mm-inline-text-html-render-with-w3m): Don't bind
3843         w3m-display-inline-images.
3844
3845         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
3846         w3m-display-inline-images.
3847
3848         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
3849         regardless of an Emacs flavor.
3850
3851 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852
3853         * gnus.el (gnus-version-number): Bump.
3854
3855 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3856
3857         * gnus.el: Oort Gnus v0.16 is released.
3858
3859 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3860
3861         * lpath.el (featurep): Bind mm-w3m-mode-map.
3862
3863 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
3864
3865         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
3866         'respool-able backends define a global nnchoke-get-new-mail
3867         variable.
3868
3869 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
3870
3871         * gnus-art.el (gnus-mime-delete-part): New function.
3872         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
3873
3874 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3875
3876         * message.el (message-check-news-header-syntax): Don't push
3877         groups twice onto list of unknown groups.
3878
3879         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
3880         back.
3881
3882         * nnheader.el (nnheader-find-etc-directory): Doc fix.
3883
3884         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
3885         config unless the summary buffer exists.
3886
3887         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
3888         that target group is computed correctly when articles are marked
3889         as read by Xref handling.
3890
3891         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
3892         imap-open.
3893
3894         * message.el (message-send-mail): Add courtesy string to Bcc's,
3895         too.
3896
3897         * gnus-cite.el (gnus-cited-line-p): New function.
3898
3899 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
3900
3901         * mm-bodies.el (mm-decode-body): Add new optional parameter,
3902         force, to use the supplied charset unconditionally.
3903
3904         * gnus-art.el (article-decode-charset): Use it.
3905
3906 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
3907
3908         * mm-bodies.el (mm-decode-coding-region-safely): New function.
3909         (mm-decode-body): Use it.
3910
3911         * rfc2047.el (rfc2047-decode-region): do.
3912         (rfc2047-decode-string): Guess coding system if the default is
3913         invalid.
3914
3915 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
3916
3917         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
3918         articles are marked 'read, so we get correct article counts.
3919
3920 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3921
3922         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
3923         the button.
3924         (gnus-insert-prev-page-button): Ditto.
3925         (gnus-insert-next-page-button): Ditto.
3926         (gnus-insert-mime-security-button): Ditto.
3927
3928         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
3929         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
3930         (mm-inline-image-xemacs): Ditto.
3931
3932 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
3933
3934         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
3935         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
3936         the recent filename uniqueness discussion.
3937
3938 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3939
3940         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
3941         newline next time.
3942         (mm-inline-image-xemacs): Ditto.
3943
3944 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
3945
3946         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
3947         kill-line.
3948
3949 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
3950
3951         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
3952         kill-line.
3953
3954 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3955
3956         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
3957         fixing the code to match the documentation.
3958         (gnus-agent-fetch-selected-article): Replaced
3959         gnus-summary-update-article-line with gnus-summary-update-line as
3960         the former did not correctly recalculate the thread indentation.
3961         (gnus-agent-find-parameter): The agent-predicate, if not found
3962         anywhere else, defaults to the value of gnus-agent-predicate.
3963         (gnus-agent-fetch-session): Fixed typo; now executes
3964         gnus-agent-fetched-hook rather than the undocumented
3965         gnus-agent-fetch-hook.
3966         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
3967         default agent predicate is now provided by
3968         gnus-agent-find-parameter.
3969         (gnus-agent-message): New macro.  This macro avoids potentially
3970         costly parameter evaluation when the message's level is too high
3971         to display.
3972         (gnus-agent-expire-group-1): Disabled undo tracking in temp
3973         overview buffer. Uses new gnus-agent-message macro to reduce
3974         overhead of optional messages. Reversed message levels to
3975         emphasize percent completion messages.  Detailed messages of
3976         little use except when debugging code.
3977
3978 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3979
3980         * spam.el (spam-ham-move-routine): use
3981         spam-mark-ham-unread-before-move-from-spam-group
3982         (spam-mark-ham-unread-before-move-from-spam-group): new variable
3983
3984 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
3985
3986         * spam.el: load nnimap.el when compiling
3987         (spam-setup-widening): use
3988         nnimap-split-download-body-default instead of
3989         nnimap-split-download-body which is a user-customizable variable
3990
3991 2003-03-07  Simon Josefsson  <jas@extundo.com>
3992
3993         * nnimap.el (nnimap-split-download-body-default): New, holds
3994         default for n-s-d-b.
3995         (nnimap-split-download-body): Add new setting (symbol default),
3996         which uses contents of n-s-d-b-d, and made it the default.
3997
3998 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
3999
4000         * spam.el (spam-use-hashcash): new variable
4001         (spam-list-of-checks): added spam-use-hashcash with associated
4002         spam-check-hashcash
4003         (spam-check-hashcash): new function, installed iff hashcash.el is
4004         loaded
4005         (spam-setup-widening): don't use (return)
4006
4007 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4008
4009         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
4010         predicate of `false' to avoid an error when a group defines no
4011         predicate. Fixed typo that disabled agent scoring (i.e. the
4012         low/high predicates should now work).
4013
4014 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4015
4016         * spam.el: add spam-maybe-spam-stat-load to
4017         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
4018         (spam-bogofilter-register-with-bogofilter): use
4019         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
4020         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
4021         custom variables to replace "-s" and "-n"
4022
4023         * gnus-group.el (gnus-group-get-new-news): call the new
4024         gnus-get-top-new-news-hook hook
4025
4026         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
4027         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
4028
4029 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4030
4031         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
4032
4033 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
4036         a cl run-time function.
4037
4038 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4039
4040         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
4041         on gnus-agent-short-article.
4042         (gnus-category-read): Replaced CL function mapcar* with new macro:
4043         gnus-mapcar.
4044         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
4045         support functions that accept multiple parameters.  A separate
4046         sequence must be provided for each parameter in the function.
4047         Iteration stops when the end of the shortest list is reached.
4048
4049 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
4050
4051         * nnimap.el (nnimap-request-accept-article): Use delete-region.
4052
4053         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
4054         (html2text-delete-single-tag, html2text-clean-anchor)
4055         (html2text-remove-tags): Use delete-region.
4056         (html2text-fix-paragraphs): Simplify.
4057
4058         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
4059         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
4060         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
4061         kill-region.
4062
4063 2003-03-04  John Paul Wallington  <jpw@gnu.org>
4064
4065         * gnus-agent.el (gnus-agent-enable-expiration)
4066         (gnus-agent-article-alist, gnus-agent-article-alist)
4067         (gnus-agent-cat-defaccessor): Doc fixes.
4068
4069 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4070
4071         * gnus-agent.el (gnus-function-implies-unread-1): Grok
4072         byte-compiled functions.
4073
4074 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4075
4076         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
4077         customization between new maneuvering (which permits selecting
4078         undownloaded articles) and old maneuvering (which skipped over
4079         undownloaded articles) behaviors.
4080         (gnus-summary-find-next): Pass through the unread and subject
4081         parameters when calling gnus-summary-find-prev.
4082         (gnus-summary-find-next,gnus-summary-find-prev): Apply
4083         gnus-auto-goto-ignores to filter out unacceptable articles.
4084
4085 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
4086
4087         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
4088         exists in all supported Emacs versions, so we don't need this
4089         compatibility function.
4090         (mail-source-fetch-pop, mail-source-check-pop)
4091         (mail-source-fetch-webmail): Use read-passwd.
4092
4093         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
4094         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
4095         read-passwd.
4096
4097         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
4098
4099         * imap.el (imap-read-passwd): Remove.
4100         (imap-interactive-login): Use read-passwd.
4101
4102         * canlock.el (canlock-read-passwd): Remove.
4103         (canlock-insert-header, canlock-verify): Use read-passwd.
4104
4105         * sieve-manage.el (sieve-manage-read-passwd): Remove.
4106         (sieve-manage-interactive-login): Use read-passwd.
4107
4108         * pop3.el (pop3-read-passwd): Remove.
4109         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
4110         read-passwd.
4111
4112         * pgg.el (pgg-read-passphrase): Simplify.
4113
4114 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4115
4116         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
4117         'plugged' when actually 'unplugged' bug.
4118         (gnus-category-read): Ignore nil values when converting an
4119         old-format category so that the new-format category will default
4120         those attributes to the global variables.
4121
4122 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4123
4124         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
4125         doc-string.
4126
4127 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
4128
4129         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
4130         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
4131         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
4132         * mm-url.el (mm-url-decode-entities-string): do.
4133         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
4134         * mm-decode.el (mm-find-raw-part-by-type): do.
4135         * message.el (message-send-mail-partially)
4136         (message-send-mail-with-sendmail): do.
4137         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
4138         * gnus-kill.el (gnus-pp-gnus-kill): do.
4139         * gnus-art.el (gnus-article-treat-unfold-headers)
4140         (gnus-article-encrypt-body): do.
4141
4142 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4143
4144         * mail-source.el (mail-source-delete-incoming): Allow integer value.
4145         (mail-source-delete-old-incoming-confirm): New variable.
4146         (mail-source-delete-old-incoming): Use it.  New function.
4147         (mail-source-callback): Call `mail-source-delete-old-incoming' if
4148         `mail-source-delete-incoming' is a nonnegative integer.
4149
4150 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4151
4152         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
4153         (gnus-user-agent): Fixed typo.
4154
4155 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4156
4157         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
4158         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
4159
4160 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4161
4162         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
4163         (gnus-agent-fetch-session): Allow debugging to take place.
4164
4165 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
4166
4167         * gnus-sum.el (gnus-highlight-selected-summary)
4168         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
4169         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
4170         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
4171         and makes it clear that we don't need the side effect.
4172         * gnus-util.el (gnus-delete-line): do.
4173         * gnus-xmas.el (gnus-group-add-icon): do.
4174         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
4175         * nntp.el (nntp-send-authinfo-from-file): do.
4176         * nnml.el (nnml-header-value): do.
4177         * nnheader.el (nnheader-insert-references): do.
4178         * gnus-cite.el (gnus-article-highlight-citation)
4179         (gnus-cite-parse): do.
4180         * gnus-score.el (gnus-score-followup): do.
4181         * gnus-draft.el (gnus-draft-send): do.
4182         * gnus-group.el (gnus-group-highlight-line): do.
4183         * gnus-cache.el (gnus-cache-braid-nov): do.
4184         * nnfolder.el (nnfolder-retrieve-headers)
4185         (nnfolder-request-article): do.
4186         * gnus-art.el (article-hide-boring-headers)
4187         (gnus-article-hide-header): do.
4188
4189         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
4190         * nnml.el (nnml-request-replace-article): do.
4191         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
4192         * nnfolder.el (nnfolder-request-move-article): do.
4193         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
4194         * gnus-art.el (gnus-mm-display-part): do.
4195
4196         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
4197
4198 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4199
4200         * nntp.el (nntp-possibly-change-group): Avoid calling
4201         process-buffer on nil (Which happened when you lost your
4202         connection while fetching); instead signal a "Server Closed
4203         Connection" error.
4204
4205 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4206
4207         * gnus-agent.el (gnus-agent-enable-expiration): New
4208         variable. Either ENABLE or DISABLE.  Sets default behavior for
4209         selecting which groups are expired.
4210         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
4211         gnus-agent-set-cat-groups): Provides abstract interface for
4212         accessing agent category.  Category now implemented by an alist.
4213         (gnus-agent-add-group, gnus-agent-remove-group,
4214         gnus-category-insert-line, gnus-category-edit-predicate,
4215         gnus-category-edit-score, gnus-category-edit-groups,
4216         gnus-category-copy, gnus-category-add, gnus-group-category): Use
4217         new agent category abstraction.
4218         (gnus-agent-find-parameter): New function. Search for agent
4219         configuration parameter first in the group's parameters, then its
4220         topics (if any), and then the group's category.  If not found
4221         anywhere, use the original defined constants.
4222         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
4223         gnus-agent-find-parameter.
4224         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
4225         gnus-agent-cache now blocks retrieving headers and articles from
4226         the local cache.  Fetched content is still added to the cache
4227         before being returned.
4228         (gnus-agent-fetch-session): Use error-message-string to generate
4229         displayed error message.
4230         (gnus-agent-customize-category): New Command. 'e' in category
4231         buffer opens category customization buffer.
4232         (gnus-category-read): Reads either positional or alist format;
4233         returns alist format.
4234         (gnus-category-write): Writes category file compatible with
4235         current, and previous, versions of gnus-agent.
4236         (gnus-category-make-function, gnus-category-make-function-1):
4237         Corrected documentation; parameter is predicate NOT category.
4238         (gnus-predicate-implies-unread): Now works in more cases per the
4239         todo comment.
4240         (gnus-function-implies-unread-1): New function. Supports
4241         gnus-predicate-implies-unread.
4242         (gnus-agent-expire-group): Command now provides default of group
4243         under point.
4244         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
4245         agent-days-until-old parameters. No longer supports
4246         gnus-agent-expire-days being set to an alist.
4247         (gnus-agent-request-article): Now performs its own checks of
4248         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
4249         assuming that the caller will do them correctly.
4250         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
4251         gnus-agent-expire-days is set to an alist.  Converts said alist
4252         into group parameter so that gnus-agent-expire-days will not be
4253         needed.
4254         * gnus-art.el (gnus-request-article-this-buffer): Conditional
4255         checks surrounding gnus-agent-request-article removed; now
4256         performed by gnus-agent-request-article.
4257         * gnus-cus.el (gnus-agent-parameters): New variable. List of
4258         customizable group/topic parameters that regulate the agent.
4259         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
4260         kill-buffer with gnus-kill-buffer to remove the killed buffer from
4261         the list of gnus buffers.
4262         (gnus-trim-whitespace): Removes leading and trailing whitespace
4263         from multiline strings.
4264         (gnus-agent-cat-prepare-category-field,
4265         gnus-agent-customize-category): Constructs a category
4266         customization buffer.
4267         * gnus-int.el (gnus-retrieve-headers,
4268         gnus-request-expire-articles): No longer checks gnus-agent-cache
4269         as it is handled internally by the agent.
4270         (gnus-request-head, gnus-request-body): Conditional checks
4271         surrounding gnus-agent-request-article removed; now performed by
4272         gnus-agent-request-article.
4273
4274         * gnus-start.el (): Added defvar statements to resolve compilation
4275         warnings.
4276         (gnus-long-file-names): New function. Isolates platform dependent
4277         msdos-long-file-names.
4278         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
4279         option of writing directly to file.  Avoids memory exhausted
4280         errors when .newsrc.eld is huge.
4281         (gnus-save-newsrc-file): Uses new
4282         gnus-save-startup-file-via-temp-buffer.
4283         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
4284         standard-output.
4285         (gnus-display-time-event-handler): Changed to alias from a defun
4286         to avoid a compile-time warning when display-time-event-handler is
4287         not defined.
4288         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
4289         standard-output such that prin1 and princ will write directly to a
4290         file.
4291
4292         * gnus.el (gnus-agent-cache): Expanded documentation.
4293         (gnus-summary-high-undownloaded-face): Removed second bold keyword
4294         so that this face is actually bold.
4295
4296         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
4297         gnus-use-cache has been set.
4298
4299 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
4300
4301         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
4302
4303 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
4304
4305         * gnus-art.el (gnus-article-refer-article): Be more permissive.
4306
4307 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4308
4309         * spam.el: Fix typo.
4310
4311 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
4312         (Trivial patch.)
4313
4314         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
4315         errors-buffer. This produces a nicer error message in case of
4316         problems.
4317
4318 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
4319
4320         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
4321         load stats iff spam-use-stat is on
4322
4323         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
4324         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
4325         instead of spam-stat-load and spam-stat-save in the
4326         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
4327
4328 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4329
4330         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
4331
4332 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4333
4334         * message.el (message-make-fqdn): Protect against nil user-mail.
4335
4336 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
4337
4338         * gnus-art.el (gnus-boring-article-headers): New values:
4339         'to-list and 'cc-list.
4340
4341 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4342
4343         * spam.el (spam-setup-widening): new function to set
4344         nnimap-split-download-body, we add it to gnus-get-new-news-hook
4345         (spam-list-of-statistical-checks): list of statistical splitter
4346         checks
4347         (spam-split): added a widen call when a statistical check is
4348         enabled
4349
4350 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
4351
4352         * gnus-msg.el (gnus-user-agent): Changed default to
4353         'emacs-gnus-type, renamed 'full.
4354
4355 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
4356
4357         * nnfolder.el (nnfolder-request-accept-article): Don't use
4358         mail-header-unfold-field.
4359
4360 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4361
4362         * imap.el (imap-ssl-open): Don't depend on ssl.el.
4363         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
4364
4365 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4366
4367         * spam.el: add spam-stat-load to gnus-get-new-news-hook
4368         (spam-split): remove spam-stat-load call
4369
4370 2003-02-26  Simon Josefsson  <jas@extundo.com>
4371
4372         * gnus-sum.el (gnus-summary-toggle-header): Run
4373         gnus-article-decode-hook instead of calling a-decode-encoded-words
4374         directly (the latter is run as part of the former).
4375
4376 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4377
4378         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
4379
4380 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
4381
4382         * message.el (message-sendmail-envelope-from): New option.
4383         (message-sendmail-envelope-from): New function.
4384         (message-send-mail-with-sendmail): Use it.
4385
4386 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
4387
4388         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
4389         compensation for TDMA addresses.
4390
4391 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4392
4393         * gnus-msg.el (gnus-user-agent): New variable.
4394         (gnus-version-expose-system): Removed.  Obsoleted by
4395         `gnus-user-agent'.
4396         (gnus-extended-version): Use `gnus-user-agent'.
4397
4398 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4399
4400         * spam.el (spam-stat-register-spam-routine,
4401         spam-stat-register-ham-routine): remove spam-stat-save
4402         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
4403
4404 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4405
4406         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
4407         reference.
4408
4409 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4410
4411         * nnheader.el (nnheader-find-nov-line): Changed midpoint
4412         calculation to avoid integer overflow.
4413
4414 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4415
4416         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
4417
4418 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
4419         * spam.el: disabled spam-get-article-as-filename
4420
4421         From Michael Shields  <shields@msrl.com>
4422
4423         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
4424         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
4425         * gnus-sum.el (gnus-summary-expire-articles): Use it.
4426         * spam.el (spam-summary-prepare-exit): Use it.
4427         * gnus.el (gnus-install-group-spam-parameters): New.
4428         * spam.el (spam-group-ham-processor-copy-p): New.
4429         * spam.el (spam-summary-prepare-exit): Support for ham copying.
4430         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
4431         that would cause the current message to be moved if the group had
4432         no spam.
4433         * spam.el (spam-ham-move-routine): New `copy' argument.
4434
4435 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4436         From Martin Thornquist <martint@ifi.uio.no>
4437
4438         * gnus-topic.el (gnus-topic-select-group): Select last group if
4439         after last group.
4440         * gnus-group.el (gnus-group-select-group): Ditto.
4441
4442 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
4445         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
4446         point-at-(b|e)ol which aren't available in Emacs 20.
4447
4448         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
4449
4450 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4451
4452         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
4453         clause of the condition-case statement.  Errors connecting to a
4454         server no longer terminate gnus.
4455
4456         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
4457         make its use obvious.  Added no-nothing case to avoid
4458         opening(closing) servers when already open(closed).
4459         (gnus-agent-while-plugged): Added macro to facilitate internal use
4460         of gnus-agent-toggle-plugged.
4461         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
4462         temporarily open servers.
4463         (gnus-agent-get-undownloaded-list): Sort list of article numbers
4464         as sorting gnus-newsgroup-headers is wrong.
4465         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
4466         to temporarily open servers. Corrected logic to handle setting
4467         gnus-agent-mark-unread-after-downloaded.
4468         (gnus-agent-fetch-articles): Now handles headers with missing
4469         article sizes and/or missing article lengths.  Now clears the
4470         message buffer when finished.
4471         (gnus-agent-fetch-group-1): Position point before calling
4472         gnus-summary-set-agent-mark.
4473         (gnus-get-predicate): Corrected description, parameter is
4474         predicate not category.
4475         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
4476         provide a separate single group expiration function.
4477         (gnus-agent-regenerate-group): Now clears the message buffer when
4478         finished.
4479
4480 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4481
4482         * gnus.el (gnus-agent-target-move-group-header): New variable.
4483         * gnus-draft.el (gnus-draft-send): If special header
4484         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
4485         that group, instead of performing the regular sending functions.
4486
4487 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4488
4489         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
4490
4491 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
4492
4493         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
4494         variables.
4495         (message-make-fqdn): Use it.  Improved validity check.
4496
4497 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4498
4499         * message.el (message-user-mail-address): Check whether
4500         user-mail-address looks valid.
4501
4502         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
4503
4504         * gnus-util.el (gnus-fetch-original-field): New function.
4505
4506 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4507
4508         * message.el (message-mode): \\(...\\) around additional
4509         paragraph-separate alternative.
4510
4511 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
4512
4513         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
4514         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
4515         display key bindings.
4516         (gnus-mime-button-menu): Rewrite.
4517
4518 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4519
4520         * gnus-art.el (gnus-button-url-regexp): Removed `.
4521
4522 2003-02-23  Max Froumentin  <mf@w3.org>
4523
4524         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
4525
4526 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4527
4528         * gnus-art.el (gnus-mime-action-on-part): Require a match
4529         interactively.
4530
4531         * gnus-start.el (gnus-save-newsrc-file): Use
4532         gnus-backup-startup-file.
4533         (gnus-backup-startup-file): New variable.
4534
4535 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4536
4537         * gnus.el (gnus-summary-buffer-name): Moved function here.
4538
4539         * gnus-draft.el (defun): Remove debug.
4540
4541 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
4542
4543         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
4544         can't open server.
4545
4546 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4547
4548         * gnus-draft.el (defun): Configure posting styles.
4549
4550         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
4551         the entry for the group exists before we alter it.
4552
4553 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4554
4555         * message.el (message-mode): MML tags separate paragraphs.  Small
4556         change from David S Goldberg <david.goldberg6@verizon.net>.
4557
4558         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
4559         `gnus-newsgroup-headers'.
4560
4561         * gnus-art.el (gnus-article-refer-article): Grok more message id
4562         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
4563
4564 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
4565
4566         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
4567         use "path name".
4568
4569 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
4570
4571         * gnus-sum.el (gnus-summary-move-article)
4572         (gnus-summary-expire-articles): send data header for article, not
4573         just article ID
4574
4575         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
4576         (gnus-register-spool-action): added hashtable of message ID keys
4577         with message motion data
4578
4579 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
4580         From Reiner Steib  <Reiner.Steib@gmx.de>.
4581
4582         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
4583         variable, used in `gnus-button-mid-or-mail-heuristic'.
4584         (gnus-button-mid-or-mail-heuristic): New function derived from
4585         Florian Weimer's Perl script.
4586         (gnus-button-handle-mid-or-mail): Allow a function instead of
4587         'guess.
4588         (gnus-button-guessed-mid-regexp): Removed.
4589
4590 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * message.el (message-resend): Bind message-setup-hook to nil;
4593         remove X-Draft-From header.
4594
4595 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
4596
4597         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
4598         (gnus-newsgroup-undownloaded)
4599         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
4600         Doc fixes.
4601
4602 2003-02-17  John Paul Wallington  <jpw@gnu.org>
4603
4604         * gnus.el (gnus-shell-command-separator, gnus-email-address)
4605         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
4606
4607 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
4608
4609         * gnus-spec.el (gnus-xmas-format): Use insert instead of
4610         insert-string which is obsolete in Emacs 21.4.
4611
4612         * message.el (message-cross-post-followup-to-header): do.
4613
4614         * spam.el (spam-ifile-register-with-ifile)
4615         (spam-stat-register-spam-routine)
4616         (spam-stat-register-ham-routine)
4617         (spam-bogofilter-register-with-bogofilter): do.
4618
4619         * mailcap.el (mailcap-mime-data): Fix typo.
4620
4621         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
4622
4623 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
4624
4625         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
4626         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
4627         `gnus-cite-unsightly-citation-regexp'.
4628
4629 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4630
4631         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
4632         even if there's just a header.
4633
4634 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
4635
4636         * message.el (message-fix-before-sending): Fix highlighting of
4637         illegible and invisible text.
4638
4639         * gnus-util.el (gnus-multiple-choice): Separate choices with
4640         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
4641
4642 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
4643
4644         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
4645
4646 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
4647
4648         * spam.el (spam-ham-move-routine)
4649         (spam-mark-spam-as-expired-and-move-routine): use
4650         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
4651         around process-mark manipulation on the group
4652
4653 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4654
4655         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
4656         submenu.
4657
4658 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4659
4660         * mail-source.el (mail-source-fetch): Reverse the return value of
4661         the continuation question.
4662
4663 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4664
4665         * nndraft.el (nndraft-request-move-article): Bind
4666         nnmh-allow-delete-final to t.
4667
4668 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4669
4670         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
4671
4672 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
4673
4674         * nntp.el (nntp-accept-process-output): Don't use point-max to get
4675         the buffer's size.
4676
4677 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
4678
4679         * nnheader.el: Added cygwin to system-type comparisons.
4680
4681 2003-01-27  Juanma Barranquero  <lektu@terra.es>
4682
4683         * imap.el (imap-mailbox-status): Fix typo.
4684
4685 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4686
4687         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
4688         online.
4689
4690 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4691
4692         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
4693         commands.
4694         * gnus-sum.el: Small change from Frank Weinberg
4695         <frank@usenet-rundfahrt.de>:
4696         (gnus-auto-center-group): New variable.
4697         (gnus-summary-read-group-1): Use it.
4698         (gnus-summary-next-group): Fix docstring.
4699
4700 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4701
4702         * gnus-util.el (gnus-faces-at): Simplify.
4703
4704 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4705
4706         * spam.el (spam-ham-move-routine)
4707         (spam-mark-spam-as-expired-and-move-routine): made the article
4708         move conditional, so it's not called even if there's nothing to move
4709
4710 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4711
4712         * message.el (message-unix-mail-delimiter): Accept any whitespace
4713         after the email address and before the date; do not require the
4714         space character.  From Kurt B. Kaiser <kbk@shore.net>.
4715
4716 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4717
4718         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
4719         gnus-article-boring-faces variable is bound; use gnus-faces-at.
4720
4721         * gnus-util.el (gnus-faces-at): New macro.
4722
4723 2003-02-13  Michael Shields  <shields@msrl.com>
4724
4725         * gnus-cite.el
4726         (gnus-cite-attribution-suffix, gnus-cite-parse):
4727         Better handling for Microsoft citation styles.
4728         (gnus-unsightly-citation-regexp): New.
4729
4730 2003-02-12  Michael Shields  <shields@msrl.com>
4731
4732         * gnus-art.el (article-strip-banner): Strip both per-group and
4733         per-user-address banners.
4734         (article-really-strip-banner): New.
4735
4736 2003-02-12  Michael Shields  <shields@msrl.com>
4737
4738         * gnus-sum.el (gnus-article-goto-next-page,
4739         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
4740         relying on the summary bindings of `n' and `p'.
4741
4742 2003-02-12  Michael Shields  <shields@msrl.com>
4743
4744         * gnus-art.el (gnus-article-only-boring-p): New.
4745         (gnus-article-skip-boring): New.
4746         * gnus-cite.el (gnus-article-boring-faces): New.
4747         * gnus-sum.el (gnus-summary-next-page): Use
4748         gnus-article-only-boring-p.
4749
4750 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
4751
4752         * spam.el (spam-mark-spam-as-expired-and-move-routine)
4753         (spam-ham-move-routine): unmark all articles before marking those
4754         of interest and calling gnus-summary-move-article
4755
4756 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
4757
4758         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
4759         logically the complement of gnus-get-buffer-create and
4760         gnus-add-buffer.
4761
4762         * gnus-util.el (gnus-kill-buffer): do.
4763
4764         * nnmail.el: Autoload gnus-kill-buffer.
4765
4766 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4767
4768         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
4769         gnus-summary-goto-subject as gnus-summary-update-mark operates on
4770         the current LINE.
4771         (gnus-agent-summary-fetch-group): Minimized the number of times
4772         that the article is updated in the buffer.
4773
4774 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
4775
4776         * spam.el (spam-ham-move-routine): use the process-mark instead of
4777         gnus-current-article when moving articles
4778         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
4779
4780 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4781
4782         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
4783         (gnus-topic-catchup-articles): Ditto.
4784         (gnus-topic-mark-topic): Reverse recursive logic.
4785
4786 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
4787
4788         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
4789         gnus-refer-thread-limit is t.
4790
4791 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
4792
4793         * mm-util.el (mm-mule-charset-to-mime-charset): Use
4794         sort-coding-systems to prefer utf-8 over utf-16.
4795
4796 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4797
4798         * gnus-agent.el (gnus-agent-expire-days):
4799         gnus-request-move-article depends on gnus-agent-expire to clean up
4800         the cache after moving the article.  Therefore, g-a-e-d can NOT
4801         default to nil or can gnus-agent-expire be disabled by doing so.
4802         If you don't want to run gnus-agent-expire, don't call it.
4803         (gnus-agent-expire): The broken test to disable gnus-agent-expire
4804         when g-a-e-d was NOT nil was removed.
4805         (gnus-agent-article-name): Removed unnecessary input test as
4806         article IDs are always strings.
4807         (gnus-agent-regenerate-group): Added check to protect against
4808         servers that generate absurdly long article IDs.  Valid IDs are
4809         less than 10 digits to avoid overflow errors.  Fixed logic error
4810         when ensuring that the final article ID is present in the new
4811         alist.
4812
4813 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4814
4815         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
4816         next line after finding the parent.
4817
4818 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4819
4820         * gnus.el (gnus-version-number): Bumped.
4821
4822 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4823
4824         * gnus.el: Oort Gnus v0.15 is released.
4825
4826 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
4827
4828         * nnmail.el (nnmail-split-it): If a message ends up matching the
4829           same mailbox more than once, it will cause duplicates to appear
4830           in the mailbox.
4831
4832 2003-02-08  Simon Josefsson  <jas@extundo.com>
4833
4834         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
4835         code that only worked under Emacs.
4836
4837         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
4838         Das <satyaki@chicory.stanford.edu>.
4839
4840 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
4841
4842         * gnus-art.el (gnus-article-refer-article): Use
4843         gnus-replace-in-string.
4844
4845         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
4846         (gnus-remove-duplicates): do.
4847
4848 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4849
4850         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
4851         (gnus-request-scan): set
4852         gnus-internal-registry-spool-current-method to gnus-command-method
4853         before a request-scan operation
4854
4855         * gnus-registry.el (regtest-nnmail): use
4856         gnus-internal-registry-spool-current-method
4857
4858 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4859
4860         * mail-source.el (mail-source-fetch): Typo fix.
4861
4862 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4863
4864         * nnmail.el (nnmail-spool-hook): new hook
4865         (nnmail-cache-insert): call nnmail-spool-hook
4866
4867         * gnus-registry.el: new file with examples of using the hooks
4868
4869         * gnus.el (gnus-registry): added registry customization group
4870         (gnus-group-prefixed-name): improve function to return full group
4871         name optionally
4872         (gnus-group-guess-prefixed-name): shortcut to
4873         gnus-group-prefixed-name, using just the group name
4874         (gnus-group-full-name): always get a group's full name
4875         (gnus-group-guess-full-name): shortcut, using just the group name
4876
4877         * gnus-sum.el (gnus-summary-article-move-hook)
4878         (gnus-summary-article-delete-hook)
4879         (gnus-summary-article-expire-hook): new hooks
4880         (gnus-summary-move-article, gnus-summary-expire-articles)
4881         (gnus-summary-delete-article): invoke the new hooks
4882
4883 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
4884
4885         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
4886         from message-ID
4887
4888 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
4889
4890         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
4891
4892 2003-02-07  John Paul Wallington  <jpw@gnu.org>
4893
4894         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
4895         (mm-write-region, mm-detect-coding-region): Doc fixes.
4896
4897 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4898
4899         * mail-source.el (mail-source-fetch): Ignore errors.
4900         (mail-source-ignore-errors): New variable.
4901
4902         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
4903         articles.
4904
4905         * gnus-msg.el (gnus-version-expose-system): Change default.
4906
4907 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
4908
4909         * gnus-msg.el (gnus-version-expose-system): New variable.
4910
4911 2003-02-07  Simon Josefsson  <jas@extundo.com>
4912
4913         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
4914         patch from deskpot@myrealbox.com (Vasily Korytov).
4915
4916 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4917
4918         * gnus-art.el (article-display-face): Get the Face header from
4919         the current buffer.
4920
4921 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * gnus-art.el (gnus-mime-view-part-internally): Bind
4924         buffer-read-only to nil.
4925
4926 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
4929         from g-a-e-1 to g-a-e-2.
4930
4931 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
4932
4933         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
4934         of bbdb-search-simple, use spam-use-BBDB-exclusive
4935         (spam-check-whitelist): use spam-use-whitelist-exclusive
4936         (spam-use-whitelist-exclusive): new variable affecting
4937         spam-use-whitelist
4938         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
4939
4940 2003-02-05  Simon Josefsson  <jas@extundo.com>
4941
4942         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
4943         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
4944         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
4945         (gnus-agent-expire-1): New.
4946         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
4947         (gnus-agent-expire-2): New.
4948
4949 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
4950
4951         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
4952         "delete-if" is misleading because it isn't actually destructive.
4953
4954         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
4955
4956         * nnmail.el (nnmail-purge-split-history): do.
4957
4958         * gnus-win.el (gnus-get-buffer-window): do.
4959
4960         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
4961         let-binding.
4962         (gnus-simplify-all-whitespace): do.
4963
4964 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * gnus-delay.el (gnus-delay-article): Fix binding of the
4967         nndraft:delayed group.
4968
4969 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4970
4971         * gnus.el (spam group parameters): change 'other to 'const in
4972         the group parameter definitions to soothe XEmacs
4973
4974 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4975
4976         * gnus-delay.el (gnus-delay-article): Really create
4977         nndraft:delayed group if it doesn't exist.
4978
4979 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
4980
4981         * gnus-sum.el (gnus-summary-search-article): Speed up by
4982         disabling various visual features while searching.
4983         (gnus-summary-recenter): Test gnus-auto-center-summary first.
4984
4985 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
4986
4987         * spam.el (spam-list-of-checks): Don't quote nil and t in
4988         docstrings.  From the elisp manual:
4989
4990            When a documentation string refers to a Lisp symbol, write
4991            it [..] with single-quotes around it.  [..] There are two
4992            exceptions: write t and nil without single-quotes.
4993
4994         * messcompat.el (message-from-style): do.
4995
4996         * message.el (message-send-mail): do.
4997
4998         * gnus-util.el (gnus-use-byte-compile): do.
4999
5000         * gnus-score.el (gnus-score-lower-thread): do.
5001
5002         * gnus-int.el (gnus-server-unopen-status): do.
5003
5004         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
5005         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
5006
5007         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
5008         (gnus-group-parameters): do.
5009
5010         * gnus-art.el (gnus-article-mime-match-handle-function): do.
5011
5012         * mm-decode.el (mm-text-html-renderer): do.
5013
5014 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * nnheader.el (nnheader-directory-separator-character): Change the
5017         way to compute the dafault value.
5018
5019 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
5020
5021         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
5022         (gnus-button-alist): Fix regexp for describe-key.
5023         (gnus-button-handle-describe-function)
5024         (gnus-button-handle-describe-variable)
5025         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
5026         (gnus-button-handle-apropos-variable)
5027         (gnus-button-handle-apropos-documentation): Docstring fix.
5028
5029         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
5030
5031 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5032
5033         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
5034         to nil.
5035
5036         * nnmail.el: Removed gnus-util autoload.
5037
5038         * gnus.el: Use gnus-prin1-to-string throughout.
5039
5040         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
5041         print-level.
5042
5043         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
5044         (gnus-treat-display-grey-xface): Removed.
5045
5046         * gnus-fun.el (gnus-grab-cam-face): New.
5047         (gnus-convert-image-to-gray-x-face): Removed.
5048         (gnus-convert-gray-x-face-to-xpm): removed.
5049         (gnus-convert-gray-x-face-region): Removed.
5050         (gnus-grab-gray-x-face): Removed.
5051
5052         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
5053
5054 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
5055
5056         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
5057         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
5058         bound.
5059
5060         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
5061
5062 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
5063
5064         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
5065         Remove -- these are bogus options which are never used.
5066
5067 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
5068
5069         * gnus-art.el (gnus-article-mode): Use summary tool bar.
5070
5071 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
5072
5073         * spam.el (spam-check-blackholes)
5074         (spam-blackhole-good-server-regex): new variable to skip some IPs
5075         when checking blackholes; use it
5076         (spam-check-bogofilter-headers)
5077         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
5078         case more X-Bogosity is used than just "Yes/No"
5079         (spam-ham-move-routine): semi-fixed, only first article is
5080         properly moved now
5081
5082 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
5083
5084         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
5085         as well.
5086
5087         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
5088
5089         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
5090
5091         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
5092
5093         * gnus-bcklg.el (gnus-backlog-shutdown): do.
5094
5095         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
5096
5097 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5098
5099         * gnus-fun.el (gnus-face-encode): New function.
5100         (gnus-convert-png-to-face): Use it.
5101
5102         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
5103
5104 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
5105
5106         * mm-decode.el (mm-dissection-list): Remove.
5107         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
5108         only used in mm-remove-all-parts.
5109         (mm-remove-all-parts): Remove it, it's never called.
5110
5111 2003-01-25  Simon Josefsson  <jas@extundo.com>
5112
5113         * gnus-group.el (gnus-group-make-group): Report errors.
5114
5115         * nnimap.el (nnimap-request-create-group): Ditto.
5116
5117         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
5118
5119         * sieve.el (sieve-upload): Fix error printing.
5120
5121         * mm-encode.el (mm-qp-or-base64): Always QP iff
5122         mm-use-ultra-safe-encoding and cleartext PGP.
5123
5124         * gnus-sum.el (gnus-summary-select-article): Inhibit
5125         redisplay (mainly for secured messages).
5126
5127         * nnmail.el (nnmail-article-group): Copy body too (but don't
5128         process it).
5129
5130 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
5131
5132         * gnus-art.el (gnus-article-setup-buffer): Reset
5133         gnus-button-marker-list.
5134
5135 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5136
5137         * nntp.el (nntp-read-timeout): Default to using a second delay
5138         under Microsoft Windows.
5139
5140 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5141
5142         * nnheader.el (nnheader-directory-separator-character): New
5143         variable.
5144
5145 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5146
5147         * gnus-agent.el (gnus-agent-max-fetch-size)
5148         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
5149         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
5150         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
5151         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
5152         (gnus-agent-braid-nov, gnus-agent-load-alist)
5153         (gnus-agent-article-alist-save-format)
5154         (gnus-agent-read-agentview, gnus-agent-save-alist)
5155         (gnus-agent-fetch-group-1, gnus-agent-expire)
5156         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
5157         (gnus-agent-regenerate-group): Reformat to keep under eighty
5158         columns.  Reword docstrings so that first line is under eighty
5159         chars and a complete sentence.  Still need to work on the rear
5160         end of the file, in particular gnus-agent-expire.
5161
5162 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5163
5164         * gnus-agent.el (gnus-agentize): Indent.
5165
5166         * gnus.el (gnus-version-number): Bumped.
5167
5168 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5169
5170         * gnus.el: Oort Gnus v0.14 is released.
5171
5172 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5173
5174         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
5175         before beginning.  Tiny patch from Mark Thomas
5176         <swoon@bellatlantic.net>.
5177
5178 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5179
5180         * spam.el (spam-check-blackholes, spam-split)
5181         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
5182         gnus-message calls to show to users what spam.el is doing
5183
5184 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
5185
5186         * gnus-msg.el (gnus-message-replysign)
5187         (gnus-message-replyencrypt): Fix typo.
5188
5189 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5190
5191         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
5192         details.
5193
5194 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5195
5196         * gnus-art.el (gnus-article-press-button): let* -> let.
5197         (gnus-mime-security-show-details): Cleaned up.
5198         (gnus-mime-security-press-button): Save excursion.
5199         (gnus-insert-mime-security-button): Clean up.
5200
5201         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
5202
5203         * gnus-async.el (gnus-async-wait-for-article): Don't use a
5204         timeout.
5205
5206         * nntp.el (nntp-accept-process-output): Removed timeout.
5207         (nntp-read-timeout): New variable.
5208         (nntp-accept-process-output): Use it.
5209
5210         * gnus-sum.el (gnus-data-find-list): Remove *.
5211
5212 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5213
5214         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
5215         introduced on 2002-01-22.
5216         (gnus-summary-first-unseen-or-unread-subject): Ditto.
5217
5218 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
5219
5220         * spam.el (spam-check-regex-headers, spam-list-of-checks)
5221         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
5222         checks of incoming mail based on simple header regexp matching
5223
5224 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
5225
5226         * gnus-sum.el (gnus-spam-mark): set to `$'
5227
5228 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5229
5230         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
5231         gnus-newsgroup-unfetched, the list of articles whose headers have
5232         not been fetched from the server.
5233
5234         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
5235         parameter as it never worked due to a bug.  Added check to prevent
5236         selection of any article in the gnus-newsgroup-unfetched list.
5237         (gnus-summary-find-prev): Added check to prevent selection of any
5238         article in the gnus-newsgroup-unfetched list.
5239         (gnus-summary-first-subject): Documented API. Modified
5240         implementation so that constraints are handled independently.
5241         Added check to prevent selection of any article in the
5242         gnus-newsgroup-unfetched list.
5243         (gnus-summary-first-unseen-subject): Updated parameters in
5244         gnus-summary-first-subject call to match new API.
5245         (gnus-summary-first-unseen-or-unread-subject): Ditto.
5246         (gnus-summary-catchup): Do not mark unfetched articles as read.
5247
5248 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
5249
5250         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
5251         make-obsolete-variable allows only two arguments in XEmacs and
5252         Emacs 20.
5253
5254         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
5255         gnus-article-hide-pgp.
5256         (gnus-summary-make-menu-bar): do.
5257
5258         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
5259         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
5260         gnus-article-hide-pgp.
5261         (article-hide-pgp): Remove.
5262         (gnus-article-hide): Remove gnus-article-hide-pgp.
5263
5264         * gnus.el: Remove gnus-article-hide-pgp
5265
5266 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5267
5268         * message.el (message-required-headers): Doc fix.
5269
5270 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
5271
5272         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
5273         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
5274         option to make ifile a purely binary classifier
5275
5276 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5277
5278         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
5279         (mml-secure-encrypt-pgpmime): Removed double.
5280
5281         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
5282         debugging statements.
5283
5284 2003-01-21  Andreas Fuchs  <asf@void.at>
5285
5286         * mml-sec.el (mml-sign-alist): Added pgpauto.
5287
5288 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5289
5290         * gnus.el (gnus-version-number): Bumped version number.
5291
5292 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5293
5294         * gnus.el: Oort Gnus v0.13 is released.
5295
5296 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5297
5298         * gnus-art.el (gnus-button-url-regexp): Removed |.
5299
5300         * message.el (message-send-hook): Doc fix.
5301
5302         * gnus-win.el (gnus-buffer-configuration): Display article
5303         instead of article-copy when `reply'.
5304
5305 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
5306
5307         * gnus.el (gnus-format): Change customize group to gnus.
5308         (gnus-cache): Add link.
5309         (gnus-group-charter-alist): Fix docstring.
5310
5311 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
5312
5313         * mailcap.el (mailcap-print-command): lpr-command might be
5314         unbound in XEmacs.
5315
5316 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5317
5318         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
5319
5320         * gnus-sum.el (gnus-summary-update-article-line): Fixed
5321         calculation of net characters added for use in the gnus-data
5322         structure.
5323
5324 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5325
5326         * nnmail.el (nnmail-process-unix-mail-format): Improve error
5327         message.  Suggested by Jari Aalto.
5328
5329 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5330
5331         * gnus-art.el (gnus-article-followup-with-original): Clean up.
5332         (gnus-article-reply-with-original): Ditto.
5333
5334         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
5335         read articles don't become unread.
5336
5337 2003-01-17  Simon Josefsson  <jas@extundo.com>
5338
5339         * gnus-fun.el (gnus-x-face-from-file):
5340         (gnus-face-from-file): Suggest image format in minibuffer prompt.
5341
5342         * gnus-fun.el (gnus-convert-image-to-x-face-command)
5343         (gnus-convert-image-to-face-command): Doc fix.
5344
5345 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5346
5347         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
5348
5349 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
5350
5351         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
5352         avoid encoding problems.
5353
5354         * mailcap.el (mailcap-ps-command): New variable.
5355         (mailcap-mime-data): Add print entry where applicable.  Use
5356         pdftotext on a tty.
5357
5358 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5359
5360         * gnus-sum.el (gnus-alter-header-function): Add type and group.
5361
5362 2003-01-16  Simon Josefsson  <jas@extundo.com>
5363
5364         * gnus-fun.el (gnus-convert-image-to-x-face-command)
5365         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
5366         (gnus-face-from-file): Doc fix; don't mention image format.
5367
5368 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5369
5370         * spam.el (spam-get-article-as-filename): new function (unused for now)
5371         (spam-get-article-as-buffer): new function
5372         (spam-get-article-as-string): use spam-get-article-as-buffer
5373         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
5374
5375 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5376
5377         * gnus-agent.el: Don't use `path'.
5378         From the GNU coding standards:
5379
5380             Please do not use the term ``pathname'' that is used in Unix
5381             documentation; use ``file name'' (two words) instead.  We use
5382             the term ``path'' only for search paths, which are lists of
5383             directory names.
5384
5385         * nnsoup.el (nnsoup-file-name): Ditto.
5386
5387         * nnmail.el (nnmail-pathname-coding-system): Ditto.
5388         (nnmail-group-pathname): Ditto.
5389
5390         * nnimap.el (nnimap-group-overview-filename): Ditto.
5391
5392         * nnheader.el (nnheader-pathname-coding-system): Ditto.
5393         (nnheader-group-pathname): Ditto.
5394
5395         * nnfolder.el (nnfolder-group-pathname): Ditto.
5396
5397         * gnus.el (gnus-home-directory): Ditto.
5398
5399         * gnus-group.el (gnus-group-icon-list): Ditto.
5400
5401 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
5402
5403         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
5404
5405         * message.el (message-mode-menu): Use it.
5406         (message-mode-menu): Deactivate "Yank Original" if there's no
5407         reply buffer.
5408
5409         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
5410
5411         * message.el (message-mark-active-p): New function.
5412
5413 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
5414
5415         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
5416         (spam-bogofilter-database-directory): new variables
5417         (spam-check-bogofilter-headers, spam-check-bogofilter)
5418         (spam-bogofilter-register-with-bogofilter)
5419         (spam-bogofilter-register-spam-routine)
5420         (spam-bogofilter-register-ham-routine)
5421         (spam-group-ham-processor-bogofilter-p): new functions for the new
5422         Bogofilter interface
5423         (spam-summary-prepare-exit): use the new Bogofilter functions
5424         (spam-list-of-checks): added spam-use-bogofilter-headers
5425         (spam-bogofilter-score): rewrote function
5426         (spam-check-bogofilter): optional score parameter, uses
5427         spam-check-bogofilter-headers better
5428         (spam-check-bogofilter-headers): optional score parameter
5429
5430         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
5431         default, in the gnus-start customization group.  Used to disable
5432         the spam-*/ham-* parameters.
5433         (gnus-group-ham-exit-processor-bogofilter): new ham processor
5434
5435 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
5436
5437         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
5438         XEmacs.
5439
5440         * gnus-ems.el (gnus-mark-active-p): do.
5441
5442 2003-01-15  Kevin Ryde  <user42@zip.com.au>
5443
5444         * gnus.texi (Using MIME): Mention auto-compression-mode with
5445         gnus-mime-copy-part.
5446
5447 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5448
5449         * message.el (message-send): Don't warn about duplicates when
5450         superseding.
5451
5452 2003-01-15  Simon Josefsson  <jas@extundo.com>
5453
5454         * nnimap.el (nnimap-split-download-body): New variable.
5455         (nnimap-split-articles): Use it.
5456
5457 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5458
5459         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
5460         integrity checker was incorrectly flagging, and removing, articles
5461         whose article number was negative.
5462         (gnus-agent-fetch-group-1): When executed in the group's summary
5463         buffer, refresh each downloaded line to update the status flag and
5464         font.  Preserve the value of gnus-newsgroup-headers so that
5465         gnus-agent-fetch-articles can split the requests by size.
5466         (gnus-agent-expire): Corrected day calculation for when
5467         gnus-agent-expire-days contains a list.
5468
5469 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5470
5471         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
5472
5473 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
5474
5475         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
5476           /usr/bin/play as default player.
5477           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
5478
5479 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5480
5481         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
5482         articles to be marked as well.
5483
5484 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5485         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
5486         fictious headers generated by nnagent (ie. Undownloaded Article
5487         ####) in the list of articles that have not been downloaded.
5488
5489         * gnus-int.el (): Added require declarations to resolve
5490         compile-time warnings.
5491         (gnus-open-server): If the server status is set to offline,
5492         recursively execute gnus-open-server to open the offline backend
5493         (e.g. nnagent).
5494
5495 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
5496
5497         * gnus-art.el (gnus-article-reply-with-original): Use
5498         gnus-mark-active-p.
5499         (gnus-article-followup-with-original): do.
5500
5501 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5502
5503         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
5504
5505 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5506
5507         * gnus-score.el (gnus-score-edit-file-at-point): New function.
5508         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
5509
5510 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
5511
5512         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
5513         (gnus-face-from-file): Ditto.
5514
5515 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5516
5517         * gnus-sum.el (gnus-articles-to-read): Don't just apply
5518         gnus-alter-articles-to-read-function to the unread articles.
5519
5520 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5521
5522         * deuglify.el (gnus-article-outlook-unwrap-lines)
5523         (gnus-article-outlook-repair-attribution)
5524         (gnus-article-outlook-rearrange-citation): New function names,
5525         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
5526         doc-string.
5527
5528         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
5529         removed `W k' key binding (use `W Y f' instead).
5530         (gnus-summary-make-menu-bar): Use new function names.
5531
5532 2003-01-13  Simon Josefsson  <jas@extundo.com>
5533
5534         * gnus-fun.el (gnus-random-x-face): Doc fix.
5535         (gnus-insert-random-x-face-header): New function.
5536
5537 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
5538
5539         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
5540         mark is not active.
5541
5542         * gnus-msg.el (gnus-inews-do-gcc): Comment.
5543
5544         * gnus-ems.el (gnus-mark-active-p): New function.
5545
5546         * gnus-group.el (gnus-topic-mode-p): New function.
5547         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
5548         Deactivate items if mark is not active.
5549
5550 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5551
5552         * gnus.el (gnus-version-number): Bumped version.
5553         (gnus-summary-line-format): Doc fix.
5554
5555 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5556
5557         * gnus.el: Oort Gnus v0.12 is released.
5558
5559 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5560
5561         * mail-source.el (mail-sources): Removed autoload to make it
5562         compile under XEmacs.
5563
5564 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
5565
5566         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
5567         regexp or a function too.
5568         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
5569         confirmation even if the original article is mail.
5570
5571 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5572
5573         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
5574         articles to be marked when not yanking.
5575
5576 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
5577
5578         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
5579
5580 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5581
5582         * gnus-fun.el (gnus-face-from-file): Autoload.
5583
5584         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
5585         errors.
5586
5587 2003-01-12  Simon Josefsson  <jas@extundo.com>
5588
5589         * sieve.el (sieve-upload-and-bury): New.  Suggested by
5590         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
5591
5592         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
5593         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
5594
5595 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5596
5597         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
5598         in every string.
5599
5600         * gnus.el (gnus-version-number): Bumped version number.
5601
5602 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5603
5604         * gnus.el: Oort Gnus v0.11 is released.
5605
5606 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
5607
5608         * message.el (message-fetch-reply-field): Narrow to headers.
5609
5610         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
5611         if Gnus isn't alive.
5612
5613 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5614
5615         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
5616         marks from articles that are already stored in the agent.
5617         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
5618         backup copy of an invalid .overview file for later analysis.
5619
5620 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
5621
5622         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
5623         exit work with two frames.
5624
5625 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
5626
5627         * message.el (message-forward-make-body): Use mule4.
5628
5629 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5630
5631         * message.el (message-mode-map): Move wide-reply command.
5632
5633 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
5634
5635         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
5636         castellano.
5637         (gnus-outlook-display-hook): New variable.
5638         (gnus-outlook-display-article-buffer): New function.
5639         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
5640         (gnus-outlook-deuglify-article): Made them interactive and added
5641         optional arg.  Use `g-o-d-a-b'.
5642         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
5643
5644         * gnus-sum.el: Added autoloads.
5645         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
5646         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
5647
5648 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5649
5650         * gnus-art.el (gnus-display-mime): Use the mime emulation
5651         variable.
5652
5653         * gnus-sum.el (gnus-article-emulate-mime): New variable.
5654
5655         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
5656         newsrc-alist is initialized properly.
5657
5658         * mail-source.el (mail-sources): Autoload.
5659
5660         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
5661         nil.
5662
5663         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
5664         insert two newlines.
5665
5666         * message.el (message-check-news-header-syntax): Compute the
5667         header length correctly.
5668
5669 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5670
5671         * gnus-agent.el (gnus-agent-expire): Do not remove article from
5672         alist when keeping fetched article file.
5673         (gnus-agent-retrieve-headers): When parsing response for article
5674         numbers, use the same algorithm as gnus-agent-braid-nov to protect
5675         against garbage in the server's response.
5676
5677         * gnus-int.el (gnus-request-expire-articles,
5678         gnus-request-move-article): Only expire when the group's server
5679         has been agentized.
5680
5681 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5682
5683         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
5684         errors when deleting overlays.
5685
5686         * gnus-score.el (gnus-score-followup): Allow tracing.
5687
5688         * gnus-art.el (gnus-treat-display-face): New variable.
5689         (article-display-face): New command.
5690
5691         * gnus-fun.el (gnus-face-from-file): New function.
5692         (gnus-convert-face-to-png): Ditto.
5693
5694         * gnus-art.el (gnus-ignored-headers): Added Face.
5695
5696 2003-01-10  Simon Josefsson  <jas@extundo.com>
5697
5698         * nndraft.el (nndraft-request-group): Avoid crash in
5699         directory-files when draft directory doesn't exists.
5700
5701         * gnus-sum.el (gnus-select-article-hook): Add :option.
5702
5703 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
5704
5705         * spam.el (spam-use-stat): new variable
5706         (spam-group-spam-processor-stat-p)
5707         (spam-group-ham-processor-stat-p): new convenience functions
5708         (spam-summary-prepare-exit): add spam/ham processors to sequence
5709         (spam-list-of-checks): add spam-use-stat to list of checks
5710         (spam-split): conditionally load the spam-stat tables
5711         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
5712         spam-check-ifile): new functions
5713
5714         * spam-stat.el (spam-stat): typo fix
5715         (spam-stat-install-hooks): new variable
5716         (spam-stat-split-fancy-spam-group): added documentation clarification
5717         (spam-stat-split-fancy-spam-threshhold): new variable
5718         (spam-stat-install-hooks): make hooks conditional
5719         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
5720
5721         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
5722         spam-stat ham/spam processor symbols
5723
5724 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5725
5726         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
5727         file exists.
5728
5729 2003-01-10  Simon Josefsson  <jas@extundo.com>
5730
5731         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
5732         undownloaded/downloadable only when unplugged.
5733
5734 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
5735
5736         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
5737
5738 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5739
5740         * spam.el (spam-check-ifile): fixed call-process-region to use the
5741         db parameter only if it's set
5742         (spam-ifile-register-with-ifile): ditto
5743
5744 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
5745
5746         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
5747         spam-stat-nbad before creating the hash table.
5748         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
5749         Changed copyright statement to FSF.
5750
5751 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5752
5753         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
5754         processable articles as read.
5755         (gnus-agent-summary-fetch-series): Remove processable and
5756         downloadable marks on all downloaded articles in the series.
5757
5758         * nntp.el (nntp-report): Throw error after reporting the problem.
5759         (nntp-accept-process-output): Corrected error check to report an
5760         error when the process is nil.
5761
5762 2003-01-09  Simon Josefsson  <jas@extundo.com>
5763
5764         * message.el (message-tool-bar-map): Add preview.
5765
5766 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
5767
5768         * mml.el (mml-preview): Get rid of MIME handles and buffers after
5769         previewing.
5770
5771 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
5772
5773         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
5774         bug when the (n+1)th article to be added to a group has a smaller
5775         number than the n articles already added.
5776
5777 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
5778
5779         * message.el (message-mode-field-menu): Use backquote.
5780
5781 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
5782
5783         * spam.el: fixed the BBDB autoloads again, using
5784         bbdb-search-simple now (which is not a macro, thank god)
5785
5786         * lpath.el (bbdb-search): removed function from maybe-fbind list
5787
5788         * gnus.el (ham-process-destination): added new parameter for
5789         destination of ham articles found in spam groups at summary exit
5790
5791         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
5792         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
5793         (spam-ifile-database-path): added new parameter for ifile's database
5794         (spam-move-spam-nonspam-groups-only): new parameter to determine
5795         if spam should be moved from all groups or only some
5796         (spam-summary-prepare-exit): fixed logic to use
5797         spam-move-spam-nonspam-groups-only when deciding to invoke
5798         spam-mark-spam-as-expired-and-move-routine; always invoke that
5799         routine after the spam has been expired-or-moved in case there's
5800         some spam left over; use spam-ham-move-routine in spam groups
5801         (spam-ham-move-routine): new function to move ham articles to the
5802         ham-process-destinations group parameter
5803
5804 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5805
5806         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
5807
5808         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
5809         gnus-summary-update-article-line.
5810
5811 2003-01-08  Simon Josefsson  <jas@extundo.com>
5812
5813         * nnmail.el (nnmail-expiry-target-group): Request group, create it
5814         not successful.
5815
5816 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
5819
5820 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5821
5822         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
5823         logic, finally
5824
5825 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5826
5827         * gnus-spec.el (gnus-parse-format): %C is a complex format.
5828         (gnus-parse-format): Change to %~.
5829
5830         * message.el (message-generate-headers): Don't generate optional
5831         empty headers.
5832
5833 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5834
5835         * message.el (message-cross-post-default)
5836         (message-cross-post-note-function, message-shoot-gnksa-feet)
5837         (message-strip-subject-trailing-was, message-change-subject)
5838         (message-mark-insert-file, message-cross-post-followup-to)
5839         (message-cross-post-followup-to, message-mode-map)
5840         (message-generate-unsubscribed-mail-followup-to)
5841         (message-make-mail-followup-to): Minor changes to doc-strings and
5842         error messages.  Updated copyright line.
5843
5844         * message.el (message-make-mail-followup-to,
5845         message-generate-unsubscribed-mail-followup-to): New function
5846         names.  Renamed functions: "-mft" -> "-mail-followup-to".
5847         (message-make-mft, message-gen-unsubscribed-mft): Removed function
5848         names.
5849
5850         * mml.el (mml-preview-insert-mail-followup-to): New function name.
5851         (mml-preview-insert-mft): Removed function name.
5852         (mml-preview): Use new function names.
5853
5854         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
5855
5856         * message.el (message-mode-field-menu): Moved header related
5857         commands from "Message" to "Field" menu.
5858
5859 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5860
5861         * message.el (message-generate-headers-first): Added customization
5862         if variable is a list.
5863
5864 2003-01-07  Michael Shields  <shields@msrl.com>
5865
5866         * gnus-art.el (gnus-article-next-page): Correctly handle the case
5867         where the last line of the article is the last line of the window.
5868
5869 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5870
5871         * gnus-msg.el (gnus-debug): Use ignore-errors.
5872
5873         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
5874         `gnus-summary-update-line'.
5875
5876 2003-01-08  Simon Josefsson  <jas@extundo.com>
5877
5878         * gnus-art.el (gnus-unbuttonized-mime-types)
5879         (gnus-buttonized-mime-types): Doc fix.
5880
5881 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
5882
5883         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
5884
5885 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5886
5887         * nnrss.el (nnrss-group-alist): Add and clear up.
5888
5889 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5890
5891         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
5892
5893         * lpath.el (bbdb-search): added BBDB functions for a better way to
5894         fix missing functions
5895
5896         * spam.el (spam-check-ifile): if should be an unless
5897
5898         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
5899         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
5900         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
5901
5902 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5903
5904         * gnus-sum.el (gnus-summary-make-menu-bar): Added
5905         gnus-summary-refer-thread to thread menu.
5906
5907 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5908
5909         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
5910         summary buffer, articles that cannot be fetched are marked as
5911         canceled.
5912
5913         * nntp.el (nntp-with-open-group): The quit signal handler must
5914         propagate the quit signal to the next outer handler so that the
5915         caller knows that the request aborted abnormally.
5916
5917 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5918
5919         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
5920         (spam-ifile-register-spam-routine)
5921         (spam-ifile-register-ham-routine): added ifile functionality that
5922         does not use ifile-gnus.el to classify and register articles
5923         (spam-get-article-as-string): convenience function
5924         (spam-summary-prepare-exit): added ifile spam and ham registration
5925         (spam-ifile-all-categories, spam-ifile-spam-category)
5926         (spam-ifile-path, spam-ifile): added customization options
5927
5928         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
5929         exit processor
5930         (spam-process): added gnus-group-ham-exit-processor-ifile to the
5931         list of choices
5932
5933 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5934
5935         * gnus-score.el (gnus-score-followup): Also score immediate
5936         followups.
5937
5938 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5939
5940         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
5941
5942 2003-01-07  Simon Josefsson  <jas@extundo.com>
5943
5944         * message.el (message-mode-menu): Fix receipt balloon help.
5945
5946 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
5947
5948         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
5949         always be interpreted as news.
5950
5951 2003-01-07  Simon Josefsson  <jas@extundo.com>
5952
5953         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
5954         gnus-sieve-script, instead of the global variable
5955         gnus-sieve-crosspost.  One-line patch from Steinar Bang
5956         <sb@dod.no>.
5957
5958 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5959
5960         * gnus.el: Renamed gnus-summary-*-uncached-face as
5961         gnus-summary-*-undownloaded-face to avoid confusing the agent with
5962         the cache.
5963
5964         * gnus-sum.el: Ditto.
5965
5966 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5967
5968         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
5969         in either the group or summary buffer.
5970         New command "JS", in summary buffer, will fetch articles per the
5971         group's category, predicate, and processable flags.
5972         (gnus-agent-summary-fetch-series): Rewritten to call
5973         gnus-agent-session-fetch-group once with all articles in the
5974         series.
5975         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
5976         return list of fetched articles.
5977         (gnus-agent-fetch-articles): Split fetch list into sublists such
5978         that the article buffer is only slightly larger than
5979         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
5980         the group's article alist is saved.
5981         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
5982         longer result in the agent trying to fetch an article.
5983         (gnus-agent-fetch-group-1): Can now be called in either the group
5984         or summary buffer.  Removed the max-fetch-size code that I added
5985         on 2002-12-13 as that capability is now part of
5986         gnus-agent-fetch-articles.  Added code to update summary buffer.
5987         When called in the group buffer, articles that can not be fetched
5988         are AUTOMATICALLY MARKED AS READ.
5989
5990         * gnus-sum.el (): Modified eval-when-compile to minimize
5991         misleading compilation warnings.
5992         (gnus-update-summary-mark-positions): Changed code to use
5993         gnus-undownloaded-mark rather than gnus-downloaded-mark.
5994
5995         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
5996         empty file as the parser assumes that the file isn't empty.
5997
5998         * nntp.el (nntp-send-string): The process-send-string call can,
5999         because it performs I/O on the process, change the process' state
6000         from open to closed.  If this happens, call nntp-report
6001         immediately to report the broken connection.
6002         (nntp-report): Rewritten to avoid needing a global variable to
6003         determine the appropriate course of action.  Instead, two function
6004         implementations are provided and the nntp-report function value is
6005         bound to the appropriate implementation.
6006         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
6007         (nntp-with-open-group): Now binds nntp-report's function cell
6008         rather than binding gnus-with-open-group-first-pass.  Added a
6009         condition-case to detect a quit during a nntp command.  When the
6010         quit occurs, the current connection is closed as a fetch articles
6011         request could have several megabytes queued up for reading.
6012         (nntp-retrieve-headers): Bind articles to itself.  If
6013         nntp-with-open-group repeats this command, I must have access to
6014         the original list of articles.
6015         (nntp-retrieve-groups): Ditto for groups.
6016         (nntp-retrieve-articles): Ditto for articles.
6017         (*): Replaced nntp-possibly-change-group calls to
6018         nntp-with-open-group forms in all, but one, occurrance.
6019         (nntp-accept-process-output): Bug fix. Detect when called with
6020         null process.
6021
6022 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
6023
6024         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
6025         if we don't need to.
6026         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
6027
6028 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6029
6030         * gnus-group.el (gnus-group-make-web-group): Pass the select
6031         method on to group-create.
6032         (gnus-group-line-format-alist): %U is an integer.
6033
6034         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
6035         ephemeral groups.
6036         (gnus-summary-read-group-1): Ditto.
6037         (gnus-group-make-articles-read): Ditto.
6038
6039         * mm-url.el (mm-url-program): Doc fix.
6040
6041         * message.el (message-mode-map): Rebound
6042         message-insert-wide-reply.
6043
6044 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
6047         color as `gnus-group-startup-message' does.
6048
6049 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
6050
6051         * spam.el: fixed line lengths to 80 chars or less
6052
6053         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
6054         "not-read" mark
6055         (gnus-summary-mark-forward): added the spam-mark to the list of
6056         marks not to be marked as "read" when viewed
6057
6058 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6059
6060         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
6061
6062         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
6063         Protect against unactive groups.
6064
6065         * message.el (message-check-news-header-syntax): Check long
6066         header lines.
6067         (message-check-news-header-syntax): Update `start'.
6068
6069         * gnus-group.el (gnus-group-expire-articles): Doc fix.
6070         (gnus-group-line-format): %U.
6071         (gnus-group-line-format-alist): ?U.
6072         (gnus-number-of-unseen-articles-in-group): New function.
6073
6074         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
6075
6076         * gnus.el (gnus-version-number): Bump version number.
6077
6078 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6079
6080         * gnus.el: Oort Gnus v0.10 is released.
6081
6082 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6083
6084         * gnus.el (gnus-version-number): Fix version number.
6085
6086 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6087
6088         * gnus.el: Oort Gnus v0.08 is released.
6089
6090 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
6091
6092         * mm-util.el: Add mm-string-make-unibyte.
6093
6094         * gnus-group.el (gnus-group-jump-to-group): Make it work for
6095         UTF-8 groups.
6096
6097 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6098
6099         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
6100
6101         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
6102
6103 2003-01-04  Kevin Ryde  <user42@zip.com.au>
6104
6105         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
6106         function.
6107
6108 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6109
6110         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
6111         (gnus-summary-read-group-1): Update group line.
6112         (gnus-summary-exit-no-update): Update group on exit.
6113
6114         * gnus-group.el (gnus-group-line-format): Add %*.
6115         (gnus-group-line-format-alist): Ditto.
6116         (gnus-group-insert-group-line): Set it.
6117         (gnus-group-is-exiting-p): New variable.
6118         (gnus-group-insert-group-line): Use it.
6119
6120 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
6121
6122         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
6123         enable BBDB ham processing
6124         (spam-blacklist-register-routine): enable blacklist spam processing
6125         (spam-whitelist-register-routine): enable whitelist ham processing
6126         (spam-fetch-field-from-fast): fast fetching of the "from" field
6127         from (gnus-data-list)
6128         (spam-summary-prepare-exit): works completely now
6129         (spam-use-blacklist): oops, should be nil by default
6130         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
6131         split processing now; before it was for summary exit as
6132         well but that's done with the spam-contents and spam-process
6133         parameters now
6134
6135 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
6136
6137         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
6138         characters.
6139
6140 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
6141
6142         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
6143         (spam-group-processor-p, spam-group-processor-bogofilter-p)
6144         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
6145         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
6146         (spam-mark-spam-as-expired-and-move-routine)
6147         (spam-generic-register-routine, spam-BBDB-register-routine)
6148         (spam-ifile-register-routine, spam-blacklist-register-routine)
6149         (spam-whitelist-register-routine): new functions
6150         (spam-summary-prepare-exit): added summary exit processing (expire
6151         or move) of spam-marked articles for spam groups; added slots for
6152         all the spam-*-register-routine functions
6153
6154 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6155
6156         * pop3.el (pop3-retr): Wait 500 msecs.
6157         (pop3-read-response): Ditto.
6158
6159         * gnus-msg.el (gnus-setup-message): Get the evaliation order
6160         right.
6161         (gnus-inews-make-draft): New function.
6162         (gnus-setup-message): Use it.
6163
6164         * message.el (message-required-headers): Add From.
6165
6166 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6167         Trivial patch from Norbert Koch <nk@viteno.net>.
6168
6169         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
6170
6171 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6172
6173         * message.el (message-generate-headers): Let header formatters do
6174         their work.
6175
6176 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
6177
6178         * deuglify.el (gnus-article-outlook-deuglify-article):
6179         Rehighlight, reapply treatments and call
6180         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
6181         (gnus-outlook-repair-attribution-block): Recognize cited
6182         attributions.  Suggested by Niklas Morberg.
6183
6184 2003-01-02  Pete Kazmier  <pete@kazmier.com>
6185
6186         * gnus-art.el (gnus-treat-predicate): Check condition first.
6187
6188 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
6189
6190         * lpath.el: Add url-http-file-exists-p.
6191
6192         * gnus-group.el (gnus-group-fetch-charter): Use
6193         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
6194
6195 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6196
6197         * message.el (message-draft-headers): Also generate From to get a
6198         nicer draft buffer summary.
6199
6200         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
6201         parameter.
6202
6203         * gnus-art.el (article-wash-html): Clean up.
6204         (article-wash-html): Typo fix.
6205
6206         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
6207         (gnus-summary-mail-forward): To many lists of lists.
6208
6209         * gnus-art.el (article-wash-html): Clean up.
6210
6211 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
6212
6213         * gnus-art.el (gnus-treat-wash-html): New variable.
6214
6215 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6216
6217         * message.el (message-check-news-header-syntax): Allow posting.
6218         (message-check-news-header-syntax): Fix logic for sure, this
6219         time.
6220
6221 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
6222
6223         * message.el (message-check-news-header-syntax): Check syntax of
6224         continuation headers.
6225
6226 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
6227
6228         * gnus-art.el (gnus-button-url-regexp,
6229         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
6230         (gnus-header-button-alist): Regexps are case insensitive here.
6231
6232 2003-01-02  Simon Josefsson  <jas@extundo.com>
6233
6234         * dig.el (query-dig): Doc fix.
6235
6236 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6237
6238         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
6239         summary buffer line, not just the download mark.
6240
6241 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6242
6243         * gnus-sum.el (gnus-summary-goto-subjects): New function.
6244         (gnus-summary-insert-dormant-articles): New command and
6245         keystroke.
6246
6247         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
6248         function for mass insertion of subjects.
6249
6250         * nndraft.el (nndraft-generate-headers): Don't move point.
6251
6252         * gnus.el (nnheader): Require nnheader.
6253
6254         * nndraft.el (nndraft-request-associate-buffer): Use
6255         make-local-variable.
6256
6257 2003-01-02  Michael Shields  <shields@msrl.com>
6258
6259         * nndraft.el (nndraft-request-associate-buffer): Make
6260         write-contents-hooks buffer-local before setting it.
6261
6262 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6263
6264         * gnus.el (gnus-group-parameter-value): Take an extra param.
6265         (gnus-group-fast-parameter): Let group param results be nil.
6266
6267         * gnus-art.el (gnus-article-forward-header): New function.
6268         (article-date-ut): Use it to remove continuation date headers.
6269
6270         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
6271         read-event.
6272         (gnus-summary-remove-bookmark): Clean up.
6273         (gnus-summary-set-bookmark): Clean up.
6274
6275         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
6276
6277         * gnus.el (gnus-group-startup-message): Bind data-directory to
6278         the Gnus etc directory.
6279
6280 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
6281
6282         * spam.el (spam-summary-prepare-exit): added slots for spam- and
6283         ham-processing of articles; use the new
6284         spam-group-(spam|ham)-contents-p functions
6285         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
6286         convenience functions
6287         (spam-mark-junk-as-spam-routine): use the new
6288         spam-group-spam-contents-p function
6289
6290         * gnus.el (spam-process, spam-contents, spam-process-destination):
6291         added new parameters with corresponding global variables
6292         (gnus-group-spam-exit-processor-ifile,
6293         gnus-group-spam-exit-processor-bogofilter,
6294         gnus-group-spam-exit-processor-blacklist,
6295         gnus-group-spam-exit-processor-whitelist,
6296         gnus-group-spam-exit-processor-BBDB,
6297         gnus-group-spam-classification-spam,
6298         gnus-group-spam-classification-ham): added new symbols for the
6299         spam-process and spam-contents parameters
6300
6301         * spam.el (spam-ham-marks, spam-spam-marks): changed list
6302         customization and list itself to store mark symbol rather than
6303         mark character.
6304         (spam-bogofilter-register-routine): added logic to generate mark
6305         values list from spam-ham-marks and spam-spam-marks, so (member)
6306         would work.
6307
6308 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6309
6310         * message.el (message-cross-post-followup-to): Fix comment.
6311
6312 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
6313
6314         * spam.el (spam-ham-marks, spam-spam-marks): changed list
6315         customization and list itself to store mark symbol rather than
6316         mark character.
6317         (spam-bogofilter-register-routine): added logic to generate mark
6318         values list from spam-ham-marks and spam-spam-marks, so (member)
6319         would work.
6320
6321 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
6322
6323         * message.el (message-signature-insert-empty-line): New variable.
6324
6325 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6326
6327         * message.el: Renamed functions and variables: "xpost" ->
6328         "cross-post", "-fup2" -> "-followup-to".
6329         (message-cross-post-old-target, message-cross-post-default,
6330         message-cross-post-note, message-followup-to-note,
6331         message-cross-post-note-function): New variables names.
6332         (message-xpost-old-target, message-xpost-default,
6333         message-xpost-note, message-fup2-note,
6334         message-xpost-note-function): Removed variable names.
6335         (message-cross-post-followup-to-header,
6336         message-cross-post-insert-note, message-cross-post-followup-to):
6337         New function names.
6338         (message-xpost-fup2-header, message-xpost-insert-note,
6339         message-xpost-fup2): Removed function names.
6340
6341 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6342
6343         * message.el (message-send-mail): Added message-cleanup-headers to
6344         prevent newlines in headers.
6345
6346 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6347
6348         * dns.el (dns-make-network-process): Comment.
6349
6350         * gnus-sum.el (gnus-summary-display-while-building): Default to
6351         nil.
6352
6353 2003-01-01  Wes Hardaker  <wes@hardakers.net>
6354
6355         * gnus-sum.el (gnus-summary-display-while-building): New
6356         variable.
6357
6358 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
6359
6360         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
6361         before rearranging the article.
6362
6363 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6364
6365         * nndraft.el (nndraft-generate-headers): New function.
6366         (nndraft-request-associate-buffer): Use it to write headers on
6367         buffer save.
6368
6369         * message.el (message-generate-headers): Let the function be a
6370         lambda form.
6371         (message-draft-headers): New variable.
6372
6373         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
6374         function.
6375         (gnus-setup-message): Use it.
6376
6377         * message.el (message-generate-headers-first): Doc fix.
6378         (message-setup-1): Use new function for getting which headers to
6379         generate.
6380         (message-headers-to-generate): New function.
6381
6382 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6383
6384         * gnus-agent.el (gnus-agent-save-alist): Make directory.
6385
6386 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
6387
6388         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
6389         mention negatives.
6390
6391 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
6392
6393         * deuglify.el (gnus-outlook-rearrange-article): Use
6394         `transpose-regions' instead of tempering the kill-ring.
6395         (gnus-article-outlook-deuglify-article): Rehighlight article
6396         instead of a complete redisplay.
6397
6398 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
6399
6400         * spam.el: most defvars are defcustoms now
6401
6402         patches from Michael Shields  <shields@msrl.com>
6403
6404         * spam.el (spam-bogofilter-articles): Select the article
6405         body using gnus-summary-show-article t instead of
6406         gnus-summary-select-article; this presents the raw text
6407         without running any hooks.
6408
6409         * spam.el (spam-bogofilter-articles): Use message-remove-header
6410         to remove headers; the old way incorrectly removed just the first
6411         line of folded headers.
6412
6413 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
6416
6417 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6418
6419         * gnus-start.el (gnus-load): New function.
6420         (gnus-read-newsrc-el-file): Use it.
6421
6422 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6423
6424         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
6425         (gnus-button-handle-apropos-documentation): New function.
6426         (gnus-button-handle-ctan): New function.
6427         (gnus-button-alist): Use them.  Improve some regexps.
6428         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
6429
6430 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6431
6432         * message.el (message-subscribed-p): New function.
6433         (message-send-mail): Use it.
6434         * mml.el (mml-preview-insert-mft): New function.
6435         (mml-preview): Use it.
6436
6437 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6438
6439         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
6440         when sorting by date.
6441
6442         * gnus-art.el (gnus-article-edit-mode): New variable.
6443         (gnus-article-setup-buffer): Warn user about discarding edits.
6444
6445         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
6446         (gnus-summary-pipe-output): Take a symbolic prefix to save all
6447         headers.
6448
6449         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
6450
6451 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6452
6453         * message.el (message-completion-alist): Added "Mail-Followup-To"
6454         and "Mail-Copies-To".
6455
6456 2002-07-21  Jesper harder  <harder@ifa.au.dk>
6457
6458         * gnus-group.el: Add key bindings for
6459         gnus-group-sort-groups-by-real-name and
6460         gnus-group-sort-selected-groups-by-real-name.
6461
6462 2002-07-21  Jesper harder  <harder@ifa.au.dk>
6463
6464         * gnus.texi (Sorting Groups): Add key bindings for
6465         gnus-group-sort-groups-by-real-name and
6466         gnus-group-sort-selected-groups-by-real-name.
6467
6468 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
6469
6470         * spam.el (spam-use-dig): new variable for blackhole checking
6471         through dig.el
6472         (spam-check-blackholes): added dig.el checking functionality and
6473         more verbose reporting; query-dig is autoloaded from dig.el
6474         (spam-use-blackholes): disabled by default
6475         (spam-blackhole-servers): removed rbl.maps.vix.com from the
6476         blackhole servers list
6477
6478 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6479
6480         * message.el (message-required-headers): New variable.
6481
6482 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
6483
6484         * dig.el (query-dig): new function
6485
6486 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6487
6488         * flow-fill.el (fill-flowed): Don't infloop on too long fill
6489         prefixes.
6490
6491         * dns.el (query-dns): Protect against errors.
6492
6493         * gnus-msg.el (gnus-article-yanked-articles): New variable.
6494         (gnus-inews-add-send-actions): Mark all answered messages as
6495         answered.
6496
6497 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
6498
6499         * nnmail.el (nnmail-split-it): Added tracing to
6500         `:' split rule
6501
6502 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
6503
6504         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
6505         and "%s" so we don't overquote them.
6506
6507 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
6508
6509         * (mm-display-external): Display the actual command that has been
6510         executed in the echo area.
6511
6512 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6513
6514         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
6515
6516         * message.el (message-with-reply-buffer): New macro.
6517         (message-fetch-reply-field): Use it.
6518         (message-insert-wide-reply): New command and keystroke.
6519         (message-carefully-insert-headers): New function.
6520         (message-insert-to): Use new function.
6521
6522         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
6523         (gnus-topic-goto-missing-group): Use it.
6524
6525         * message.el (message-required-news-headers): Removed Lines.
6526         (message-reply): Don't insert References first.
6527         (message-followup): Ditto.
6528         (message-make-references): New function.
6529         (message-followup): Set message-reply-headers before generating
6530         the buffer stuff.
6531
6532 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
6533
6534         * mml.el (mml-generate-mime-1): Reverse the order of
6535         encoding/flowing.
6536
6537 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6538
6539         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
6540         after moving them.
6541
6542         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
6543         fit with newer standard format.
6544         (gnus-summary-make-false-root-always): New variable.
6545         (gnus-gather-threads-by-subject): Use it.
6546
6547         * message.el (message-get-reply-headers): Take an address list
6548         optional argument.
6549
6550 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6551
6552         * gnus.el (gnus-keep-backlog): Change default to 20.
6553
6554         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
6555         start.
6556         (gnus-agent-check-overview-buffer): Remove negative article
6557         numbers.
6558
6559         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
6560         (nnmail-cache-ignore-groups): Doc fix.
6561
6562         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
6563         (nnimap-debug-buffer): New variable.
6564         (nnimap-debug): Use it.
6565
6566 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
6567
6568         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
6569
6570 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6571
6572         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
6573         they aren't already sorted.
6574
6575 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
6576
6577         * message.el (message-mode-menu): Add ellipses to menu items
6578         expecting user interaction.
6579         (message-mode-field-menu): do.
6580
6581 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
6582
6583         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
6584         it isn't used any more.
6585
6586 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
6587
6588         * binhex.el (binhex-decoder-program): Fix docstring.
6589
6590 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6591
6592         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
6593         special chars if the mailcap file uses single quotes around %s.
6594         From Laurent Martelli <laurent@bearteam.org>.
6595
6596 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
6597
6598         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
6599         return the info object.
6600
6601 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
6602
6603         * gnus-int.el (gnus-request-update-info): Artificially add
6604         (1 . (1- min)) to the read range, in case the backend doesn't
6605         store marks for nonexistent articles.
6606
6607 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * binhex.el (binhex-insert-char): Eval-and-compile.
6610
6611 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
6612
6613         * lpath.el: Add tool-bar-local-item-from-menu.
6614
6615         * message.el (message-tool-bar-local-item-from-menu): New function.
6616         (message-tool-bar-map): Use it.
6617
6618 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
6619
6620         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
6621
6622         * gnus-art.el (gnus-article-header-rank): Last header in
6623         gnus-sorted-header-list should have higher rank than non-members.
6624
6625 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6626
6627         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
6628         covered methods.
6629
6630 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6631
6632         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
6633         eval-when-compile.  Suggested by Kevin Greiner.
6634
6635 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
6636
6637         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
6638         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
6639         even though no headers may have been fetched
6640         (gnus-agent-fetch-group-1, and perhaps others, require this
6641         behavior).
6642         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
6643         server buffer is constrained by gnus-agent-max-fetch-size.
6644         Multiple chunks in the same group may perform arbitrarily large
6645         updates.
6646
6647 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
6648
6649         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
6650         gnus-summary-update-download-mark to update the article in the
6651         summary.
6652
6653 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
6654
6655         * gnus.el (gnus-summary-high-uncached-face,
6656         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
6657         New faces.
6658
6659         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
6660         added this on 2002-11-23 but it just wasn't working out as
6661         intended.  The idea isn't entirely dead, three new faces
6662         gnus-summary-*-uncached-face are being added to gnus.el to provide
6663         the basis for an improved implementation.
6664         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
6665         proper file to open is lib/servers.
6666         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
6667         (i.e. removing the article from gnus-newsgroup-downloadable) will
6668         now restore the article's default mark rather than simply setting
6669         no mark.
6670         (gnus-agent-get-undownloaded-list): Corrected documentation.
6671         Added code to set new summary local variable,
6672         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
6673         a temporary list.  No longer sets gnus-newsgroup-downloadable.
6674         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
6675         up to date.  Call new gnus-summary-update-download-mark to keep
6676         summary buffer up-to-date.
6677         (gnus-agent-fetch-selected-article): Keep
6678         gnus-newsgroup-undownloaded up to date.
6679         (gnus-agent-fetch-articles): Return list of articles that were
6680         successfully fetched.
6681         (gnus-agent-check-overview-buffer): No more thingatpt.
6682         (gnus-agent-expire): No longer deletes NOV entries of unread
6683         articles.
6684         (gnus-agent-unread-articles): New function.
6685         (gnus-agent-regenerate-group): The article number must be
6686         terminated by a tab character.  Added more messages to report
6687         repairs.  Inhibit quits while writing changes so it is now safe
6688         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
6689         downloaded to 1) resolve the unbound references and 2) avoid
6690         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
6691
6692         * gnus-art.el (gnus-article-prepare): The agent
6693         downloaded/undownloaded mark is no longer stored as the article's
6694         mark.
6695
6696         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
6697         gnus-summary-highlight may use it.  Added downloaded as
6698         gnus-summary-highlight was using it.
6699
6700         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
6701         the download mark now follows Kai's +/- convention.
6702         (gnus-downloaded-mark): Added ?+ mark.
6703         (gnus-summary-highlight): Added rules to select
6704         gnus-summary-high-uncached-face,
6705         gnus-summary-normal-uncached-face, and
6706         gnus-summary-low-uncached-face.  Removed the
6707         gnus-agent-downloaded-article-face.
6708         (gnus-summary-line-format-alist): Implemented the download flag
6709         format (?O) as named in the manual.  This implementation displays
6710         either gnus-undownloaded-mark, gnus-downloaded-mark, or
6711         gnus-no-mark.
6712         (gnus-newsgroup-agentized): New local variable that identifies
6713         which groups are agentized.  While the agent is now on by default,
6714         you don't have to agentize every server that you use.
6715         (gnus-update-summary-mark-positions): Completed support for the
6716         download type of mark.
6717         (gnus-summary-insert-line): Added undownloaded to the parameters.
6718         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
6719         reference by the gnus-summary-line-format-spec.
6720
6721         * nntp.el (nntp-with-open-group): This macro handles dropped or
6722         broken connections by opening a new connection and repeating the
6723         failed command.
6724         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
6725         XOVER commands preceeding the active articles with the nov entry
6726         of the first available article.  When gnus connected to such a
6727         server, the unexpected nov entry would result in duplicate lines
6728         in the agent's overview file.  This patch fixes the duplicate
6729         lines problem and improves performance by skipping over all
6730         articles IDs that preceed the first nov entry in the server's
6731         reply.
6732
6733 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6734
6735         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
6736         (gnus-summary-highlight): Use it instead of `downloaded'.
6737         (gnus-summary-highlight-line): Ditto.
6738
6739         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
6740
6741 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6742
6743         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
6744
6745         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
6746         calls.
6747
6748         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
6749         downloaded variable if we're in an uncovered group.
6750
6751         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
6752         font to soemthing less noticeable.
6753         (gnus-agent-group-covered-p): New function.
6754
6755 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6756
6757         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
6758         Because of an unknown bug, the group buffer is saved in .overview
6759         file.
6760
6761 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6762
6763         * nntp.el (nntp-send-command): Braino in last commit.  Replace
6764         `and' with `or'.
6765
6766 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6767
6768         * nntp.el (nntp-send-command): Assume that echo does not happen
6769         when nntp-open-connection-function is nntp-open-network-stream.
6770         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
6771
6772 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6773
6774         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
6775
6776 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
6777
6778         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
6779         nntp-server-buffer if we aren't going to write to it.
6780
6781 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6782         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
6783
6784         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
6785
6786 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6787
6788         * rfc2047.el (rfc2047-decode-region): Remove newlines between
6789         decoded words.
6790
6791 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6792
6793         * gnus.el (fboundp): After loading mm-util, make sure it was the
6794         right one.
6795
6796 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6797
6798         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
6799         gnus-sum.  Made into a user option.
6800
6801         * gnus-sum.el (gnus-simplify-ignored-prefixes)
6802         (gnus-summary-mark-article-as-unread)
6803
6804 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6805
6806         * time-date.el (date-to-time): Typo.
6807
6808         * parse-time.el: Typo.
6809
6810         * nnsoup.el (nnsoup-retrieve-headers): Typo.
6811
6812         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
6813
6814         * nnimap.el:
6815         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
6816
6817         * mm-encode.el (mm-safer-encoding): Typo.
6818
6819         * messcompat.el: Typo.
6820
6821         * message.el (message-face-alist): Typo.
6822
6823         * imap.el (imap-interactive-login, imap-open): Typos.
6824
6825         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
6826
6827         * gnus.el: Typo.
6828
6829         * gnus-win.el (gnus-configure-frame): Typo.
6830
6831         * gnus-util.el (gnus-atomic-progn-assign): Typo.
6832
6833         * gnus-topic.el (gnus-topic-sort-topics): Typo.
6834
6835         * gnus-sum.el (gnus-summary-article-number)
6836         (gnus-summary-read-group-1, gnus-summary-mark-article)
6837         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
6838
6839         * gnus-mule.el (gnus-mule-add-group): Typo.
6840
6841         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
6842
6843         * gnus-group.el (gnus-group-fetch-faq): Typo.
6844
6845         * gnus-art.el (gnus-decode-header-methods): Typo.
6846
6847         * flow-fill.el: Typo.
6848
6849 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
6850
6851         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
6852
6853 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6854
6855         * gnus-sum.el (gnus-simplify-ignored-prefixes)
6856         (gnus-summary-mark-article-as-unread)
6857         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
6858         Reformatting to avoid long lines.
6859         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
6860
6861 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
6862
6863         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
6864         be accessed through `mail-header-number'.
6865
6866 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6867
6868         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
6869         compressed range to gnus-summary-insert-articles.
6870
6871 2002-11-26  Kevin Ryde <user42@zip.com.au>
6872
6873         * gnus-art.el (gnus-mime-copy-part): Look for filename
6874         parameter under content-disposition, not content-type.
6875
6876         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
6877         (gnus-summary-reselect-current-group): Use it.
6878
6879 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6880
6881         * gnus-agent.el (gnus-agent-uncached-articles): if
6882         gnus-agent-load-alist fails, return ARTICLES.
6883
6884         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
6885
6886 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6887
6888         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
6889         superfluous function call.
6890         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
6891         Add warning to docstring.
6892
6893 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * gnus-agent.el: Autoload number-at-point instead.
6896         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
6897
6898 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6899
6900         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
6901         require thingatpt (for number-at-point) and protect against
6902         deactivate-mark being unbound (on XEmacs).
6903
6904 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6905
6906         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
6907         print message on entry.
6908
6909         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
6910
6911         * gnus-range.el (gnus-range-difference): New function.
6912         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
6913
6914 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6915
6916         * gnus-sum.el (gnus-summary-insert-old-articles): Use
6917         gnus-remove-from-range instead of gnus-range-difference which
6918         doesn't exist.
6919
6920 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6921         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
6922
6923         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
6924         used for showing which articles have been downloaded.
6925         (gnus-agent-article-alist): Format change.  Add documentation.
6926         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
6927         process-marked articles.
6928         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
6929         in the series are individually fetched to minimize lose of
6930         content due to an error/quit.
6931         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
6932         gnus-message instead of message.
6933         (gnus-agent-read-servers): Use file lib/methods instead of
6934         lib/servers.  TODO: Why?
6935         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
6936         (gnus-agent-get-undownloaded-list): Remove articles that appear to
6937         come from the agent.  This means that they are not downloaded.
6938         (gnus-agent-fetch-selected-article): Don't use history.
6939         (gnus-agent-save-history, gnus-agent-enter-history)
6940         (gnus-agent-article-in-history-p, gnus-agent-history-path):
6941         Removed function; history is not used anymore.
6942         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
6943         (gnus-agent-crosspost): Started rewrite then realized that a typo
6944         in gnus-agent-fetch-articles ensures that this function is never
6945         called.  This will need to be fixed later.
6946         (gnus-agent-check-overview-buffer): Some sanity checks on the
6947         agent overview buffer.  This is a safety net used during
6948         development.
6949         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
6950         changed, write a number to the file indicating this.
6951         (gnus-agent-fetch-headers): Rewrite to respect
6952         gnus-agent-consider-all-articles without relying on the
6953         `.fetched' files.  Make it fast.
6954         (gnus-agent-braid-nov): Change resulting from
6955         gnus-agent-fetch-headers change.
6956         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
6957         `.fetched' files.
6958         (gnus-agent-read-agentview): New function, used by
6959         gnus-agent-load-alist.
6960         (gnus-agent-load-fetched-headers): Remove.
6961         (gnus-agent-save-alist): Rewrite to accomodate new format.
6962         (gnus-agent-fetch-group-1): Make sure list of articles is in the
6963         same order as in gnus-newsgroup-headers.
6964         (gnus-agent-expire): Document and implement extra args ARTICLES,
6965         GROUP, FORCE.  Do not restrict usage.
6966         (gnus-agent-uncached-articles): New function.
6967         (gnus-agent-retrieve-headers): Use it.
6968         (gnus-agent-regenerate-group): No longer needs to be called from
6969         gnus-agent-regenerate.  Individual groups may be regenerated. The
6970         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
6971         The article fetch dates are validated in the article alist.  The
6972         article alist is pruned of entries that do not reference existing
6973         NOV entries.  All changes are computed then applied with
6974         inhibit-quit bound to t.  As a result, it is now safe to quit out of
6975         regeneration.  The optional clean parameter has been replaced with
6976         an optional reread parameter.  Clean is no longer necessary as
6977         regeneration gets the appropriate setting from
6978         gnus-agent-consider-all-articles.  The new reread parameter will
6979         result in fetched, or all, articles being marked as unread.
6980         (gnus-agent-regenerate): Removed code to regenerate the history
6981         file as it is no longer used.
6982
6983         * gnus-start.el (gnus-make-ascending-articles-unread): New
6984         function, for efficient mass-marking.
6985
6986         * gnus-sum.el (gnus-summary-highlight): Use new face for
6987         downloaded articles.
6988         (gnus-article-mark): Prefer to indicate read/unread status over
6989         downloaded status.
6990         (gnus-summary-highlight-line-0): New function, maybe rehighlights
6991         line.
6992         (gnus-summary-highlight-line): Use new face for downloaded
6993         articles.
6994         (gnus-summary-insert-old-articles): Improved performance by
6995         replacing the initial LIST of older articles with a compressed
6996         RANGE of older articles.  Some servers appear to lie about
6997         their active range so the original list could contain millions
6998         of article numbers.  The range is not expanded into a list
6999         until the optional ALL parameter has been applied.
7000
7001 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7002
7003         * gnus-agent.el (gnus-category-mode): Typo in doc string.
7004
7005 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
7006
7007         * spam.el:
7008         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
7009
7010         * spam.el: added `M s t' and `M s x' key mappings
7011
7012 2002-11-20  Simon Josefsson  <jas@extundo.com>
7013
7014         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
7015
7016 2002-11-19  Simon Josefsson  <jas@extundo.com>
7017
7018         * gnus-sum.el (gnus-summary-morse-message): Load
7019         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
7020         (unmorse-region): Autoload it instead.
7021
7022 2002-11-18  Simon Josefsson  <jas@extundo.com>
7023
7024         * gnus-sum.el (gnus-summary-morse-message): New function.
7025         (gnus-summary-wash-map): Bind to `W m'.
7026         (gnus-summary-make-menu-bar): Add.
7027
7028         * nnimap.el (nnimap-request-expire-articles): Compress sequence
7029         before storing \Deleted mark on expired articles.
7030
7031 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
7032         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
7033
7034         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
7035         parens in column 0.
7036
7037 2002-11-17  Juanma Barranquero  <lektu@terra.es>
7038
7039         * nnweb.el (nnweb-google-create-mapping): Fix typo.
7040
7041         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
7042
7043         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
7044
7045 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7046
7047         * message.el (message-set-auto-save-file-name): Use
7048         make-directory, to avoid the dependence on gnus-util.
7049
7050 2002-11-16  Simon Josefsson  <jas@extundo.com>
7051
7052         * nnimap.el (nnimap-callback-callback-function):
7053         (nnimap-callback-buffer): Removed, these cannot be global but must
7054         be embedded into the callback.
7055         (nnimap-make-callback): New.  Embedd article number, callback and
7056         buffer in function.
7057         (nnimap-callback, nnimap-request-article-part): Update.
7058
7059 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7060
7061         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
7062
7063 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7064
7065         * gnus.el (gnus-summary-line-format): Document %C.
7066
7067 2002-11-11  Simon Josefsson  <jas@extundo.com>
7068
7069         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
7070         output when called interactively.
7071
7072 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7073
7074         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
7075
7076         * message.el (message-draft-coding-system): Improve comment; use
7077         mm-auto-save-coding-system for the default value.
7078
7079         * nndraft.el (nndraft-request-article): Revert to the state before
7080         2002-10-29; regexp-quote mail-header-separator.
7081
7082 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
7083
7084         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
7085         allow editing of drafts from an nnvirtual group.
7086
7087 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7088
7089         * nndraft.el (nndraft-request-article): Replace emacs-mule with
7090         mm-auto-save-coding-system.
7091
7092         * message.el (message-draft-coding-system): Default to
7093         iso-2022-7bit.
7094
7095         * mm-util.el (mm-auto-save-coding-system): Undo last change to
7096         restore the default value to emacs-mule or escape-quoted.
7097
7098 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7099
7100         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
7101         a delayed or a queued article as well as a draft.
7102
7103         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
7104         delayed or a queued article in the raw format; treat a delayed
7105         article as a raw article as well as a draft.
7106         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
7107         for the delayed group.
7108
7109         * nndraft.el (nndraft-request-article): Ignore auto save files for
7110         a delayed or a queued article; don't bother to decode a queued
7111         article; don't bind nnmail-file-coding-system for a queued article.
7112
7113         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
7114         and the queue group.
7115
7116 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
7117
7118         * gnus-group.el (gnus-group-delete-group):
7119         gnus-cache-active-hashtb might be void.
7120
7121 2002-11-02  Simon Josefsson  <jas@extundo.com>
7122
7123         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
7124         setting of the default user ID.  From Raymond Scholz
7125         <ray-2002@zonix.de>.
7126
7127 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
7128
7129         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
7130         charset.
7131
7132 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
7133         From Alex Schroeder <alex@emacswiki.org>
7134         * spam-stat.el (spam-stat-process-directory): add dir to message
7135         (spam-stat-reduce-size): No longer remove words
7136         with values close to 0.5, because the default value is 0.2.
7137
7138 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7139
7140         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
7141         documentation.
7142
7143 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7144
7145         * gnus-agent.el (gnus-agent-fetched-headers)
7146         (gnus-agent-load-fetched-headers)
7147         (gnus-agent-save-fetched-headers): Remove variable and two
7148         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
7149         works better.
7150         (gnus-agent-fetch-headers): New implementation from Kevin
7151         Greiner.  Uses gnus-agent-article-alist to store information
7152         about fetched messages which aren't on the server anymore.  The
7153         trick is to return a list of considered messages to the caller,
7154         but to only fetch those which haven't been fetched yet.
7155
7156 2002-10-30  Simon Josefsson  <jas@extundo.com>
7157
7158         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
7159
7160         * pgg.el (pgg-passphrase-cache-expiry): Removed.
7161
7162 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7163
7164         * mm-view.el (mm-w3m-local-map-property): Make it work with older
7165         versions of emacs-w3m than 1.3.3.
7166
7167         * lpath.el: Bind w3m-minor-mode-map.
7168
7169         * mm-view.el (mm-w3m-mode-command-alist)
7170         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
7171         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
7172         (mm-setup-w3m): Simplified.
7173         (mm-w3m-local-map-property): New function.
7174         (mm-inline-text-html-render-with-w3m): Use it.
7175
7176         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
7177         mm-w3m-local-map-property.
7178
7179 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * mm-util.el (mm-auto-save-coding-system): Default to
7182         iso-2022-7bit.
7183
7184         * nndraft.el (nndraft-request-article): Decode an article using
7185         the coding-system emacs-mule if it seems to have been saved using
7186         emacs-mule.
7187         (nndraft-request-replace-article): Use message-draft-coding-system
7188         instead of mm-auto-save-coding-system for the draft or delayed
7189         group.
7190
7191 2002-10-28  Josh  <huber@alum.wpi.edu>
7192
7193         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
7194         functions.
7195
7196 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7197         From mah@everybody.org (Mark A. Hershberger).
7198
7199         * mm-url.el (mm-url-insert-file-contents): Make it return the same
7200         type values ("url" size) regardless of the values of
7201         mm-url-use-external.
7202
7203 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7204
7205         * nnimap.el (nnimap-request-article-part): Try harder to show
7206         group name in debugging message.
7207
7208 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7209
7210         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
7211         directory if it doesn't exist.
7212         (gnus-agent-fetch-headers): Remove old cruft that tried to
7213         abstain from downloading articles more than once if
7214         gnus-agent-consider-all-articles was true.  This is now done
7215         properly via the .fetched files.
7216
7217 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * nndraft.el (nndraft-request-article): Treat delayed articles
7220         like drafts.
7221
7222 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
7225
7226 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7227
7228         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
7229         Remove unused optional arg DIR and corresponding code.
7230
7231         * nnimap.el (nnimap-request-article-part): Include group name in
7232         debugging output.
7233
7234 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
7235
7236         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
7237
7238 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7239
7240         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
7241         contains range of headers that have been fetched by the agent
7242         already.  Compare gnus-agent-article-alist.
7243         (gnus-agent-file-header-cache): Like
7244         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
7245         (gnus-agent-fetch-headers): Improve comment.  Revert to old
7246         seen/recent logic.
7247         Remember which headers have been fetched before and don't fetch
7248         them again the next time round.
7249         (gnus-agent-load-fetched-headers)
7250         (gnus-agent-save-fetched-headers): New functions, for remembering
7251         which headers have been fetched before.
7252
7253 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * lpath.el: Remove useless bindings.
7256
7257 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
7258
7259         * gnus-sum.el (gnus-summary-execute-command): Disable visual
7260         features while searching.
7261
7262 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7263
7264         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
7265
7266 2002-10-22  Simon Josefsson  <jas@extundo.com>
7267
7268         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
7269         (pgg-snarf-keys): Add.
7270
7271 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * lpath.el: Fbind bbdb-records.
7274
7275         * spam.el: Don't autoload bbdb-records.
7276
7277 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
7280         prevent inf-loop.
7281
7282 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7283
7284         * nnslashdot.el: Removed some test lines.
7285         More test.
7286
7287 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7288
7289         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
7290         are known to be downloaded already.
7291
7292 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7293
7294         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
7295         (mm-text-html-washer-alist): Ditto.
7296
7297 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7298
7299         * nnheader.el (nnheader-remove-body): Fix an error of detecting
7300         boundary between headers and body.
7301         * nnml.el (nnml-parse-head): Ditto.
7302
7303 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7304
7305         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
7306         entries.
7307
7308         * gnus-group.el (gnus-fetch-group): Allow an optional
7309         specification of the articles to select.
7310
7311         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
7312
7313 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7314
7315         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
7316         headers from the group, update variable `articles' to contain
7317         only those numbers where headers exist.  (When fetching all
7318         articles in a group, Gnus creates lots of numbers where there is
7319         no articles.)
7320
7321 2002-10-20  Steve Youngs  <youngs@xemacs.org>
7322
7323         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
7324         doesn't have the 'alist custom type, use cons cells instead.
7325         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
7326         (pgg-parse-hash-algorithm-alist): Ditto.
7327         (pgg-parse-compression-algorithm-alist): Ditto.
7328         (pgg-parse-signature-type-alist): Ditto.
7329
7330         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
7331
7332         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
7333
7334         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
7335
7336 2002-10-19  Simon Josefsson  <jas@extundo.com>
7337
7338         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
7339         buffer.
7340
7341 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7342
7343         * gnus-spec.el (gnus-make-format-preserve-properties)
7344         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
7345         properties also on XEmacs.  `gnus-xmas-format' is like format but
7346         preserves text properties on XEmacs (though it only understands
7347         simple format specs).  The variable
7348         `gnus-make-format-preserve-properties' controls whether the
7349         function is used, and is checked in `gnus-parse-simple-format'.
7350         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
7351
7352         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
7353         output.
7354         (gnus-agent-consider-all-articles): New variable.
7355         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
7356         (gnus-agent-fetch-headers): Depending on
7357         gnus-agent-consider-all-articles, maybe get all articles.
7358         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
7359         `read'.
7360         (gnus-predicate-imples-unread): New function.
7361         (gnus-agent-fetch-headers): Optimize to call
7362         gnus-list-of-unread-articles if that is sufficient.
7363         Check unseen and recent instead of seen and recent.
7364         (gnus-agent-fetch-headers): Abstain from calling
7365         gnus-list-range-intersection if range (a . b) would have (> a b).
7366
7367 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7368
7369         * message.el (message-send-mail): Make it possible to perform
7370         edebug-defun.
7371
7372 2002-10-18  Simon Josefsson  <jas@extundo.com>
7373
7374         * gnus-art.el (gnus-button-man-handler): Change default to
7375         `manual-entry' (defined in both emacsen).
7376         (gnus-button-man-handler): Remove emacsen difference and use
7377         `manual-entry'.
7378
7379 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * spam.el: Wrap autoload settings for bbdb-records,
7382         executable-find and ifile-spam-filter with eval-and-compile.
7383         (spam-display-buffer-contents): Remove.
7384         (spam-bogofilter-score): Merge spam-display-buffer-contents.
7385
7386 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
7387
7388         * spam.el (spam-display-buffer-contents): New function.
7389         (spam-bogofilter-score): use spam-display-buffer-contents, patch
7390         from Katsumi Yamaoka <yamaoka@jpl.org>.
7391
7392 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7393
7394         * nnheader.el (nnheader-parse-naked-head): New function.
7395         (nnheader-parse-head): Use the above function, in order to handle
7396         continuation lines properly.
7397         (nnheader-remove-body): New function.
7398         (nnheader-remove-cr-followed-by-lf): New function.
7399         (nnheader-ms-strip-cr): Use the above function.
7400
7401         * gnus-agent.el (gnus-agent-regenerate-group): Call
7402         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
7403         `nnheader-parse-head'.
7404         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
7405
7406         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
7407         continuation lines by itself; call `nnheader-parse-naked-head'
7408         instead of `nnheader-parse-head'.
7409         * nndiary.el (nndiary-parse-head): Ditto.
7410         * nnfolder.el (nnfolder-parse-head): Ditto.
7411         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
7412         * nnmaildir.el (nnmaildir--update-nov): Ditto.
7413         * nnml.el (nnml-parse-head): Ditto.
7414
7415 2002-10-17  Steve Youngs  <youngs@xemacs.org>
7416
7417         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
7418         XEmacs, default to it if featurep 'xemacs.
7419
7420 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7421
7422         * spam-stat.el: Check for the existence of hash functions instead
7423         of the Emacs version to decide whether to load cl.  Suggested by
7424         Kai Gro\e,A_\e(Bjohann.
7425
7426 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7427
7428         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
7429         if it isn't open yet.
7430
7431 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7432
7433         * gnus-group.el: Require mm-url only when compiling.
7434         (gnus-group-fetch-charter): Require mm-url.
7435
7436         * spam-stat.el: Require cl for the functions gethash,
7437         hash-table-count, make-hash-table and mapc for Emacs 20.
7438         (puthash): Alias to cl-puthash for Emacs 20.
7439         (with-syntax-table): New macro for Emacs 20.
7440
7441 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
7442
7443         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
7444
7445 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
7446
7447         * spam.el (spam-check-ifile): added ifile as a spam checking
7448         backend, and spam-use-ifle as the variable to toggle that check.
7449
7450 2002-10-12  Simon Josefsson  <jas@extundo.com>
7451
7452         * message.el (message-beginning-of-line): New variable.
7453         (message-beginning-of-line): Use it.
7454
7455 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
7456
7457         * spam.el: more compilation fixes for BBDB
7458
7459         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
7460         (spam-stat-reduce-size): Interactive.
7461         (spam-stat-reset): New function.
7462         (spam-stat-save): Interactive.
7463
7464 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7465
7466         * gnus.el: Autoload gnus-delay-initialize.
7467
7468         * message.el: Autoload gnus-delay-article.
7469
7470 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
7471
7472         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
7473         text property in Emacs.
7474
7475 2002-10-11  Simon Josefsson  <jas@extundo.com>
7476
7477         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
7478         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
7479
7480         * mml1991.el (mml1991-pgg-sign): Remove CR.
7481
7482 2002-10-10  Simon Josefsson  <jas@extundo.com>
7483
7484         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
7485         decrypt failed.
7486         (mml2015-trust-boundaries-alist): Removed.
7487         (mml2015-gpg-extract-signature-details): Don't use it.
7488         (mml2015-unabbrev-trust-alist): New.
7489         (mml2015-gpg-extract-signature-details): Use it.
7490
7491 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
7492
7493         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
7494         BBDB installed
7495
7496         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
7497         statistical analysis of spam in Lisp only
7498
7499 2002-10-10  Simon Josefsson  <jas@extundo.com>
7500
7501         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
7502         auth, selected or examine state.
7503
7504         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
7505         buffer and error buffer depending on type of information.
7506
7507         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
7508         --status-fd stuff even if gpg.el is not used (revert earlier
7509         change).
7510         (mml2015-pgg-{clear-,}verify): Store both output and errors as
7511         gnus details.
7512         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
7513         buffer.
7514
7515         * pgg.el (pgg-verify-region): Use it.
7516
7517         * pgg-def.el (pgg-query-keyserver): New variable.
7518
7519         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
7520         key-identifier in packet.  Is this a good idea?
7521
7522         * mml.el (mml-mode-map): Add security commands that operates on
7523         MIME parts.
7524         (mml-menu): And menu items for them.
7525
7526         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
7527
7528         * mml.el (mml-parse-1): Support sender in #secure tags.
7529
7530         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
7531         defined.
7532
7533         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
7534         (mml-pgp-encrypt-buffer): Support combined signing.
7535
7536         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
7537         (mml1991-gpg-encrypt): Ditto.
7538         (mml1991-pgg-encrypt): Ditto.
7539         (mml1991-encrypt): Pass sign parameter.
7540
7541         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
7542         (mml-signencrypt-style): Mention the variable.
7543
7544 2002-10-09  Simon Josefsson  <jas@extundo.com>
7545
7546         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
7547         pgg-gpg-user-id.
7548
7549         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
7550         (pgg-fetch-key-function): Nil if w3 is not installed.
7551
7552 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7553
7554         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
7555         gnus-agent-current-history.
7556
7557 2002-10-06  Simon Josefsson  <jas@extundo.com>
7558
7559         * imap.el (imap-parse-status): Don't use read to read token.
7560
7561 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7562
7563         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
7564         for methods not covered by the agent, and when unplugged.
7565
7566 2002-10-05  Simon Josefsson  <jas@extundo.com>
7567
7568         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
7569         signing.
7570
7571         * gnus-agent.el (gnus-agent-read-servers): If getting method from
7572         a named server fails, ignore the server.
7573
7574         * mml1991.el (mml1991-pgg-sign): Do QP.
7575
7576         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
7577         work.
7578
7579 2002-10-04  Simon Josefsson  <jas@extundo.com>
7580
7581         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
7582
7583         * pgg-pgp.el (pgg-pgp-verify-region): Inline
7584         binary-write-decoded-region from MEL.
7585
7586         * pgg.el (pgg-encrypt-region): Support sign.
7587
7588         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
7589
7590         * mml2015.el (mml2015-pgg-encrypt): Ditto.
7591
7592         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
7593         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
7594         branch where PGG was taken from in the ChangeLog entries below.
7595
7596 2002-10-01  Simon Josefsson  <jas@extundo.com>
7597
7598         * pgg-pgp.el: Don't require mel.  Don't use luna.
7599         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
7600         (pgg-pgp-process-region): Use expand-file-name instead of concat.
7601         (pgg-pgp-process-region): Don't use binary-funcall.
7602
7603         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
7604
7605         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
7606         instead of concat.
7607
7608         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7609
7610 2002-09-29  Simon Josefsson  <jas@extundo.com>
7611
7612         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
7613         compile warnings.
7614
7615         * pgg.el (pgg-decrypt-region): Don't parse packet.
7616
7617         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
7618
7619 2002-09-29  Daiki Ueno <ueno@unixuser.org>
7620
7621         * pgg.el: Remove dependency on calist.el.
7622
7623 2002-09-28  Simon Josefsson  <jas@extundo.com>
7624
7625         * pgg.el (pgg-temporary-file-directory): New variable.
7626         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
7627
7628         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
7629         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
7630
7631         * pgg-parse.el (pgg-char-int): Defalias.
7632         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
7633         (pgg-read-bytes, pgg-read-body): Use it.
7634         (pgg-decode-packets): Don't use MEL, use base64-*.
7635         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
7636         (pgg-string-as-unibyte): Defalias.
7637         (pgg-parse-armor-region): Use it.
7638
7639         * pgg-gpg.el (pgg-gpg-process-region): Use
7640         pgg-temporary-file-directory.
7641
7642         * luna.el: Don't def-edebug.
7643
7644         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
7645         binary-write-decoded-region from MEL.
7646
7647         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
7648
7649         * alist.el, calist.el: Don't require product/APEL.
7650
7651         * pgg-parse.el (top-level): Remove dependency on static.el,
7652         pccl.el, mel.el.
7653         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
7654         `define-ccl-program' is boundp, instead of using broken.
7655
7656 2002-10-01  Simon Josefsson  <jas@extundo.com>
7657
7658         * message.el (message-required-mail-headers): Remove Lines:.
7659
7660 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7661         From Jesper Harder.
7662
7663         * gnus-group.el (gnus-group-fetch-charter,
7664         gnus-group-fetch-control): Prompt for group if given a prefix
7665         argument.
7666         * gnus-sum.el (t): Add gnus-group-fetch-charter and
7667         gnus-group-fetch-control to summary key map and menu.
7668
7669 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
7670
7671         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
7672         number when there are no articles.
7673
7674 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7675
7676         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
7677         arg ALL means to fetch all articles, not only downloadable ones.
7678         (gnus-agent-fetch-selected-article): New function for
7679         gnus-select-article-hook or gnus-mark-article-hook.
7680
7681 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7682         From Peter von der Ahe <nospam2159@daimi.au.dk>.
7683
7684         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
7685         raw-text.
7686
7687 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
7688
7689         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
7690         Pinard).
7691         Major revamp of the code, documentation is in comments in the file
7692         for now.
7693
7694 2002-09-30  Simon Josefsson  <jas@extundo.com>
7695
7696         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
7697         buffer seem to be needed?
7698
7699 2002-09-29  Simon Josefsson  <jas@extundo.com>
7700
7701         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
7702         compile warnings.
7703
7704         * mml1991.el (mml1991-function-alist): Add pgg.
7705         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
7706         (mml1991-pgg-encrypt): Fix recipients querying.
7707
7708 2002-09-28  Simon Josefsson  <jas@extundo.com>
7709
7710         * mml2015.el (autoload): Autoload correct files.  Trivial patch
7711         from dme@dme.org.
7712         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
7713         handle is returned.
7714
7715 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7716
7717         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7718         Protect against non-existent of `nnimap-mailbox-info'.
7719
7720 2002-09-27  Simon Josefsson  <jas@extundo.com>
7721
7722         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
7723         (gnus-setup-news-hook): Use it.
7724         (gnus-after-getting-new-news-hook): Ditto.
7725
7726         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
7727
7728 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7729         From Mats Lidell <matsl@contactor.se>.
7730
7731         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
7732
7733 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7734
7735         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
7736         the part to decode encoded words, use raw words instead of decoded
7737         words.
7738
7739 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7740
7741         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
7742
7743         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
7744         (mm-setup-w3m): Use it.
7745
7746 2002-09-27  Simon Josefsson  <jas@extundo.com>
7747
7748         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
7749         article buffers.
7750
7751         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
7752         it just in case.
7753         (nnimap-update-unseen): New function; update unseen count in
7754         `n-m-info'.
7755         (nnimap-close-group): Call it.
7756
7757         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
7758         (gnus-after-getting-new-news-hook): Ditto.
7759
7760         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
7761         message into verboselevel 9.  Change slow mail check message.
7762         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
7763         (nnimap-fixup-unread-after-getting-new-news): New function, to be
7764         used as a hook after getting new mail.
7765
7766 2002-09-26  Simon Josefsson  <jas@extundo.com>
7767
7768         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
7769         SELECT/EXAMINE is first unseen article, not number of unseen
7770         articles.  Make them distinct by renaming the former to
7771         `first-unseen' instead of `unseen'.
7772
7773         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
7774         too.
7775         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
7776         changed.
7777         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
7778
7779         * gnus-int.el (gnus-server-unopen-status): Defcustom.
7780
7781         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
7782         better.
7783
7784         * mml2015.el (mml2015-pgg-decrypt): Only add security information
7785         if dissecting resulting buffer actually had any information.
7786
7787 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7788
7789         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
7790         because the function `string<' allows symbols.
7791
7792         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
7793
7794 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
7795
7796         * message.el (message-forward-make-body): Revert an early change
7797         because 8-bit utf-8 emails.
7798
7799 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7800
7801         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
7802         links to Info)
7803         * gnus-art.el (gnus-treat-highlight-signature):
7804         * gnus-art.el (gnus-treat-buttonize):
7805         * gnus-art.el (gnus-treat-buttonize-head):
7806         * gnus-art.el (gnus-treat-emphasize):
7807         * gnus-art.el (gnus-treat-strip-cr):
7808         * gnus-art.el (gnus-treat-unsplit-urls):
7809         * gnus-art.el (gnus-treat-leading-whitespace):
7810         * gnus-art.el (gnus-treat-hide-headers):
7811         * gnus-art.el (gnus-treat-hide-boring-headers):
7812         * gnus-art.el (gnus-treat-hide-signature):
7813         * gnus-art.el (gnus-treat-fill-article):
7814         * gnus-art.el (gnus-treat-hide-citation):
7815         * gnus-art.el (gnus-treat-hide-citation-maybe):
7816         * gnus-art.el (gnus-treat-strip-list-identifiers):
7817         * gnus-art.el (gnus-treat-strip-pgp):
7818         * gnus-art.el (gnus-treat-strip-pem):
7819         * gnus-art.el (gnus-treat-strip-banner):
7820         * gnus-art.el (gnus-treat-highlight-headers):
7821         * gnus-art.el (gnus-treat-highlight-citation):
7822         * gnus-art.el (gnus-treat-date-ut):
7823         * gnus-art.el (gnus-treat-date-local):
7824         * gnus-art.el (gnus-treat-date-english):
7825         * gnus-art.el (gnus-treat-date-lapsed):
7826         * gnus-art.el (gnus-treat-date-original):
7827         * gnus-art.el (gnus-treat-date-iso8601):
7828         * gnus-art.el (gnus-treat-date-user-defined):
7829         * gnus-art.el (gnus-treat-strip-headers-in-body):
7830         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
7831         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
7832         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
7833         * gnus-art.el (gnus-treat-unfold-headers):
7834         * gnus-art.el (gnus-treat-fold-headers):
7835         * gnus-art.el (gnus-treat-fold-newsgroups):
7836         * gnus-art.el (gnus-treat-overstrike):
7837         * gnus-art.el (gnus-treat-display-xface):
7838         * gnus-art.el (gnus-treat-display-smileys):
7839         * gnus-art.el (gnus-treat-from-picon):
7840         * gnus-art.el (gnus-treat-mail-picon):
7841         * gnus-art.el (gnus-treat-newsgroups-picon):
7842         * gnus-art.el (gnus-treat-body-boundary):
7843         * gnus-art.el (gnus-treat-capitalize-sentences):
7844         * gnus-art.el (gnus-treat-fill-long-lines):
7845         * gnus-art.el (gnus-treat-play-sounds):
7846         * gnus-art.el (gnus-treat-translate):
7847         * gnus-art.el (gnus-treat-x-pgp-sig):
7848         * gnus-art.el (gnus-mime-button-line-format):
7849         * gnus-art.el (gnus-button-man-level):
7850         * gnus-art.el (gnus-button-emacs-level):
7851         * gnus-cus.el (gnus-group-parameters):
7852         * gnus-gl.el (bbb-build-mid-scores-alist):
7853         * gnus-group.el (gnus-group-line-format):
7854         * gnus-mlspl.el (gnus-group-split-setup):
7855         * gnus-mlspl.el (gnus-group-split):
7856         * gnus-msg.el (gnus-mailing-list-groups):
7857         * gnus-msg.el (gnus-posting-styles):
7858         * gnus-nocem.el (gnus-nocem-issuers):
7859         * gnus-score.el (gnus-score-regexp-bad-p):
7860         * gnus-srvr.el (gnus-server-line-format):
7861         * gnus-topic.el (gnus-topic-line-format):
7862         * gnus.el (gnus-summary-line-format):
7863         * mail-source.el (mail-sources):
7864         * message.el (message-subscribed-address-file):
7865         * nnmail.el (nnmail-split-fancy):
7866
7867 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
7868
7869         * mail-source.el(mail-source-run-script): use `functionp' to test
7870         whether the argument `script' is in fact a function.
7871         (mail-sources): adjust the defcustom to allow users to specify a
7872         function or a string as the value of the `:prescript' and
7873         `:postscript' arguments of the `file' and `pop3' mail sources.
7874
7875 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
7876
7877         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
7878         number when article 1 does not exist.
7879
7880 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7881
7882         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
7883         apropos if apropos-variable does not exist.
7884         (gnus-button-guessed-mid-regexp)
7885         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
7886         regexes.  From Reiner Steib.
7887         (gnus-button-handle-describe-function)
7888         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
7889         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
7890         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
7891
7892 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
7893         Trivial patch.
7894
7895         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
7896         the file.
7897
7898 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7899
7900         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
7901
7902 2002-09-24  Simon Josefsson  <jas@extundo.com>
7903
7904         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
7905         (mml2015-use): Prefer PGG if installed.
7906         (mml2015-function-alist): Add PGG wrappers.
7907         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
7908         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
7909         prefix, make regexp optionally skip it.
7910         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
7911         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
7912         (mml2015-pgg-encrypt): New functions.
7913         (defvar, autoload): Prevent byte-compile warnings.
7914
7915 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7916         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7917
7918         * gnus-art.el (article-strip-banner): Check for the existence of
7919         from header.
7920
7921 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
7922
7923         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
7924         (gnus-button-alist): Improved regexp for
7925         gnus-button-handle-mid-or-mail (false positives), fixed
7926         gnus-button-handle-man entries.
7927         From Reiner Steib.
7928
7929 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
7930         From Josh Huber.
7931
7932         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
7933         nnmail-extra-headers is non-nil.
7934
7935 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
7936
7937         * nnmaildir.el: Store article numbers persistently.  General
7938         revision.
7939         (nnmaildir-request-expire-articles): handle 'immediate and 'never
7940         for nnmail-expiry-wait; delete instead of moving if 'force is
7941         given.
7942
7943 2002-09-23  Simon Josefsson  <jas@extundo.com>
7944         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
7945
7946         * smime.el (smime-sign-buffer): Get key and extra certs.
7947         (smime-get-key-with-certs-by-email): Utility function.
7948
7949 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7950         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
7951
7952         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
7953         article exists.
7954
7955 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
7956
7957         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
7958
7959 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
7960         From Reiner Steib.
7961
7962         * gnus-art.el (gnus-button-handle-custom,
7963         gnus-button-handle-mid-or-mail,
7964         gnus-button-handle-describe-{function,variable,key},
7965         gnus-button-handle-apropos{,command,variable}): New functions.
7966         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
7967         gnus-button-{man,emacs,mail}-level): New variables.
7968         (gnus-button-alist): Use the above to buttonize emacs and mail
7969         related links.
7970
7971 2002-09-18  Juanma Barranquero  <lektu@terra.es>
7972
7973         * gnus-int.el (gnus-status-message): Fix spacing.
7974
7975         * imap.el (imap-continuation): Fix typos.
7976
7977 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7978
7979         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
7980
7981         * gnus-art.el (gnus-article-reply-with-original): Correct
7982         with-current-buffer scope.
7983
7984         * message.el (message-completion-alist): Add Reply-To, From, etc.
7985
7986 2002-09-18  Simon Josefsson  <jas@extundo.com>
7987
7988         * nnimap.el (nnimap-request-expire-articles): Make flag setting
7989         conditional.  From Nevin Kapur <nevin@jhu.edu>.
7990
7991 2002-09-17  Simon Josefsson  <jas@extundo.com>
7992
7993         * nnimap.el (nnimap-expiry-target): Don't search for which
7994         articles exists here.
7995         (nnimap-request-expire-articles): Do it here instead.  Only expire
7996         when articles are found.  Suggested by Nevin Kapur
7997         <nevin@jhu.edu>.
7998
7999 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8000         From Reiner Steib <reiner.steib@gmx.de>.
8001
8002         * message.el (message-strip-subject-trailing-was)
8003         (message-change-subject, message-add-archive-header)
8004         (message-xpost-fup2-header, message-xpost-insert-note)
8005         (message-xpost-fup2, message-reduce-to-to-cc): New functions
8006         adopted from message-utils.el.  Add functions to the keymap, mode
8007         describtion and menu.
8008         (message-change-subject,message-xpost-fup2): Signal error if
8009         current header is empty.
8010         (message-xpost-insert-note): Changed insert position.
8011         (message-archive-note): Ensure to insert note in message body (not
8012         in head).
8013         (message-archive-header, message-archive-note)
8014         (message-xpost-default, message-xpost-note, message-fup2-note)
8015         (message-xpost-note-function): New variables adopted from
8016         message-utils.el.  Changed some doc-strings.
8017         (message-mark-insert-{begin,end}): Rename from
8018         message-{begin,end}-inserted-text-mark (message-utils.el), changed
8019         values.
8020         (message-subject-trailing-was-query)
8021         (message-subject-trailing-was-ask-regexp)
8022         (message-subject-trailing-was-regexp): New variables.
8023         (message-to-list-only): Added doc-string and menu entry.
8024
8025         * message-utils.el: Removed.  Functions are now in message.el.
8026
8027 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
8028
8029         * gnus-art.el (gnus-article-reply-with-original,
8030         gnus-article-followup-with-original): Switch to
8031         gnus-summary-buffer before reply/followup.
8032
8033 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
8034
8035         * gnus-sum.el (gnus-summary-toggle-header): The article window may
8036         not exist. Toggle it anyway.
8037
8038 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
8039
8040         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
8041
8042         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
8043         Trivial patch from Urban Engberg <ue@ccieurope.com>.
8044
8045         * rfc2047.el (message-posting-charset): Defvar it.
8046         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
8047         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
8048
8049         * mail-source.el (mail-source-fetch): Hide password.
8050
8051         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
8052
8053 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8054         From John Paul Wallington <jpw@shootybangbang.com>.
8055
8056         * gnus.el (gnus-visual, gnus-meta): Fix typo.
8057
8058 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
8061
8062 2002-09-11  Simon Josefsson  <jas@extundo.com>
8063
8064         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
8065         (nnimap-split-rule): Doc fix.
8066         (nnimap-request-expire-articles): Cleanup code.
8067
8068 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8069         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
8070
8071         * gnus-art.el (gnus-article-address-banner-alist): New option.
8072         (article-strip-banner): Refer the above option to split banners of
8073         free mail servers, when no group parameter is specified.
8074
8075 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8076
8077         * nntp.el (nntp-wait-for-string): Check for a process in the
8078         current buffer instead of `nntp-server-buffer'.
8079
8080 2002-09-09  Simon Josefsson  <jas@extundo.com>
8081
8082         * gnus-art.el (gnus-button-man-handler): New variable.
8083         (gnus-button-alist): Use g-b-handle-man.
8084         (gnus-button-handle-man): New, call g-b-man-handler.
8085
8086 2002-09-08  Simon Josefsson  <jas@extundo.com>
8087
8088         * gnus-art.el (gnus-button-alist): Buttonize man page links.
8089
8090 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8091
8092         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
8093
8094 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8095
8096         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
8097
8098         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
8099         keystroke.
8100
8101         * gnus-srvr.el (gnus-browse-describe-group): New command and
8102         keystroke.
8103
8104 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
8107         value for gnus-decoration property.
8108
8109 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8110
8111         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
8112         string) as group name in case we have a CRLF in the file.
8113
8114 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
8115
8116         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
8117         group.
8118         (rfc1843-decode-hzp): do.
8119         (rfc1843-newsgroups-regexp): do.
8120
8121 2002-09-04  Simon Josefsson  <jas@extundo.com>
8122
8123         * message.el (message-canlock-generate): Make sure sha1 doesn't
8124         call external programs.
8125
8126 2002-09-03  Simon Josefsson  <jas@extundo.com>
8127
8128         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
8129
8130         * gnus-agent.el (gnus-agent-batch): Add doc.
8131
8132 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
8133
8134         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
8135         check for signed and encrypted parts.
8136         * mml.el (mml-parse-1): Correct small typo which preventing
8137         setting recipients in a secure tag.
8138
8139 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8140
8141         * mm-util.el (mm-coding-system-priorities): Default to a list of
8142         iso-2022-jp and others for the Japanese environment.
8143
8144 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
8147         invalid display names.
8148
8149 2002-08-30  Simon Josefsson  <jas@extundo.com>
8150
8151         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
8152         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
8153
8154 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
8155
8156         * gnus.el (gnus-group-charter-alist): New option.
8157         (gnus-group-fetch-control-use-browse-url): New option.
8158
8159         * gnus-group.el (gnus-group-fetch-charter): New function.
8160         (gnus-group-fetch-control): New function.
8161         Add them to the keymap and menu. Require mm-url.
8162
8163 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8164
8165         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
8166         From Alex Schroeder <alex@emacswiki.org>.
8167
8168 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
8169
8170         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
8171         items expecting user interaction.
8172
8173         * gnus-topic.el (gnus-topic-make-menu-bar): do.
8174
8175         * gnus-sum.el (gnus-summary-make-menu-bar): do.
8176
8177         * gnus-srvr.el (gnus-server-make-menu-bar): do.
8178
8179         * mml.el (mml-menu): do.
8180
8181 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8182
8183         * mail-source.el (mail-source-touch-pop): New function.
8184
8185         * message.el (message-smtpmail-send-it): New function.
8186         (message-send-mail-function): Add it for a candidate.
8187
8188 2002-08-27  Simon Josefsson  <jas@extundo.com>
8189
8190         * gnus-msg.el (posting-charset-alist): Use
8191         gnus-define-group-parameter instead of defcustom.
8192         (gnus-put-message): Handle SPC in GCC.
8193         (gnus-inews-insert-gcc): Ditto.
8194         (gnus-inews-insert-archive-gcc): Ditto.
8195
8196 2002-08-26  Simon Josefsson  <jas@extundo.com>
8197
8198         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
8199         (gnus-agentize): Auto agentize all nntp and nnimap groups.
8200         (gnus-agent-possibly-save-gcc): Autoload.
8201         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
8202
8203 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * gnus.el (gnus-other-frame-function): New user option.
8206         (gnus-other-frame): Use it; add a doc-string; make it work with
8207         the gnuclient program.
8208
8209         * gnus-util.el (gnus-frame-or-window-display-name): New function.
8210
8211         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
8212         `device-connection' and `dfw-device'.
8213
8214 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8215
8216         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
8217         positives, make it stricter.  From Jochen Hein (trivial change).
8218
8219 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * gnus.el (gnus-other-frame): Trivial fix.
8222
8223 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8224
8225         * gnus.el (gnus-other-frame-parameters): New user option.
8226         (gnus-other-frame-object): New variable.
8227         (gnus-other-frame): Make it search for existing Gnus frame; don't
8228         read new news; delete frame on exit.
8229
8230         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
8231
8232         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
8233
8234 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8235         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
8236
8237         * message.el (message-set-auto-save-file-name): Add support for
8238         the Cygwin Emacs; the system-type is `cygwin'.
8239         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
8240
8241 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
8242
8243         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
8244
8245         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
8246         avoid arithmetic errors.
8247
8248 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
8251
8252 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8253
8254         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
8255         (message-ignored-resent-headers): Add envelope From.
8256
8257 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8258
8259         * gnus.el (gnus-summary-line-format): Document %k specifier.
8260
8261 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8262
8263         * gnus-sum.el (gnus-summary-line-message-size): New function.
8264         (gnus-summary-line-format-alist): Use it.
8265
8266 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8267
8268         * gnus-art.el (article-make-date-line): Refer to the value for
8269         `gnus-article-time-format' in the summary buffer.
8270
8271         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
8272
8273 2002-08-14  Simon Josefsson  <jas@extundo.com>
8274
8275         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
8276         quoting.
8277         (gnus-button-alist): Fix doc.
8278         (gnus-header-button-alist): Use ' not ` for default value quoting.
8279         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
8280         rationale similar to 2002-05-01 change.
8281         (gnus-article-add-buttons-to-head): Evaluate expression.
8282
8283         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
8284
8285 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8286
8287         * message.el (message-font-lock-keywords): Refer to the value for
8288         `message-cite-prefix-regexp' dynamically.
8289
8290 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * gnus-art.el (gnus-decode-header-methods): Doc fix.
8293
8294 2002-08-12  Simon Josefsson  <jas@extundo.com>
8295
8296         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
8297         (imap-shell-open): Skip initial junk before IMAP greeting.
8298
8299 2002-08-11  Simon Josefsson  <jas@extundo.com>
8300
8301         * message-utils.el (message-xpost-default,
8302         message-xpost-fup2-header, message-xpost-fup2): Fixed
8303         Typos.  Trivial changes from Reiner Steib
8304         <4uce.02.r.steib@gmx.net>.
8305
8306 2002-08-09  Simon Josefsson  <jas@extundo.com>
8307
8308         * message.el (message-canlock-password): Set
8309         canlock-password-for-verify to newly generated canlock-password.
8310         When Emacs is restarted, Custom makes sure this is set, but during
8311         the same session we must set it manually.
8312
8313 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
8314
8315         * yenc.el: New file.
8316
8317         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
8318         (mm-uu-type-alist): Add yenc.
8319         (mm-uu-yenc-filename): New function.
8320         (mm-uu-yenc-extract): New function.
8321
8322         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
8323
8324 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8325
8326         * dgnushack.el (merge): Don't use coerce.
8327
8328 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
8329
8330         * mailcap.el (mailcap-mime-data): Test window-system rather than
8331         mm-device-type.
8332         (mailcap-mime-data): Call xdvi and gv with "-safer".
8333
8334         * mm-util.el: Don't define mm-device-type.
8335
8336 2002-08-05  Simon Josefsson  <jas@extundo.com>
8337
8338         * mm-util.el (mm-coding-system-priorities): coding-system type not
8339         supported everywhere.
8340
8341 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8342
8343         * gnus.el (gnus-version-number): Bumped version number.
8344
8345 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8346
8347         * gnus.el: Oort Gnus v0.07 is released.
8348
8349 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8350
8351         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
8352         (gnus-article-sort-functions): Doc fix.
8353         (t): New keystroke.
8354         (gnus-article-sort-by-random): New function.
8355         (gnus-thread-sort-by-random): New function.
8356
8357 2002-08-02  Simon Josefsson  <jas@extundo.com>
8358
8359         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
8360         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
8361
8362 2002-07-31  Danny Siu  <dsiu@adobe.com>
8363
8364         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
8365         when splitting malformed messages without message-id
8366
8367 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8368         From Niklas Morberg <niklas.morberg@axis.com>.
8369
8370         * nnweb.el (nnweb-type, nnweb-type-definition)
8371         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
8372         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
8373         functionality.
8374         * nnweb.el: Removed old non-functioning search engines.
8375
8376 2002-07-27  Simon Josefsson  <jas@extundo.com>
8377
8378         * message.el (message-forward-make-body): Don't use
8379         `message-forward-ignored-headers' when doing a "raw" followup (it
8380         is important to preserve e.g. CTE).
8381
8382         * flow-fill.el (fill-flowed): Disable filladapt-mode.
8383
8384         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
8385         regexp-quote, Cyrus Sieve is fixed.
8386
8387         * sieve-manage.el (sieve-manage-deletescript): New function.
8388
8389         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
8390         (sieve-manage-mode): Fix menubar.
8391         (sieve-activate): Change some messages.
8392         (sieve-deactivate-all): New function.
8393         (sieve-deactivate): New alias.
8394         (sieve-remove): New function.
8395         (sieve-help): Fix help.
8396         All suggested by Ned Ludd.
8397
8398 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
8401         (mm-w3m-safe-url-regexp): New user option.
8402
8403         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
8404         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
8405
8406 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
8407
8408         * gnus-sum.el (gnus-summary-delete-article): Force
8409         nnmail-expiry-target to 'delete, so that absolute deletion
8410         happens when absolute deletion is requested.
8411
8412 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8413         From Nevin Kapur <nevin@jhu.edu>.
8414
8415         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
8416         headers as empty headers.
8417
8418 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8419         From Jochen Hein <jochen@jochen.org>.
8420
8421         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
8422         correct typo.
8423         (gnus-emphasis-strikethru): New face.
8424
8425 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8426         From Jason Merrill <jason@redhat.com>.
8427
8428         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
8429         entire file for each of a sequence of missing articles.
8430
8431         * gnus-salt.el (gnus-binary-display-article): Respect an existing
8432         value for gnus-view-pseudos.
8433
8434         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
8435         avoid nreverse.
8436
8437 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8438         From Ted Zlatanov <teodor.zlatanov@divine.com>.
8439
8440         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
8441         (gnus-summary-mode-line-format-alist): Add %h for number of
8442         spams.
8443         (gnus-newsgroup-spam-marked): New variable.
8444         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
8445         (gnus-article-read-p, gnus-article-mark)
8446         (gnus-set-global-variables, gnus-set-global-variables)
8447         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
8448         (gnus-summary-mark-article-as-unread)
8449         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
8450         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
8451         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
8452
8453 2002-07-10  Simon Josefsson  <jas@extundo.com>
8454
8455         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
8456         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
8457
8458 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
8459
8460         * gnus-sum.el (gnus-summary-delete-article): Respect group
8461         parameters while expiring.
8462
8463 2002-07-08  Simon Josefsson  <jas@extundo.com>
8464
8465         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
8466         Enberg.
8467
8468 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8469
8470         * gnus-art.el (article-unsplit-urls): Only display MIME when this
8471         function is called interactively.  From Niklas Morberg.
8472
8473 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8474
8475         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
8476         cdaar to cdar and car.
8477
8478         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
8479         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
8480
8481 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8482
8483         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
8484         don't break a narrowed article.
8485
8486         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
8487         (nntp-open-via-rlogin-and-telnet): Ditto.
8488
8489 2002-07-02  Didier Verna  <didier@xemacs.org>
8490
8491         * nnmail.el (nnmail-split-methods): fix custom type.
8492
8493 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8494
8495         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
8496         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
8497
8498 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8499
8500         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
8501         (gnus-summary-resend-message): Use it.
8502
8503 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8504
8505         * nntp.el (nntp-via-rlogin-command-switches): New variable.
8506         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
8507
8508 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8509
8510         * message.el (message-font-lock-keywords): Don't fontify
8511         headers in the message body, only in the header.
8512         (message-font-lock-make-header-matcher): New function, used by
8513         message-font-lock-keywords.
8514         From Katsumi Yamaoka <yamaoka@jpl.org>.
8515
8516 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8517
8518         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
8519
8520 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8521
8522         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
8523
8524 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8525
8526         * message.el (message-font-lock-keywords): Revert 2002-06-22
8527         change.
8528
8529 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8530
8531         * message.el (message-font-lock-keywords): Put colon in header
8532         name match.
8533
8534 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8535
8536         * message.el (message-font-lock-keywords): Don't use header faces
8537         in the body.  Thanks to Stefan Monnier for the hint on the
8538         implementation.
8539
8540 2002-05-09  Miles Bader  <miles@gnu.org>
8541
8542         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
8543         (gnus-article-hide-citation): Respect it.
8544
8545 2002-04-12  Juanma Barranquero  <lektu@terra.es>
8546
8547         * pop3.el (pop3-open-server): Fix typo.
8548
8549 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
8550
8551         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
8552         instead of push to ignore duplicate to-(list|address) values.
8553         * nnmail.el (nnmail-cache-ignore-groups): New.
8554         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
8555
8556 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8557
8558         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
8559         before sending.  Suggested by Jan Rychter.
8560
8561 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8562
8563         * dgnushack.el (remove): New compiler macro.
8564         (last, coerce, subseq): Remove compiler macros for those built-in
8565         or unused functions.
8566
8567 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8568
8569         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
8570         sure to write byte-compiled versions of gnus-*-format-alist to
8571         .newsrc.eld.  From Simon Josefsson.
8572
8573 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8574
8575         * gnus-agent.el (gnus-agent-read-servers)
8576         (gnus-agent-write-servers): Put server name (string like
8577         "nnchoke:frumple") in the file instead of a server specification
8578         (Lisp expression like (nnchoke "frumple" ...parameters...)).
8579         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
8580
8581 2002-06-16  Simon Josefsson  <jas@extundo.com>
8582
8583         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
8584         Reiner Steib <4uce.02.r.steib@gmx.net>.
8585
8586 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8587
8588         * nnheader.el (nnheader-file-name-translation-alist): Set the
8589         default value for MS Windows systems.
8590
8591         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
8592
8593 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8594
8595         * message.el (message-beginning-of-line): Keep the region active
8596         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
8597
8598 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
8599
8600         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
8601         * gnus-msg.el (gnus-summary-reply): Ditto.
8602         * gnus-msg.el (gnus-summary-handle-replysign): New.
8603
8604 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * message.el (message-send-mail-with-sendmail): Kill errbuf even
8607         if sending failed.
8608
8609 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
8610
8611         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
8612         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
8613         to sign while encrypting.
8614
8615 2002-06-11  Simon Josefsson  <jas@extundo.com>
8616
8617         * gnus-int.el (gnus-request-move-article): Agent expire article if
8618         successfuly moved.
8619
8620         * nnweb.el (nnweb-google-create-mapping): Honors the value of
8621         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
8622
8623 2002-06-10  Simon Josefsson  <jas@extundo.com>
8624
8625         * gnus-int.el (gnus-request-expire-articles): Fix last change?
8626
8627 2002-06-09  Simon Josefsson  <jas@extundo.com>
8628
8629         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
8630
8631         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
8632
8633 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8634
8635         * flow-fill.el (fill-flowed): Ignore errors.
8636
8637 2002-06-06  Simon Josefsson  <jas@extundo.com>
8638
8639         * message.el (message-send-mail-with-sendmail): Improve error message.
8640
8641 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8642
8643         * message.el (message-interactive): Change default from nil to t.
8644         Better to be safe than to be fast.
8645
8646 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8647
8648         * message.el (message-send-mail-with-sendmail): Check return value
8649         from call-process-region.
8650
8651 2002-06-04  Simon Josefsson  <jas@extundo.com>
8652
8653         * gnus-msg.el (gnus-group-mail, gnus-group-news)
8654         (gnus-group-post-news, gnus-summary-mail-other-window)
8655         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
8656         gnus-article-copy to nil, thereby inhibiting the `header' posting
8657         style match to use data from last viewed article.
8658         Suggested by Hrvoje Niksic.
8659
8660 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8661
8662         * spam.el (spam-point-at-eol): New alias.
8663         (spam-parse-whitelist): Use it.
8664
8665 2002-06-03  Simon Josefsson  <jas@extundo.com>
8666
8667         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
8668         (nnmail-article-group): Use it.
8669
8670 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8671
8672         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
8673         so that code reading them won't be surprised.  From Jesper Harder
8674         <harder@ifa.au.dk>.
8675
8676 2002-05-29  Simon Josefsson  <jas@extundo.com>
8677
8678         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
8679         articles.
8680
8681         * gnus.el (gnus-agent-cache): Doc fix.
8682         (gnus-agent): Change default to t.
8683
8684         * gnus-agent.el (gnus-agent-expire): Make it accept optional
8685         ARTICLES, GROUP and FORCE parameters.
8686
8687 2002-05-28  Simon Josefsson  <jas@extundo.com>
8688
8689         * gnus-group.el (gnus-group-line-format): Doc fix.
8690
8691 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8692
8693         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
8694         original article before yanking.  From Jesper Harder
8695         <harder@ifa.au.dk>.
8696
8697 2002-05-26  Simon Josefsson  <jas@extundo.com>
8698
8699         * gnus-sum.el (gnus-summary-menu-split): New function.
8700         (gnus-summary-make-menu-bar): Split charset submenu.
8701         (gnus-summary-menu-maxlen): New variable.
8702         (gnus-summary-menu-split): Use it.
8703
8704 2002-05-25  Simon Josefsson  <jas@extundo.com>
8705
8706         * mml.el (mml-preview): Generate some headers.
8707
8708         * gnus.el (gnus-large-newsgroup): Fix :type.
8709
8710         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
8711         Agent cache NOV's by default now).
8712         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
8713
8714 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
8715
8716         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
8717         call to gnus-parent-id when we check for References loops.
8718         (gnus-summary-prepare-threads): Avoid simplifying every Subject
8719         twice by saving the simplified subject string in simp-subject.
8720
8721 2002-05-23  Simon Josefsson  <jas@extundo.com>
8722
8723         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
8724         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
8725
8726         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
8727         Niklas Morberg <niklas.morberg@axis.com>.
8728
8729 2002-05-22  Simon Josefsson  <jas@extundo.com>
8730
8731         * sieve.el (sieve-change-region): Define it before it is used.
8732
8733         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
8734         (gnus-summary-reply): Ask for confirmation when replying to news.
8735         Defaults to not ask.  From Benjamin Rutt
8736         <rutt+news@cis.ohio-state.edu>.
8737
8738         * nnimap.el (nnimap-nov-is-evil): Improve doc.
8739
8740 2002-05-21  Simon Josefsson  <jas@extundo.com>
8741
8742         * sieve-mode.el (sieve-manage): Fix autoloads.
8743
8744         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
8745         name (makes it work with recent Cyrus timsieved).
8746
8747 2002-05-20  Jason  <jbaker@cs.utah.edu>
8748         Trivial patch.
8749
8750         * gnus-art.el (gnus-request-article-this-buffer): Try
8751         reconnecting if you don't get the message.
8752
8753 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8754
8755         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
8756         Reply-To headers from the headers.
8757
8758 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8759
8760         * mm-url.el (mm-url-insert): Remove junk message.
8761
8762 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8763
8764         * nnslashdot.el (nnslashdot-request-list): Parse new html.
8765         (nnslashdot-use-front-page): New variable.
8766         (nnslashdot-request-list): Use it.
8767
8768         * mm-url.el (mm-url-timeout): New variable.
8769         (mm-url-retries): Ditto.
8770         (mm-url-insert): Use it.
8771
8772 2002-05-16  Simon Josefsson  <jas@extundo.com>
8773
8774         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
8775         (gnus-simplify-subject-functions): Mention g-s-a-w.
8776
8777 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
8778
8779         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
8780         nnmail-cache-insert.
8781         * nndiary.el (nndiary-request-accept-article): Ditto.
8782         * nnfolder.el (nnfolder-request-accept-article): Ditto.
8783         * nnimap.el (nnimap-request-accept-article): Ditto.
8784         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
8785         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
8786         * nnmbox.el (nnmbox-request-accept-article): Ditto.
8787         * nnmh.el (nnmh-request-accept-article): Ditto.
8788         * nnmail.el (nnmail-cache-insert): Change group to required,
8789         removed code which tried to figure out the group.
8790
8791 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
8792
8793         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
8794         messages. From Hans de Graaff <hans@degraaff.org>.
8795         * nnml.el (nnml-request-accept-article): Pass in the group name to
8796         nnmail-cache-insert, since it's available.
8797
8798 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8799
8800         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
8801
8802 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8803         From Florian Weimer <fw@deneb.enyo.de>.
8804
8805         * gnus.el (subscribed): New group parameter.
8806         (gnus-find-subscribed-addresses): Use it.
8807
8808 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
8809
8810         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
8811         the default for pgpmime to support pgp v2.
8812         * mml-sec.el (mml-signencrypt-style): New accessor function to
8813         allow users to get/set the signencrypt style more easily without
8814         frobbing the alist directly.
8815         * mml.el (mml-generate-mime-1): Use accessor function.
8816
8817 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8818
8819         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
8820         parenthesis for "<" and ">".  Suggested by Andreas Schwab
8821         <schwab@suse.de>.
8822
8823 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8824
8825         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
8826         when intuiting the group the message is written to.  From Josh
8827         Huber <huber@alum.wpi.edu>.
8828
8829 2002-05-06  Simon Josefsson  <jas@extundo.com>
8830
8831         * gnus-topic.el (gnus-group-topic-parameters): Work when group
8832         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
8833
8834 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
8835
8836         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
8837         argument, and fixed compiler warning. (added autoload for
8838         gpg-encrypt).
8839
8840 2002-05-04  Simon Josefsson  <jas@extundo.com>
8841
8842         * mml1991.el (mml1991-function-alist): Doc fix.
8843
8844         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
8845         doesn't exist (for previewing messages without having Gnus
8846         started).
8847
8848         * mm-util.el (mm-coding-system-priorities): Defcustom.
8849
8850         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
8851
8852 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
8853
8854         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
8855         default.
8856         * mml-sec.el:
8857         * mml-sec.el (mml-signencrypt-style): New.
8858         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
8859         argument `sign'.
8860         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
8861         signencrypt.
8862         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
8863         * mml.el (mml-generate-mime-1): Changed logic so a part which is
8864         both signed & encryped is processed in one operation. (rather than
8865         two separate ops: sign, then encrypt)
8866         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
8867         indication if a message is signed by an expired key.
8868         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
8869         enables combined sign & encrypt operation. (this was always on
8870         before).
8871         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
8872
8873 2002-05-01  Simon Josefsson  <jas@extundo.com>
8874
8875         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
8876         server.
8877         (nnimap-mailbox-info): defvar instead of defvoo.
8878
8879 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8880
8881         * gnus.el: Oort Gnus v0.06 is released.
8882
8883 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8884
8885         * lpath.el: Bind url-package-version.
8886
8887 2002-05-01  Simon Josefsson  <jas@extundo.com>
8888
8889         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
8890         filename before deleting the group itself, because the presence of
8891         a group filename decides if long filenames are used or not.
8892
8893         * gnus-art.el (gnus-button-alist): Don't inline
8894         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
8895         without also modifying g-button-alist.
8896         (gnus-button-alist): Fix type to allow variable as well as regexp.
8897         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
8898         themselves, variables to its contents.
8899         (gnus-button-entry): Ditto.
8900
8901 2002-05-01  Simon Josefsson  <jas@extundo.com>
8902
8903         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
8904         UIDNEXT as a string.
8905
8906         * nnimap.el (nnimap-string-lessp-numerical): New function.
8907         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
8908         integers.
8909
8910 2002-04-29  Simon Josefsson  <jas@extundo.com>
8911
8912         * nnmail.el (nnmail-cache-insert): Accept optional group
8913         parameter.
8914
8915         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
8916         n-r-g-a is disabled.
8917
8918 2002-04-29  Simon Josefsson  <jas@extundo.com>
8919
8920         * nnimap.el (nnimap-split-fancy): Fix doc.
8921         (nnimap-split-fancy): Fix doc.
8922
8923         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
8924         (nnimap-mailbox-info): New internal variable.
8925         (nnimap-retrieve-groups): Implement faster new mail check.
8926
8927         * nnimap.el (nnimap-split-articles): Support
8928         nnmail-cache-accepted-message-ids.
8929         (nnimap-request-accept-article): Ditto.
8930
8931         * imap.el (imap-mailbox-status-asynch): New command.
8932
8933 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
8934
8935         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
8936         are no subscribed mail groups.
8937         - Strip quoted names when comparing addresses
8938
8939 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
8940
8941         * mm-decode.el (mm-text-html-renderer): Change customize type to
8942         const.
8943
8944         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
8945         (gnus-debug-exclude-variables): do.
8946
8947 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8948
8949         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
8950         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
8951
8952 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8953
8954         * dns.el (dns-make-network-process): New macro.
8955         (query-dns): Use it.
8956
8957 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8958
8959         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
8960         article-buffer.
8961
8962         * mm-url.el (mm-url-package-name): New variable.
8963         (mm-url-package-version): New variable.
8964         (mm-url-insert-file-contents): Bind url-package-name and
8965         url-package-version here.
8966         * nnrss.el (nnrss-insert-w3): Move the bindings.
8967
8968         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
8969         url-package-version. Trivial change from Andrew J Cosgriff
8970         <ajc@polydistortion.net>
8971
8972         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
8973         attachments. Trivial change from Peter 'Luna' Runestig
8974         <peter@runestig.com>.
8975
8976 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
8977
8978         * nnkiboze.el (nnkiboze-request-scan): Call
8979         nnkiboze-possibly-change-group.
8980         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
8981         problems.
8982         (nnkiboze-generate-group): Set newsrc to the *highest* article
8983         number kibozed, not the lowest.
8984
8985 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
8986
8987         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
8988
8989 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8990         From Dan Christensen <jdc+news@uwo.ca>.
8991
8992         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8993         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8994         Recognize math postings.  Extract Date (now ignores "(15kb)").
8995         Extract email address using gnus-extract-address-components
8996         instead of just taking the first word.  Create Date and From
8997         headers for message which are missing these headers.  Get rid
8998         of spurious \\ lines (purely cosmetic).  Extend body-end and
8999         file-end regexps, to exclude more garbage from the message.
9000         Make URL rephrasing regexp more flexible, to match current
9001         format.
9002
9003 2002-04-23  Simon Josefsson  <jas@extundo.com>
9004
9005         * netrc.el: New file, functions copied from gnus-util.el by Ted
9006         Zlatanov <tzz@lifelogs.com>.
9007
9008         * gnus-util.el: Require netrc.
9009         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
9010         new code in netrc.el.
9011
9012 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9013
9014         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
9015         message-ignored-resent-headers, too.  From Matthieu Moy
9016         <Matthieu.Moy@imag.fr>.
9017
9018 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9019
9020         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
9021         boolean not a string
9022         * gnus-group.el (gnus-group-line-format): add description of %C
9023         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
9024           as %C
9025         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
9026
9027 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
9028
9029         * nnmaildir.el (nnmaildir-request-scan): typo: set
9030         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
9031         nnmail-get-new-mail for 'find-new-groups.
9032
9033 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
9034
9035         * nnmaildir.el (nnmaildir-request-update-info,
9036         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
9037         unnecessary calls to nnmaildir-request-scan.
9038
9039 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
9040
9041         * gnus-msg.el:
9042         * gnus-msg.el (gnus-message-replysign): New.
9043         * gnus-msg.el (gnus-message-replyencrypt): New.
9044         * gnus-msg.el (gnus-message-replysignencrypted): New.
9045         * gnus-msg.el (gnus-summary-reply): Use the three new variables
9046         (above) to automatically encrypt/sign to encrypted/signed
9047         messages.
9048         * message.el:
9049         * message.el (message-mode-map): Add keybinding for
9050         `message-to-list-only'
9051         * message.el (message-mode): Add description for
9052         `message-to-list-only'
9053         * message.el (message-to-list-only): New.
9054         * message.el (message-make-mft): Changed to use the cl loop macro,
9055         and added optional flag to return only the matched list. (for use
9056         in new message-to-list-only function)
9057
9058 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
9059
9060         * gnus-msg.el:
9061         * gnus-msg.el (gnus-message-replysign):
9062         * gnus-msg.el (gnus-replysign): New.
9063         * gnus-msg.el (gnus-replyencrypt): New.
9064         * gnus-msg.el (gnus-replysignencrypted): New.
9065         * gnus-msg.el (gnus-summary-reply):
9066         * message.el:
9067         * message.el (message-mode-map):
9068         * message.el (message-mode):
9069         * message.el (message-to-list-only): New.
9070         * message.el (message-make-mft):
9071
9072 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9073
9074         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
9075
9076 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
9077
9078         * message.el (message-gen-unsubscribed-mft): accept a prefix
9079         argument so CC can be included with C-u C-c C-f C-a
9080
9081 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9082         From Ted Zlatanov <teodor.zlatanov@divine.com>.
9083
9084         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
9085         Improve docstring.
9086         (spam-enter-blacklist): New command.
9087
9088         * gnus-sum.el (gnus-spam-mark): New mark.
9089         (gnus-auto-expirable-marks): Add gnus-spam-mark.
9090         (gnus-summary-make-tool-bar): Correct conditional.
9091         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
9092         (gnus-summary-mark-as-spam): New command.
9093
9094 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
9095
9096         * mml-sec.el (mml-secure-message): changed to support arbritrary
9097         modes.
9098         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
9099         changed to support "signencrypt" mode.
9100         * mml.el (mml-parse-1): changed to support different secure modes
9101         more easily. (for signencrypt)
9102
9103 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
9104
9105         * gnus-sum.el (gnus-update-summary-mark-positions)
9106         (gnus-summary-toggle-header):
9107         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
9108         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
9109         (gnus-uu-post-encoded):
9110         * nnfolder.el (nnfolder-possibly-change-group):
9111         * nnimap.el (nnimap-retrieve-headers):
9112         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
9113
9114 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
9115
9116         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
9117         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
9118
9119 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9120
9121         * gnus-srvr.el (gnus-server-set-info): Clear
9122         `gnus-server-method-cache' when `gnus-server-alist' is changed.
9123         From Daiki Ueno <ueno@unixuser.org>.
9124
9125 2002-04-11  Simon Josefsson  <jas@extundo.com>
9126
9127         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
9128         viewing of security buttons.  Thanks to Nicolas Kowalski
9129         <Nicolas.Kowalski@imag.fr>.
9130
9131         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
9132         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
9133         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
9134         <Nicolas.Kowalski@imag.fr>.
9135         (smime-decrypt-buffer): Ditto.
9136
9137 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9138
9139         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
9140         header line.
9141
9142 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
9143
9144         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
9145
9146 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9147
9148         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
9149
9150 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
9151
9152         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
9153         errors when debug.
9154
9155 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
9156
9157         * message.el (message-make-mft): Changed MFT code from using
9158         message-recipients (which included Bcc) to use only the To and CC
9159         headers.
9160
9161 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9162
9163         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
9164         add link.
9165         (gnus-treat-mail-picon): Ditto.
9166         (gnus-treat-newsgroups-picon): Ditto.
9167         (gnus-picon-databases): Fix custom type.
9168         (gnus-picon-databases): Add link.
9169         (gnus-article-x-face-command): Add to gnus-picon group.
9170
9171 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
9172
9173         * message.el (message-buffer-naming-style): Remove.
9174
9175 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9176
9177         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
9178
9179         * message.el (message-tool-bar-map): Ditto.
9180
9181         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9182
9183 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9184
9185         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
9186
9187 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
9188
9189         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
9190
9191 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
9192         Trivial patch.
9193
9194         * dns.el: open-network-stream under XEmacs does udp.
9195
9196 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
9197
9198         * spam.el (spam-enter-whitelist): New function.
9199         (spam-parse-whitelist): Ditto.
9200         (spam-refresh-list-cache): Ditto.
9201         (spam-address-whitelisted-p): New function.
9202
9203         * dns.el (query-dns): Use TCP when make-network-process isn't
9204         available.
9205         (dns-servers): New variable.
9206         (dns-parse-resolv-conf): New function.
9207         (query-dns): Use it.
9208
9209         * spam.el: New file.
9210
9211         * dns.el (query-dns): Test.
9212
9213 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9214
9215         * lpath.el (featurep): Bind make-network-process.
9216
9217 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
9218
9219         * nnmaildir.el: Use defstruct.  Use a single copy of
9220         nnmail-extra-headers to save memory.  Store server's group name
9221         prefix instead of each group's prefixed name.
9222         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
9223         nntp-server-buffer.
9224
9225 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9226
9227         * dns.el: New file.
9228
9229 2002-03-28  Simon Josefsson  <jas@extundo.com>
9230
9231         * gnus-sum.el (gnus-summary-dummy-line-format):
9232         * gnus.el (gnus-summary-line-format): Fixing links to Info.
9233         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
9234
9235 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9236
9237         * gnus-sum.el (gnus-summary-move-article)
9238         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
9239         the doc string.
9240
9241 2002-03-28  Simon Josefsson  <jas@extundo.com>
9242
9243         * mml-sec.el (mml-secure-message): Search after
9244         mail-header-separator from top of message.
9245
9246 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
9247
9248         * nnmaildir.el: Cosmetic changes.
9249         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
9250         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
9251         nnmaildir--group-ls): New macros/functions.  Use them.
9252         (nnmaildir--unlink): Evalutate argument only once.
9253
9254 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
9255
9256         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
9257         symbols.
9258         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
9259         `gnus-point-at-eol'.
9260
9261 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
9262
9263         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
9264         nnmaildir--marks-dir): New macros.  Use them.
9265         Use inhibit-quit for atomicity instead of in-memory journaling.
9266         (nnmaildir--edit-prep): New function.
9267         (Local Variables): Use it.
9268
9269 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
9270
9271         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9272
9273 2002-03-25  Simon Josefsson  <jas@extundo.com>
9274
9275         * message.el (message-mode): Fix doc.
9276
9277 2002-03-25  Simon Josefsson  <jas@extundo.com>
9278
9279         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
9280         Matthieu Moy <Matthieu.Moy@imag.fr>.
9281
9282 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
9283
9284         * mml-sec.el (mml-unsecure-message): Add docstring.
9285
9286 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
9287
9288         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
9289         value.
9290         Trivial change from andre@slamdunknetworks.com
9291
9292 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
9293
9294         * mml.el (mml-mode-map): Added a keybinding for
9295         `mml-unsecure-message'.  Also, added a menu entry for said
9296         function in the Attachments menu.
9297
9298 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9299
9300         * canlock.el (canlock-version): Remove.
9301         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
9302         here; simplify \x insertions.
9303         (canlock-sha1): New function, always return a unibyte string.
9304         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
9305         of a password.
9306         (canlock-insert-header): Use `canlock-sha1'.
9307         (canlock-verify): Ditto.
9308
9309 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
9310
9311         * message.el (message-fix-before-sending): Add an option that
9312         ignores illegible text.
9313         Trivial change from Mark Milhollan <mlm@attglobal.net>
9314
9315         * message.el (message-font-lock-keywords): Support multi-line MML
9316         tags.
9317
9318         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
9319         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
9320
9321 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9322
9323         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
9324         symbols for "View as different encoding" submenu.
9325
9326 2002-03-19  Simon Josefsson  <jas@extundo.com>
9327
9328         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
9329         encoding" submenu.
9330
9331 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9332
9333         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
9334
9335 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9336
9337         * gnus-sum.el (gnus-sum-thread-tree-root)
9338         (gnus-sum-thread-tree-single-indent)
9339         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9340         (gnus-sum-thread-tree-leaf-with-other)
9341         (gnus-sum-thread-tree-single-leaf): Make customizable.
9342
9343 2002-03-16  Simon Josefsson  <jas@extundo.com>
9344
9345         * gnus-util.el (gnus-extract-address-components): Don't break on
9346         names such as James "Kibo" Parry.  From Francis Litterio
9347         <franl@world.std.com>.
9348
9349 2002-03-13  Simon Josefsson  <jas@extundo.com>
9350
9351         * pop3.el (pop3-open-server): Revert multibyte change.  From
9352         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9353
9354         * message.el (message-send-mail-with-qmail): Make it work.  From
9355         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9356
9357 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
9358
9359         * message.el (message-make-mft): Set case-fold-search while
9360         generating the MFT.  Also, a little cleanup in the MFT code.
9361
9362 2002-03-12  Simon Josefsson  <jas@extundo.com>
9363
9364         * message.el (message-qmail-inject-args): May be function.
9365         (message-send-mail-with-qmail): Call function if m-q-i-a is
9366         function.  From fn@hungry.org (Faried Nawaz).
9367
9368 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9369
9370         * message.el (message-abbrevs-loaded): Remove.
9371         (mailabbrev): Require it.
9372
9373         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
9374
9375 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9376
9377         * pop3.el (pop3-open-server): Set process buffer unibyte.
9378
9379 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9380
9381         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
9382
9383 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
9384
9385         * nnslashdot.el (nnslashdot-request-article): Remove javascript
9386         too.
9387
9388 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
9389
9390         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
9391         duplication.
9392         (gnus-summary-save-parts-type-history): Ditto.
9393         (gnus-summary-save-parts-last-directory): Ditto.
9394         Trivial change from andre@slamdunknetworks.com
9395
9396 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
9397
9398         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
9399
9400 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9401
9402         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
9403         -->" as the end of the first article.
9404
9405         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
9406         From Matthieu Moy <Matthieu.Moy@imag.fr>
9407
9408         * message.el (message-add-action): Use add-to-list.
9409         (message-delete-action): New function.
9410
9411         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
9412         pieces.
9413
9414 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
9415
9416         * nnnil.el: New file.
9417         * gnus.el (gnus-valid-select-methods): Include nnnil.
9418
9419 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9420
9421         * message.el (message-syntax-checks): Because canlock is
9422         supported, we disable sender syntax check.
9423         (message-shoot-gnksa-feet): Add cancel-messages option doc.
9424
9425         * gnus-draft.el (gnus-draft-send): If interactive, use its default
9426         value of message-syntax-checks.
9427
9428         * qp.el (quoted-printable-decode-region): Doc addition.
9429         From: Eli Zaretskii <eliz@is.elta.co.il>
9430
9431         * mail-source.el (make-source-make-complex-temp-name): Use
9432         make-temp-file.
9433
9434         * mm-util.el (mm-make-temp-file): New function.
9435         * nneething.el (nneething-file-name): Use it.
9436         * mml-smime.el (mml-smime-encrypt): Ditto.
9437         * mm-view.el (mm-inline-wash-with-file): Ditto.
9438         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
9439         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
9440         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
9441         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
9442         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
9443         * gnus-art.el (gnus-mime-print-part): Ditto.
9444
9445 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
9446
9447         * message.el (nnmaildir-article-number-to-base-name): New
9448         function.
9449         (nnmaildir-base-name-to-article-number): New function.
9450
9451 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9452
9453         * smime.el (smime-make-temp-file): Don't quote
9454         `temporary-file-directory'.
9455
9456 2002-03-04  Simon Josefsson  <jas@extundo.com>
9457
9458         * smime.el (smime-sign-region): Rename argument keyfiles to
9459         keyfile. You only sign something with one key.
9460         (smime-sign-buffer): Better completing-read prompt.
9461         (smime-decrypt-buffer): Ditto.
9462
9463         * smime.el (smime-make-temp-file): Make it work under XEmacs.
9464
9465         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
9466         completing-read.
9467         (mm-view-pkcs7-decrypt): CRLF->LF.
9468
9469 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
9470
9471         * message.el (message-hierarchical-addresses): New variable.
9472         (message-get-reply-headers): Use it.
9473         From Ted Zlatanov <teodor.zlatanov@divine.com>
9474
9475 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9476
9477         * message.el (message-mode): If buffer-file-name, don't set auto
9478         save file name.
9479         Trivial change from Geoff Greene <ggreene@wpi.edu>
9480
9481 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9482
9483         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
9484         takes one argument in read-char.
9485
9486         * message.el (message-fix-before-sending): Forward a char.
9487         Check mmu-multibyte-p, add control-1.
9488
9489 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9490
9491         * gnus-start.el (gnus-read-init-file): Ditto.
9492
9493         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
9494
9495         * dgnushack.el (dgnushack-make-load): Ditto.
9496
9497         * mail-source.el (mail-source-fetch): Extract the right error
9498         code.
9499
9500         * message.el (message-fix-before-sending): Check illegible text.
9501
9502         * gnus-util.el (gnus-multiple-choice): New function.
9503
9504         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
9505         also defined in gnus-score.el.
9506
9507 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
9508
9509         * message.el (message-get-reply-headers): downcase email addresses
9510         for comaparisons for duplicate removal.
9511
9512 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9513
9514         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
9515         implementation of PKCS#7, which just allows users read the
9516         message.
9517         (mm-view-pkcs7): Use it.
9518
9519 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
9520
9521         * gnus.el (large-newsgroup-initial): New parameter.
9522
9523         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
9524         (gnus-summary-insert-old-articles): Ditto.
9525
9526 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
9527
9528         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
9529         used as the default answer of the question, "How many articles?".
9530         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9531
9532         * nnagent.el (nnagent-retrieve-headers): Remove articles with
9533         small numbers.
9534
9535 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
9536
9537         * deuglify.el: Fix comments.
9538
9539 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
9540
9541         * html2text.el (html2text-clean-anchor): If there is no HREF,
9542         insert nothing.
9543
9544         * mml.el (mml-generate-mime-1): Add cdr.
9545         From: andre@slamdunknetworks.com
9546
9547         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
9548         (mm-text-html-washer-alist): Ditto.
9549
9550         * mm-decode.el (mm-text-html-renderer): Add html2text.
9551
9552         * html2text.el: Face lift.
9553
9554         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
9555
9556 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
9557
9558         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
9559
9560         * deuglify.el: Change copy right. Add autoload. Add coding-system.
9561
9562         * deuglify.el: New file. The original file name is
9563         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
9564
9565         * mm-decode.el (mm-display-external): Use
9566         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
9567
9568 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
9569
9570         * nnmaildir.el (nnmaildir-request-list): Report the highest
9571         article number, not the total number of articles.
9572
9573 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
9574
9575         * gnus-sum.el: Move uu key map here.
9576         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
9577
9578 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
9579
9580         * nnmaildir.el (nnmaildir-request-expire-articles): Use
9581         nnmail-expiry-wait* if expire-age parameter is not set.
9582
9583 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
9584
9585         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
9586         function.
9587         (gnus-group-sort-selected-groups-by-real-name): New function.
9588         (gnus-group-make-menu-bar): Add sort by real name.
9589
9590         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
9591         rebuild.
9592         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
9593         nil as dependencies as well.
9594
9595 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
9596
9597         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
9598         for mime-parts.
9599
9600         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
9601
9602         * gnus-group.el (gnus-group-name-decode): Don't test
9603         multibyte-string, because it breaks XEmacs.
9604         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
9605
9606         * message.el (message-send-mail): Be talkative.
9607
9608         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
9609         (mm-automatic-display): Ditto.
9610
9611         * mailcap.el (mailcap-mime-data): Ditto.
9612         From: Reiner Steib <4uce.02.r.steib@gmx.net>
9613
9614 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9615
9616         * many files: Remove trailing whitespaces, replace spc+tab with
9617         tab, replace leading whitespaces with tabs.
9618
9619 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
9620
9621         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
9622         articles with no body and no blank line after the header.
9623
9624 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9625
9626         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
9627         parts.
9628
9629         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
9630         non-ascii chars.
9631
9632         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9633
9634         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
9635         w3-delay-image-loads.
9636         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
9637         (mm-w3-prepare-buffer): Ditto.
9638
9639         * mail-source.el (mail-source-fetch-directory): Run scripts.
9640
9641 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9642
9643         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
9644         for Majordomo confirmations.
9645
9646 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9647
9648         * gnus-fun.el (gnus-respond-to-confirmation): New command.
9649
9650 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9651
9652         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
9653
9654 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
9655
9656         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
9657         References header field.  From Mark Thomas <mthomas@cmu.edu>.
9658
9659 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9660
9661         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
9662         (mm-inline-render-with-stdin): Ditto.
9663         (mm-inline-render-with-function): Ditto.
9664         (mm-inline-wash-with-file): Bind coding-system-for-write.
9665         (mm-inline-wash-with-stdin): Ditto.
9666
9667 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9668
9669         Suggested by Felix Natter <fnatter@gmx.net>
9670
9671         * gnus-art.el (gnus-mime-view-part-externally): Rename from
9672         gnus-mime-externalize-view.
9673         (gnus-mime-view-part-internally): Rename from
9674         gnus-mime-internalize-view.
9675         (gnus-article-view-part-externally): Rename from
9676         gnus-article-externalize-part.
9677         (gnus-mime-action-alist): Change correspondingly.
9678         (gnus-mime-button-commands): Ditto.
9679         (gnus-mime-action-alist): Remove duplication.
9680
9681         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
9682
9683 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9684
9685         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
9686
9687         * gnus-art.el (gnus-display-mime): Use it.
9688
9689         * mm-partial.el (mm-partial-find-parts): Use it.
9690
9691         * gnus-sum.el (gnus-article-loose-mime): Rename from
9692         gnus-article-no-strict-mime.
9693         (gnus-summary-save-parts): Use it.
9694
9695 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9696
9697         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
9698         local variable.
9699
9700         * gnus-art.el (article-display-x-face): Don't sort multiple
9701         X-Faces.
9702
9703 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9704
9705         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
9706         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
9707
9708         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
9709
9710 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9711
9712         Some ideas is inspired by code from Hrvoje Niksic
9713         <hniksic@arsdigita.com>
9714
9715         * gnus-art.el (gnus-article-wash-function): Set the default to
9716         nil, so that we use mm-text-html-renderer instead.
9717         (article-wash-html): Use mm-text-html-renderer.
9718
9719         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
9720         (mm-text-html-renderer): New variable.
9721         (mm-inline-text-html-renderer): Set the default to nil, so that we
9722         use mm-text-html-renderer instead.
9723
9724         * mm-view.el (mm-inline-text-html): New function.
9725         (mm-text-html-renderer-alist): New variable.
9726         (mm-inline-text-vcard): New function.
9727         (mm-inline-text): Split.
9728         (mm-links-remove-leading-blank): New function.
9729         (mm-inline-render-with-file): New function.
9730         (mm-inline-render-with-stdin): New function.
9731         (mm-inline-render-with-function): New function.
9732         (mm-text-html-washer-alist): New variable.
9733         (mm-inline-wash-with-file): New function.
9734         (mm-inline-wash-with-stdin): New function.
9735
9736 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9737
9738         * message-utils.el: Fix installation doc.
9739         From: Reiner Steib <4uce.02.r.steib@gmx.net>
9740
9741 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
9742
9743         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
9744         (gnus-post-method): Use it.
9745         (gnus-summary-cancel-article): Find the correct post-method.
9746
9747         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
9748         * message.el (message-send-news): Ditto.
9749         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
9750         <ipmonger@delamancha.org>
9751
9752         * gnus.el (gnus-select-method): Fix doc.
9753         (gnus-server-string): Use 'using nntp'.
9754
9755         * gnus-agent.el (gnus-slave-unplugged): New command.
9756         From: Felix Natter <fnatter@gmx.net>
9757
9758 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9759
9760         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
9761         Call edit-done-function first, then change the window
9762         configuration.
9763         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
9764         (gnus-article-edit-mode): mml-mode.
9765
9766         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
9767         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
9768
9769         * message-utils.el: Adopt the file.
9770
9771         * message-utils.el: New file.
9772         From Holger Schauer <Holger.Schauer@gmx.de>
9773
9774 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
9775
9776         * gnus-sum.el (gnus-summary-move-article): Select-article only
9777         when gnus-move-split-methods is non-nil. And we don't render or
9778         mark the article.
9779
9780         * gnus-fun.el (gnus-shell-command-to-string): New function.
9781         (gnus-shell-command-on-region): New function.
9782         (gnus-random-x-face): Use them.
9783         (gnus-x-face-from-file): Ditto.
9784         (gnus-convert-image-to-gray-x-face): Ditto.
9785         (gnus-convert-gray-x-face-to-xpm): Ditto.
9786         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
9787
9788 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9789
9790         * gnus-art.el (gnus-treat-display-xface): Don't use
9791         `shell-command-to-string' when compiling.
9792         (gnus-treat-display-grey-xface): Ditto.
9793
9794 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
9795
9796         * nnmaildir.el (nnmaildir--article-count): If the group is
9797         completely empty, report minimum article number as 1 instead of 0.
9798
9799 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
9800
9801         * gnus-agent.el (gnus-get-predicate): Use nconc.
9802
9803         * gnus-sum.el (gnus-summary-display-make-predicate): Use
9804         gnus-summary-display-cache as cache.
9805
9806         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
9807         (nndoc-mail-in-mail-type-p): New function.
9808         (nndoc-mail-in-mail-article-begin): New function.
9809
9810 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9811
9812         * mailcap.el (mailcap-mime-data): Use enriched-decode.
9813
9814         * gnus-cite.el (gnus-article-fill-cited-article): Bind
9815         use-hard-newlines to nil.
9816
9817         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
9818         image is not available if window-system is not available.
9819
9820         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
9821
9822 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9823
9824         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
9825         bookmark, because update-mark doesn't handle it correctly.
9826
9827 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
9828
9829         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
9830         directly instead of calling message-send-mail.
9831
9832         * gnus-start.el (gnus-read-descriptions-file): Use
9833         gnus-default-charset.
9834
9835         * mm-util.el (mm-guess-mime-charset): New function.
9836
9837         * gnus.el (gnus-default-charset): Use it.
9838         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
9839         the default.
9840
9841 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9842
9843         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
9844         (article-display-x-face): Use it.  Disable grey xface, if
9845         uncompface is not found.
9846
9847         * message.el (message-mode): Don't enable multibyte on an indirect
9848         buffer.
9849
9850         * nnrss.el (nnrss-content-function): New variable.
9851         (nnrss-request-article): Use it.
9852
9853 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9854
9855         * gnus.el: Add article-unsplit-urls.
9856         * gnus-sum.el: Ditto.
9857         * gnus-art.el (gnus-treat-strip-cr): New variable.
9858         (gnus-treatment-function-alist): Use it.
9859         (article-unsplit-urls): New function.
9860         (gnus-article-make-menu-bar): Use it.
9861         From: Michael Cook <michael.cook@cisco.com>
9862
9863 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9864
9865         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
9866         copy.
9867
9868 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
9869
9870         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
9871         with internal whitespace.
9872         (gnus-parent-id): Ditto.
9873
9874 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
9875
9876         * gnus-art.el (gnus-article-treat-body-boundary): Add
9877         gnus-decoration property.
9878         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
9879
9880         * message.el (message-mode): Set local-abbrev-table.
9881         From Matt Armstrong <matt@lickey.com>.
9882
9883         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
9884         too many spaces.
9885
9886         * rfc2047.el (rfc2047-unfold-region): Ditto.
9887         (rfc2047-decode-region): Don't unfold. Let
9888         gnus-article-treat-unfold-headers do it.
9889
9890         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
9891         From: Jesper Harder <harder@ifa.au.dk>
9892
9893 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9894
9895         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
9896         (gnus-configure-posting-styles): Use it.
9897         (gnus-configure-posting-styles): Remove trailing newspaces.
9898
9899 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9900
9901         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
9902         is non-nil.
9903
9904         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
9905
9906         * gnus.el (gnus-server-to-method): Switch position with
9907         gnus-server-get-method.
9908         (gnus-agent): Add doc.
9909
9910         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
9911         (gnus-summary-save-parts): Use it.
9912
9913         * gnus-art.el (gnus-display-mime): Use it.
9914         * mm-partial.el (mm-partial-find-parts): Use it.
9915
9916         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
9917
9918         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
9919         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
9920
9921         * nnagent.el (nnagent-request-expire-articles): Don't delete
9922         files.
9923
9924 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9925
9926         * message.el (message-gen-unsubscribed-mft): New function.
9927         From Sriram Karra <karra@cs.utah.edu>.
9928
9929         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
9930         open parenthesis.
9931
9932         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
9933         (mm-inline-text-html-render-with-w3): Ditto.
9934         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
9935         Suggested by Dave Love  <d.love@dl.ac.uk>.
9936
9937         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
9938
9939         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
9940         * nntp.el (nntp-send-command): Ditto.
9941         * nntp.el (nntp-send-command-nodelete): Ditto.
9942
9943 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9944
9945         * mm-url.el (mm-url-load-url): New function.
9946         (mm-url-insert-file-contents): Use it.
9947
9948         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
9949
9950         * message.el (message-forward-make-body): Correctly copy
9951         forward-buffer.
9952
9953         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
9954
9955 2002-02-04  Simon Josefsson  <jas@extundo.com>
9956
9957         * gnus-art.el (gnus-article-followup-with-original): Mark with
9958         force, prevent errors when following up from article buffer.
9959         (gnus-article-reply-with-original): Ditto.
9960
9961         * binhex.el (binhex-decoder-switches): Fix doc.  From
9962         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9963
9964 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9965
9966         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
9967         highlight-citation after emphasize.
9968
9969 2002-02-04  Simon Josefsson  <jas@extundo.com>
9970
9971         * nnfolder.el (nnfolder-open-marks):
9972
9973         * nnml.el (nnml-open-marks): Message when done.  From David
9974         Edmondson <dme@sun.com>.
9975
9976 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9977
9978         * imap.el (imap-anonymous-auth): Fix typo.
9979         From: Steinar Bang <sb@dod.no>
9980
9981         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
9982         save-excursion.
9983         (gnus-cache-braid-heads): Ditto.
9984
9985         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
9986         line, because there are extra articles in the overview buffer.
9987
9988         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
9989
9990         * message.el (message-forward-rmail-make-body): Directly use
9991         rmail-msg-restore-non-pruned-header to avoid calling
9992         vertical-motion.
9993
9994 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9995
9996         * gnus-cache.el (gnus-summary-insert-cached-articles):
9997         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
9998
9999         * gnus-group.el (gnus-group-mark-article-read): Nreverse
10000         gnus-newsgroups-unselected.
10001
10002         * gnus-agent.el (gnus-summary-set-agent-mark): Use
10003         gnus-add-to-sorted-list.
10004
10005         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
10006         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
10007         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
10008         (gnus-update-read-articles): UNREAD is sorted.
10009         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
10010         (gnus-newsgroup-marked, gnus-newsgroup-cached)
10011         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
10012         (gnus-newsgroup-dormant): Require sorted.
10013
10014         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
10015         directories.
10016         (gnus-dired-print): New function.
10017
10018         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
10019         ps-despool.
10020
10021 2002-02-02  Simon Josefsson  <jas@extundo.com>
10022
10023         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
10024
10025 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10026
10027         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
10028         t. This makes gnus-agent customizable without putting
10029         gnus-agentize into .gnus.
10030
10031         * gnus.el (gnus-agent): Make it customizable.
10032
10033         * gnus-dired.el: New file.
10034         From Benjamin Rutt <brutt@bloomington.in.us>
10035
10036         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
10037         if no article.
10038         (gnus-cache-possibly-remove-article): Ditto.
10039         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
10040
10041 2002-02-01  Simon Josefsson  <jas@extundo.com>
10042
10043         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
10044
10045 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
10048         (mm-setup-w3m): Don't bind keys listed in the above.
10049
10050 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
10053         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
10054         is non-nil; bind `w3m-force-redisplay' with nil.
10055
10056         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10057
10058         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
10059
10060 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10061
10062         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
10063         use mail-header-unfold-field.
10064
10065         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
10066         gnus-summary-limit.
10067
10068         * gnus-range.el (gnus-add-to-sorted-list): New function.
10069         * gnus-sum.el (gnus-mark-article-as-read): Use it.
10070         (gnus-mark-article-as-unread): Ditto.
10071         (gnus-summary-mark-article-as-unread): Ditto.
10072         (gnus-build-get-header): Ditto.
10073         (gnus-summary-prepare-threads): Ditto.
10074         (gnus-summary-insert-pseudos): Ditto.
10075         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
10076         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
10077         (gnus-summary-insert-old-articles): Ditto.
10078
10079         * gnus-msg.el (gnus-posting-styles): Add new format of header.
10080         (gnus-configure-posting-styles): Support the new format.
10081
10082         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
10083         edebug-form-spec to (sexp body).
10084         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
10085
10086         * message.el (message-reply-headers): Add doc.
10087
10088 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10089
10090         * gnus-group.el (gnus-group-delete-group): Nix the entry in
10091         gnus-cache-active-hashtb.
10092
10093         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
10094         (gnus-agent-summary-fetch-group): Use it.
10095
10096         * gnus-msg.el (gnus-debug-files): New variable.
10097         (gnus-debug-exclude-variables): New variable.
10098         (gnus-debug): Use them.
10099
10100         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
10101
10102 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10103
10104         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
10105         (message-mode-syntax-table): Move back the previous position.
10106
10107         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
10108
10109         * gnus-agent.el (gnus-agent-retrieve-headers): Use
10110         gnus-sorted-difference.
10111
10112         * nnsoup.el (nnsoup-request-expire-articles): Use
10113         gnus-sorted-difference.
10114
10115         * nnheader.el: Autoload gnus-sorted-difference.
10116
10117         * nnfolder.el (nnfolder-request-expire-articles): Use
10118         gnus-sorted-difference.
10119
10120         * gnus-cache.el (gnus-cache-retrieve-headers): Use
10121         gnus-sorted-difference.
10122
10123         * gnus-range.el: Autoload cookies.
10124         (gnus-sorted-difference): New function.
10125         (gnus-sorted-ndifference): New function.
10126         (gnus-sorted-nintersection): Rename from
10127         gnus-set-sorted-intersection.
10128         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
10129         (gnus-list-range-difference): Rename from
10130         gnus-inverse-list-range-intersection.
10131         (gnus-inverse-list-range-intersection): Use defalias.
10132
10133         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
10134         gnus-sorted-ndifference, and gnus-sorted-nintersection.
10135         (gnus-articles-to-read): Use gnus-sorted-difference.
10136         (gnus-summary-limit-mark-excluded-as-read): Use
10137         gnus-sorted-intersection and gnus-sorted-ndifference.
10138         (gnus-list-of-read-articles): Use gnus-list-range-difference.
10139         (gnus-summary-insert-articles): Use gnus-sorted-difference.
10140
10141         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
10142
10143 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
10146         property to the buffer for using emacs-w3m command keys.
10147
10148         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
10149         option.
10150
10151         * mm-view.el (mm-w3m-mode-map): New variable.
10152         (mm-w3m-mode-command-alist): New variable.
10153         (mm-w3m-minor-mode): Removed.
10154         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
10155         (mm-inline-text-html-render-with-w3m): Add keymap property to the
10156         buffer for using emacs-w3m command keys.
10157
10158 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10159
10160         * message.el (message-mode-syntax-table): Move forward.
10161         (message-cite-prefix-regexp): Auto detect non word constituents.
10162         (message-cite-prefix-regexp): Don't use with-syntax-table.
10163
10164         * gnus-sum.el (gnus-summary-update-info): Use
10165         gnus-list-range-intersection.
10166
10167         * gnus-agent.el (gnus-agent-fetch-headers): Use
10168         gnus-list-range-intersection.
10169
10170         * gnus-range.el (gnus-range-normalize): Use correct predicate.
10171         (gnus-list-range-intersection): Use it.
10172         (gnus-inverse-list-range-intersection): Ditto.
10173         (gnus-sorted-intersection): Add doc.
10174         (gnus-set-sorted-intersection): Add doc.
10175         (gnus-sorted-union): New function.
10176         (gnus-set-sorted-union): New function.
10177
10178         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
10179         (gnus-inverse-list-range-intersection): Ditto.
10180
10181 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
10182
10183         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
10184
10185         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
10186         and permit `:' and `\' in order to handle full Windows pathnames.
10187         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
10188         technically not correct per standard, but seems to have common use.
10189
10190 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10191
10192         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
10193         replacing numbers.
10194
10195 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
10196
10197         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
10198
10199         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
10200         Don't split when the window is small, e.g. when a small *BBDB*
10201         window is the lowest one.
10202
10203         * gnus-agent.el (gnus-agent-retrieve-headers): Use
10204         nnheader-find-nov-line to speed up. Use nreverse, because it is
10205         sorted. Use nnheader-insert-nov-file.
10206
10207 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10208
10209         * mm-decode.el (mm-inline-text-html-with-images): New user option.
10210
10211         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
10212         of `w3m-display-inline-images' with the value of
10213         `mm-inline-text-html-with-images'.
10214         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
10215
10216         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10217
10218 2002-01-27  Richard M. Stallman  <rms@gnu.org>
10219
10220         * time-date.el: Add autoload cookies.  Many doc fixes.
10221         (time-add): New function.
10222         (time-subtract): Renamed from subtract-time.
10223         (subtract-time): New alias for time-subtract.
10224
10225 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10226
10227         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
10228         emacs-w3m in doc-string.
10229
10230         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
10231         `w3m-current-buffer'.
10232
10233 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10234
10235         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
10236
10237         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
10238         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
10239         (mm-w3m-cid-retrieve): New function.
10240         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
10241
10242 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
10243
10244         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
10245
10246 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10247
10248         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
10249
10250 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10251
10252         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
10253         32K.
10254
10255         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
10256
10257         * nnmail.el (nnmail-article-group): Decode headers before running
10258         split rules over them.
10259         (nnmail-mail-splitting-charset): New variable.
10260
10261         * smiley.el: Replaced with smiley-ems.el.
10262
10263 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
10264
10265         * mm-url.el (mm-url-predefined-programs): Add w3m.
10266         (mm-url-program): Ditto.
10267
10268 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10269
10270         * nnml.el (nnml-use-compressed-files): New variable.
10271         (nnml-filenames-are-evil): Removed.
10272         (nnml-current-group-article-to-file-alist): Don't use.
10273         (nnml-update-file-alist): Inhibit.
10274         (nnml-article-to-file): Use new var.
10275
10276 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
10277
10278         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
10279
10280         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
10281
10282 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10283
10284         * gnus-agent.el (gnus-agent-load-alist): Use new caching
10285         function.
10286
10287         * gnus-util.el (gnus-cache-file-contents): New function.
10288
10289         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
10290         (gnus-agent-load-alist): Use it.
10291
10292         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
10293
10294         * nnheader.el (nnheader-insert-nov-file): New function.
10295
10296         * gnus-util.el (gnus-parse-without-error): Correct the loop.
10297
10298         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
10299         there are no references.
10300         (gnus-extract-message-id-from-in-reply-to): New function.
10301         (gnus-nov-parse-line): Use in-reply-to if there are no
10302         references.
10303
10304 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10305
10306         * nnagent.el (nnagent-retrieve-headers): Use new macro.
10307
10308         * gnus-util.el (gnus-parse-without-error): New macro.
10309
10310 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
10311
10312         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
10313         (gnus-article-wash-function): use locate-library to decide which
10314         to use.
10315
10316 2002-01-25  Simon Josefsson  <jas@extundo.com>
10317
10318         * pop3.el (pop3-munge-message-separator): Work if no date.
10319         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
10320
10321 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10322
10323         * gnus-agent.el (gnus-agent-save-alist): Fix.
10324
10325         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
10326         mistake.  Reinstated lost code.
10327
10328 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
10329
10330         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
10331         one exists in the case of an encrypted message with an internal
10332         signature.
10333
10334 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10335
10336         * gnus-agent.el (gnus-agent-save-alist): Optimized.
10337
10338 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * dgnushack.el: Commented out the experimental code.
10341
10342 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10343
10344         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
10345         error.
10346
10347         * gnus.el (gnus-server-to-method): Made into subst.
10348         (gnus-server-method-cache): New variable.
10349         (gnus-server-to-method): Use it.
10350         (gnus-group-method-cache): New variable.
10351         (gnus-find-method-for-group-1): Renamed.
10352         (gnus-find-method-for-group): New function.
10353         (gnus-group-method-cache): Removed.
10354
10355         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
10356         function.
10357
10358         * gnus-range.el (gnus-members-of-range): New function.
10359         (gnus-list-range-intersection): Renamed.
10360         (gnus-inverse-list-range-intersection): New function.
10361
10362         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
10363
10364         * nnagent.el (nnagent-retrieve-headers): New implementation.
10365
10366         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
10367         implementation.
10368
10369 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10370
10371         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
10372         `w3m-meta-content-type-charset-regexp'.
10373
10374         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
10375         charset-encoded html contents.
10376
10377 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
10378
10379         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
10380         an empty file.
10381
10382         * nnweb.el (url): Ignore errors when request url.
10383
10384         * nnrss.el: Clean up the comments.
10385
10386 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10387
10388         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
10389
10390         * mm-decode.el (mm-inline-text-html-renderer): New user option.
10391         (mm-inline-media-tests): Test whether the value of
10392         `mm-inline-text-html-renderer' is a function for text/html.
10393
10394         * mm-view.el (mm-inline-text-html-render-with-w3): New function
10395         separated from `mm-inline-text'.
10396         (mm-w3m-minor-mode): New variable.
10397         (mm-w3m-setup): New variable.
10398         (mm-setup-w3m): New function.
10399         (mm-inline-text-html-render-with-w3m): New function.
10400         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
10401         text/html.
10402
10403 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
10404
10405         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
10406
10407 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10408
10409         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
10410         and `gnus-xmas-completing-read'.
10411
10412 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10413
10414         * nneething.el (nneething-message-id-number): Abolished.
10415         (nneething-encode-file-name): Not encode numerical characters.
10416         (nneething-make-head): `nneething-message-id-number' is not
10417         used to generate message IDs.
10418
10419 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10420
10421         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
10422         characters.
10423
10424 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10425
10426         * gnus-xmas.el (gnus-xmas-completing-read): New function.
10427         (gnus-xmas-redefine): Redefine conditionally.
10428
10429 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
10430
10431         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
10432         tag.
10433
10434 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
10435
10436         * message.el (message-font-lock-keywords): Added the secure tag.
10437         * mml-sec.el: Added functions to generate/modify/remove the secure
10438         tag while in message mode.
10439         * mml-sec.el (mml-secure-message): New.
10440         * mml-sec.el (mml-unsecure-message): New.
10441         * mml-sec.el (mml-secure-message-sign-smime): New.
10442         * mml-sec.el (mml-secure-message-sign-pgp): New.
10443         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
10444         * mml-sec.el (mml-secure-message-encrypt-smime): New.
10445         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
10446         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
10447         * mml.el (mml-parse-1): Added code to recognise the secure tag and
10448         convert it to either a part or multipart depending on if there are
10449         other parts in the message.
10450         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
10451         to use the secure tag, rather than the part tag.
10452         * mml.el (mml-preview): Added a save-excursion to keep cursor
10453         position after doing an MML preview.
10454
10455 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10456
10457         * nnheader.el (nnheader-parse-overview-file): New function.
10458         (nnheader-write-overview-file): New function.
10459
10460 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10461
10462         * gnus.el (gnus-group-fast-parameter): Check better if expansion
10463         in wanted.
10464
10465         * nnweb.el (nnweb-type-definition): Clean up.
10466
10467 2002-01-21  Alastair Burt  <burt@dfki.de>
10468         Trivial patch.
10469
10470         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
10471         buffer exists before jumping to it.
10472
10473 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10474
10475         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
10476         function.
10477         (article-wash-html): Use it.
10478         (gnus-article-wash-function): New variable.
10479         (gnus-article-wash-html-with-w3m): New function.
10480
10481 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
10482
10483         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
10484         XEmacs.
10485
10486 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
10487
10488         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
10489         command line.
10490
10491 2002-01-21  Simon Josefsson  <jas@extundo.com>
10492
10493         * canlock.el (base64-encode-string): Autoload it from base64.
10494         (canlock-make-cancel-key): Base64 encode unibyte string.
10495
10496 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10497
10498         * nnfolder.el (nnfolder-request-accept-article): Unfold
10499         x-from-line.
10500         (nnfolder-request-replace-article): Ditto.
10501
10502 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
10503
10504         * gnus-group.el (gnus-group-best-unread-group): Use the right
10505         positioning function.
10506
10507 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10508
10509         * smiley-ems.el (smiley-region): Use new function.
10510         (smiley-update-cache): Use general image functions.
10511         (smiley-region): Use general functions.
10512
10513         * gnus-util.el (gnus-graphic-display-p): New function.
10514
10515         * nnmail.el (nnmail-article-group): Allow outputting traces of
10516         non-strings.
10517
10518         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
10519         (nndoc-exim-bounce-type-p): New function.
10520
10521         * message.el (message-dont-send): Doc fix.
10522
10523         * gnus-util.el (gnus-completing-read): Remove
10524         inherit-input-method.
10525
10526         * gnus-art.el (gnus-treat-smiley): Doc fix.
10527
10528         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
10529         articles.
10530
10531 2002-01-19  Simon Josefsson  <jas@extundo.com>
10532
10533         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
10534         (imap-kerberos4-open): Ditto.
10535         (imap-open): Set port correctly, don't set auth.
10536
10537 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10538
10539         * gnus.el (gnus-version-number): Bump version number.
10540
10541 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10542
10543         * gnus.el: Oort Gnus v0.05 is released.
10544
10545 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10546
10547         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
10548         exists.
10549
10550         * gnus-spec.el (gnus-string-width-function): New function.
10551         (gnus-tilde-cut-form): Use it.
10552         (gnus-tilde-max-form): Ditto.
10553         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
10554         (gnus-substring-function): Use it.
10555         (gnus-tilde-cut-form): Ditto.
10556         (gnus-substring-function): New function.
10557
10558         * message.el (message-check-news-header-syntax): New message.
10559
10560         * gnus.el (gnus-slave-no-server): Doc fix.
10561
10562         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
10563
10564 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10565
10566         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
10567         `seen' if it looks like (seen NUM1 . NUM2).  It should be
10568         (seen (NUM1 . NUM2)).
10569
10570 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10571
10572         * gnus-topic.el (gnus-topic-catchup-articles): Update article
10573         number in closed topics.
10574
10575 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
10576
10577         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
10578         functions.
10579
10580 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10581
10582         * gnus.el (gnus-group-find-parameter): Clean up.
10583
10584         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
10585         articles.
10586
10587         * gnus-util.el (gnus-completing-read-with-default): Renamed.
10588
10589         * nnmail.el (nnmail-article-group): Clean up.
10590
10591 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
10592
10593         * gnus-agent.el (gnus-category-name): Intern the category name.
10594
10595 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10596
10597         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
10598
10599         * gnus-util.el (gnus-completing-read): New function.
10600
10601 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
10602
10603         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
10604
10605         * smiley-ems.el (smiley-region): Register smiley.
10606         (smiley-toggle-buffer): Rewrite the function.
10607         (smiley-active): Removed.
10608
10609 2002-01-19  Simon Josefsson  <jas@extundo.com>
10610
10611         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
10612         Jesper Harder <harder@ifa.au.dk>.
10613
10614 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10615
10616         * gnus-art.el (gnus-request-article-this-buffer): Call
10617         `nneething-get-file-name' to extract the file name from the
10618         message id.
10619
10620         * nneething.el (nneething-encode-file-name): New function.
10621         (nneething-decode-file-name): Ditto.
10622         (nneething-get-file-name): Ditto.
10623         (nneething-make-head): Encode the file name and encapsulate it
10624         into the field of the message id.
10625
10626 2002-01-18  Simon Josefsson  <jas@extundo.com>
10627
10628         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
10629         stored in .marks.
10630
10631         * nnfolder.el (nnfolder-request-update-info): Ditto.
10632
10633 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
10634
10635         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
10636
10637 2002-01-18  Simon Josefsson  <jas@extundo.com>
10638
10639         * imap.el (imap-starttls-p): Don't check for binary.
10640         (imap-gssapi-auth-p): Ditto.
10641         (imap-kerberos4-auth-p): Ditto.
10642         (imap-open): Change logic.  Iterate through all possible streams,
10643         instead of bailing out after first failure.  Move authenticator
10644         decision to `imap-authenticate'.
10645         (imap-authenticate): Change logic, now finds the authenticator to
10646         use, was previously in `imap-open'.
10647         (imap-open): Return nil on failure.
10648         (imap-open): Setup temp buffer correctly.
10649         (imap-open): Return buffer only on success.
10650         (imap-interactive-login, imap-interactive-login): Tell the user
10651         which stream/authenticator is used for the queried
10652         username/password.
10653         (imap-open, imap-authenticate): Set variables.
10654         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
10655         (imap-open): Don't assume how `with-temp-buffer' is implemented.
10656
10657 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10658
10659         * gnus-fun.el (gnus-grab-cam-x-face): New function.
10660
10661 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10662
10663         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
10664
10665 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
10666
10667         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
10668         (gnus-agent-group-mode-map): Bind it to "Jo".
10669         (gnus-agent-group-make-menu-bar): Add it into menu bar.
10670
10671 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
10672
10673         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
10674         (gnus-summary-mail-toolbar): Add mail article deletion button.
10675
10676         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
10677         false positives for lines of "^^^^".
10678
10679         * gnus-picon.el (gnus-picon-find-face): faces database is all
10680         lowercase.
10681
10682 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
10683
10684         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
10685         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
10686         duplications.
10687         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
10688
10689 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10690
10691         * gnus-sum.el (gnus-summary-initial-limit): Inline
10692         gnus-summary-limit-children.
10693         (gnus-summary-initial-limit): Don't limit if
10694         gnus-newsgroup-display is nil.
10695         (gnus-summary-initial-limit): No, don't.
10696
10697         * gnus-util.el
10698         (gnus-put-text-property-excluding-characters-with-faces): Inline
10699         gnus-put-text-property.
10700
10701         * gnus-spec.el (gnus-default-format-specs): New variable.
10702
10703         * gnus-start.el (gnus-read-newsrc-file): Don't clear
10704         gnus-format-specs.
10705         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
10706
10707         * gnus-spec.el (gnus-update-format-specifications): Really check
10708         the Gnus version of the .newsrc.eld file.
10709         (gnus-format-specs): Save the new default summary format.
10710
10711         * gnus-util.el (gnus-parent-id): Check whether references is empty
10712         before splitting.
10713
10714         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
10715         functions.
10716         (gnus-gather-threads-by-references): Inline
10717         `gnus-split-references'.
10718
10719         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
10720         default value of gnus-summary-line-format-spec.
10721
10722 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10723
10724         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
10725         message.
10726         (nnslashdot-request-list): Ditto.
10727         (nnslashdot-sid-strip): Removed.
10728
10729 2002-01-15  Simon Josefsson  <jas@extundo.com>
10730
10731         * nnimap.el (nnimap-close-asynchronous): Enable.
10732         (nnimap-close-group): Expunge.
10733
10734 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10735
10736         * gnus-util.el (gnus-user-date-format-alist): Typo.
10737         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
10738
10739 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10740
10741         * nneething.el (nneething-request-article): Set
10742         `nnmail-file-coding-system' to `binary' locally, in order to read
10743         files without any conversion.
10744
10745 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10746
10747         * gnus-agent.el (gnus-agent-retrieve-headers): Use
10748         nnheader-file-coding-system and nnmail-active-file-coding-system.
10749         (gnus-agent-regenerate-group): Ditto.
10750         (gnus-agent-regenerate): Ditto.
10751         (gnus-agent-write-active): Ditto.
10752         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
10753
10754 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
10755
10756         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
10757         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
10758
10759 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
10760
10761         * gnus.el: We don't need gnus-article-show-all-headers.
10762
10763         * gnus-art.el (article-show-all, gnus-article-show-all-header):
10764         Ditto.
10765
10766         * gnus-sum.el (gnus-summary-select-article): Don't call
10767         show-all-headers, because hidden headers are not hidden text any
10768         more.
10769
10770 2002-01-13  Simon Josefsson  <jas@extundo.com>
10771
10772         * message.el (message-newline-and-reformat): Use `newline' instead
10773         of inserting \n, so that the newline is marked as hard.
10774
10775         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
10776         From Jesper Harder <harder@ifa.au.dk>.
10777
10778 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
10779
10780         * imap.el (imap-close): Keep going if quit.
10781
10782         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
10783         nntp-server-buffer.
10784
10785 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10786
10787         * mm-view.el (mm-display-inline-fontify): Require font-lock to
10788         avoid unbinding shadowed variables.
10789
10790         * gnus-art.el (gnus-picon-databases): Moved here.
10791         (gnus-picons-installed-p): Moved here.
10792         (gnus-article-reply-with-original): Use `mark'.
10793
10794         * gnus.el (gnus-picon): Moved here and renamed.
10795
10796         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
10797         installed.
10798         (gnus-treat-mail-picon): Ditto.
10799         (gnus-treat-newsgroups-picon): Ditto.
10800
10801         * gnus-picon.el (gnus-picons-installed-p): New function.
10802
10803 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
10804
10805         * gnus-agent.el (gnus-agent-go-online): Fix doc.
10806
10807 2002-01-12  Simon Josefsson  <jas@extundo.com>
10808
10809         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
10810         (nnimap-before-find-minmax-bugworkaround): Use it.
10811         (nnimap-find-minmax-uid): Don't reselect current mailbox.
10812         (nnimap-dont-close): New variable.
10813         (nnimap-close-group): Use it.
10814
10815 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10816
10817         * gnus-art.el (gnus-article-reply-with-original): Use
10818         `mark-active'.
10819
10820         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
10821
10822         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
10823         (gnus-score-advanced): Clean up.
10824         (gnus-score-advanced): Accept a multiple of the score.
10825
10826 2002-01-12  Simon Josefsson  <jas@extundo.com>
10827
10828         * flow-fill.el (fill-flowed-display-column)
10829         (fill-flowed-encode-columnq): New variables.  Suggested by
10830         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
10831         (fill-flowed-encode, fill-flowed): Use them.
10832
10833         * message.el (message-send-news, message-send-mail): Use
10834         m-b-s-n-p-e-h-n.
10835
10836         * mml.el (autoload): Autoload fill-flowed-encode.
10837         (mml-buffer-substring-no-properties-except-hard-newlines): New
10838         function.
10839         (mml-read-part): Use it.
10840         (mml-generate-mime-1): Encode format=flowed if appropriate.
10841         (mml-insert-mime-headers): Insert format=flowed.
10842
10843         * flow-fill.el (fill-flowed-encode): New function.
10844         (fill-flowed): Bind fill-column to window width.
10845
10846 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10847
10848         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
10849         it exists.
10850         (gnus-summary-setup-buffer): Wake up dead summary buffers.
10851         (gnus-summary-buffer-name): Don't return the dead name after all.
10852         (gnus-summary-setup-buffer): Kill the dead buffer.
10853
10854         * gnus-art.el (gnus-article-followup-with-original): Store the
10855         value of the mark before deactivating it.
10856
10857 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10858
10859         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
10860         From: Karl Kleinpaste <karl@charcoal.com>
10861
10862         * gnus-art.el (article-display-x-face): Ditto.
10863         (gnus-article-reply-with-original): Use gnus-region-active-p.
10864         (gnus-article-followup-with-original): Ditto.
10865
10866         * gnus-sum.el (gnus-summary-read-group-1): Don't select
10867         downloadable article either.
10868
10869 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10870
10871         * gnus-art.el (article-display-x-face): Insert From:.
10872
10873         * gnus-sum.el (gnus-summary-move-article): Don't draw the
10874         article. Bind gnus-display-mime-function and
10875         gnus-article-prepare-hook.
10876
10877         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
10878         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
10879         gnus-agent-possibly-synchronize-flags to the last.
10880         (gnus-agent-go-online): New function. New variable.
10881
10882 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10883
10884         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
10885         (gnus-agent-regenerate): Ditto.
10886
10887 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10888
10889         * message.el (message-ignored-news-headers)
10890         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
10891         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
10892
10893         * gnus.el (gnus-gethash-safe): New macro.
10894
10895         * gnus-agent.el (gnus-agent-regenerate-history): New function.
10896         (gnus-agent-regenerate): Show messages.
10897
10898 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10899
10900         * gnus-agent.el (gnus-agent-regenerate-group): New function.
10901         (gnus-agent-regenerate): New function.
10902         (gnus-agent-save-alist): Sort.
10903         (gnus-agent-copy-nov-line): Test eobp.
10904         (gnus-agent-retrieve-headers): Erase buffer.
10905
10906 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
10907
10908         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
10909         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
10910
10911         * gnus.el (gnus-agent-covered-methods): Move here.
10912         (gnus-online): New function.
10913         (gnus-agent-method-p): Move here.
10914
10915         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
10916         nil. Remove articles-alist.
10917
10918         * gnus-start.el (gnus-get-unread-articles): Check online.
10919         (gnus-groups-to-gnus-format): Ditto.
10920         (gnus-active-to-gnus-format): Ditto.
10921
10922         * gnus-agent.el (gnus-agent-get-function): Use it.
10923         (gnus-agent-get-undownloaded-list): Ditto.
10924         (gnus-agent-fetch-session): Only fetch online methods.
10925
10926         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
10927         (gnus-server-mode-map): Ditto.
10928         (gnus-server-offline-face): New face.
10929         (gnus-server-offline-face): New variable.
10930         (gnus-server-font-lock-keywords): Add offline.
10931         (gnus-server-insert-server-line): Ditto.
10932         (gnus-server-offline-server): New function.
10933
10934         * gnus-int.el (gnus-open-server): Turn to offline.
10935         (gnus-server-unopen-status): New variable.
10936
10937 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
10938
10939         * nnkiboze.el (nnkiboze-request-article): Use
10940         gnus-agent-request-article.
10941
10942         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
10943         function. Insert undownloaded NOV.
10944
10945         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
10946         (gnus-agent-request-article): New function.
10947
10948         * gnus.el (gnus-agent-cache): New variable.
10949
10950         * gnus-int.el (gnus-retrieve-headers): Use
10951         gnus-agent-retrieve-headers.
10952         (gnus-request-head): Use gnus-agent-request-article.
10953         (gnus-request-body): Ditto.
10954
10955         * gnus-art.el (gnus-request-article-this-buffer): Use
10956         gnus-agent-request-article.
10957
10958         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
10959         article if it is undownloaded.
10960
10961 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10962
10963         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
10964
10965 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10966
10967         * canlock.el (canlock-string-as-unibyte): New macro.
10968         (canlock-sha1-with-openssl): Return a unibyte string.
10969         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
10970
10971 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10972
10973         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
10974
10975 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10976
10977         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
10978         application/x-emacs-lisp.
10979
10980         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
10981
10982         * nntp.el (nntp-request-article): Add group parameter.
10983         (nntp-request-head): Ditto.
10984         (nntp-find-group-and-number): Add parameter group. Figure out
10985         number if the status line doesn't give (e.g. quimby.gnus.org).
10986
10987 2002-01-08  Simon Josefsson  <jas@extundo.com>
10988
10989         * mml.el (mml-generate-mime-1): Set recipient correctly.
10990
10991 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10992
10993         * message.el (message-read-from-minibuffer): Add parameter
10994         initial-contents.
10995         * gnus-msg.el (gnus-summary-resend-message): Use it.
10996
10997         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
10998         behavior of quit-config.
10999
11000         * message.el (message-make-from): Don't quote fullname.
11001         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
11002
11003         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
11004         From: <andre@slamdunknetworks.com>
11005
11006 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11007
11008         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
11009
11010         * gnus-art.el (gnus-header-button-alist): Handle mailto.
11011
11012         * mml.el (mml-preview): Bind gnus-original-article-buffer because
11013         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
11014         because bbdb may use it.
11015
11016 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11017
11018         * nneething.el (nneething-request-article): When a non-text file
11019         is converted to an article, its data is encoded in base64.  Call
11020         `nneething-make-head' with options to specify MIME types.
11021         (nneething-make-head): Add optional arguments to specify MIME
11022         types.
11023
11024 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
11025
11026         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
11027         header if there is not.
11028
11029         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
11030
11031         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
11032         (gnus-inews-mark-gcc-as-read): Obsolete variable.
11033         (gnus-inews-do-gcc): Use them.
11034
11035         * gnus-group.el (gnus-group-mark-article-read): Put holes into
11036         gnus-newsgroup-unselected.
11037
11038 2002-01-06  Simon Josefsson  <jas@extundo.com>
11039
11040         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
11041         condition-case, not ignore-errors.
11042
11043 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
11044
11045         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
11046         gnus-fetch-old-headers.
11047
11048         * gnus-art.el (article-display-x-face): Use the current buffer
11049         unless `W f'. Otherwise, X-Face may be shown in the header of a
11050         forwarded part.
11051         (gnus-treatment-function-alist): Treat xface before hiding
11052         headers.
11053
11054 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11055
11056         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
11057         parameters.
11058
11059 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
11060
11061         * mm-util.el (mm-multibyte-p): Define conditionally when load.
11062         (mm-guess-charset): New function.
11063         (mm-charset-after): Use it.
11064         (mm-detect-coding-region): New function.
11065         (mm-detect-mime-charset-region): New function.
11066
11067         * gnus-sum.el (gnus-summary-show-article): Use
11068         mm-detect-coding-region.
11069
11070 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11071
11072         * message.el (message-make-fqdn): Be less violent.
11073
11074         * gnus.el (gnus-logo-color-style): Compute custom form
11075         automatically.
11076
11077         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
11078         score file of the parent to the document group.
11079
11080         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
11081         parameters parameter.
11082
11083         * gnus-score.el (gnus-score-load-file): Clean up.
11084
11085 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
11086
11087         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
11088         From: Damien Wyart <damien.wyart@free.fr>
11089
11090         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
11091
11092 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11093
11094         * gnus-sum.el (gnus-select-group-hook): Typo.
11095
11096         * rfc2047.el (rfc2047-decode-string): Return immediately if there
11097         is no quoted-printable-encoded STRING.
11098         From: Jesper Harder <harder@ifa.au.dk>
11099
11100         (rfc2047-decode-string): Decode it.
11101
11102 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11103
11104         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
11105
11106 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
11107         Trivial patch.
11108
11109         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
11110         buffer to get rid of junk line.
11111
11112 2002-01-05  Simon Josefsson  <jas@extundo.com>
11113
11114         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
11115         C-o.
11116         (message-mode-map): Bind message-insert-or-toggle-importance to
11117         C-c C-u.
11118         (message-mode-map): Bind message-disposition-notification-to to
11119         C-c M-n.
11120         (message-mode-menu): Add m-d-n-t.
11121         (message-mode-field-menu): Add m-goto-from.
11122         (message-mode): Doc fix.
11123         (message-goto-from): New function.
11124         (message-insert-disposition-notification-to): New function.
11125         (message-tool-bar-map): Add receipt button.
11126
11127 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11128
11129         * gnus-sum.el (gnus-thread-latest-date): New function.
11130         (gnus-thread-sort-by-most-recent-number): Renamed.
11131         (gnus-thread-sort-functions): Doc fix.
11132         (gnus-select-group-hook): Don't use setq on a hook.
11133         (gnus-thread-latest-date): Use date, not number
11134
11135         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
11136         (gnus-agent-expire): Allow regexp of expire-days.
11137
11138         * gnus-art.el (gnus-article-reply-with-original): Deactivate
11139         region.
11140         (gnus-article-followup-with-original): Ditto.
11141
11142         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
11143
11144         * gnus-art.el (gnus-mime-display-alternative): Use
11145         gnus-local-map-property.
11146         (gnus-mime-display-alternative): Ditto.
11147         (gnus-insert-mime-security-button): Ditto.
11148         (gnus-insert-next-page-button): Ditto.
11149         (gnus-button-prev-page): Take optional args.
11150         (gnus-insert-prev-page-button): widget-convert.
11151
11152         * gnus-util.el (gnus-local-map-property): New function.
11153
11154         * gnus-art.el (gnus-prev-page-map): Use parent map.
11155         (gnus-next-page-map): Ditto.
11156
11157         * gnus-spec.el (gnus-parse-format): Clean up.
11158         (gnus-parse-format): Do complex formatting for %=.
11159
11160         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
11161         "X-Face: " to the data in the built-in scenario.
11162
11163         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
11164         (gnus-correct-pad-form): Renamed.
11165         (gnus-tilde-max-form): Clean up.
11166         (gnus-pad-form): Use gnus-use-correct-string-widths.
11167
11168         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
11169         support if that is available.
11170
11171         * gnus-sum.el (gnus-thread-highest-number): New function.
11172         (gnus-thread-sort-by-most-recent-thread): New function.
11173         (gnus-thread-sort-functions): Doc fix.
11174
11175 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11176
11177         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
11178         all cases.
11179         (gnus-summary-mode): Enable it in all cases.
11180         (gnus-summary-display-article): Ditto.
11181         (gnus-summary-edit-article): Ditto.
11182
11183         * gnus-ems.el (gnus-put-image): Really return glyph.
11184
11185         * gnus-art.el (gnus-article-x-face-command): Fix :type.
11186         (gnus-treat-smiley): Don't take "P" in the interactive form.
11187
11188 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11189
11190         * compface.el (uncompface): XEmacs and Emacs have differing
11191         capabilities.
11192
11193         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
11194
11195         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
11196         (gnus-article-xface-ring-size): Removed.
11197         (gnus-article-display-xface): Removed.
11198         (gnus-remove-image): Cleaned up.
11199
11200         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
11201         (gnus-xmas-create-image): Take pbm files.
11202         (gnus-x-face): Removed.
11203         (gnus-xmas-article-display-xface): Removed.
11204
11205         * gnus-fun.el (gnus-display-x-face-in-from): Bind
11206         default-enable-multibyte-characters.
11207
11208         * compface.el (uncompface): Doc fix.
11209
11210         * gnus-art.el (gnus-article-x-face-command): Use
11211         gnus-display-x-face-in-from.
11212
11213         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
11214
11215         * gnus-ems.el (gnus-put-image): Return the image.
11216
11217         * gnus-fun.el (gnus-display-x-face-in-from): New function.
11218         (gnus-x-face): Moved here.
11219
11220 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11221
11222         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
11223         invisible if string is nil.
11224         (gnus-xmas-article-display-xface): Use it.
11225
11226         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
11227         property when string is nil.
11228         (gnus-article-display-xface): Use it.
11229
11230 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11231
11232         * gnus-art.el (article-display-x-face): Check whether valid grey
11233         face was returned.
11234         (article-display-x-face): Place image in the right spot.
11235
11236         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
11237         stderr.
11238         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
11239
11240 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11241
11242         * gnus-xmas.el (gnus-xmas-create-image): Take optional
11243         parameters.
11244         (gnus-xmas-put-image): Allow non-strings to be passed.
11245
11246         * gnus-art.el (article-display-x-face): Use optional parameters.
11247
11248         * gnus-ems.el (gnus-create-image): Take optional parameters.
11249
11250         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
11251
11252         * compface.el (compface-xbm-p): Removed.
11253
11254         * gnus-ems.el (gnus-article-compface-xbm): Removed.
11255         (gnus-article-display-xface): Use compface.
11256
11257         * compface.el: New file.
11258
11259         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
11260         (gnus-convert-image-to-x-face-command): Ditto.
11261         (gnus-random-x-face): Quote argument.
11262         (gnus-x-face-from-file): Ditto.
11263
11264 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
11265
11266         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
11267         the expire-group parameter once per article rather than once
11268         per group; bind `nnmaildir-article-file-name' and `article'
11269         for convenience.  Leave article alone when expire-group
11270         specifies the current group.
11271         (nnmaildir--update-nov): be more concurrency-friendly with
11272         temp file names.
11273
11274 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11275
11276         * gnus-start.el (gnus-read-init-file): Cleaned up.
11277
11278 2002-01-03  Dave Love  <d.love@dl.ac.uk>
11279
11280         * gnus-start.el (gnus-startup-file-coding-system): Removed.
11281         (gnus-read-init-file): Don't use it.
11282
11283 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11284
11285         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
11286
11287 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11288
11289         * gnus-start.el (gnus-read-init-file): Don't force coding system
11290         for ~/.gnus.  From Dave Love <fx@gnu.org>.
11291
11292 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11293
11294         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
11295         * nnspool.el (nnspool-request-post): Ditto.
11296
11297         * mm-util.el (mm-use-find-coding-systems-region): New variable.
11298         (mm-find-mime-charset-region): Use it.
11299
11300 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
11301
11302         * gnus.el (gnus-summary-line-format): Added :link.
11303         * gnus-topic.el (gnus-topic-line-format): Ditto.
11304         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
11305         * gnus-srvr.el (gnus-server-line-format): Ditto.
11306         * gnus-group.el (gnus-group-line-format): Ditto.
11307
11308         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
11309         :keys, it works on both Emacsen.
11310
11311 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11312
11313         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
11314
11315 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11316
11317         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
11318
11319 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
11320
11321         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
11322         very wide reply.
11323
11324 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11325
11326         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
11327         (gnus-picon-cache): New variable.
11328         (gnus-picon-transform-newsgroups): Cache stuff.
11329
11330         * gnus-art.el (gnus-article-reply-with-original): New command.
11331         (gnus-article-followup-with-original): New command.
11332
11333         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
11334         END parameters.
11335         (gnus-summary-followup): Take a list of list of articles.
11336         (gnus-inews-yank-articles): Allow lists of article/regions.
11337
11338         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
11339         longer the usual commands.
11340
11341         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
11342         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
11343         shell-command-on-region.
11344
11345 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11346
11347         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
11348           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
11349
11350 2002-01-03  Steve Youngs  <youngs@xemacs.org>
11351
11352         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
11353         understand ':keys', wrap it in an featurep 'xemacs.
11354
11355 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11356
11357         * gnus-ems.el (gnus-article-display-xface): Show xface in the
11358         order of headers (Actually, it is called in a reversed order). Add
11359         'gnus-image-text-deletable property.
11360         (gnus-remove-image): Remove text with such a property.
11361
11362         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
11363         gnus-put-image.
11364
11365         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
11366         with ", "
11367
11368 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11369
11370         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
11371
11372         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
11373         (article-display-x-face): Display grey X-Faces.
11374
11375         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
11376         (gnus-convert-gray-x-face-to-ppm): Ditto.
11377         (gnus-convert-image-to-gray-x-face): Ditto.
11378
11379         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
11380         gnus-summary-show-raw-article.
11381
11382 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11383
11384         Display picons in XEmacs without showing text.
11385
11386         * gnus-xmas.el (gnus-xmas-create-image): Don't use
11387         mm-create-image-xemacs to create xbm glyph, because it deletes
11388         temporary files.
11389         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
11390         (gnus-xmas-remove-image): Make text visible, remove glyph.
11391
11392         * gnus-picon.el (gnus-picon-transform-newsgroups)
11393         (gnus-picon-transform-address): Insert spec backward, due to the
11394         incompatibility of gnus-xmas-put-image.
11395
11396 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11397
11398         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
11399
11400 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11401
11402         * gnus.el: Doc fix.
11403
11404         * gnus-art.el: Doc fix.
11405
11406         * gnus-agent.el: Doc fix.
11407
11408 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11409
11410         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
11411
11412 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
11413
11414         * nnmaildir.el (nnmaildir--update-nov): automatically parse
11415         NOV data out of the message again if nnmail-extra-headers has
11416         changed.
11417
11418 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11419
11420         * gnus-fun.el: New file.
11421         (gnus-convert-image-to-x-face-command): New variable.
11422         (gnus-insert-x-face): New function.
11423         (gnus-random-x-face): Renamed.
11424         (gnus-x-face-from-file): Renamed.
11425
11426         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
11427         "_".
11428         (gnus-body-boundary-delimiter): Typo fix.
11429
11430 2002-01-02  Simon Josefsson  <jas@extundo.com>
11431
11432         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
11433         (gnus-body-boundary-delimiter): Fix type.
11434
11435 2002-01-01  Simon Josefsson  <jas@extundo.com>
11436
11437         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
11438         (gnus-treat-emphasize, gnus-treat-strip-cr)
11439         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
11440         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
11441         (gnus-treat-fill-article, gnus-treat-hide-citation)
11442         (gnus-treat-hide-citation-maybe)
11443         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
11444         (gnus-treat-strip-pem, gnus-treat-strip-banner)
11445         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
11446         (gnus-treat-date-ut, gnus-treat-date-local)
11447         (gnus-treat-date-english, gnus-treat-date-lapsed)
11448         (gnus-treat-date-original, gnus-treat-date-iso8601)
11449         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
11450         (gnus-treat-strip-trailing-blank-lines)
11451         (gnus-treat-strip-leading-blank-lines)
11452         (gnus-treat-strip-multiple-blank-lines)
11453         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
11454         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
11455         (gnus-treat-display-xface, gnus-treat-display-smileys)
11456         (gnus-treat-from-picon, gnus-treat-mail-picon)
11457         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
11458         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
11459         (gnus-treat-play-sounds, gnus-treat-translate)
11460         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
11461
11462         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
11463         (gnus-article-treat-body-boundary): Use it.
11464
11465         * message.el (message-mode): Fix doc.
11466         (message-mode-menu): Fix names.
11467
11468 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11469
11470         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
11471         articles.
11472
11473         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
11474         (gnus-picon-transform-address): Search for unknown faces as well.
11475         (gnus-picon-find-face): Don't search "news" for MISC.
11476         (gnus-picon-user-directories): Changed default back to exclude
11477         "unknown".
11478
11479         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
11480
11481         * gnus-picon.el (gnus-picon-find-face): Search through all
11482         databases.
11483         (gnus-picon-find-face): New implementation.
11484
11485         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
11486         keystroke.
11487         (gnus-topic-goto-next-topic): Ditto.
11488
11489         * gnus.el (gnus-summary-line-format): Changed default.
11490
11491         * nnmail.el (nnmail-extra-headers): Change default.
11492
11493         * gnus-sum.el (gnus-extra-headers): Change default.
11494
11495         * message.el (message-news-other-window): Changed "news" to
11496         "posting".
11497         (message-news-other-frame): Ditto.
11498         (message-do-send-housekeeping): Ditto.
11499
11500         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
11501         function.
11502         (gnus-article-unread-p): New function.
11503         (gnus-article-unseen-p): New function.
11504         (gnus-dead-summary-mode-map): Typo.
11505
11506         * gnus-util.el (gnus-make-predicate): New function.
11507         (gnus-make-predicate-1): New function.
11508
11509         * gnus-sum.el: New function.
11510         (gnus-map-articles): New function.
11511
11512         * gnus-art.el (gnus-treat-fold-headers): New variable.
11513         (gnus-article-treat-fold-headers): New command and keystroke.
11514
11515         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
11516         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
11517
11518 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11519
11520         * message.el (message-fcc-externalize-attachments): New variable.
11521         (message-do-fcc): Use it.
11522
11523         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
11524         (gnus-inews-do-gcc): Use it.
11525
11526         * mml.el (mml-tweak-sexp-alist): New variable.
11527         (mml-externalize-attachments): New variable.
11528         (mml-tweak-part): Use mml-tweak-sexp-alist.
11529         (mml-tweak-externalize-attachments): New function.
11530
11531 2002-01-01  Steve Youngs  <youngs@xemacs.org>
11532
11533         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
11534         'set-glyph-face' so x-face back/foreground can be set.
11535
11536 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11537
11538         * message.el (message-fix-before-sending): Fix a typo.
11539
11540 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11541
11542         * gnus-art.el (gnus-treat-smiley): Renamed command.
11543         (gnus-article-remove-images): New command and keystroke.
11544
11545         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
11546
11547         * smiley-ems.el (gnus-smiley-display): Removed.
11548
11549         * gnus.el (gnus-version-number): Update version.
11550
11551         * message.el (message-text-with-property): Renamed and moved
11552         here.
11553         (message-fix-before-sending): Highlight invisible text and place
11554         point there.
11555
11556 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11557
11558         * gnus.el: Oort Gnus v0.04 is released.
11559
11560 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11561
11562         * gnus-delay.el (gnus-delay-send-queue): Renamed.
11563
11564         * gnus-art.el (gnus-ignored-headers): More headers,
11565
11566         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
11567         of `scan-error', since XEmacs doesn't seem to support that.
11568
11569 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11570
11571         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
11572         arg.
11573         (gnus-summary-best-unread-subject): Ditto.
11574         (gnus-summary-best-unread-subject): No, don't.
11575         (gnus-summary-better-unread-subject): New command.
11576
11577         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
11578
11579         * lpath.el ((featurep 'xemacs)): fbind url function.
11580
11581         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
11582         buffer.
11583         (gnus-xmas-remove-image): Implementation that does something.
11584         (gnus-xmas-article-display-xface): Mark images properly.
11585
11586         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
11587
11588 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
11589
11590         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
11591
11592 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11593
11594         * gnus-group.el (gnus-group-line-format): Added %O to the default
11595         value.
11596
11597         * gnus-util.el (gnus-text-with-property): The smallest point is
11598         point-min.
11599
11600         * smiley-ems.el (smiley-region): Return images.
11601         (gnus-smiley-display): Allow toggling.
11602         (smiley-region): Use text properties, not overlays.
11603
11604         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
11605         implemented yet.
11606
11607         * smiley-ems.el (smiley-update-cache): Check for valid types.
11608
11609         * gnus-art.el (gnus-with-article-buffer): New macro.
11610
11611         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
11612         strings as well as the glyphs.
11613         (gnus-picon-transform-address): Ditto.
11614         (gnus-picon-insert-glyph): Ditto.
11615         (gnus-picon-transform-newsgroups): Toggle.
11616         (gnus-picon-transform-address): Toggle.
11617
11618         * gnus-ems.el (gnus-remove-image): New function.
11619         (gnus-put-image): Take an optional string.
11620
11621         * gnus-util.el (gnus-text-with-property): New function.
11622
11623         * gnus-art.el (gnus-delete-images): New function.
11624
11625         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
11626
11627         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
11628         (gnus-article-wash-status): Use it.
11629         (gnus-signature-toggle): Clean up.
11630         (gnus-add-wash-status): New function.
11631         (gnus-delete-wash-status): New function.
11632         (gnus-article-hide-text-type): Use them throughout.
11633         (gnus-add-image): New function.
11634
11635         * gnus-ems.el (gnus-article-display-xface): Use new interface.
11636
11637         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
11638         interface.
11639
11640         * gnus-art.el (article-display-x-face): Cleaned up.
11641
11642         * rfc2047.el (rfc2047-field-value): New function.
11643
11644         * mail-parse.el (mail-header-field-value): New alias.
11645
11646         * gnus-art.el (gnus-mime-print-part): Fix typos.
11647
11648         * smiley-ems.el (gnus-smiley-file-types): New variable.
11649         (smiley-update-cache): Use it.
11650         (smiley-regexp-alist): Suffix-less smiley names.
11651         (smiley-regexp-alist): Added more smileys.
11652
11653         * gnus-sum.el (gnus-print-buffer): Made into own function.
11654         (gnus-summary-print-article): Use it.
11655
11656         * mailcap.el (mailcap-mime-info): Actually return the bit that we
11657         looked for when REQUEST is a string.
11658
11659         * gnus-art.el (gnus-mime-button-commands): Add printing
11660         keystroke.
11661         (gnus-mime-copy-part): Doc fix.
11662         (gnus-mime-print-part): New command.
11663
11664 2001-12-31  Simon Josefsson  <jas@extundo.com>
11665
11666         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
11667         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
11668
11669 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11670
11671         * gnus-picon.el (gnus-treat-from-picon): Autoload.
11672         (picon): Fix doc.
11673
11674         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
11675         longer exists. Remove those codes.
11676         * gnus.el (gnus-use-picons): Ditto.
11677
11678 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11679
11680         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
11681         infloop.
11682
11683         * gnus-sum.el (t): New `W D' map.
11684
11685         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
11686         (gnus-article-treat-body-boundary): Clean up.
11687         (gnus-body-boundary-face): Removed.
11688         (gnus-article-goto-header): Moved here.
11689         (gnus-article-goto-header): Allow better regexps.
11690         (gnus-article-treat-fold-newsgroups): New command.
11691
11692         * gnus-sum.el (gnus-summary-move-article): We have to select an
11693         article to give `gnus-read-move-group-name' an opportunity to
11694         suggest an appropriate default.
11695
11696         * rfc2047.el (rfc2047-fold-line): New function.
11697         (rfc2047-unfold-line): Ditto.
11698         (rfc2047-fold-region): Don't fold just after the header name.
11699
11700         * mail-parse.el (mail-header-fold-line): New alias.
11701         (mail-header-unfold-line): Ditto.
11702
11703         * gnus-art.el (gnus-body-boundary-face): Renamed.
11704         (gnus-article-treat-body-boundary): Use it.
11705         (gnus-article-treat-body-boundary): Use an invisible header and a
11706         line of underline characters.
11707
11708 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11709
11710         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
11711
11712         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
11713         (gnus-picon-split-address): New function.
11714         (gnus-picon-find-face): Use it.
11715         (gnus-picon-transform-address): Use it. Set first to t for each
11716         address.
11717
11718         * gnus-art.el (gnus-with-article-headers): Move to here. Define
11719         the macro then use it.
11720         (gnus-treatment-function-alist): Treat picons earlier.
11721
11722 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11723
11724         * gnus-art.el (gnus-body-separator-face): New variable.
11725         (gnus-article-treat-body-boundary): Use a blank, colored line.
11726
11727         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
11728         well.
11729
11730         * gnus-art.el (gnus-treat-body-boundary): New variable.
11731         (gnus-article-treat-unfold-headers): Use helper macro.
11732         (gnus-article-treat-body-boundary): New command.
11733
11734         * gnus.el (gnus-logo-color-style): Change the default color.
11735         (gnus-splash-face): Gray, gray.
11736
11737         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
11738         colors.
11739
11740         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
11741         (gnus-logo-color-style): Ditto.
11742         (gnus-logo-colors): Ditto.
11743
11744         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
11745
11746         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
11747
11748         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
11749         (gnus-picon-transform-newsgroups): New function.
11750
11751         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
11752         string.
11753
11754         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
11755
11756         * gnus-art.el (gnus-treat-cc-picon): New variable.
11757         (gnus-treat-mail-picon): Renamed.
11758
11759         * gnus-picon.el: New implementation.
11760         (gnus-picon-find-face): Renamed.
11761         (gnus-treat-from-picon): Use it.
11762         (gnus-picon-transform-address): Renamed.
11763         (gnus-treat-from-picon): Use it.
11764         (gnus-picon-create-glyph): Renamed.
11765         (gnus-picon-transform-address): Use it.
11766         (gnus-treat-cc-picon): New command.
11767
11768         * mm-decode.el (mm-create-image-xemacs): Separated out into
11769         function.
11770         (mm-get-image): Use it.
11771
11772         * gnus-art.el (gnus-treat-display-picons): Simplify.
11773         (gnus-treat-from-picon): Renamed.
11774
11775         * gnus-ems.el (gnus-create-image): New function.
11776         (gnus-put-image): New function.
11777
11778         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
11779         (gnus-with-article-headers): New macro.
11780         (gnus-article-goto-header): New function.
11781
11782         * gnus-xmas.el (gnus-image-type-available-p): New function.
11783
11784         * gnus-ems.el (gnus-image-type-available-p): New function.
11785
11786 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11787
11788         * nnrss.el (nnrss-check-group): Find the correct tag, because
11789         xml.el is changed.
11790
11791 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11792
11793         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
11794         lines are shorter than the window width.
11795         (gnus-ignored-headers): More headers.
11796
11797 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11798
11799         * gnus-art.el (gnus-treat-unfold-lines): New variable.
11800         (gnus-treat-unfold-headers): Renamed.
11801         (gnus-article-treat-unfold-headers): New command and keystroke.
11802
11803         * rfc2047.el (rfc2047-encode-message-header): Clean up.
11804
11805         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
11806
11807 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11808
11809         * sha1-el.el (sha1-use-external): New variable.
11810         (sha1-region): Use it.
11811         (sha1-string): Ditto.
11812
11813         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
11814         * gnus-picon.el: Less warnings when compile.
11815
11816 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11817
11818         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
11819         alias.
11820         (gnus-picons-database): Default to list.
11821         (gnus-picons-lookup-internal): Use it.
11822
11823         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
11824         to "bogus".
11825
11826         * gnus-win.el (gnus-configure-windows-hook): New hook.
11827
11828 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
11829
11830         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
11831
11832 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11833
11834         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
11835         lists.
11836         (gnus-select-newsgroup): Don't append; push.
11837         (gnus-adjust-marked-articles): Remove obsolete ranges from
11838         `seen'.
11839         (gnus-update-marks): Clean up.
11840         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
11841
11842 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
11843
11844         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
11845
11846 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11847
11848         * gnus-sum.el (gnus-auto-select-subject): New variable.
11849         (gnus-summary-best-unread-subject): New function.
11850         (gnus-summary-best-unread-article): Use it.
11851         (gnus-summary-first-unseen-subject): New function and command.
11852
11853         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
11854         other treatments.
11855
11856         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
11857         function.
11858
11859         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
11860         from the list of hidden types.
11861
11862         * mm-view.el (mm-inline-text): Ditto.
11863         (mm-inline-text): Ditto.
11864         (mm-w3-prepare-buffer): Ditto.
11865
11866         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
11867
11868 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11869
11870         * gnus-art.el (gnus-ignored-headers): Added more headers.
11871
11872 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
11873
11874         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
11875         once.
11876
11877 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11878
11879         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
11880
11881 2001-12-28  Simon Josefsson  <jas@extundo.com>
11882
11883         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
11884         Jesper Harder <harder@ifa.au.dk>.
11885
11886 2001-12-27  Simon Josefsson  <jas@extundo.com>
11887
11888         * gnus-sum.el (gnus-select-newsgroup): Make
11889         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
11890         contain all articles (instead of none) when no seen marks have
11891         been set for the group.
11892         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
11893         instead, it seems to result in shorter ranges.
11894
11895 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11896
11897         * mm-util.el (mm-iso-8859-x-to-15-region): Use
11898         insert-before-markers.
11899         From Jesper Harder <harder@ifa.au.dk>
11900
11901 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
11902
11903         * nnmaildir.el (nnmaildir-save-mail): create the destination
11904         groups if they do not exist.
11905
11906 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11907
11908         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
11909
11910 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11911
11912         * gnus-group.el (gnus-group-read-ephemeral-group): Call
11913         gnus-group-real-name.
11914
11915         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
11916         (gnus-newsgroup-variables): Ditto.
11917
11918         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
11919         return it.
11920
11921 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
11922
11923         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
11924         * nnmaildir.el (top-level): Add commentary.
11925         (nnmaildir-version): Indicate that nnmaildir is now a standard
11926         part of Gnus, not separately released.
11927
11928 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11929
11930         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
11931         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
11932         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
11933         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11934
11935 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11936
11937         * nnmaildir.el: Copyright changes. Require cl only at compile time.
11938
11939 2001-12-20  Simon Josefsson  <jas@extundo.com>
11940
11941         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
11942         ZHU <zsh@cs.rochester.edu>.
11943         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
11944         Brian P Templeton <bpt@tunes.org>.
11945
11946 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11947
11948         * nnmaildir.el: New file.
11949         From Paul Jarc <prj@po.cwru.edu>.
11950
11951 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11952
11953         * nndoc.el (nndoc-type-alist): Move forward to the end.
11954
11955 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11956
11957         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
11958         `dolist'.
11959
11960 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11961
11962         * gnus-win.el (gnus-frames-on-display-list): New function.
11963         (gnus-get-buffer-window): Use it.
11964
11965 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11966
11967         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
11968
11969 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11970
11971         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
11972
11973 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11974            From Harald Meland <Harald.Meland@usit.uio.no>
11975
11976         * gnus-win.el (gnus-get-buffer-window): New function.
11977         (gnus-all-windows-visible-p): Use it.
11978
11979         * gnus-util.el (gnus-horizontal-recenter)
11980         (gnus-horizontal-recenter, gnus-horizontal-recenter)
11981         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
11982
11983         * gnus-score.el (gnus-score-insert-help): Use it.
11984
11985         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
11986         (gnus-generate-tree, gnus-highlight-selected-tree)
11987         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
11988         it.
11989
11990         * gnus-art.el (gnus-article-set-window-start)
11991         (gnus-mm-display-part, gnus-request-article-this-buffer)
11992         (gnus-button-next-page, gnus-button-prev-page)
11993         (gnus-article-button-next-page, gnus-article-button-prev-page):
11994         Use it.
11995
11996 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
11997
11998         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
11999         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
12000         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
12001
12002 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12003
12004         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
12005         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
12006         * mml1991.el, nnultimate.el: Add `coding'.
12007
12008 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
12009
12010         * ChangeLog: changed coding to buffer-file-coding-system
12011         * ChangeLog.1: same
12012         * nnwfm.el: same
12013         * gnus-smiley.el: same
12014         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
12015         * gnus-delay.el: same
12016         * gnus-spec.el: same
12017         * message.el: same
12018         * mml1991.el: same
12019         * nnultimate.el: same
12020
12021 2001-12-16  Simon Josefsson  <jas@extundo.com>
12022         Inspired by code by Dirk Meyer <dischi@tzi.de>.
12023
12024         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
12025         (gnus-summary-save-map): Add muttprint.
12026         (gnus-summary-make-menu-bar): Ditto.
12027         (gnus-summary-muttprint): New function.
12028
12029         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
12030
12031 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12032
12033         * uudecode.el (uudecode-decode-region-internal): Speedup by using
12034         temporary list instead of buffer.
12035
12036         * mm-url.el (executable-find): autoload.
12037
12038 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12039
12040         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
12041         to variable, follow doc-string conventions).
12042
12043 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
12044
12045         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
12046         subscribe-level
12047         * gnus-topic.el (gnus-subscribe-topics): use it.
12048
12049 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12050
12051         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
12052         messages. (A small patch with indentation)
12053         From Sean Neakums <sneakums@zork.net>.
12054
12055         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
12056         nil after shooting down the gnus-original-article-buffer.
12057
12058 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12059
12060         * uudecode.el (uudecode-use-external): New variable.
12061         (uudecode-decode-region): Automatically detect external program.
12062
12063         * binhex.el (binhex-use-external): New variable.
12064         (binhex-decode-region-internal): New function.
12065         (binhex-decode-region): Automatically detect external program.
12066
12067         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
12068         Use them.
12069
12070 2001-12-12  Simon Josefsson  <jas@extundo.com>
12071
12072         * nnvirtual.el (nnvirtual-always-rescan)
12073         (nnvirtual-component-regexp): Fix doc.
12074
12075         * nnoo.el (defvoo): Add doc to defvoo variables.
12076
12077         * nnml.el (nnml-directory, nnml-active-file)
12078         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
12079         (nnml-marks-is-evil, nnml-filenames-are-evil)
12080         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
12081
12082         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
12083         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
12084         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
12085         `error'.
12086
12087         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
12088         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
12089
12090         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
12091         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
12092         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
12093         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
12094
12095         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
12096         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
12097
12098         * imap.el, nnimap.el: Fix indentation.
12099
12100         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
12101
12102 2001-12-12  Didier Verna  <didier@xemacs.org>
12103
12104         * gnus-msg.el (gnus-group-news): New function.
12105         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
12106         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
12107         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
12108         for it.
12109         * gnus-msg.el (gnus-summary-news-other-window): New function.
12110         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
12111         bind it to `i'.
12112         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
12113         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
12114         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
12115         for it (called with a prefix).
12116         * gnus-msg.el (gnus-configure-posting-styles): add an optional
12117         group-name argument.
12118         * gnus-msg.el (gnus-setup-message): use it.
12119
12120 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12121
12122         * gnus-sum.el (gnus-summary-show-article): Fix doc.
12123
12124 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12125
12126         * mml.el (mime-to-mml): Remove Content-Disposition too.
12127
12128 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12129
12130         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
12131         * gnus-group.el (gnus-group-name-decode): Decode unibyte
12132         strings only.
12133         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12134
12135 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
12136
12137         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
12138         (nnmail-fancy-expiry-target): Use it.
12139         Suggestions from Simon Josefsson <jas@extundo.com>.
12140
12141 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12142
12143         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
12144
12145 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12146
12147         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
12148
12149         * gnus-util.el (gnus-url-unhex-string): Move here.
12150
12151 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12152
12153         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
12154         mm-url-decode-entities-nbsp.
12155
12156         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
12157         * webmail.el, nnwfm.el: Use mm-url.
12158
12159         * mm-url.el (mm-url-fetch-form): Move from nnweb.
12160         (mm-url-remove-markup): Move from nnweb.
12161         (mm-url-fetch-simple): Move from webmail.
12162
12163         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
12164
12165 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12166
12167         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
12168         (gnus-summary-print-article): Use it.
12169
12170         * gnus-util.el (gnus-replace-in-string): Typo.
12171
12172 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12173
12174         * nnweb.el (nnweb-replace-in-string): Removed.
12175
12176         * gnus-util.el (gnus-replace-in-string): New function.
12177         (gnus-mode-string-quote): Use it.
12178
12179         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
12180         * nnwfm.el (nnwfm-create-mapping): Ditto.
12181
12182 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12183
12184         * dgnushack.el (dgnushack-compile): nnrss.el and
12185         nnslashdot.el don't depend on nnweb, url, w3.
12186
12187         * nnrss.el: Use mm-url.
12188
12189 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12190
12191         * mm-url.el (mm-url-insert-file-contents): Support file:.
12192
12193 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12194
12195         * mm-view.el: Lower case for the description line. Sync from the
12196         Emacs CVS.
12197
12198 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12199
12200         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
12201         From:  Stefan Monnier  <monnier@cs.yale.edu>
12202
12203 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12204
12205         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
12206
12207 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12208
12209         * mm-url.el: Require executable.
12210         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
12211
12212 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12213
12214         * pop3.el (pop3-munge-message-separator): Only use valid date.
12215         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
12216
12217         * Makefile.in: gnus-load.elc may not be generated.
12218
12219 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12220
12221         * mm-url.el: New file.
12222         * nnslashdot.el: Use it.
12223         * mm-extern.el (mm-extern-url): Use it.
12224
12225 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12226
12227         * gnus-sum.el (gnus-summary-save-article): Nix
12228         gnus-display-mime-function and gnus-article-prepare-hook.
12229
12230         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
12231         the beginning of lines.
12232         (gnus-complex-form-to-spec): Ditto.
12233
12234 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12235
12236         * message.el (message-make-mft): Fix the m-s-a-file regexp.
12237         From Paul Jarc <prj@po.cwru.edu>.
12238
12239 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12240
12241         * message.el: New variable message-subscribed-address-file;
12242         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
12243
12244 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12245
12246         * message.el (message-tab-body-function): Set to nil.
12247         (message-tab): Use text-mode-map or global-map.
12248         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
12249
12250 2001-11-30  Simon Josefsson  <jas@extundo.com>
12251
12252         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
12253         instead of gnus-union, for speed.  Suggested by Christoph Conrad
12254         <christoph.conrad@gmx.de>.
12255         (gnus-agent-fetch-group-1): Add verbose message.
12256
12257 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12258
12259         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
12260         of integers.
12261
12262 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12263
12264         * message.el (message-newgroups-header-regexp)
12265         (message-completion-alist, message-tab-body-function): Use
12266         defcustom rather than defvar.
12267         (message-tab): Mention `message-tab-body-function' in doc.
12268         Suggested by Karl Eichwalder.
12269
12270 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12271
12272         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
12273
12274 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12275
12276         * nnheader.el (nnheader-find-nov-line): Don't use macro
12277         gnus-delete-line.
12278
12279         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
12280         (gnus-group-name-charset): Ditto.
12281
12282         * gnus-util.el (gnus-buffer-live-p): Ditto.
12283
12284 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12285
12286         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
12287         open parenthesis in doc.
12288         (sieve-manage-authenticator-alist): Typo in doc.
12289         * imap.el (imap-authenticator-alist): Typo in doc.
12290         (imap-stream-alist): Backslash.
12291
12292         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
12293           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
12294
12295 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12296
12297         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
12298
12299         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
12300
12301         * gnus-msg.el (gnus-configure-posting-styles): use
12302         make-local-hook. Add LOCAL for add-hook.
12303
12304 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
12305
12306         * message.el (message-mode): Use `make-local-hook' unless
12307         obsolete.
12308         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
12309
12310 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12311
12312         * canlock.el: Remove sha1.el and base64.el stuff.
12313
12314 2001-11-26  Didier Verna  <didier@xemacs.org>
12315
12316         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
12317         if needed.
12318
12319 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12320
12321         * message.el (message-tamago-not-in-use-p): New function.
12322         (message-strip-forbidden-properties): Use it.
12323
12324 2001-11-26  Didier Verna  <didier@xemacs.org>
12325
12326         * gnus-start.el (gnus-check-first-time-used): only check for
12327         existence of .el[d] files.
12328
12329 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12330
12331         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
12332
12333         * message.el (message-setup-1): Clean up mc-*.
12334
12335 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12336
12337         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
12338         * gnus-score.el (gnus-score-find-bnews): Use it.
12339
12340         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
12341         (gnus-summary-limit-to-author): Ditto.
12342         (gnus-summary-limit-to-extra): Ditto.
12343         (gnus-summary-find-matching): Support not-matching argument.
12344
12345 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12346
12347         * message.el (message-wash-subject): Use `insert' rather than
12348         `insert-string', which is deprecated.
12349
12350 2001-11-24  Simon Josefsson  <jas@extundo.com>
12351
12352         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
12353         message. (Gnus does not "default" to using 8bit for the message,
12354         it default to use 8bit encoding and the user-supplied CTE
12355         value. Calling this behaviour "treating it as 8bit" is perhaps
12356         better.)
12357
12358         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
12359         (compare mm-charset-to-coding-system).
12360
12361 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12362
12363         * canlock.el (canlock-sha1-with-openssl): Use unibyte
12364         buffer. Correctly decode hex.
12365
12366 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12367
12368         * gnus-agent.el (gnus-category-insert-line): Convert category
12369         names to strings.
12370
12371 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12372
12373         * message.el (sha1): eval-and-compile.
12374
12375 2001-11-20  Simon Josefsson  <jas@extundo.com>
12376
12377         * message.el (message-allow-no-recipients): New variable.
12378         (message-send): Use it, customize the prompting when posting to
12379         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
12380
12381 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12382
12383         * mm-util.el (mm-coding-system-priorities): New variable.
12384         (mm-sort-coding-systems-predicate): New function.
12385         (mm-find-mime-charset-region): Resort coding systems if needed.
12386         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
12387
12388 2001-11-20  Didier Verna  <didier@xemacs.org>
12389
12390         * gnus-group.el (gnus-group-make-help-group): new optional
12391         argument to control the error behavior.
12392         * gnus-start.el (gnus-check-first-time-used): use it to avoid
12393         erroring.
12394
12395 2001-11-19  Simon Josefsson  <jas@extundo.com>
12396
12397         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
12398         instead of C-c C-u.  Suggested by Per Abrahamsen
12399         <abraham@dina.kvl.dk>.
12400
12401 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12402
12403         * nnfolder.el (nnfolder-read-folder): Use group instead of
12404         nnfolder-current-group.
12405         Suggested by Lorentey Karoly <lorentey@elte.hu>.
12406
12407 2001-11-17  Simon Josefsson  <jas@extundo.com>
12408
12409         * message.el (message-send): Ask user if Fcc/Gcc should be
12410         performed when no other sender was specified.
12411         Suggested by prj@po.cwru.edu (Paul Jarc).
12412
12413 2001-11-17  Simon Josefsson  <jas@extundo.com>
12414
12415         * message.el (message-mode, message-mode-map): Use C-c C-u for
12416         Importance: instead of C-c C-p (used by SC).
12417
12418 2001-11-16  Simon Josefsson  <jas@extundo.com>
12419
12420         * message.el (message-insert-importance-high)
12421         (message-insert-importance-low): Save point.
12422
12423         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
12424         value.
12425
12426 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
12427
12428         * message.el (message-strip-special-text-properties): New option.
12429         (message-strip-forbidden-properties): Obey it.
12430
12431 2001-11-14  Sam Steingold  <sds@gnu.org>
12432
12433         * gnus-score.el: Fixed some doc strings to properly quote symbols.
12434
12435 2001-11-15  Simon Josefsson  <jas@extundo.com>
12436
12437         Support "Importance:" header in Message.
12438
12439         * message.el (message-mode-map): Bind C-c C-p to
12440         `message-insert-or-toggle-importance'
12441         (message-mode-menu): Add message-insert-importance-{high,low}.
12442         (message-insert-importance-high, message-insert-importance-low)
12443         (message-insert-or-toggle-importance): New functions.
12444         (message-tool-bar-map): Add {un,}important.
12445         (message-mode): Doc fix.
12446
12447 2001-11-15  Simon Josefsson  <jas@extundo.com>
12448
12449         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
12450
12451         * mml.el (mml-menu): Fix toolbar tooltip.
12452
12453 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12454
12455         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
12456         * nnml.el (nnml-save-marks): Ditto.
12457
12458         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
12459
12460 2001-11-15  Simon Josefsson  <jas@extundo.com>
12461
12462         * nnml.el (nnml-save-marks):
12463         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
12464         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
12465
12466 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
12467
12468         * gnus-art.el (gnus-article-wash-status-strings): Use
12469         `copy-sequence', not `copy-seq'.
12470
12471 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
12472
12473         * gnus-art.el (gnus-article-wash-status-strings): New constant.
12474         (gnus-gnus-article-wash-status-entry): New function.
12475         (gnus-article-wash-status): Use it.
12476
12477 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12478
12479         * mml1991.el: Add coding header.
12480
12481 2001-11-12  Simon Josefsson  <jas@extundo.com>
12482
12483         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
12484         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
12485         `mml1991-sign' and `mml1991-encrypt'.
12486         (mml1991-encrypt, mml1991-sign): New glue functions.
12487         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
12488
12489         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
12490         (mml-menu): Add PGP to menu.
12491
12492         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
12493         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
12494         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
12495         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
12496
12497         * mml2015.el: Mention RFC 3156.
12498
12499         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
12500
12501 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12502
12503         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
12504
12505         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
12506           From <Michael.Cook@cisco.com>
12507
12508 2001-11-11  Simon Josefsson  <jas@extundo.com>
12509
12510         * message.el (top-level): Autoload sha1.
12511         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
12512         canlock, no need to require two different hash algs).  Suggested
12513         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
12514
12515 2001-11-09  Simon Josefsson  <jas@extundo.com>
12516
12517         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
12518         <Pavel@Janik.cz>.
12519
12520 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12521
12522         * message.el (message-point-in-header-p): New function.
12523         (message-do-auto-fill): Use it.
12524         (message-beginning-of-line): New function.  Goes to beginning of
12525         header value (i.e., end of header name), or to beginning of line
12526         if already at beginning of value.  Behaves like
12527         `beginning-of-line' when in message body.
12528         (message-mode-map): Bind it.
12529
12530 2001-11-08  Simon Josefsson  <jas@extundo.com>
12531
12532         * gnus-msg.el (gnus-posting-styles): Add doc.
12533
12534 2001-11-07  Simon Josefsson  <jas@extundo.com>
12535
12536         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
12537
12538         * sieve-mode.el (sieve-control-commands-face)
12539         (sieve-control-commands-face, sieve-action-commands-face)
12540         (sieve-test-commands-face, sieve-tagged-arguments-face): New
12541         faces.
12542         (sieve-font-lock-keywords): Use them.
12543         (sieve-mode): Only set font-lock-defaults in emacs.
12544
12545         * gnus-art.el (gnus-default-article-saver): Add
12546         gnus-summary-save-body-in-file.
12547         (gnus-summary-write-to-file): Fix doc.
12548
12549 2001-11-07  Simon Josefsson  <jas@extundo.com>
12550
12551         * gnus-art.el (gnus-treat-highlight-signature): Add cross
12552         reference to the correct chapter in the manual.
12553
12554         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
12555         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
12556
12557 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12558
12559         * mml.el (mml-preview): Bind mail-header-separator.
12560
12561 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12562
12563         * message.el: Always require canlock.
12564         (message-ignored-supersedes-headers): Include Cancel-Lock and
12565         Cancel-Key.
12566         (message-insert-canlock): Don't require canlock.
12567         (message-cancel-news): Don't check whether canlock is available.
12568         (message-supersede): Support cancel-locks.
12569
12570         * gnus-art.el: Don't autoload canlock.
12571
12572 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12573
12574         * mail-source.el (mail-source-fetch-imap): ASYNC param.
12575         From: <andre@slamdunknetworks.com>
12576
12577 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12578
12579         * many files: Fix copyright lines.
12580
12581 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12582
12583         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
12584         Suggested by Dave Love  <fx@gnu.org>.
12585
12586 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12587
12588         * message.el (message-kill-buffer): Remove auto-save file after
12589         confirm.
12590
12591         * message.el (message-send-mail): Call message-generate-headers
12592         once.  Suggested by Matt Armstrong <matt@lickey.com>.
12593
12594         * gnus-topic.el (gnus-topic-rename): Initial-input.
12595         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
12596
12597 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12598
12599         * message.el (message-forbidden-properties): New constant.
12600         (message-strip-forbidden-properties): New function.
12601         (message-mode): Activate it.
12602
12603 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12604
12605         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
12606         (mm-hack-charsets): Fix doc.
12607
12608 2001-11-02  Simon Josefsson  <jas@extundo.com>
12609
12610         * gnus-int.el (gnus-check-server): Message "...done" when done.
12611
12612         * imap.el (imap-close): Don't message (imap-send-command-wait
12613         returns if the connection is dropped).
12614         (imap-wait-for-tag): Nix out message only when necessary.
12615
12616         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
12617         for non-crossposting.
12618         (gnus-sieve-crosspost): Default to t to be consistent with other
12619         parts of Gnus.
12620
12621 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12622
12623         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
12624         (mm-iso-8859-x-to-15-table): Ditto.
12625         (mm-iso-8859-x-to-15-region): Ditto.
12626         (mm-find-mime-charset-region): Ditto.
12627
12628 2001-11-01  Simon Josefsson  <jas@extundo.com>
12629
12630         * nnimap.el (nnimap-close-asynchronous): New variable.
12631         (nnimap-close-group): Use it.
12632         (nnimap-expunge): Don't use it.
12633
12634         * imap.el (imap-callbacks): New variable.
12635         (imap-remassoc): Copied from `gnus-remassoc'.
12636         (imap-add-callback): New function.
12637         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
12638         behaviour.
12639         (imap-parse-response): Call the callback.
12640
12641         * message.el (message-insert-canlock): New variable.
12642         (message-canlock-generate, message-canlock-password)
12643         (message-insert-canlock): New functions.
12644         (message-send-news): Call `message-insert-canlock'.
12645         (top-level): Require canlock when compiling.
12646         (message-insert-canlock): Require canlock before we need it.
12647
12648 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12649
12650         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
12651
12652 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12653
12654         * dgnushack.el (dgnushack-make-load): A workaround for
12655         custom-add-loads bug in some versions of XEmacs.
12656
12657 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12658
12659         * mm-util.el (mm-charset-synonym-alist): Revert (some).
12660
12661 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12662
12663         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
12664         (mm-hack-charsets): New variable.
12665         (mm-iso-8859-15-compatible): New variable.
12666         (mm-iso-8859-x-to-15-table): New variable.
12667         (mm-find-mime-charset-region): Add parameter hack-charsets.
12668
12669         * mm-bodies.el (mm-encode-body): Use it.
12670         * mml.el (mml-parse-1): Ditto.
12671
12672 2001-11-01  Simon Josefsson  <jas@extundo.com>
12673
12674         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
12675
12676 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12677
12678         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
12679         is nil.
12680
12681 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12682
12683         * smiley-ems.el (smiley-update-cache): Auto detect file type.
12684
12685         * message.el (message-forward-rmail-make-body): Use
12686         save-window-excursion.
12687         (message-encode-message-body): Search with noerror.
12688         (message-setup-1): Convert compose-mail send-actions to
12689         message-send-actions.
12690
12691 2001-11-01  Simon Josefsson  <jas@extundo.com>
12692
12693         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
12694         <yamaoka@jpl.org>.
12695
12696 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12697
12698         * sieve-manage.el (sieve-string-bytes): No complain.
12699
12700 2001-11-01  Simon Josefsson  <jas@extundo.com>
12701
12702         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
12703         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
12704         has autoload cookies, so no `require' should be necessary.)
12705
12706         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
12707         files.
12708
12709 2001-10-31  Simon Josefsson  <jas@extundo.com>
12710
12711         * gnus-cus.el (gnus-group-parameters): Support integer `display'
12712         parameter.
12713
12714         * gnus-sum.el (gnus-select-newsgroup): If group parameter
12715         `display' is a number (and C-u wasn't used to enter group), only
12716         fetch that number of articles.
12717
12718 2001-10-31  Matt Armstrong  <matt@lickey.com>
12719
12720         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
12721         not-subscribed -> subscribed.
12722
12723 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12724         From: Josh Huber <huber@alum.wpi.edu>
12725
12726         * message.el (message-subscribed-address-functions): New variable.
12727         (message-subscribed-addresses): New variable.
12728         (message-subscribed-regexps): New variable.
12729         (message-goto-mail-followup-to): New function.
12730         (message-send-mail): Add Mail-Followup-To.
12731         (message-make-mft): New function.
12732
12733         * gnus.el (gnus-find-subscribed-addresses): New function.
12734
12735 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12736
12737         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
12738         (mail-source-fetch-pop): Ditto.
12739         (mail-source-check-pop): Ditto.
12740
12741         * gnus-start.el (gnus-read-init-file): Ditto.
12742         (gnus-activate-group): Ditto.
12743         (gnus-read-newsrc-el-file): Ditto.
12744
12745 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12746
12747         * message.el (message-get-reply-headers): Make sure there is ", ".
12748
12749         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
12750         mm-coding-system-p. Don't correct it only in XEmacs.
12751         (mm-charset-to-coding-system): Use mm-coding-system-p and
12752         mm-get-coding-system-list.
12753         (mm-emacs-mule, mm-mule4-p): New variables.
12754         (mm-enable-multibyte, mm-disable-multibyte,
12755         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
12756         mm-with-unibyte-current-buffer,
12757         mm-with-unibyte-current-buffer-mule4): Use them.
12758         (mm-find-mime-charset-region): Treat iso-2022-jp.
12759
12760         From  Dave Love  <fx@gnu.org>:
12761
12762         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
12763         construction.
12764         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
12765         entries conditional on not having a coding system defined for
12766         them.
12767         (mm-mule-charset-to-mime-charset): Use
12768         find-coding-systems-for-charsets if defined.
12769         (mm-charset-to-coding-system): Don't use
12770         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
12771         later.  Add last resort search of coding systems.
12772         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
12773         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
12774         Mule 4.
12775         (mm-find-mime-charset-region): Re-write.
12776         (mm-with-unibyte-current-buffer): Restore buffer as well as
12777         multibyteness.
12778
12779 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12780
12781         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
12782         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
12783         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
12784
12785 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12786
12787         * gnus-art.el (article-display-x-face): Nix buffer-read-only
12788         again.
12789
12790         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
12791
12792 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12793
12794         * gnus-spec.el (gnus-parse-simple-format): Use
12795           buffer-substring-no-properties.
12796
12797 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * gnus-art.el (article-verify-cancel-lock): New function.
12800
12801         * nnheader.el (nntp-process-response): New variable.
12802         (nnheader-init-server-buffer): Make `nntp-process-response'
12803         buffer-local in `nntp-server-buffer'.
12804
12805         * nntp.el (nntp-prepare-post-hook): New hook.
12806         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
12807         (nntp-async-trigger): Ditto.
12808         (nntp-request-post): Insert a server's ID if there's no Message-ID
12809         header; run `nntp-prepare-post-hook'.
12810
12811 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12812
12813         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
12814         instead.
12815
12816         * message.el (message-forward-subject-author-subject): Don't use
12817         message-news-p, which widens the buffer.
12818         (message-forward-make-body): New function.
12819         (message-forward): Use it.
12820         (message-insinuate-rmail): New function.
12821         (message-forward-rmail-make-body): New function.
12822
12823 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12824
12825         * mm-extern.el (mm-extern): Provide it.
12826
12827         * mm-partial.el (mm-partial): Provide it.
12828
12829 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12830
12831         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
12832
12833 2001-10-29  Simon Josefsson  <jas@extundo.com>
12834
12835         * mml.el (mml-preview): Bind message-this-is-news if it is
12836         news. From Jesper Harder <harder@myrealbox.com>.
12837
12838 2001-10-28  Simon Josefsson  <jas@extundo.com>
12839
12840         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
12841
12842 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
12843
12844         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
12845         ironic smilies.
12846
12847 2001-10-27  Simon Josefsson  <jas@extundo.com>
12848
12849         * message.el (message-indent-citation): Don't add trailing
12850         whitespace when citing text.
12851
12852         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
12853         <harder@ifa.au.dk>.
12854
12855 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12856
12857         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
12858         not available.
12859         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
12860         (nnweb-type-definition): Add google as alias of dejanews.
12861         (nnweb-google-parse-1): Forward 1 line.
12862
12863 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12864
12865         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
12866         variable `message-forward-ignored-headers'.
12867
12868 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
12869
12870         * gnus.el (gnus-expand-group-parameter): New function.
12871         (gnus-expand-group-parameters): Call it.
12872         (gnus-group-fast-parameter): New function.
12873         (gnus-group-find-parameter): Call it.
12874
12875 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12876
12877         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
12878         vector (it didn't before because of a bug).
12879         * gnus-msg.el (gnus-post-news): Use header vector directly, if
12880         available.  Before it converted it to an article number.
12881
12882         This makes followup to news articles with negative numbers in
12883         nnvirtual groups use news instead of mail.
12884
12885 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12886
12887         * gnus.el (post-method): Use `native' instead of `nil'.
12888
12889         * gnus-msg.el (gnus-post-method): Ditto.
12890
12891 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12892
12893         * gnus.el (gnus-define-group-parameter): Grammar fix.
12894
12895 2001-10-22  Simon Josefsson  <jas@extundo.com>
12896
12897         * gnus-msg.el (gnus-extended-version): Include
12898         system-configuration.
12899         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
12900
12901 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
12902
12903         * gnus.el (post-method): Customization fix: `native' is not a
12904         valid value.
12905         * gnus-msg.el (gnus-post-method): Doc and customization fix:
12906         `native' is not a valid value.
12907
12908 2001-10-21  Simon Josefsson  <jas@extundo.com>
12909
12910         * nnimap.el (nnimap): Defgroup
12911         (nnimap-strict-function, nnimap-strict-function-match): New
12912         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
12913         (nnimap-split-crosspost, nnimap-split-inbox)
12914         (nnimap-split-rule, nnimap-split-predicate)
12915         (nnimap-split-predicate): Defcustom.
12916         (nnimap-split-inbox, nnimap-expunge-search-string)
12917         (nnimap-importantize-dormant): Remove "*" from doc.
12918
12919 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12920
12921         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
12922         not supplied via prefix arg.  From Lisp, make arg mandatory.
12923         Suggested by Frank Schmitt.
12924
12925 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12926
12927         * message.el (message-do-auto-fill): Avoid calling
12928         'rfc822-goto-eoh'.
12929
12930 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12931         From Paul Jarc <prj@po.cwru.edu>.
12932
12933         * message.el (message-get-reply-headers): Restructure the logic
12934         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
12935
12936 2001-10-20  Simon Josefsson  <jas@extundo.com>
12937
12938         * message.el (message-cancel-news): Support cancel-locks.
12939         Suggested by Per Abrahamsson.
12940
12941         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
12942         conses.  From David Z Maze <dmaze@MIT.EDU>.
12943
12944         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
12945
12946 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12947
12948         * mm-decode.el (mm-default-directory): Fix customize type.
12949
12950         * message.el (message-setup-fill-variables): Kludge to use
12951         normal-auto-fill-function even if auto fill is already activated.
12952
12953 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12954
12955         * message.el (message-do-auto-fill): New version that does not
12956         rely on text properties, by Simon Josefsson <jas@extundo.com>.
12957         (message-setup-1): Removed the `message-field' property.
12958
12959         * gnus-draft.el (gnus-draft-edit-message): Removed the
12960         `message-field' property.
12961
12962 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12963
12964         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
12965         `message-field'.  The `field' property has a special significance in
12966         Emacs 21.
12967
12968         * message.el (message-send, message-setup-1): Ditto.
12969
12970 2001-10-18  Simon Josefsson  <jas@extundo.com>
12971
12972         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
12973         when undoing.
12974
12975 2001-10-18  Simon Josefsson  <jas@extundo.com>
12976         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
12977
12978         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
12979         (gnus-summary-make-menu-bar): Ditto.
12980
12981 2001-10-17  Simon Josefsson  <jas@extundo.com>
12982
12983         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
12984         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
12985
12986 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12987
12988         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
12989         * gnus-util.el (gnus-user-date): New function.
12990         From Frank Schmitt <usenet@Frank-Schmitt.net>.
12991
12992 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12993
12994         * message.el (message-check-news-header-syntax): Special case
12995         nnvirtual groups.
12996
12997         * gnus-sum.el (gnus-summary-respool-default-method): Changed
12998         customize type to `symbol'.
12999
13000 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13001
13002         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
13003         %&foo;.
13004         (gnus-parse-simple-format): Support user extended spec too.
13005         %u&foo; invokes gnus-user-format-function-foo.
13006
13007 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13008
13009         * nnml.el (nnml-request-expire-articles): Make sure it is back to
13010         the server.
13011         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
13012         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13013         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
13014         * nndiary.el (nndiary-request-expire-articles): Ditto.
13015         (nndiary-schedule): Defsubst it before use it.
13016         (nndiary-error): eval-and-compile.
13017
13018 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
13019
13020         * gnus-msg.el (gnus-post-method): Changed two instances of
13021         `active' to `current' and one `null' to `not'.
13022
13023 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13024         From Katsumi Yamaoka <yamaoka@jpl.org>.
13025
13026         * message.el (message-setup-fill-variables): Use
13027         `normal-auto-fill-function' instead of `auto-fill-function'.
13028
13029 2001-10-16  Simon Josefsson  <jas@extundo.com>
13030
13031         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
13032         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
13033         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
13034
13035 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13036         Patch by Oliver Scholz <oscholz@my.gnus.org>.
13037
13038         * gnus-draft.el (gnus-draft-edit-message): Add text property
13039         `field' with value `header' to message headers.
13040         * message.el (message-setup-1): Really add text property to all of
13041         the header, not just part of it.
13042
13043 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13044
13045         * gnus-group.el (gnus-group-sort-by-server): Use it.
13046
13047         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
13048
13049         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
13050         and keystroke.
13051
13052 2001-10-14  Simon Josefsson  <jas@extundo.com>
13053
13054         * dig.el: Doc fix.
13055
13056         * smime.el: Doc fix.
13057
13058         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
13059         charset magic from message.el.
13060
13061 2001-10-12  Simon Josefsson  <jas@extundo.com>
13062         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
13063
13064         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
13065         'cite from g-a-wash-types.
13066         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
13067         (gnus-article-hide-citation): Fix.
13068
13069         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
13070         character.
13071         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
13072
13073         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
13074         definition.
13075         (gnus-signature-toggle): Toggle `s' mode line character.
13076
13077         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
13078         doing stuff that clears it.
13079
13080 2001-10-12  Simon Josefsson  <jas@extundo.com>
13081
13082         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
13083         From Eric Marsden <emarsden@laas.fr>.
13084
13085 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13086
13087         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
13088         (autoload): Add some autoloads.
13089
13090 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13091         Suggested by Oliver Scholz <epameinondas@gmx.de>.
13092
13093         * message.el (message-do-auto-fill): New function.  Like
13094         `do-auto-fill' but don't fill when in the message header.
13095         (message-setup-1): Put a text property on the message header.
13096         (message-setup-fill-variables): Use `message-do-auto-fill'.
13097
13098 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13099
13100         * message.el (message-send-mail-partially): Insert an empty line
13101         first, because of the change of message-make-lines.
13102
13103 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
13104
13105         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
13106         iso-8859-15, make it an alias for iso-8859-1.
13107
13108 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13109
13110         * message.el (message-send-news): Don't modify the value of
13111         `message-syntax-checks' if it is not a list (possibly it is
13112         `dont-check-for-anything-just-trust-me').
13113
13114 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13115
13116         * gnus-group.el (gnus-group-name-charset-group-alist): Use
13117         `find-coding-system' for XEmacs to check whether the coding-system
13118         `utf-8' is available.
13119
13120 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13121
13122         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
13123
13124 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
13125
13126         * message.el (message-send-news): Oops, missed case with no
13127         "Followup-To" header...
13128
13129 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
13130
13131         * message.el (message-send-news): Allow
13132         `gnus-group-name-charset-group-alist' to affect encoding of the
13133         "Newsgroups" and "Followup-To" headers.
13134
13135 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13136
13137         * Makefile.in (install-el): Depend on gnus-load.el.
13138
13139 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13140
13141         * Makefile.in (install-el): Use -f.
13142         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
13143
13144 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
13145
13146         * message.el (message-send-news): Don't encode Followups-To when
13147         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
13148
13149         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
13150         header.
13151
13152         * gnus-art.el (article-decode-group-name): Also decode
13153         "Followup-To".
13154
13155         * rfc2047.el (rfc2047-encode-message-header): Encode without
13156         asking for null methods.
13157
13158         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
13159         default charset for newsgroup names in accordance with USEFOR.
13160
13161         * gnus-group.el (gnus-group-name-charset-method-alist,
13162         gnus-group-name-charset-group-alist): Removed "*" from doc
13163         strings, "*" should not be used for complex variables.
13164
13165 2001-10-06  Simon Josefsson  <jas@extundo.com>
13166
13167         Support UTF-8 group names better.
13168
13169         * message.el (message-check-news-header-syntax): Encode group
13170         names before comparison.
13171
13172         * gnus-msg.el (gnus-copy-article-buffer): Run all
13173         `gnus-article-decode-hook's except `article-decode-charset'
13174         instead of hardcoding call to one of them.
13175
13176         * gnus-art.el (gnus-article-decode-hook): Add
13177         `article-decode-group-name'.
13178         (article-decode-group-name): New function, use `g-d-n'.
13179
13180         * gnus-group.el (gnus-group-insert-group-line): Decode
13181         gnus-tmp-group using `g-d-n'.
13182
13183         * gnus-util.el (gnus-decode-newsgroups): New function.
13184
13185 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
13186
13187         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
13188         `gnus-group-name-charset-group-alist'.
13189
13190 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13191
13192         * Makefile.in: Install el in install. Add uninstall.
13193
13194 2001-10-05  Simon Josefsson  <jas@extundo.com>
13195
13196         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
13197
13198         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
13199
13200         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
13201         empty folders.
13202
13203         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
13204         limiting if read-all (C-u RET) was used.
13205
13206 2001-10-04  Simon Josefsson  <jas@extundo.com>
13207
13208         * mail-source.el (mail-source-movemail-program): New variable.
13209         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
13210         <thutt@thutt.vmware.com>.
13211
13212 2001-10-03  Simon Josefsson  <jas@extundo.com>
13213
13214         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
13215         (gnus-summary-line-format-alist): Fix param.
13216
13217 2001-10-02  Simon Josefsson  <jas@extundo.com>
13218
13219         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
13220         don't go through `nnimap-request-expire-articles' to delete the
13221         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
13222
13223 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13224
13225         * gnus-agent.el (gnus-agent-write-active): The min in the
13226         agent/active may be larger than that in the server/active.
13227
13228 2001-10-01  Simon Josefsson  <jas@extundo.com>
13229
13230         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
13231         is IMAP4rev1.
13232
13233         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
13234
13235         * nnfolder.el: Ditto.
13236
13237 2001-09-30  Dan Christensen  <jdc@uwo.ca>
13238
13239         * gnus-sum.el (gnus-summary-extract-address-component): New function.
13240         (gnus-summary-from-or-to-or-newsgroups): Optimize.
13241
13242 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13243
13244         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
13245         (message-mode-menu): Menu item for same.
13246
13247         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
13248         delayed articles.
13249
13250         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
13251         nndraft:delayed does not exist.
13252         (gnus-delay-initialize): Don't set up keymap, that's done from
13253         message.el now.
13254         (gnus-delay, gnus-delay-group, gnus-delay-header)
13255         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
13256
13257 2001-09-29  Simon Josefsson  <jas@extundo.com>
13258
13259         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
13260         utf-8, not eight-bit-control.
13261
13262         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
13263         (imap-log, imap-debug): Custom.
13264         (imap-log-buffer, imap-debug-buffer): New constants.
13265         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
13266         (imap-network-open, imap-shell-open, imap-starttls-open)
13267         (imap-send-command-1, imap-send-command, imap-arrival-filter)
13268         (imap-debug): Use imap-*-buffer.
13269
13270         * nndoc.el (nndoc-article-type): Add mailman.
13271         (nndoc-type-alist): Ditto.
13272         (nndoc-mailman-type-p): New function.
13273
13274 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13275
13276         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
13277         gnus-art.el.
13278
13279 2001-09-27  Simon Josefsson  <jas@extundo.com>
13280
13281         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
13282         (gnus-topic-catchup-articles): New function. Suggested by Robin
13283         S. Socha <robin-dated-1001857693.185e29@socha.net>.
13284
13285 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13286         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
13287
13288         * gnus-ems.el (gnus-article-display-xface): Insert xface after
13289         previous ones.
13290
13291 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13292         From Daiki Ueno  <ueno@unixuser.org>
13293
13294         * gnus-sum.el (gnus-summary-show-article): The arglist of
13295         detect-coding-region is incompatible.
13296
13297 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13298         From Katsuhiro Hermit Endo <hermit@koka-in.org>
13299
13300         * gnus-group.el (gnus-group-delete-group): Typo.
13301
13302 2001-09-26  Simon Josefsson  <jas@extundo.com>
13303
13304         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
13305
13306         * nnimap.el (nnimap-expiry-target): Use temp buffer.
13307
13308 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13309
13310         * gnus-cus.el (gnus-group-parameters): Display as sexp.
13311
13312 2001-09-22  Simon Josefsson  <jas@extundo.com>
13313
13314         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
13315
13316         * nnfolder.el (nnfolder-open-marks): Ditto.
13317
13318         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
13319         (gnus-update-marks): Use it.
13320         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
13321         hardcoded list.
13322
13323         * gnus.el (gnus-article-special-mark-lists): Add killed.
13324         (gnus-article-unpropagated-mark-lists): New constant.
13325
13326 2001-09-22  Simon Josefsson  <jas@extundo.com>
13327
13328         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
13329         custom option.
13330
13331 2001-09-23  Simon Josefsson  <jas@extundo.com>
13332
13333         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
13334
13335 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13336
13337         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
13338
13339 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
13340
13341         * gnus-group.el (gnus-group-sort-function): Fix customize type to
13342         accept lists of functions.
13343
13344 2001-09-20  Simon Josefsson  <jas@extundo.com>
13345
13346         * gnus-group.el (gnus-group-catchup): Update expire marks in
13347         backend.  Also, if ALL also set expire marks on tick/dormant.
13348
13349 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13350
13351         * message.el (message-tab-body-function): New variable.
13352         * message.el (message-tab): Use it.
13353
13354 2001-09-19  Sam Steingold  <sds@gnu.org>
13355
13356         * gnus-win.el (gnus-buffer-configuration): Respect
13357         `gnus-bug-create-help-buffer'.
13358
13359 2001-09-18  Simon Josefsson  <jas@extundo.com>
13360
13361         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
13362         (gnus-parse-simple-format): Re-revert.
13363
13364 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
13365         Trivial patch.
13366
13367         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
13368         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
13369
13370 2001-09-18  Simon Josefsson  <jas@extundo.com>
13371
13372         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
13373         signed.
13374         (gnus-parse-simple-format): Don't use it.
13375
13376 2001-09-17  Miles Bader  <miles@gnu.org>
13377
13378         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
13379         error querying a backend abort the whole process.
13380
13381 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13382
13383         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
13384         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
13385
13386 2001-09-17  Didier Verna  <didier@xemacs.org>
13387
13388         * nndiary.el: version 0.2-b14.
13389         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
13390         compatibility problem with XEmacs 21.1.
13391
13392 2001-09-15  Simon Josefsson  <jas@extundo.com>
13393
13394         * gnus-group.el (gnus-group-line-format): Document %c.
13395
13396         * nnml.el (nnml-parse-head): Handle CRLF files.
13397         (nnml-generate-nov-file): Ditto.
13398         (nnml-retrieve-headers): Ditto.
13399
13400 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
13401
13402         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
13403
13404 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
13405
13406         * gnus-spec.el (gnus-correct-substring): Still stopped one
13407         character before we wanted (never included last character).
13408         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
13409         add missing "," (once per function)
13410
13411 2001-09-14  Simon Josefsson  <jas@extundo.com>
13412
13413         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
13414         (otherwise e.g. gnus-agentize in .gnus overrides the customized
13415         default before gnus-group is loaded and the variable set.)
13416
13417         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
13418         killed or unsent marks.
13419
13420         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
13421         isn't an article to set it on (e.g. when you `a' in a group).
13422
13423 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13424
13425         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
13426         can read e-mails from Microsoft Outlook users not using ISO
13427         8859-2 character set.
13428
13429 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13430
13431         * gnus-diary.el: Minor modifications to avoid warnings.
13432         (gnus-summary-misc-menu): defvar.
13433         (gnus-diary-check-message): Use gnus-point-at-eol.
13434         (gnus-diary-kill-entire-line): eval-and-compile.
13435
13436 2001-09-12  Didier Verna  <didier@xemacs.org>
13437
13438         * nndiary.el: new version (0.2-b13).
13439         * nndiary.el (nndiary-mail-sources): doc update.
13440         * nndiary.el (nndiary-split-methods): ditto.
13441         * nndiary.el (nndiary-request-accept-article-hooks): New.
13442         * nndiary.el (nndiary-request-accept-article): use it, check
13443         message validity.
13444         * nndiary.el (nndiary-get-new-mail): changed default to nil.
13445         * nndiary.el (nndiary-schedule): fix bug (misplaced
13446         condition-case): it didn't return nil on error.
13447         * gnus-diary.el: new version.
13448         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
13449         * gnus-diary.el (gnus-diary-header-value-history): New.
13450         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
13451         * gnus-diary.el (gnus-diary-add-header): New.
13452         * gnus-diary.el (gnus-diary-check-message): New.
13453         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
13454         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
13455
13456 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13457
13458         * gnus-sum.el (gnus-select-newsgroup): Make
13459         `gnus-current-select-method' buffer-local.
13460
13461         * gnus-art.el (gnus-request-article-this-buffer): Refer
13462         `gnus-current-select-method' in the current summary buffer.
13463
13464 2001-09-10  Simon Josefsson  <jas@extundo.com>
13465         From Daniel Pittman <daniel@rimspace.net>
13466
13467         * gnus-spec.el (gnus-correct-pad-form): Fix.
13468
13469 2001-09-09  Simon Josefsson  <jas@extundo.com>
13470
13471         * mm-decode.el (mm-inline-media-tests): Add
13472         application/x-emacs-lisp.
13473         (mm-attachment-override-types): Add
13474         application/{x-,}pkcs7-signature.
13475
13476         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
13477         (gnus-server-line-format, gnus-server-mode-line-format)
13478         (gnus-server-browse-in-group-buffer): Customize.
13479
13480 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13481
13482         * nnml.el (nnml-marks-changed-p): Typo.
13483         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
13484         (nnml-marks-changed-p): Use gnus-gethash.
13485         (nnml-marks-modtime): Use gnus-make-hashtable.
13486
13487         * nnfolder.el (nnfolder-marks-changed-p): Typo.
13488         (nnfolder-request-expire-articles, nnfolder-save-marks)
13489         (nnfolder-open-marks): Typo.
13490         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
13491         (nnfolder-marks-changed-p): Use gnus-gethash.
13492         (nnfolder-marks-modtime): Use gnus-make-hashtable.
13493
13494 2001-09-08  Simon Josefsson  <jas@extundo.com>
13495
13496         * nnfolder.el (nnfolder-marks-modtime): New variable.
13497         (nnfolder-marks-changed-p): New function.
13498         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
13499         (nnfolder-request-update-info): Don't update if marks didn't change.
13500
13501         * nnml.el (nnml-marks-modtime): New variable.
13502         (nnml-marks-changed-p): New function.
13503         (nnml-save-marks, nnml-open-marks): Save modtime.
13504         (nnml-request-update-info): Don't update if marks didn't change.
13505
13506         * gnus-agent.el (gnus-agent-any-covered-gcc)
13507         (gnus-agent-add-server, gnus-agent-remove-server): Use
13508         gnus-agent-method-p.
13509
13510         * gnus-art.el (gnus-buttonized-mime-types): New variable.
13511         (gnus-unbuttonized-mime-type-p): Use it.
13512
13513         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
13514         fetch group.
13515
13516 2001-09-08  Simon Josefsson  <jas@extundo.com>
13517         From Daniel Pittman <daniel@rimspace.net>
13518
13519         * gnus-spec.el (gnus-correct-pad-form): New function.
13520         (gnus-parse-simple-format): Use it.
13521
13522 2001-09-07  Simon Josefsson  <jas@extundo.com>
13523
13524         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
13525         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
13526         Putnam <reader@newsguy.com>.
13527         (gnus-group-sort-selected-groups): Touch dribble file.
13528
13529 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
13530
13531         * nnml.el (nnml-filenames-are-evil): New variable.
13532         (nnml-article-to-file-alist): Rename to ...
13533         (nnml-current-group-article-to-file-alist): ... this.
13534         Respect `nnml-filenames-are-evil'.
13535         (nnml-active-number): Update.
13536         (nnml-update-file-alist): Update.
13537         (nnml-request-article): Use nnheader-article-to-file-alist.
13538         (nnml-request-rename-group): Likewise.
13539
13540 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13541
13542         * gnus-sum.el (gnus-summary-insert-line): Fix.
13543
13544 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
13545
13546         * gnus-sum.el: Bind g-s-t-s to "W g".
13547         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
13548         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
13549         display of graphical smilies.
13550
13551 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13552
13553         * gnus-start.el (gnus-setup-news): A typo.
13554         From Bill White <billw@wolfram.com>.
13555
13556 2001-09-06  Simon Josefsson  <jas@extundo.com>
13557
13558         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
13559         and unseen marks.
13560
13561 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13562
13563         * nnmail.el (nnmail-split-fancy): Document `junk'.
13564
13565 2001-09-04  Simon Josefsson  <jas@extundo.com>
13566
13567         * imap.el (imap-search): Don't error if server is broken.
13568
13569 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
13570
13571         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
13572         searching for an article that isn't in the mbox.
13573
13574 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13575
13576         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
13577         right, and get all the comments.
13578
13579 2001-09-02  Simon Josefsson  <jas@extundo.com>
13580         Suggested by Dan Christensen <jdc+news@uwo.ca>
13581
13582         * nnfolder.el (nnfolder-request-update-info): Fix message.
13583
13584         * nnml.el (nnml-request-update-info): Ditto.
13585
13586 2001-09-01  Simon Josefsson  <jas@extundo.com>
13587
13588         * nnml.el (nnml-request-expire-articles): Also bind
13589         `nnml-current-group' and `nnml-article-file-alist' when using
13590         expiry-target. (Otherwise nnml will be in a inconsistent internal
13591         state causing all kind of problems.)
13592         (nnml-request-expire-articles): If `nnml-article-to-file' or
13593         `file-attributes' failes, return article as un-expirable instead
13594         of treating it as expired.
13595
13596 2001-08-31  Sam Steingold  <sds@gnu.org>
13597
13598         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
13599         typo: `exmine' --> `examine'.
13600
13601 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13602
13603         * nndoc.el (nndoc-forward-type-p): It is not a digest.
13604
13605 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13606
13607         * nnml.el (nnml-check-directory-twice): Remove.
13608         (nnml-retrieve-headers): Ditto.
13609         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
13610
13611 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13612
13613         * nnheader.el (nnheader-directory-files-is-safe): No need to read
13614         directory twice on Windows, or on GNU Emacs-21.
13615
13616 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13617
13618         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
13619         (nnml-request-rename-group): Ditto.
13620         (nnml-active-number): Ditto.
13621         (nnml-request-create-group): Use nnml-directory-articles.
13622         (nnml-request-expire-articles): Use nnml-directory-articles, which
13623         gets list from nov database if available.
13624         (nnml-get-nov-buffer): New function.
13625         (nnml-open-nov): Use it.
13626         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
13627         gets alist from nov database if available.
13628         (nnml-directory-articles): New function.
13629         (nnml-article-to-file-alist): New function.
13630
13631 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13632
13633         * mm-decode.el (mm-display-external): Use `name' as filename, if
13634         `filename' attribute is not present.
13635
13636 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13637
13638         * mail-source.el (mail-source-flash): New defcustom.
13639         (mail-source-new-mail-p): Ring visible bell if appropriate.
13640         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
13641         timer is cleared even if mail check signals an error.
13642
13643 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13644
13645         * gnus-sum.el (gnus-summary-move-article): Only update marks of
13646         type 'list.
13647
13648 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13649
13650         * flow-fill.el (fill-flowed): eol might be point-max.
13651
13652 2001-08-27  Simon Josefsson  <jas@extundo.com>
13653
13654         * nnml.el (nnml-request-update-info): Fix message.
13655         (nnml-open-marks): Ditto.
13656
13657         * nnfolder.el (nnfolder-request-update-info):
13658         (nnfolder-open-marks): Fix message.
13659
13660 2001-08-25  Simon Josefsson  <jas@extundo.com>
13661
13662         * nnfolder.el (nnfolder-save-marks): Don't create directory named
13663         after group in ~/.
13664
13665 2001-08-25  Simon Josefsson  <jas@extundo.com>
13666         From Andreas Jaeger  <aj@suse.de>
13667
13668         * nnfolder.el (nnfolder-open-marks): Fix typo.
13669         * nnml.el (nnml-open-marks): Likewise.
13670
13671 2001-08-25  Simon Josefsson  <jas@extundo.com>
13672
13673         Make nnfolder groups self-contained as far as marks are concerned.
13674
13675         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
13676         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
13677         (nnfolder-open-server): Make marks directory.
13678         (nnfolder-request-delete-group): Delete marks file.
13679         (nnfolder-request-delete-group): Check of nov/marks file exist
13680         before deleting.
13681         (nnfolder-request-rename-group): Rename marks file.
13682         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
13683         (nnfolder-request-set-mark, nnfolder-request-update-info)
13684         (nnfolder-group-marks-pathname, nnfolder-save-marks)
13685         (nnfolder-open-marks): New functions.
13686         (top-level): Require gnus.
13687
13688 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13689
13690         * nnweb.el (nnweb-type-definition): Use google raw file.
13691         (nnweb-google-parse-1): Ditto.
13692         (nnweb-google-identity): Ditto.
13693         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
13694         (nnweb-altavista-wash-article): Ditto.
13695         (nnweb-request-article): Remove nnweb-decode-entities.
13696
13697         * nnml.el: Require 'gnus.
13698
13699 2001-08-25  Simon Josefsson  <jas@extundo.com>
13700
13701         * nnml.el (nnml-marks-is-evil): Add doc.
13702
13703 2001-08-25  Simon Josefsson  <jas@extundo.com>
13704
13705         * nnml.el (nnml-save-marks): Wrap saving marks in a
13706         condition-case, to allow user to start Gnus if saving marks failed
13707         for some reason.
13708
13709 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13710
13711         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
13712
13713         * gnus-group.el (gnus-update-group-mark-positions): Bind
13714         gnus-group-update-hook to nil.
13715
13716 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13717
13718         * mml.el (mml-generate-mime-1): Force as multibyte string.
13719
13720 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13721
13722         * gnus-sum.el (gnus-summary-insert-line)
13723         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
13724         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
13725
13726         * gnus-spec.el (gnus-correct-substring): Take optional END.
13727
13728         * nnrss.el (nnrss-request-article): Remove \n.
13729         (nnrss-retrieve-headers): Lines number is -1.
13730
13731 2001-08-24  Simon Josefsson  <jas@extundo.com>
13732
13733         * gnus-group.el (gnus-info-clear-data): Call
13734         nnfoo-request-set-mark to propagate marks.  Fix bug:
13735         `gnus-group-update-line' doesn't update read range unless we call
13736         `gnus-get-unread-articles-in-group' first.
13737
13738         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
13739         to server.
13740
13741 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13742
13743         * gnus-util.el (gnus-create-info-command): Return an interactive
13744         function.
13745
13746 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13747         From Katsumi Yamaoka <yamaoka@jpl.org>
13748
13749         * gnus-spec.el (gnus-parse-complex-format): Use equal.
13750
13751 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13752
13753         * gnus-sum.el (gnus-select-newsgroup): Use it.
13754
13755         * gnus-util.el (gnus-not-ignore): New function.
13756
13757         * lpath.el (featurep): Don't fbind char-int.
13758
13759         * gnus-util.el (gnus-create-info-command): New function.
13760
13761         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
13762         right node.
13763
13764         * gnus-sum.el (gnus-select-newsgroup): Clean up.
13765         (gnus-summary-limit-children): Use 'identity instead of `all'.
13766         (gnus-summary-limit-to-display-predicate): New command and
13767         keystroke.
13768
13769 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13770
13771         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
13772
13773         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
13774
13775 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13776
13777         * gnus-spec.el: Add the Gnus version.
13778         (gnus-update-format-specifications): If the Gnus version changes,
13779         nix out the format spec cache.
13780
13781         * gnus.el (gnus-continuum-version): Made into a command and
13782         optionalize the VERSION.
13783
13784         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
13785         the start of the lines.
13786
13787 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13788
13789         * gnus.el (gnus-visual-p): Define function before use of
13790         function.
13791
13792 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13793
13794         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
13795         (gnus-article-mark-to-type): New function.
13796         (gnus-update-missing-marks): Only update marks of type 'list.
13797
13798         * gnus.el (gnus-article-special-mark-lists): New variable.
13799
13800 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13801
13802         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
13803         (gnus-select-newsgroup): Still use 'all.
13804         (gnus-summary-initial-limit): Comparing with 'all.
13805
13806 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13807
13808         * gnus-start.el (gnus-activate-group): If dont-check, don't update
13809         active.
13810
13811 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13812
13813         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
13814         nnslashdot-*-retrieve-headers.
13815         (nnslashdot-request-article): Fix for slashcode 2.2.
13816         (nnslashdot-make-tuple): New function.
13817         (nnslashdot-read-groups): Use it.
13818
13819 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13820
13821         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
13822         list.
13823
13824         * gnus-sum.el (gnus-summary-move-article): Don't select article.
13825
13826 2001-08-20  Simon Josefsson  <jas@extundo.com>
13827
13828         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
13829         opened, error instead of continuing (and exploding later).
13830
13831 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13832
13833         * gnus.el (gnus-expand-group-parameters): Return the parameter
13834         list.
13835
13836         * gnus-sum.el (gnus-summary-show-article): Doc fix.
13837         (gnus-summary-show-article): Guess at charset if required.
13838
13839         * gnus-spec.el (gnus-correct-substring): Stopped one character
13840         before we wanted.
13841
13842 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13843
13844         * earcon.el (earcon-auto-play): Remove unused option.
13845
13846 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13847
13848         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
13849         message down in levels, since it happens very fast.
13850
13851         * smiley-ems.el (smiley-update-cache): Respect the symbol version
13852         of smiley-regexp-alist.
13853
13854         * mm-view.el (mm-inline-text): Ignore vcard errors.
13855
13856         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
13857
13858         * gnus-score.el (gnus-all-score-files): Use append instead of
13859         nconc.
13860
13861         * gnus.el (gnus-splash-face): Doc fix.
13862
13863         * mm-decode.el (mm-mailcap-command): Use
13864         mm-path-name-rewrite-functions.
13865         (mm-path-name-rewrite-functions): New variable.
13866
13867         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
13868         (gnus-complex-form-to-spec): Insert tab.
13869         (gnus-spec-tab): New function.
13870
13871         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
13872         entering the group.
13873
13874         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
13875         the positional spec.
13876         (gnus-parse-complex-format): React to %C.
13877
13878         * gnus-ems.el (gnus-char-width): Moved here.
13879
13880         * gnus-sum.el (gnus-select-newsgroup): Set
13881         gnus-newsgroup-articles.
13882         (gnus-unseen-mark): New variable.
13883         (gnus-newsgroup-unseen): Ditto.
13884         (gnus-newsgroup-seen): Ditto.
13885         (gnus-adjust-marked-articles): Use them.
13886         (gnus-update-marks): Use them.
13887         (gnus-summary-update-secondary-mark): Display.
13888         (gnus-summary-prepare-threads): Display.
13889
13890         * gnus-msg.el (gnus-inews-group-method): Use and return the
13891         method, not the server.
13892
13893 2001-08-19  Simon Josefsson  <jas@extundo.com>
13894
13895         * gnus-srvr.el (gnus-server-agent-face): New.
13896         (gnus-server-agent-face): New.
13897         (gnus-server-mode): Turn on font-lock-mode.
13898
13899         * gnus.el (gnus-server-visual): Add defgroup.
13900
13901 2001-08-19  Simon Josefsson  <jas@extundo.com>
13902         From Joe Casadonte <jcasadonte@northbound-train.com>
13903
13904         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
13905         gnus-server-denied-face): New.
13906         (gnus-server-opened-face, gnus-server-closed-face,
13907         gnus-server-denied-face): New.
13908         (gnus-server-font-lock-keywords): Add.
13909
13910 2001-08-19  Simon Josefsson  <jas@extundo.com>
13911
13912         * nnml.el (nnml-request-set-mark): Return nil.
13913         (nnml-save-marks): Use nnml-possibly-create-directory.
13914         (nnml-open-marks): Only work in temp buffer when inserting/reading
13915         .marks file.
13916
13917 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13918
13919         * gnus.el (gnus-expand-group-parameters): Fix.
13920
13921         * gnus-spec.el (gnus-char-width): New function.
13922         (gnus-correct-substring, gnus-correct-length): Use it.
13923
13924         * message.el (message-required-mail-headers): Fix doc.
13925
13926 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13927
13928         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
13929
13930         * mm-decode.el (mm-save-part-to-file): Insert the handle.
13931
13932 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13933
13934         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
13935         slashdot 2.2 (not fully fixed yet).
13936         (nnslashdot-request-article): Ditto.
13937
13938 2001-08-18  Simon Josefsson  <jas@extundo.com>
13939
13940         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
13941         nnimap.
13942
13943         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
13944         gnus-util.
13945         (nnimap-request-update-info-internal): Use new functions.
13946
13947         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
13948         new functions.
13949
13950 2001-08-18  Simon Josefsson  <jas@extundo.com>
13951
13952         Make nnml groups self-contained as far as marks are concerned.
13953
13954         * nnml.el (nnml-request-delete-group): Delete marks file.
13955         (nnml-request-rename-group): Move marks file.
13956         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
13957         variables.
13958         (nnml-request-set-mark, nnml-request-update-info): New server
13959         functions.
13960         (nnml-save-marks, nnml-open-marks): New functions.
13961
13962 2001-08-18  Simon Josefsson  <jas@extundo.com>
13963
13964         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
13965         `set' when setting marks.
13966
13967 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13968
13969         * gnus.el (gnus-info-find-node): Take an argument.
13970
13971         * gnus-art.el (gnus-button-handle-info): New function.
13972         (gnus-url-unhex-string): Replace "+" with " ".
13973
13974 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13975
13976         * message.el (message-check-news-header-syntax): Check bad From.
13977
13978 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13979
13980         * gnus-spec.el (gnus-correct-length): New function.
13981         (gnus-correct-substring): New function.
13982         (gnus-tilde-max-form): Use it.
13983
13984 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
13985
13986         * nnmh.el: Docstring changes as below.
13987
13988         * nnml.el: Docstring changes as below.
13989
13990         * nnbabyl.el: Docstring changes as below.
13991
13992         * nnmbox.el: Docstring changes as below.
13993
13994         * nnfolder.el: Added docstrings identifying each virtual server
13995         parameter.
13996
13997 2001-08-18  Simon Josefsson  <jas@extundo.com>
13998
13999         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
14000
14001 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
14002
14003         * message.el: rename "Abort Message" to "Postpone Message".
14004         Remove "Attach file as MIME" from Message menu, it's already in
14005         the MIME menu.
14006
14007 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14008
14009         * smime.el (smime-point-at-eol): eval-and-compile.
14010         (smime-make-temp-file): New function.
14011         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
14012         Use it.
14013
14014 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14015
14016         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
14017         (gnus-agent-summary-fetch-group): New command and keystroke.
14018
14019         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
14020         (gnus-mime-display-security): Make it respect
14021         gnus-unbuttonized-mime-type-p.
14022
14023         * gnus-sum.el (gnus-articles-to-read): Comments.
14024         (gnus-article-marked-p): New function.
14025         (gnus-summary-display-make-predicate): New function.
14026         (gnus-select-newsgroup): Use them.
14027
14028         * mm-decode.el (mm-save-part-to-file): Made it not error.
14029
14030 2001-08-17  Simon Josefsson  <jas@extundo.com>
14031
14032         * imap.el (imap-wait-for-tag): If process-status isn't open or
14033         run, return nil instead of sit-for looping.
14034
14035 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14036
14037         * lpath.el (featurep): fbind xml-parse-region.
14038
14039         * gnus.el (gnus-message-archive-method): Default to "archive".
14040         (gnus-message-archive-method): Doc fix.
14041         (gnus-parameters-get-parameter): Cleaned up.
14042         (gnus-expand-group-parameter): New function.
14043
14044         * gnus-start.el (gnus-setup-news): Push the archive server only
14045         the server list.
14046
14047         * mml.el (mml-menu): Changed name to "Attachments".
14048
14049         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
14050         when there is something to detroy.
14051
14052 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14053
14054         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
14055         nil.
14056
14057 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14058
14059         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
14060         which specifies a time today or tomorrow.
14061
14062 2001-08-15  Simon Josefsson  <jas@extundo.com>
14063         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
14064
14065         * gnus-agent.el (gnus-agent-make-mode-line-string)
14066         (gnus-agent-toggle-plugged): Use new API.
14067
14068 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14069
14070         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
14071         deadline has expired.
14072
14073 2001-08-12  Simon Josefsson  <jas@extundo.com>
14074         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
14075
14076         Support `recent' mark indicating newly arrived messages (to
14077         separate from old but unread messages).
14078
14079         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
14080         `nnmail-split-history' if recent is > 0.
14081         (nnimap-request-update-info-internal): Update `recent' marks.
14082         (nnimap-request-set-mark): Never set `recent' marks.
14083         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
14084         recent.
14085
14086         * gnus-sum.el (gnus-recent-mark): New mark.
14087         (gnus-newsgroup-recent): New variable.
14088         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
14089         (gnus-summary-prepare-threads): Mark recent articles.
14090         (gnus-summary-add-mark): Support recent.
14091         (gnus-summary-update-secondary-mark): Support recent.
14092
14093         * gnus.el (gnus-article-mark-lists): Add recent.
14094
14095 2001-08-12  Simon Josefsson  <jas@extundo.com>
14096
14097         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
14098         whether successful decoding took place.  Add doc.
14099
14100 2001-08-12  Simon Josefsson  <jas@extundo.com>
14101         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
14102
14103         * gnus.el (gnus-summary-line-format, gnus-parameters):
14104         * gnus-gl.el (gnus-summary-grouplens-line-format):
14105         * gnus-salt.el (gnus-summary-pick-line-format):
14106         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
14107
14108 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
14109         Committed by Kai Gro\e,b_\e(Bjohann.
14110
14111         * gnus-score.el (gnus-score-string): Fix `match' regexp
14112         for `extra' header case.
14113
14114 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14115
14116         * nnmbox.el (nnmbox-read-mbox): No warning.
14117
14118 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14119
14120         * nndoc.el (nndoc-article-type): Fix doc.
14121         (nndoc-generate-article-function): New variable.
14122         (nndoc-dissection-function): New variable.
14123         (nndoc-type-alist): Add oe-dbx.
14124         (nndoc-oe-dbx-type-p): New function.
14125         (nndoc-oe-dbx-dissection): New function.
14126         (nndoc-oe-dbx-generate-article): New function.
14127
14128 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14129
14130         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
14131         whether deadline has been reached.  Patch from Dan Nicolaescu
14132         <dann@godzilla.ics.uci.edu>.
14133
14134 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14135
14136         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
14137         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
14138         <rintaman@cs.Helsinki.FI>.
14139
14140         * mail-source.el (mail-source-movemail): The error buffer is
14141         modified, but nothing in it.
14142
14143 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14144
14145         * message.el (message-bogus-system-names): New variable.
14146         (message-make-fqdn): Use it.
14147
14148 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14149
14150         * nndraft.el (nndraft-request-group): Use
14151         nndraft-auto-save-file-name.
14152
14153 2001-08-09  Simon Josefsson  <jas@extundo.com>
14154
14155         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
14156         Don't ask whether to decrypt.  Just leave result in buffer (don't
14157         call mm).
14158
14159         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
14160         parts as well.
14161         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
14162         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
14163
14164 2001-08-09  Simon Josefsson  <jas@extundo.com>
14165
14166         * mm-decode.el (mm-insert-part): Return decoding success status.
14167         (mm-save-part-to-file): Error if decoding failed.
14168
14169 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14170
14171         * message.el (message-tab): Use indent-relative.
14172         (message-mode): Don't bind indent-line-function to indent-relative.
14173
14174 2001-08-09  Simon Josefsson  <jas@extundo.com>
14175
14176         * message.el (message-get-reply-headers): Fix string. Suggested by
14177         Christoph Conrad <cc@cli.de>.
14178
14179 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14180
14181         * message.el (message-tab): Use the current value of
14182         indent-line-function.
14183         (message-mode): Bind indent-line-function to indent-relative.
14184
14185 2001-08-08  Simon Josefsson  <jas@extundo.com>
14186
14187         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
14188         whether `imtest' is installed.
14189
14190 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14191         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
14192
14193         * gnus-sum.el (gnus-summary-show-article): Call
14194         gnus-summary-update-secondary-secondary-mark.
14195         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
14196         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
14197
14198 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14199
14200         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
14201
14202         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
14203
14204         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
14205         <gerd@gnu.org>.
14206
14207         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
14208
14209         * gnus-util.el (gnus-output-to-rmail): Ditto.
14210         (gnus-output-to-mail): Ditto.
14211
14212         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
14213
14214 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
14215
14216         * message.el (message-indent-citation): Use
14217         `message-yank-cited-prefix' for empty lines.
14218
14219 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
14220
14221         * message.el (message-indent-citation): Quote only lines starting
14222         with ">" using `message-yank-cited-prefix'.
14223
14224 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
14225         Trivial patch.
14226
14227         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
14228         gnus-cache-fully-p.
14229
14230 2001-08-04  Simon Josefsson  <jas@extundo.com>
14231
14232         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
14233         file if it doesn't exist (by calling gnus-cache-read-active).
14234
14235 2001-08-04  Simon Josefsson  <jas@extundo.com>
14236
14237         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
14238         (gnus-cache-passively-or-fully-p): Removed.
14239         (gnus-cache-fully-p): Fix it.
14240
14241         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
14242
14243 2001-08-04  Simon Josefsson  <jas@extundo.com>
14244
14245         * gnus-cache.el (gnus-cache-fully-p)
14246         (gnus-cache-passively-or-fully-p): New functions.
14247         (gnus-cache-possibly-enter-article): Cosmetic change, use
14248         `g-c-p-o-f-p'.
14249         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
14250         was bogus (`g-c-p-a-a' does not change active info, just change
14251         the functions parameters).
14252         (gnus-cache-possibly-remove-articles-1): Make sure articles are
14253         not removed in groups that match `gnus-uncacheable-groups'.
14254
14255         Reported and modifications based on discussions with Nuutti
14256         Kotivuori <nuutti.kotivuori@smarttrust.com>.
14257
14258 2001-08-04  Simon Josefsson  <jas@extundo.com>
14259         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
14260
14261         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
14262         calls `gnus-cache-update-active' if bounds has been extended.
14263
14264 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14265
14266         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
14267         before remove.
14268         (gnus-mime-security-show-details): Ditto.
14269
14270 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14271
14272         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
14273         syntax.  Protect string-match against nil string and regexp.
14274
14275 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14276
14277         * mm-util.el (mm-find-charset-region): Remove control-1.
14278
14279 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14280
14281         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
14282
14283 2001-08-04  Simon Josefsson  <jas@extundo.com>
14284
14285         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
14286         buffer.  Delete MIME-Version header.
14287
14288 2001-08-03  Simon Josefsson  <jas@extundo.com>
14289
14290         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
14291         that is entered does not necessarily have the highest article
14292         number in the group, so use `gnus-cache-possibly-alter-active'
14293         instead of `gnus-cache-update-active'.
14294
14295 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14296
14297         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
14298
14299 2001-08-03  Simon Josefsson  <jas@extundo.com>
14300
14301         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
14302         menu.
14303
14304 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14305
14306         * gnus.el (post-method): New group parameter.  It also provides
14307         the user option `gnus-post-method-alist' and the internal function
14308         `gnus-parameter-post-method'.
14309
14310         * gnus-msg.el (gnus-post-method): Bind the value of
14311         `gnus-post-method' to the group parameter if it is defined.
14312
14313 2001-08-02  Simon Josefsson  <jas@extundo.com>
14314
14315         * smime.el (smime-extra-arguments): Removed.
14316         (smime-call-openssl-region): Don't use it.
14317
14318 2001-08-02  Simon Josefsson  <jas@extundo.com>
14319
14320         * smime.el (smime-sign-region): Handle stderr.
14321         (smime-encrypt-region): Ditto.
14322
14323         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
14324         match the ASN.1 length bytes.
14325         (mm-pkcs7-enveloped-magic): Ditto.
14326         (mm-view-pkcs7-get-type): Don't regexp quote.
14327
14328 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14329         From Andreas Fuchs <asf@void.at>
14330
14331         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
14332
14333 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14334
14335         * gnus-art.el (gnus-header-button-alist): References regexp.
14336
14337 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
14338
14339         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
14340         already fboundp.  Add INTERACTIVE arg to autoload form.
14341
14342 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14343
14344         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
14345
14346         * nnmail.el (nnmail-cache-open): Ditto.
14347
14348 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14349
14350         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
14351
14352 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14353
14354         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
14355
14356 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14357         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14358
14359         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
14360         (gnus-agent-toggle-plugged): Use it.
14361
14362 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
14363
14364         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
14365         (gnus-ding-file-coding-system): New variable.
14366         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
14367         (gnus-slave-save-newsrc): Use it.
14368
14369 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14370
14371         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
14372         syntax.
14373
14374 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14375         Originally from Andreas Fuchs <asf@void.at>
14376
14377         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
14378         (mml2015-gpg-pretty-print-fpr): New function.
14379         (mml2015-gpg-extract-signature-details): More details, rename from
14380         `m-g-e-from'.
14381         (mml2015-gpg-verify): Use them.
14382         (mml2015-gpg-clear-verify): Use them.
14383
14384 2001-07-31  Simon Josefsson  <jas@extundo.com>
14385
14386         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
14387         buffer when done.
14388
14389 2001-07-30  Simon Josefsson  <jas@extundo.com>
14390
14391         * smime.el (smime-call-openssl-region): Revert previous change,
14392         just pass on buf to `call-process-region'.
14393         (smime-verify-region): Doc fix.  Don't message stuff.  Use
14394         `smime-new-details-buffer'.  Inserts error messages into buffer.
14395         (smime-noverify-region): Ditto.
14396         (smime-decrypt-region): Ditto.  Handles stderr separately.
14397         (smime-verify-buffer, smime-noverify-buffer)
14398         (smime-decrypt-buffer): Doc fix.
14399         (smime-new-details-buffer): New function.
14400         (smime-pkcs7-region, smime-pkcs7-certificates-region)
14401         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
14402         (smime-sign-region, smime-encrypt-region): Don't use
14403         `insert-buffer'.
14404
14405         * mml-smime.el (mml-smime-verify): Fix security button strings.
14406
14407 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14408
14409         * gnus-art.el (gnus-mime-save-part-and-strip): Save
14410         gnus-article-mime-handles.
14411
14412 2001-07-29  Simon Josefsson  <jas@extundo.com>
14413
14414         * mail-source.el (top-level): Require message for message-directory.
14415         (mail-source-directory): Change default to message-directory.
14416
14417         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
14418         (smime-certificate-directory, smime-openssl-program)
14419         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
14420         (smime-extra-arguments): New variable.
14421         (smime-dns-server): Fix customize group.
14422         (smime-call-openssl-region): Use `smime-extra-arguments'.
14423
14424 2001-07-29  Simon Josefsson  <jas@extundo.com>
14425         From Vladimir Volovich <vvv@vsu.ru>
14426
14427         * smime.el (smime-call-openssl-region): Ignore stderr.
14428
14429 2001-07-29  Simon Josefsson  <jas@extundo.com>
14430         From Christoph Conrad <christoph.conrad@gmx.de>
14431
14432         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
14433         file.
14434
14435 2001-07-29  Simon Josefsson  <jas@extundo.com>
14436
14437         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
14438
14439         Support S/MIME decryption.
14440
14441         * mm-decode.el (mm-inline-media-tests):
14442         (mm-inlined-types):
14443         (mm-automatic-display):
14444         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
14445
14446         * mm-view.el (mm-pkcs7-signed-magic):
14447         (mm-pkcs7-enveloped-magic): New variables.
14448         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
14449         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
14450         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
14451         PKCS#7 blobs.
14452
14453         * smime.el (smime-decrypt-region): Expand keyfile.
14454
14455 2001-07-29  Simon Josefsson  <jas@extundo.com>
14456
14457         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
14458         `ssl.el' variables.
14459
14460         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
14461         but line instead of narrowing to it, because `nnmail-parse-active'
14462         calls widen.  Thanks to Christoph Conrad
14463         <christoph.conrad@gmx.de>.
14464
14465 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14466
14467         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
14468         for %B spec.
14469
14470         * gnus-sum.el (gnus-summary-prepare-threads): If
14471         gnus-sum-thread-tree-root is nil, use subject instead.
14472         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
14473         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14474         (gnus-sum-thread-tree-leaf-with-other)
14475         (gnus-sum-thread-tree-single-leaf): Documentation.
14476         (gnus-sum-thread-tree-single-indent): Allow nil.
14477
14478 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14479
14480         * message.el (message-fill-paragraph): Do nothing if the user
14481         wants filladapt-mode.
14482
14483 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14484
14485         * mm-decode.el (mm-image-type-from-buffer): New function.
14486         (mm-get-image): Use it.
14487
14488 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14489
14490         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
14491
14492         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
14493         mm-display-parts too.
14494
14495 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14496
14497         * nnfolder.el (nnfolder-request-accept-article): Bind
14498         nntp-server-buffer.
14499
14500         * nnmail.el (nnmail-parse-active): Read from buffer instead of
14501         nntp-server-buffer.
14502
14503 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14504
14505         * message.el (message-check-news-header-syntax): Use
14506         message-post-method.
14507         (message-send-news): Bind message-post-method.
14508
14509 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14510
14511         * mml.el (mml-tweak-type-alist): New variable.
14512         (mml-tweak-function-alist): New variable.
14513         (mml-tweak-part): New function.
14514         (mml-generate-mime-1): Use it.
14515
14516 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14517
14518         * nnfolder.el (nnfolder-request-accept-article): Replace
14519         nnfolder-request-list.
14520
14521 2001-07-27  Simon Josefsson  <jas@extundo.com>
14522
14523         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
14524         nnoo-change-server failed to do it.
14525
14526 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14527
14528         * gnus.el (gnus-parameters): Make it customizable.
14529
14530 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14531
14532         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
14533
14534         * message.el (message-set-auto-save-file-name): More
14535         poor-system-types.
14536
14537         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
14538
14539         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
14540         supports +.
14541
14542 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14543
14544         * mm-decode.el (mm-readable-p): New function.
14545         (mm-inline-media-tests): Fix the default testers.
14546
14547 2001-07-26  Simon Josefsson  <jas@extundo.com>
14548
14549         * nnimap.el (nnimap-version): Bump version number.
14550
14551 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14552         From Steven E. Harris <seh@speakeasy.org>
14553
14554         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
14555         in M$Windows too.
14556
14557 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14558
14559         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
14560
14561 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14562
14563         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
14564
14565         * mm-decode.el (mm-get-image): Guess then use the type.
14566
14567         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
14568
14569 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
14570
14571         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
14572         display (%B) for threads if threading is off.
14573
14574 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14575         From Henrik Enberg <henrik@enberg.org>
14576
14577         * gnus-msg.el: Customization patch.
14578
14579 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
14580
14581         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
14582         variable.
14583         (nnmail-split-fancy-with-parent): Ignore certain groups.
14584
14585 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14586
14587         * gnus-util.el (gnus-byte-compile): New function.
14588         (gnus-use-byte-compile): New variable.
14589         (gnus-make-sort-function): Use it.
14590
14591         * nnmail.el (nnmail-get-new-mail): Use it.
14592
14593         * gnus-agent.el (gnus-category-make-function): Simple function or
14594         compiled function.
14595         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
14596
14597         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
14598         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
14599         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
14600
14601         * message.el (message-check-news-header-syntax): Remove quote.
14602
14603 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14604
14605         * message.el (message-use-mail-followup-to): `t' is not a
14606         documented value.
14607
14608 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14609
14610         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
14611
14612 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14613
14614         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
14615         there are long lines.
14616
14617 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14618
14619         * dgnushack.el (copy-list): New compiler macro.
14620
14621 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14622
14623         * message.el (message-bounce): If no Return-Path, the whole
14624         content is considered as the original message.
14625
14626         * nnml.el (nnml-check-directory-twice): New variable.
14627         (nnml-article-to-file): Use it.
14628         (nnml-retrieve-headers): Hack it.
14629
14630 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14631
14632         * gnus-win.el (gnus-buffer-configuration): New configure.
14633
14634         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
14635         not alive.
14636
14637         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
14638         (mm-display-external): Use display-term configure.
14639
14640 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14641
14642         * gnus-delay.el (gnus-delay-default-hour): New variable.
14643         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
14644
14645 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14646         From Karl Kleinpaste <karl@charcoal.com>
14647
14648         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
14649         (gnus-summary-prepare-threads): Ditto.
14650
14651         * gnus.el (gnus-summary-line-format): Add %B.
14652
14653 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14654
14655         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
14656
14657         * mm-util.el (mm-string-as-multibyte): New function.
14658
14659         * nnmh.el (nnmh-request-list-1): Encode, not decode!
14660
14661 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14662
14663         * mm-util.el (mm-universal-coding-system): New variable.
14664
14665         * gnus-start.el (gnus-startup-file-coding-system): Use it.
14666
14667         * score-mode.el (score-mode-coding-system): Use it.
14668
14669 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14670
14671         * gnus-start.el (gnus-setup-news): Call
14672         `gnus-check-bogus-newsgroups' just after the native server is
14673         opened.
14674
14675 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14676
14677         * nnmail.el (nnmail-do-request-post): Util function to be used by
14678         `nnchoke-request-post' for all nnmail-derived backends.
14679
14680         * nnml.el (nnml-request-post): Use it.
14681
14682         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
14683         backend, for it groks nnml-request-post.
14684
14685         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
14686         Treat `mail-post' backends like `mail' backends, not like `news'
14687         backends.
14688
14689 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14690
14691         * gnus-msg.el (gnus-setup-message): make-local-hook.
14692
14693 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14694
14695         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
14696         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
14697         <karl@charcoal.com>, slightly changed by Kai.
14698
14699         * message.el (message-check-news-header-syntax): When checking
14700         whether the groups exist, check the right server based on
14701         `gnus-post-method'.
14702
14703 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14704
14705         * gnus-delay.el: New file.
14706
14707 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14708
14709         * mm-util.el (mm-read-coding-system): Take two arguments.
14710
14711         * gnus-sum.el (gnus-summary-show-article): Use
14712         mm-read-coding-system.
14713
14714         * gnus-art.el (article-de-quoted-unreadable):
14715         (article-de-base64-unreadable, article-wash-html):
14716         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
14717
14718 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14719
14720         * nnml.el (nnml-request-post): New function.  Can be used for
14721         annotations in nnml groups.
14722
14723 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14724
14725         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
14726         command.
14727
14728         * gnus-start.el (gnus-find-new-newsgroups): Use
14729         `message-make-date' instead of `current-time-string'.
14730         (gnus-ask-server-for-new-groups): Ditto.
14731         (gnus-check-first-time-used): Ditto.
14732
14733 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14734
14735         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
14736
14737 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
14738
14739         * message.el (message-shorten-references): Change `maxcount' and
14740         `cut' to obey USEFOR draft 5.
14741
14742 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
14743
14744         * gnus-sum.el (gnus-summary-display-arrow): New variable.
14745         (gnus-summary-set-article-display-arrow): New function.
14746         (gnus-summary-goto-subject): Use it.
14747
14748 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14749
14750         * gnus-sum.el (gnus-summary-import-article): Insert date if
14751         doesn't exist.
14752
14753 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14754
14755         * mml.el (mml-content-type-parameters): New variable.
14756         (mml-content-disposition-parameters): New variable.
14757         (mml-insert-mime-headers): Use them.
14758         (mml-parse-1): Accept charset.
14759
14760 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14761
14762         * gnus-group.el (gnus-group-select-group): Doc fix.
14763
14764         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
14765
14766 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14767
14768         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
14769         to handle `define-derived-mode'.
14770
14771 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14772         From:  Stefan Monnier  <monnier@cs.yale.edu>
14773
14774         * message.el (message-mode): Use define-derived-mode.
14775         (message-tab): message-completion-alist.
14776
14777         * imap.el (imap-interactive-login): Use make-local-variable.
14778         (imap-open): Ditto.
14779         (imap-authenticate): Ditto.
14780
14781         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
14782
14783         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
14784
14785 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14786
14787         * message.el (message-citation-line-function): Refer to
14788         gnus-cite-attribution-suffix.
14789
14790 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14791
14792         * gnus-art.el,...: Error convention changes.
14793
14794 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14795
14796         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
14797
14798 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14799
14800         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
14801         (nnrss-read-server-data): Ditto.
14802
14803 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14804
14805         * gnus-setup.el (gnus-use-installed-gnus): Typo.
14806         * Cleanup files.
14807         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
14808
14809 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14810
14811         * gnus.el (gnus-summary-line-format): Add %o.
14812
14813         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
14814         unless shell outputs something.
14815
14816 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14817
14818         * gnus-art.el (gnus-boring-article-headers): Better doc.
14819         (article-hide-headers): Better regexp.
14820         Suggested by Matt Swift <swift@alum.mit.edu>.
14821
14822         * nnheader.el (nnheader-max-head-length): Better doc.
14823         (nnheader-header-value): Skip spaces.
14824         (nnheader-parse-head): Remove space.
14825         Suggested by Matt Swift <swift@alum.mit.edu>.
14826
14827         * gnus-sum.el (gnus-summary-show-raw-article): New function.
14828         (gnus-get-newsgroup-headers): Remove space.
14829
14830 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14831
14832         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
14833         (gnus-summary-reply): Use it.
14834         (gnus-summary-reply-broken-reply-to): New function.
14835         (gnus-msg-force-broken-reply-to): New function.
14836
14837         * mm-view.el (mm-inline-text): Showing as text/plain when error.
14838
14839 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14840
14841         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
14842
14843 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14844
14845         * mm-decode.el (mm-external-terminal-program): New variable.
14846         (mm-display-external): Use it. Use term to display when no
14847         window-system.
14848
14849 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
14850
14851         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
14852         Browse->Next entries to Browse->Prev
14853
14854 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14855
14856         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
14857
14858 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14859
14860         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
14861         for the default encoding.
14862
14863         * nnrss.el (nnrss-url-field): New field.
14864         (nnrss-request-article): Add newsgroups.
14865
14866         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
14867
14868 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14869
14870         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
14871
14872         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
14873         (gnus-draft-setup): Remove backlog.
14874
14875 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14876
14877         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
14878         Cleanup.
14879
14880 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14881
14882         * gnus-msg.el (gnus-bug): Erase buffer.
14883
14884         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
14885
14886 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14887
14888         * mm-decode.el (mm-attachment-override-p): Fix typo.
14889
14890 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
14891
14892         * gnus-kill.el (gnus-execute): Work with the extra headers.
14893         * gnus-sum.el (gnus-summary-execute-command): Ditto.
14894
14895 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14896
14897         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
14898         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
14899
14900         * message.el (message-send-mail-real-function): New variable.
14901         (message-send-mail-partially, message-send-mail):
14902
14903         * nngateway.el (nngateway-request-post): Use it.
14904
14905         * gnus-agent.el (gnus-agentize): Use it.
14906
14907         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
14908         (nnsoup-revert-variables): Use it.
14909
14910 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
14911
14912         * mm-decode.el (mm-inline-media-tests): Default to displaying as
14913         text/plain if the type doesn't match any other media types.
14914         (mm-inlined-types): Doc fix.
14915         (mm-display-inline): Revert previous change (now handled by a
14916         default type in `mm-inline-media-tests'.
14917         (mm-inlinable-p): Revive.
14918         (mm-display-part): Call `mm-inlinable-p'.
14919         (mm-attachment-override-p): Ditto.
14920         (mm-inlined-p): Doc fix.
14921
14922         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
14923         well as `mm-inlined-p'.
14924
14925 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14926
14927         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
14928         (nntp-send-command-and-decode): Use gnus-point-at-bol.
14929
14930 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14931         From  Paul Jarc <prj@po.cwru.edu>
14932
14933         * message.el (message-use-mail-followup-to): New variable.
14934         (message-get-reply-headers): Use it.
14935
14936 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
14937
14938         * nnheader.el (nnheader-init-server-buffer): Make sure the
14939         *nntpd* buffer is made multibyte instead of a random buffer.
14940
14941 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14942
14943         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
14944         when it returns headers.
14945
14946 2001-07-07  Simon Josefsson  <jas@extundo.com>
14947
14948         * rfc2047.el (rfc2047-encode-message-header): Skip header when
14949         trying to fold. Thanks to Colin Walters
14950         <walters@cis.ohio-state.edu>
14951
14952 2001-07-06  Simon Josefsson  <jas@extundo.com>
14953
14954         * imap.el (imap-parse-address-list, imap-parse-flag-list)
14955         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
14956         Add information in `assert's.
14957
14958         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
14959         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
14960         and `nnimap-group-overview-filename', should handle all
14961         change-of-uidvalidity related issues.  But there may be other
14962         problems.)
14963
14964 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
14965
14966         * rfc2047.el (rfc2047-encode-message-header): Don't include the
14967         header name when folding.
14968
14969 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
14970
14971         * mm-decode.el (mm-inlined-types): Document relationship with
14972         `mm-inline-media-tests'.
14973         (mm-display-inline): Default to displaying as plain text if no
14974         inlining handler is available.
14975         (mm-inlinable-p): Remove.
14976         (mm-inlined-p): Don't call `mm-inlinable-p'.
14977         (mm-automatic-display-p): Ditto.
14978         (mm-attachment-override-p): Ditto.
14979
14980 2001-07-04  Simon Josefsson  <jas@extundo.com>
14981
14982         * nnimap.el (nnimap-importantize-dormant): New variable.
14983         (nnimap-request-update-info-internal): Use it.
14984         (nnimap-request-set-mark): Ditto.
14985
14986 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
14987
14988         * nntp.el (nntp-send-command): don't pass a buffer argument to
14989         `point'. Only XEmacs accepts this.
14990         * nntp.el (nntp-send-command-nodelete): ditto.
14991         * nntp.el (nntp-send-command-and-decode): ditto.
14992
14993 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
14994
14995         * nntp.el (nntp-open-connection-function): doc update.
14996         * nntp.el (nntp-pre-command): New.
14997         * nntp.el (nntp-via-rlogin-command): New.
14998         * nntp.el (nntp-via-telnet-command): New.
14999         * nntp.el (nntp-via-telnet-switches): New.
15000         * nntp.el (nntp-via-user-name): New.
15001         * nntp.el (nntp-via-user-password): New.
15002         * nntp.el (nntp-via-address): New.
15003         * nntp.el (nntp-via-envuser): New.
15004         * nntp.el (nntp-via-shell-prompt): New.
15005         * nntp.el (nntp-open-telnet-stream): New.
15006         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
15007         * nntp.el (nntp-open-via-telnet-and-telnet): New.
15008         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
15009         * nntp.el (nntp-send-command): ditto.
15010         * nntp.el (nntp-send-command-nodelete): ditto.
15011         * nntp.el (nntp-send-command-and-decode): ditto.
15012
15013 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
15014         Trivial patch.
15015
15016         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
15017         `when'.
15018
15019 2001-07-03  Simon Josefsson  <jas@extundo.com>
15020         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
15021
15022         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
15023
15024 2001-07-03  Simon Josefsson  <jas@extundo.com>
15025
15026         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
15027         remove it (workaround XEmacs `fill-region' bug).
15028
15029 2001-07-01  Simon Josefsson  <jas@extundo.com>
15030
15031         * nnimap.el (nnimap-date-days-ago): Defeat locale.
15032
15033 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15034
15035         * mml2015.el (mml2015-format-error): New function.
15036         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
15037         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
15038         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
15039
15040 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15041
15042         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
15043         Suggested by Christoph Conrad <C.Conrad@cli.de>.
15044
15045         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
15046         group variables.
15047
15048 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15049
15050         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
15051
15052         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
15053         (nnrss-save-group-data): Ditto.
15054
15055         * gnus-agent.el (gnus-agent-save-alist): Ditto.
15056
15057 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15058
15059         * message.el (message-do-send-housekeeping): Narrow to headers.
15060
15061 2001-06-24  Simon Josefsson  <jas@extundo.com>
15062
15063         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
15064         insertion when breaking lines looked for " \t" instead of "[ \t]".
15065         (rfc2047-encode-message-header): Fold lines even if
15066         no QP encoding is done.
15067
15068 2001-06-23  Simon Josefsson  <jas@extundo.com>
15069         From Samuel Tardieu <sam@inf.enst.fr>
15070
15071         * smime.el (smime-keys): Support additional certificates.
15072         (smime-make-certfiles): New function.
15073         (smime-sign-region): Use previous variables.
15074         (smime-get-certfiles): New function.
15075         (smime-sign-buffer): Use it.
15076         (smime-verify-region): Support both CAfile and CApath.
15077
15078 2001-06-23  Simon Josefsson  <jas@extundo.com>
15079
15080         * smime.el (smime-decrypt-region): Perhaps work.
15081
15082 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15083
15084         * gnus-msg.el (gnus-copy-article-buffer): Typo.
15085
15086 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
15087
15088         * mm-decode.el (mm-save-part): Rewrite file name.
15089         (mm-file-name-rewrite-functions): New variable.
15090         (mm-file-name-delete-whitespace): New function.
15091         (mm-file-name-trim-whitespace): New function.
15092         (mm-file-name-collapse-whitespace): New function.
15093         (mm-file-name-replace-whitespace): New variable and function.
15094
15095 2001-06-22  Simon Josefsson  <jas@extundo.com>
15096
15097         * message.el (message-make-date): Workaround locale for weekdays.
15098
15099 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15100
15101         * message.el (message-goto-body): Return nil if not found. (revert!)
15102
15103 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15104         From Fremlin <chief@bandits.org>
15105
15106         * message.el (message-goto-body): Some messages have no header.
15107
15108         * gnus-msg.el (gnus-copy-article-buffer): Use it.
15109
15110 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
15111
15112         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
15113
15114 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15115
15116         * message.el (message-make-date): Add week day.
15117         Suggested by Jason R. Mastaler <jason@mastaler.com>.
15118
15119 2001-06-19  Simon Josefsson  <jas@extundo.com>
15120
15121         * message.el (message-yank-prefix): Doc fix.
15122         (message-yank-cited-prefix): Ditto.
15123         (message-delete-not-region): Keep citation prefix on first line,
15124         if possible and appropriate.
15125
15126 2001-06-19  Simon Josefsson  <jas@extundo.com>
15127
15128         * imap.el (imap-process-connection-type): New variable.
15129         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
15130         recent `imtest's work completely (no line length issues), while
15131         making making old `imtest's unusable.  Thanks to NAGY Andras
15132         <nagya@inf.elte.hu> for his work.
15133
15134 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
15135
15136         * imap.el (imap-ssl-program): Add -quiet to shut up
15137         OpenSSL/SSLeay's internal debug talk.
15138
15139 2001-06-19  Matt Armstrong  <matt@lickey.com>
15140
15141         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
15142         server.
15143
15144 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15145
15146         * nnmail.el (nnmail-article-buffer): New variable.
15147         (nnmail-split-incoming): Use it.
15148
15149 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
15150
15151         * qp.el (quoted-printable-decode-region): If called interactively,
15152         use coding-system-for-read.
15153
15154 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15155
15156         * message.el (message-check-news-header-syntax): Check Reply-To.
15157
15158 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15159
15160         * mml.el (mml-parse-1): Use message options.
15161
15162         * message.el (message-do-fcc): Don't do anything if there is no
15163         FCC.
15164
15165 2001-06-16  Simon Josefsson  <jas@extundo.com>
15166
15167         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
15168         (nnimap-expunge-search-string): New variable.
15169         (nnimap-request-expire-articles): Use it.
15170
15171 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15172
15173         * message.el (message-send-mail-with-qmail): wrong exit status is
15174         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
15175
15176 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15177
15178         * gnus-art.el (article-strip-multiple-blank-lines): Use
15179         delete-region instead of replace-match.
15180
15181 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15182
15183         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
15184         (nnweb-google-wash-article): Ditto.
15185
15186 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
15187
15188         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
15189
15190 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15191
15192         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
15193         specs.
15194
15195 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15196
15197         * gnus.el (gnus-email-address): Move it here.
15198
15199         * gnus-art.el (article-de-quoted-unreadable): Read charset if
15200         requested.
15201         (article-de-base64-unreadable): Ditto.
15202         (article-wash-html): Ditto.
15203
15204 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15205
15206         * message.el (message-options-set-recipient): Don't add ", "
15207         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
15208
15209 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15210
15211         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
15212
15213 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15214
15215         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
15216         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
15217
15218         * nnrss.el (nnrss-node-text): Node might be nil.
15219
15220 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15221
15222         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
15223         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
15224
15225         * nnrss.el (nnrss-group-alist): More items.
15226
15227 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15228
15229         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
15230
15231 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15232         Trivial patch from Dale Hagglund  <rdh@best.com>
15233
15234         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
15235         restrict clauses.
15236
15237 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15238
15239         From Benjamin Rutt <brutt+news@bloomington.in.us>
15240
15241         * message.el (message-wide-reply-confirm-recipients): New variable.
15242
15243 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
15244         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
15245
15246         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
15247         fix so it works with XEmacs.
15248
15249 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15250
15251         * nnrss.el (nnrss-retrieve-headers): Support description as extra
15252         headers.
15253
15254 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15255
15256         * nnrss.el: Fix a few bugs.
15257
15258 2001-06-05  Simon Josefsson  <jas@extundo.com>
15259
15260         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
15261         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
15262
15263 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
15264
15265         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
15266         binary so that we don't transmit ISO 2022 garbage to the process.
15267         This is needed under XEmacs.
15268
15269 2001-06-03  Simon Josefsson  <simon@josefsson.org>
15270
15271         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
15272         autoloaded incorrectly below because ssl-program-* is bound.)
15273         Thanks to Amos Gouaux for report.
15274
15275 2001-06-02  Simon Josefsson  <simon@josefsson.org>
15276
15277         * imap.el (imap-kerberos4-open):
15278         (imap-gssapi-open):
15279         (imap-ssl-open):
15280         (imap-network-open):
15281         (imap-shell-open):
15282         (imap-starttls-open): Set buffer to workaround spurious
15283         `accept-process-output' buffer changes.  Thanks to Mats Lidell
15284         <Mats.Lidell@contactor.se> for report and partial patch and Jake
15285         Colman <colman@ppllc.com> for report.
15286
15287 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15288
15289         * gnus-sum.el (gnus-summary-catchup): New argument.
15290         (gnus-summary-catchup-from-here): New function.
15291
15292 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15293
15294         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
15295         back, then insert glyph.  (Before, the glyph was inserted first,
15296         then the newline.)  This works around a behavior in XEmacs where
15297         it is not possible to insert a character after a glyph which is at
15298         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
15299
15300 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15301
15302         From Jaap-Henk Hoepman (jhh@xs4all.nl).
15303
15304         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
15305         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
15306         mm-destroy-postponed-undisplay-list): New functions.
15307         (mm-display-external): Use them.
15308
15309 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15310
15311         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
15312         `default-low' when evaluating `gnus-summary-highlight'.
15313         From Raja R Harinath <harinath@cs.umn.edu>.
15314
15315 2001-05-27  Simon Josefsson  <simon@josefsson.org>
15316
15317         * message.el (message-yank-cited-prefix): New variable.
15318         (message-indent-citation): Use it.
15319
15320         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
15321         as details.
15322         (mml2015-mailcrypt-clear-verify): Ditto.
15323
15324 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15325         From Nevin Kapur <nevin@jhu.edu>.
15326
15327         * gnus-sum.el (gnus-summary-default-high-score,
15328         gnus-summary-default-low-score): New variables.
15329         (gnus-summary-highlight): Use them.
15330
15331 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
15332
15333         * message.el (message-mail): pass the 'send-actions argument to
15334         `message-setup'.
15335
15336 2001-05-16  Simon Josefsson  <simon@josefsson.org>
15337         From Raymond Scholz <ray-2001@zonix.de>
15338
15339         * gnus-art.el (gnus-mime-view-part-as-charset):
15340         (gnus-mime-internalize-part): Doc fixes.
15341
15342 2001-05-11  Simon Josefsson  <simon@josefsson.org>
15343
15344         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
15345         status lines without any text ("^215$").
15346
15347 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15348
15349         * nnrss.el (nnrss-check-group): Reverse.
15350
15351 2001-05-07  Simon Josefsson  <simon@josefsson.org>
15352
15353         * message.el (message-get-reply-headers):
15354         (message-followup): Fix typo, suggested by David Green
15355         <dgreen@uab.edu>
15356
15357 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15358
15359         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
15360
15361         * nnrss.el (nnrss-open-server): Read server data when it is called.
15362         (nnrss-request-expire-articles): Fix.
15363
15364 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15365
15366         * message.el (message-do-send-housekeeping): mail-abbrevs may
15367         rename buffer behind Gnus.
15368
15369 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15370
15371         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
15372         (nnrss-group-alist): Add more resources.
15373         (nnrss-check-group): Ignore errors.
15374
15375 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15376
15377         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
15378
15379         * nnslashdot.el (nnslashdot-request-list): Add time.
15380         (nnslashdot-request-expire-articles): New function.
15381
15382         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
15383         secondary methods too.
15384
15385 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15386
15387         * message.el (message-use-followup-to): Set default value to t.
15388
15389 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
15390
15391         * message.el (message-dont-reply-to-names): Fix documentation.
15392         (message-get-reply-headers): Use Mail-Followup-To only for wide
15393         replies.
15394
15395 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15396
15397         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
15398         correctly.
15399         (nnrss-check-group): Use time.
15400
15401 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15402
15403         * gnus.el: Oort Gnus v0.03 is released.
15404
15405 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15406
15407         * nnultimate.el (nnultimate-topic-article-to-article): Use the
15408         group.
15409
15410 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15411
15412         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
15413
15414 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15415
15416         * nnultimate.el (nnultimate-retrieve-headers): Return all
15417         available headers.
15418
15419         * gnus-sum.el (gnus-read-all-available-headers): New variable.
15420         (gnus-get-newsgroup-headers-xover): Use it.
15421
15422 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15423
15424         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
15425
15426 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15427
15428         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
15429
15430 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15431
15432         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
15433         disable it.
15434
15435         * gnus.el (gnus-info-nodes): Remove a few The's.
15436
15437 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15438
15439         * mail-source.el (mail-source-movemail): Call-process may return a
15440         signal description string.
15441
15442         * gnus-start.el (gnus-read-newsrc-el-file):
15443         gnus-newsrc-file-version may be nil.
15444
15445         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
15446         Suggested by Michael Sperber [Mr. Preprocessor]
15447         <sperber@informatik.uni-tuebingen.de>.
15448
15449 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
15450
15451         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
15452
15453 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
15454
15455         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
15456         fontify HANDLE.
15457
15458 2001-04-18  Simon Josefsson  <simon@josefsson.org>
15459
15460         * smime.el (smime-ask-passphrase): Rework to return value.
15461         (smime-sign-region): Rework to bind value and use it.
15462         (smime-decrypt-region): Ditto.
15463
15464 2001-04-18  Simon Josefsson  <simon@josefsson.org>
15465         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
15466
15467         * smime.el (smime-ask-passphrase): New function.
15468         (smime-sign-region): Use it.
15469         (smime-encrypt-cipher): New variable.
15470         (smime-decrypt-region): Ditto.
15471
15472 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
15473         Committed by Simon Josefsson  <simon@josefsson.org>
15474
15475         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
15476         the log.
15477
15478 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15479
15480         * gnus.el: Oort Gnus v0.02 is released.
15481
15482 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
15483
15484         * gnus.el: Oort Gnus v0.01 is released.
15485
15486 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15487
15488         * gnus-sum.el (gnus-summary-highlight): Highlight read
15489         undownloaded articles as read articles.
15490
15491         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
15492         (gnus-agent-get-undownloaded-list): Mark all undownloaded
15493         articles, even read ones, as such.
15494
15495         * gnus-sum.el (gnus-summary-find-matching): Clean up.
15496         (gnus-find-matching-articles): New function.
15497         (gnus-summary-limit-include-matching-articles): New command.
15498         (gnus-summary-limit-include-thread): Include articles that have
15499         matching subjects.
15500         (gnus-offer-save-summaries): Clean up.
15501
15502 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15503
15504         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
15505
15506 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15507         From Jason Merrill <jason_merrill@redhat.com>
15508
15509         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
15510
15511 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
15512         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15513
15514         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
15515         newsgroup names when the original article is a news message.
15516
15517 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15518
15519         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
15520         supported. Suggest by Jim Meyering <jim@meyering.net>.
15521
15522 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
15523         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
15524
15525         * nnmail.el (nnmail-split-it): Added check for .* at the end of
15526         regexp in nnmail-split-fancy.
15527
15528 2001-04-10  Simon Josefsson  <simon@josefsson.org>
15529
15530         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
15531
15532 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
15533
15534         * message.el (message-send-mail): Improve the interaction with the
15535         user.
15536
15537 2001-04-10  Simon Josefsson  <simon@josefsson.org>
15538
15539         * imap.el (imap-message-copy): Work around buggy servers that
15540         doesn't send TRYCREATE tags.
15541
15542 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
15543
15544         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
15545
15546 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15547
15548         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
15549         date.
15550
15551 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15552
15553         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
15554         lives.
15555
15556 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15557
15558         * gnus-art.el (gnus-parse-news-url): New function.
15559         (gnus-button-handle-news): New function.
15560         (gnus-button-alist): Point to new functions.
15561
15562         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
15563
15564         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
15565         gnus-format-specs.
15566
15567         * message.el (message-check-news-header-syntax): Question even
15568         when Gnus doesn't know the group names.
15569         (message-send-news): Clean up.
15570
15571         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
15572         exited on purpose without saving.
15573
15574         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
15575
15576 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15577
15578         * gnus-score.el (gnus-score-orphans): Clean up.
15579
15580         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
15581
15582         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
15583         later.
15584
15585         * gnus-start.el (gnus-close-all-servers): Find the right items to
15586         close.
15587
15588         * qp.el (quoted-printable-decode-region): Just message
15589         malformation; don't quit.
15590
15591 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15592         From Gerd Moellmann <gerd@gnu.org>.
15593
15594         * gnus.el (gnus-interactive): A typo.
15595
15596 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
15597         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15598
15599         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
15600         `assq-delete-all', if that function exists; otherwise use the old
15601         definition. Documentation changed to match the one in
15602         `assq-delete-all'.
15603
15604 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15605
15606         * gnus-start.el (gnus-close-all-servers): New function.
15607
15608         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
15609         (gnus-server-remove-denials): Clean up.
15610
15611         * gnus-sum.el (gnus-summary-sort-by-original): New command and
15612         keystroke.
15613
15614 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15615
15616         * message.el (message-send-news): Message where we are sending.
15617         (message-send-mail): Ditto.
15618
15619         * gnus.el (gnus-server-string): New function.
15620
15621         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
15622
15623         * mm-decode.el (mm-default-directory): Customized.
15624         (mm-tmp-directory): Ditto.
15625
15626         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
15627         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
15628         or Chars.
15629         (gnus-summary-line-format-alist): ?l is now a string.
15630         (gnus-summary-prepare-threads): Output ? for unknown lines.
15631         (gnus-summary-insert-line): Ditto.
15632         (gnus-summary-print-article): Unbalanced parentheses.
15633
15634         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
15635         out whether new stuff has arrived.
15636
15637 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
15638
15639         * gnus-sum.el: Let printing work on ttys on Emacs.
15640
15641 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15642
15643         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
15644         when forcing news.
15645
15646         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
15647         command.
15648
15649 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
15650
15651         * message.el (message-set-auto-save-file-name): Don't use
15652         asterisks under nt.
15653
15654 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15655
15656         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
15657         lists of articles.
15658
15659         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
15660
15661         * gnus-msg.el (gnus-put-message): Clean up.
15662         (gnus-summary-reply): Mark all replied-to articles as replied to.
15663         (gnus-inews-add-send-actions): Also mark as forwarded.
15664         (gnus-summary-mail-forward): Mark as forwarded.
15665
15666         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
15667         of articles.
15668         (gnus-summary-mark-article-as-forwarded): Ditto.
15669
15670         * gnus-msg.el (gnus-summary-resend-message): Mark article as
15671         forwarded.
15672         (gnus-summary-mail-forward): Clean up.
15673
15674         * gnus.el (gnus-article-mark-lists): Added forward.
15675
15676         * gnus-sum.el (gnus-forwarded-mark): New variable.
15677         (gnus-summary-prepare-threads): Use it.
15678         (gnus-summary-update-secondary-mark): Ditto.
15679         (gnus-newsgroup-forwarded): New variable.
15680
15681 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15682
15683         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
15684         (gnus-summary-very-wide-reply): New command and keystroke.
15685         (gnus-summary-very-wide-reply-with-original): Ditto.
15686
15687         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
15688         (gnus-score-adaptive): Use it.
15689
15690         * gnus-start.el (gnus-get-unread-articles): Clean up.
15691
15692 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15693
15694         * nnultimate.el (nnultimate-retrieve-headers): Work for other
15695         boards.
15696
15697 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
15698
15699         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
15700         * gnus-start.el (gnus-subscribe-newsgroup): use it.
15701
15702 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15703
15704         * nnultimate.el (nnultimate-retrieve-headers): Understand
15705         long-form month names.
15706
15707 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15708
15709         * gnus-sum.el (gnus-summary-show-all-headers):
15710         gnus-article-show-all-headers is broken. Use
15711         gnus-summary-toggle-header instead.
15712
15713         * mml2015.el (mml2015-gpg-extract-from): No error.
15714
15715 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15716         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
15717
15718         * mml2015.el (mml2015-gpg-extract-from): New function.
15719         (mml2015-gpg-verify): Use it.
15720         (mml2015-gpg-clear-verify): Use it.
15721
15722 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15723
15724         * message.el (message-setup-fill-variables): Use
15725         fill-paragraph-function.
15726         (message-fill-paragraph): Take an argument.
15727         (message-newline-and-reformat): Take another argument.
15728
15729 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15730
15731         * message.el (rmail-output): It is in rmailout.el not rmail.el.
15732
15733 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15734
15735         * message.el (message-forward): local-variable-p takes an extra
15736         argument in XEmacs.
15737
15738 2001-03-16  Simon Josefsson  <simon@josefsson.org>
15739
15740         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
15741         `nnimap-use-nov-p' (it really tested the negative).
15742         (nnimap-retrieve-headers): Use it.
15743
15744 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15745
15746         * message.el (message-generate-headers-first): Update doc.
15747
15748 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
15749         Trivial patch.
15750
15751         * gnus.el (gnus-summary-line-format): Typo.
15752
15753 2001-03-11  Simon Josefsson  <simon@josefsson.org>
15754
15755         * mailcap.el (mailcap-mime-data): Add application/sieve.
15756         (mailcap-mime-extensions): Add .siv, .xls.
15757
15758 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15759         From Christoph Conrad <christoph.conrad@gmx.de>
15760
15761         * gnus-score.el (gnus-summary-lower-thread): Typo.
15762
15763 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15764
15765         * message.el (message-forward-decoded-p): New variable.
15766         (message-forward-subject-author-subject): Use it.
15767         (message-make-forward-subject): Use it.
15768         (message-forward): Use it.
15769
15770         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
15771
15772         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
15773         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
15774
15775 ;;Has been fixed -- zsh.
15776 ;;2001-03-05  Dave Love  <fx@gnu.org>
15777 ;;
15778 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
15779 ;;      Move it after definition of mm-coding-system-p.
15780 ;;
15781 2001-03-01  Dave Love  <fx@gnu.org>
15782
15783         * mm-util.el (mm-inhibit-file-name-handlers): Add
15784         image-file-handler.
15785
15786 2001-02-11  Dave Love  <fx@gnu.org>
15787
15788         * message.el (message-signature-file): Fix doc, :type.
15789
15790 2001-02-08  Dave Love  <fx@gnu.org>
15791
15792         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
15793         (message-posting-charset): Defvar when compiling again.
15794         (rfc2047-encodable-p): Require message.
15795
15796         * gnus-sum.el (gnus-alter-articles-to-read-function):
15797         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
15798
15799 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15800
15801         * nnrss.el: New file.
15802
15803 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
15804         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15805
15806         * rfc2047.el (rfc2047-unfold-region): Fix arg of
15807         `skip-chars-forward'.
15808
15809 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15810
15811         * nndraft.el (nndraft-request-group): Restore auto save files if
15812         the original files do not exist.
15813
15814 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15815
15816         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
15817         SCORE paths.
15818
15819         * mm-decode.el (mm-dissect-buffer): Call
15820         mail-extract-address-components only if necessary.
15821
15822 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15823
15824         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
15825         directory part.
15826         (gnus-score-search-global-directories): Use file-directory-p.
15827
15828         * gnus-score.el (gnus-score-score-files-1): Use
15829         gnus-kill-files-directory.
15830         From Adrian Aichner <adrian@xemacs.org>.
15831
15832 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15833
15834         * gnus.el (charset): Move here from gnus-sum.el.
15835
15836 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15837
15838         * mml.el (mml-preview): Disable local map.
15839
15840         * gnus-sum.el (gnus-summary-make-menu-bar): Make
15841         gnus-article-post-menu here.
15842
15843         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
15844         if it has not been made.
15845
15846 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15847
15848         * gnus-art.el (gnus-article-describe-key): Map key to event.
15849         (gnus-article-describe-key-briefly): Ditto
15850
15851 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15852
15853         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
15854
15855 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15856         From Katsumi Yamaoka <yamaoka@jpl.org>.
15857
15858         * dgnushack.el (coerce, merge, subseq): defmacro.
15859
15860 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15861
15862         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
15863         A fake defalias in nndraft.el results a not-activated bug in
15864         uncompiled versions.
15865
15866 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
15867         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15868
15869         * gnus-util.el (gnus-split-references): Handle malformed References:.
15870
15871 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15872
15873         * gnus-art.el (gnus-article-mime-part-status): 1 part.
15874
15875 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15876         From NAGY Andras <nagya@inf.elte.hu>.
15877
15878         * gnus.el (gnus-parameters): Typo.
15879
15880 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15881
15882         * gnus.el (gnus-read-method): Remove redundancy.
15883
15884 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15885
15886         * nnslashdot.el (nnslashdot-backslash-url): New variable.
15887         (nnslashdot-request-list): Use it.
15888
15889 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15890
15891         * nnml.el (nnml-generate-active-info): Fix the case when there is
15892         no file.
15893
15894         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
15895         (gnus-summary-create-article): New function.
15896
15897         * gnus-group.el (gnus-group-mark-article-read): New function.
15898
15899         * gnus-msg.el (gnus-inews-do-gcc): Use it.
15900
15901         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
15902
15903 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15904
15905         * gnus-art.el (gnus-article-edit-done): Don't use
15906         gnus-article-edit-exit.
15907         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
15908
15909         * gnus.el (gnus-parameters): New variable.
15910         Suggested by NAGY Andras <nagya@inf.elte.hu>.
15911         (gnus-parameters-get-parameter): New function.
15912         (gnus-group-find-parameter): Use it.
15913
15914 2001-02-23  Simon Josefsson  <simon@josefsson.org>
15915
15916         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
15917         change of default value to `current'.
15918
15919 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15920
15921         * nneething.el (nneething-get-head): Insert unreadable file too.
15922
15923 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15924
15925         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
15926
15927         * webmail.el (webmail-type-definition): Deja is bought by google.
15928
15929 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15930
15931         * gnus-sum.el (gnus-fetch-headers): New function.
15932         (gnus-select-newsgroup): Use it.
15933         (gnus-summary-insert-articles): New function.
15934         (gnus-summary-insert-old-articles): New function.
15935         (gnus-summary-insert-new-articles): New function.
15936
15937         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
15938         (gnus-group-list-active): Ditto.
15939         * gnus-sum.el (gnus-set-mode-line): Ditto.
15940         (gnus-summary-read-group-1): Ditto.
15941
15942 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15943
15944         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
15945         current topic.
15946
15947 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15948
15949         * smiley.el (gnus-smiley-display): Don't do widening.
15950
15951         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
15952         within body.
15953
15954         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
15955
15956         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
15957         New variable.
15958         (gnus-mime-display-multipart-related-as-mixed): New variable.
15959         (gnus-mime-display-part): Use them.
15960
15961 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15962
15963         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
15964         something special.
15965
15966 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15967
15968         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
15969         (nnweb-request-article): Call reference if exists.
15970         (nnweb-type-definition): Dejanews is bought by google.com.
15971         Beta!
15972
15973 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15974
15975         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
15976
15977 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15978
15979         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
15980         gnus-article-sort-functions.
15981         (gnus-article-sort-functions): Doc fix.  Refer to
15982         gnus-thread-sort-functions.
15983
15984 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15985         From Paul Jarc <prj@po.cwru.edu>.
15986
15987         * message.el (message-get-reply-headers): More fixes.
15988
15989 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
15990         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15991
15992         * message.el (message-get-reply-headers): Fix bug with
15993         Mail-Followup-To/to-address interaction.
15994
15995 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15996
15997         * gnus-msg.el (gnus-configure-posting-styles): Match header in
15998         gnus-article-copy.
15999
16000 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16001
16002         * message.el (message-do-send-housekeeping): Rename to a better
16003         name.
16004
16005 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16006
16007         * message.el (message-cancel-news): Check article first, then ask
16008         yes or no.
16009
16010 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16011
16012         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
16013
16014 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16015
16016         * gnus-range.el (gnus-range-normalize): New function.
16017
16018 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
16019
16020         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
16021
16022 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16023
16024         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
16025
16026         * nnagent.el (nnagent-request-regenerate): New function.
16027
16028         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
16029
16030         * nnml.el (nnml-generate-nov-databases): Accept argument
16031         server. Don't open server if it is opened.
16032         (nnml-request-regenerate): Use it. Change to deffoo.
16033
16034 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16035         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
16036
16037         * gnus.el (gnus-define-group-parameter): Fix.
16038
16039 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16040
16041         * gnus.el (gnus-define-group-parameter): Improved.
16042
16043         * gnus-sum.el (charset): Define parameter.
16044         (ignored-charsets): Ditto.
16045         (gnus-summary-setup-default-charset): Use them.
16046
16047         * gnus-start.el (gnus-read-descriptions-file): Use them.
16048
16049         * gnus-cus.el (gnus-group-parameters): Remove them.
16050
16051 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16052
16053         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
16054
16055 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16056
16057         * gnus-sum.el (gnus-summary-read-group-1): Remove
16058         gnus-summary-set-local-parameters.
16059         (gnus-summary-setup-buffer): Put it here.
16060
16061 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16062
16063         * gnus.el (to-address): Define parameter.
16064         (to-list): Ditto.
16065         * gnus-art.el (article-hide-boring-headers): Use them.
16066         * gnus-msg.el (gnus-post-news): Ditto.
16067         * gnus-cus.el (gnus-group-parameters): Remove them.
16068
16069 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16070
16071         * gnus-draft.el (gnus-draft-reminder): New function.
16072
16073         * gnus-art.el (gnus-sender-save-name): New function.
16074
16075 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16076
16077         * mm-util.el (mm-mime-charset): Error message.
16078
16079 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16080
16081         * message.el (message-check-news-body-syntax): Don't check mml lines.
16082
16083 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16084
16085         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
16086         subscribe.
16087
16088         * gnus-start.el (gnus-call-subscribe-functions): New function.
16089         (gnus-find-new-newsgroups): Use it.
16090         (gnus-ask-server-for-new-groups): Use it.
16091         (gnus-check-first-time-used): Use it.
16092         (gnus-subscribe-newsgroup-method): Grok a list of functions.
16093         (gnus-subscribe-options-newsgroup-method): Ditto.
16094         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
16095         return .
16096
16097 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16098
16099         * gnus-cus.el (gnus-score-customize): Doc fix.
16100
16101 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
16102
16103         * dgnushack.el (my-getenv): Typo.
16104
16105 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16106
16107         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
16108
16109 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16110
16111         * gnus-group.el (gnus-group-suspend): Offer save summaries.
16112
16113         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
16114         (gnus-treatment-function-alist): Use it.
16115         (article-remove-leading-whitespace): New function.
16116         (gnus-article-make-menu-bar): Use it.
16117
16118         * gnus-sum.el (gnus-summary-wash-empty-map): Add
16119         remove-leading-whitespace.
16120         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
16121         because of conflict.
16122
16123 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16124
16125         * Makefile.in: Hack generating gnus-load.el.
16126         * dgnushack.el: Ditto.
16127         * gnus-load.el: Remove it.
16128
16129 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16130
16131         * dgnushack.el : Add URLDIR.
16132
16133         * Makefile.in (EMACS_COMP): Ditto.
16134
16135 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16136
16137         * gnus-cus.el (gnus-score-customize): Error on no score file.
16138
16139 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16140
16141         * mm-decode.el (mm-merge-handles): New function.
16142
16143         * mm-view.el (mm-inline-message): Use it.
16144         (mm-view-message): Ditto.
16145
16146         * mm-partial.el (mm-inline-partial): Ditto.
16147
16148         * mm-extern.el (mm-inline-external-body): Ditto.
16149
16150         * gnus-art.el (gnus-mime-view-part): Ditto.
16151         (gnus-mime-view-part-as-type): Ditto.
16152         (gnus-mime-save-part-and-strip): Prevent users to strip in some
16153         cases.
16154
16155 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16156
16157         * message.el (message-cancel-news): Allow to shoot foot.
16158         (message-supersede): Ditto.
16159
16160 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
16161         Trivial patch.
16162
16163         * gnus-sum.el (gnus-simplify-subject-re): Use
16164         message-subject-re-regexp.
16165
16166 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16167
16168         * nnmail.el (nnmail-expiry-target-group): Bind
16169         nnmail-cache-accepted-message-ids to nil.
16170
16171         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
16172         coding system.
16173
16174 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16175
16176         * qp.el (quoted-printable-encode-region): Make sure characters are
16177         between 00 and FF.  Don't check charset.
16178
16179         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
16180         in Emacs 20.
16181         * rfc2047.el (rfc2047-q-encode-region): Ditto.
16182
16183 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16184
16185         * message.el (message-make-forward-subject): Argument decoded.
16186         (message-forward): Use it when digest.
16187
16188         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
16189         buffer.
16190
16191 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16192
16193         * message.el (message-generate-headers-first): Doc fix.
16194
16195 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16196
16197         * gnus-art.el (article-make-date-line): Error proof.
16198
16199 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16200
16201         * gnus-group.el (gnus-group-listing-limit): New variable.
16202         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
16203
16204         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
16205
16206 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16207
16208         * message.el (message-newline-and-reformat): Special case for
16209         breaking at BOL.
16210
16211 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
16212
16213         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
16214         message/rfc822.
16215
16216 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16217
16218         * message.el (message-encode-message-body): Don't insert
16219         Content-Type if it is inside a mail.
16220
16221 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16222
16223         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
16224         gnus-article-commands-menu.
16225
16226         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
16227         in Emacs.
16228
16229         * gnus-start.el (gnus-read-descriptions-file): Use
16230         gnus-group-name-charset and gnus-group-charset-alist.
16231
16232 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16233
16234         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
16235         active region.
16236
16237         * gnus-start.el (gnus-group-change-level): Remove from both
16238         gnus-zombie-list and gnus-killed-list.
16239
16240 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16241
16242         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
16243         gnus-subscribe-topics.
16244
16245         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
16246
16247 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16248
16249         * gnus-art.el (gnus-article-make-menu-bar): Make
16250         gnus-article-post-menu.
16251
16252         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
16253
16254         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
16255
16256         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
16257
16258         * message.el (message-mode-menu): Ditto.
16259
16260         * gnus-art.el (defvar): eval-when-compile.
16261
16262 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16263
16264         * gnus-agent.el (gnus-agentize): Fix doc.
16265
16266 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
16267
16268         * mml.el (mml-preview): Bind `q'.
16269
16270 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16271
16272         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
16273
16274 2001-01-31  Dave Love  <fx@gnu.org>
16275
16276         * mm-util.el (mm-mime-mule-charset-alist)
16277         (mm-find-mime-charset-region): Consider mule-utf-8.
16278
16279 2001-01-31  Dave Love  <fx@gnu.org>
16280
16281         * gnus-art.el (gnus-article-x-face-command)
16282         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
16283         :version.
16284
16285 2001-01-26  Dave Love  <fx@gnu.org>
16286
16287         * mm-util.el (mm-multibyte-string-p): New.
16288
16289 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
16290 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
16291 ;;      string-as-multibyte on class.  Clarify line-folding.
16292         (quoted-printable-encode-string): Make temp buffer inherit
16293         string's multibyteness.
16294
16295 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
16296
16297         * nnheader.el (toplevel): Don't require `gnus-util' at
16298         compile-time; this creates a circular dependency, and prevents
16299         a bootstrap.
16300
16301 2001-01-22  Andreas Schwab  <schwab@suse.de>
16302
16303         * nnheader.el (gnus-delete-line): Autoload it as a macro.
16304
16305 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16306
16307         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
16308
16309         * gnus-art.el (article-hide-list-identifiers): Ditto.
16310
16311         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
16312
16313 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16314
16315         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
16316
16317         * gnus-art.el (article-hide-list-identifiers): Similar.
16318
16319 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
16320
16321         * nnmail.el (nnmail-remove-list-identifiers): Improved.
16322
16323 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16324
16325         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
16326
16327 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16328
16329         * gnus-util.el (gnus-string-equal): New function.
16330
16331         * gnus-art.el (article-hide-boring-headers): Use it.
16332
16333 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
16334
16335         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
16336
16337 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16338
16339         * gnus-msg.el (gnus-msg-mail): Support switch-action.
16340
16341 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16342
16343         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
16344         command if there is not last-saver.
16345
16346 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16347
16348         * nntp.el (nntp-open-connection): 201 is possible.
16349
16350 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16351
16352         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
16353         (rfc2047-charset-encoding-alist): Add big5.
16354
16355 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16356
16357         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
16358         (gnus-agent-remove-server): Ditto.
16359         (autoload): gnus-server-update-server.
16360
16361         * gnus-srvr.el (gnus-server-line-format): Add %a.
16362         (gnus-server-line-format-alist): Add gnus-tmp-agent.
16363         (gnus-server-insert-server-line): Use it.
16364
16365 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16366
16367         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
16368         GB2312 and Big5.
16369
16370 2001-01-24  Simon Josefsson  <sj@extundo.com>
16371
16372         * mail-source.el (mail-sources): Add :program specifier to IMAP
16373         mail source.
16374         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
16375
16376 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16377
16378         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
16379
16380 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16381
16382         * nntp.el (nntp-wait-for): Return the success code.
16383         (nntp-open-connection): Use it.
16384
16385 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16386
16387         * gnus-int.el (gnus-check-server): Allow breaking the opening.
16388
16389 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16390
16391         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
16392
16393 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16394
16395         * gnus-sum.el (gnus-summary-print-article): Take one prefix
16396         argument. Allow to print several articles in one file.
16397
16398 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16399
16400         * webmail.el (webmail-type-definition): netaddress changes.
16401
16402 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16403
16404         * gnus.el: Fix copyright. Remove trailing spaces.
16405
16406         * message.el (message-forward): Use mule4.
16407
16408 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16409
16410         * mm-util.el (mm-string-as-unibyte): New function.
16411
16412         * message.el (message-forward): Use it.
16413
16414 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16415
16416         * message.el (message-cite-original-without-signature): Don't peel
16417         off the blank line.
16418         (message-get-reply-headers): Add Cc if it is not in follow-to.
16419
16420 2001-01-20  Simon Josefsson  <sj@extundo.com>
16421
16422         * mm-decode.el (mm-handle-multipart-from): Add.
16423         (mm-dissect-buffer): Save From: header value.
16424         (mm-security-from): Remove.
16425         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
16426
16427         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
16428         instead of `mml-security-from'.  Protect null from value.
16429
16430 2001-01-20  Simon Josefsson  <sj@extundo.com>
16431
16432         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
16433         application/vnd.ms-excel attachments.
16434
16435 2001-01-19  Simon Josefsson  <sj@extundo.com>
16436
16437         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
16438
16439 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16440
16441         * message.el (message-ignored-mail-headers): Ditto.
16442
16443 2001-01-19  Simon Josefsson  <sj@extundo.com>
16444
16445         * message.el (message-ignored-news-headers): Only search beginning
16446         of line.
16447
16448 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
16449         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
16450
16451         * message.el (message-send-mail): Content-Type may not be there.
16452
16453 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16454
16455         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
16456         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
16457
16458         * gnus-art.el (article-display-x-face): Insert X-Face if there is
16459         not.
16460
16461 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16462
16463         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
16464         non-native groups.
16465
16466 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16467
16468         * message.el (message-yank-original): Understand
16469         universal-argument.
16470
16471 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16472
16473         * gnus-art.el (gnus-boring-article-headers): Add to-address.
16474         (article-hide-boring-headers): Ditto.
16475
16476         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
16477
16478 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16479
16480         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
16481         one.
16482
16483 2001-01-16  Simon Josefsson  <simon@josefsson.org>
16484
16485         * message.el (message-make-in-reply-to): Add comment to message-id
16486         (old syntax, see 2000-08-02 change).
16487
16488 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16489
16490         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
16491         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
16492         (gnus-button-reply): Ditto.
16493
16494 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16495
16496         * gnus-art.el (article-display-x-face): Fix.
16497
16498 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16499
16500         * gnus-art.el (article-display-x-face): Use
16501         gnus-original-article-buffer.
16502
16503 2001-01-15  Jack Twilley  <jmt@tbe.net>
16504
16505         * message.el (message-add-header): Move to point-max.
16506
16507 2001-01-15  Simon Josefsson  <simon@josefsson.org>
16508
16509         * smime.el (smime-CA-directory, smime-CA-file): Change default to
16510         nil, improve documentation.
16511         (smime-certificate-directory): Comment out false hints (until it
16512         is implemented).
16513
16514         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
16515         there aren't any keys.
16516         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
16517         verify certificate.  Default is changed to only check integrity.
16518         Improved security status texts.  If a certificate doesn't contain
16519         a email address, don't fail.
16520
16521         * smime.el (smime-noverify-region):
16522         (smime-noverify-buffer): New functions.  Verifies integrity only.
16523
16524 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16525
16526         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
16527
16528 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16529
16530         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
16531         (gnus-remove-some-windows): Ditto.
16532
16533 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16534
16535         * gnus-art.el (article-make-date-line): 11th.
16536
16537 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16538
16539         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
16540         (mml2015-gpg-sign): Ditto.
16541
16542 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16543
16544         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
16545         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
16546
16547 2001-01-08  Dave Love  <fx@gnu.org>
16548
16549         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
16550         single character.
16551
16552         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
16553
16554         * message.el: Doc and message fixes.
16555         (message-send-rename-function)
16556         (message-make-forward-subject-function)
16557         (message-send-mail-function, message-reply-to-function)
16558         (message-wide-reply-to-function, message-followup-to-function)
16559         (message-distribution-function, message-auto-save-directory): Fix
16560         :type.
16561
16562         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
16563         proceeding after warnings.  Amend multipart warning message.
16564
16565 2001-01-04  Dave Love  <fx@gnu.org>
16566
16567         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
16568         compiling.
16569         (gnus-make-directory): Require nnmail.
16570
16571         * mm-decode.el (mm-inline-media-tests): Add
16572         image/x-portable-bitmap.
16573         (mm-get-image): Grok pbm.
16574
16575 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
16576
16577         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
16578
16579 2001-01-09  Didier Verna  <didier@xemacs.org>
16580
16581         * dgnushack.el (dgnushack-compile): give a dummy value to
16582         `gnus-xmas-glyph-directory' for the time of compilation.
16583         * gnus-agent.el: moved some XEmacs specific hook add-ons from
16584         `gnus-xmas-[re]define' to avoid loosing user custom settings.
16585         * gnus-art.el: ditto.
16586         * gnus-group.el: ditto.
16587         * gnus-salt.el: ditto.
16588         * gnus-sum.el: ditto.
16589         * gnus-topic.el: ditto.
16590         * gnus-xmas.el (gnus-xmas-define): see above.
16591         * gnus-xmas.el (gnus-xmas-redefine): see above.
16592         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
16593         non-continuable error when the directory can't be found.
16594
16595 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16596
16597         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
16598         handle.
16599         * gnus-art.el (gnus-mime-view-part): Copy it.
16600         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
16601
16602 2001-01-09  Michael Downes  <mjd@ams.org>
16603
16604         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
16605
16606 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16607
16608         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
16609         orig-file. Use ',source.
16610
16611 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16612
16613         * gnus-xmas.el (gnus-xmas-modeline-glyph):
16614         (gnus-xmas-group-startup-message):
16615         Detect gnus-xmas-glyph-directory when it is nil.
16616
16617 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16618
16619         * pop3.el (pop3-get-message-count): Andrew Innes
16620         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
16621
16622 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16623
16624         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
16625
16626         * time-date.el (time-to-number-of-days): New function.
16627
16628 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
16629         Trivial patch.
16630
16631         * nnslashdot.el (nnslashdot-request-list): Always get the right
16632         sid.
16633
16634 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16635
16636         * message.el (message-minibuffer-local-map): New keymap.
16637         (message-read-from-minibuffer): Use it.
16638         * gnus-msg.el (gnus-summary-resend-message): Use it
16639
16640 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16641
16642         * gnus-start.el (gnus-display-time-event-handler): New function.
16643         (gnus-after-getting-new-news-hook): Use it.
16644
16645 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16646
16647         * message.el (message-ignored-mail-headers): Add draft header.
16648
16649 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16650
16651         * gnus-sum.el (gnus-summary-expire-articles): Don't save
16652         excursion.
16653
16654         * nnslashdot.el (nnslashdot-request-list): Get the right year.
16655
16656 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
16657         A revoked patch.
16658
16659         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
16660
16661 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16662
16663         * qp.el (quoted-printable-decode-region): Don't backward-char.
16664
16665 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16666
16667         * gnus-draft.el: Mark articles as replied.
16668
16669         * gnus-sum.el (gnus-summary-add-mark): New function.
16670
16671         * gnus-group.el (gnus-add-mark): New function.
16672
16673         * gnus-sum.el (gnus-summary-buffer-name): New function.
16674         (gnus-summary-setup-buffer): Use it.
16675
16676         * gnus-draft.el: Set things up with the right post method and
16677         stuff.
16678
16679         * message.el (message-ignored-news-headers): Remove X-Draft-From.
16680
16681         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
16682
16683         * gnus.el (gnus-draft-meta-information-header): New variable.
16684
16685 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16686
16687         * gnus-art.el (gnus-treatment-function-alist): Move the date
16688         functions before the header sorting functions.
16689
16690         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
16691
16692         * dgnushack.el (dgnushack-compile): Message whether there is w3.
16693         Don't (push "/usr/share/emacs/site-lisp" load-path).
16694
16695         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
16696         to empty fill prefixes.
16697
16698 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16699
16700         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
16701         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
16702
16703 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16704
16705         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
16706
16707         * nnml.el (autoload): Move to nnheader.el.
16708
16709         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
16710         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
16711         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
16712         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
16713
16714 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16715
16716         * gnus-art.el (article-make-date-line): Get the hours right.
16717         (gnus-ignored-headers): More hiding.
16718
16719         * nnmail.el (nnmail-expiry-wait): Not an integer.
16720
16721         * message.el (message-goto-body): Only expand abbrev when called
16722         interactively.
16723         (message-make-lines): Use it.
16724
16725 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16726
16727         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
16728
16729 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16730
16731         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
16732         include the expunged articles.
16733
16734         * gnus-group.el (gnus-group-sort-by-server): New function.
16735
16736         * gnus.el (gnus-method-to-server-name): New function.
16737         (gnus-group-prefixed-name): Use it.
16738
16739         * gnus-group.el (gnus-group-sort-function): Doc fix.
16740         (gnus-group-sort-groups-by-server): New command.
16741
16742 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16743
16744         * gnus-art.el (gnus-treat-date-english): New variable.
16745         (article-date-english): New command.
16746         (gnus-english-month-names): New variable.
16747         (article-make-date-line): Do 'english.
16748
16749         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
16750         after the fill prefix.
16751
16752         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
16753         score...".
16754
16755         * gnus-art.el (gnus-ignored-headers): Hide more headers.
16756
16757         * message.el (message-mode-map): Bind comment-region.
16758
16759         * gnus-art.el (gnus-mime-display-part): Let w3 display
16760         multipart/related.
16761
16762         * mm-bodies.el (mm-long-lines-p): New function.
16763         (mm-body-encoding): Use it.
16764         (mm-body-encoding): Encode articles with lines longer than 1000
16765         characters.
16766
16767 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16768
16769         * mm-util.el (mm-enable-multibyte): Use
16770         default-enable-multibyte-characters.
16771         (mm-enable-multibyte-mule4): Ditto.
16772         (mm-disable-multibyte): Test XEmacs.
16773         (mm-disable-multibyte-mule4): Ditto.
16774         (mm-with-unibyte-current-buffer): Simplified.
16775         (mm-with-unibyte-current-buffer-mule4): Ditto.
16776
16777 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16778
16779         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
16780
16781         * nnheader.el (nnheader-string-as-multibyte): New alias.
16782
16783         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
16784
16785         * gnus-uu.el (gnus-message-process-mark): New function.
16786         (gnus-uu-mark-by-regexp): Use it.
16787         (gnus-new-processable): New function.
16788
16789 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
16790          Trivial patch.
16791
16792         * gnus-sum.el (gnus-no-mark): New variable.
16793
16794 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16795
16796         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
16797         backslashes.
16798
16799 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16800
16801         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
16802         definition.
16803
16804 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16805
16806         * dgnushack.el (dgnushack-compile): elc is in the current directory.
16807
16808         * qp.el (quoted-printable-encode-region): Don't check multibyte in
16809         XEmacs.
16810
16811 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
16812         Trivial patch.
16813
16814         * mml.el (mml-read-tag): Save tag location.
16815
16816 2000-12-25  Simon Josefsson  <simon@josefsson.org>
16817
16818         * starttls.el: Sync with Emacs 21.
16819
16820 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16821
16822         * message.el (message-mail): Support yank-action.
16823
16824         * message.el (message-setup): Revoke the last change.
16825
16826 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16827
16828         * message.el (message-setup): Use cons. Suggested by Johan Vromans
16829         <jvromans@squirrel.nl>.
16830
16831 2000-12-24  Simon Josefsson  <sj@extundo.com>
16832
16833         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
16834         mailing list junk at end of part.
16835
16836 2000-12-23  Simon Josefsson  <sj@extundo.com>
16837
16838         * nnimap.el (nnimap-expiry-target): New function.
16839         (nnimap-request-expire-articles): Use it.
16840
16841 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16842
16843         * gnus.el (gnus-group-parameters-more): New variable.
16844         * gnus-cus.el (gnus-group-customize): Use it.
16845
16846         * gnus.el (gnus-define-group-parameter): New macro.
16847         (auto-expire): Use it
16848         (total-expire): Use it.
16849         * gnus-art.el (banner): Use it.
16850
16851         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
16852         <ljz@asfast.com>.
16853
16854 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16855
16856         * gnus-topic.el (gnus-topic-create-topic): Use list.
16857
16858         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
16859         before binding gnus-default-article-saver.
16860
16861         * gnus-sum.el (gnus-summary-save-article):
16862         (gnus-summary-pipe-output):
16863         (gnus-summary-save-article-mail):
16864         (gnus-summary-save-article-rmail):
16865         (gnus-summary-save-article-file):
16866         (gnus-summary-write-article-file):
16867         (gnus-summary-save-article-body-file): Ditto.
16868
16869         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
16870
16871 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16872
16873         * gnus-art.el (gnus-mime-security-button-map):
16874         (gnus-mime-button-map): Add parent.
16875
16876 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16877
16878         * messagexmas.el (message-xmas-redefine): New function.
16879
16880         * message.el: Use it.
16881
16882         * gnus-art.el (gnus-article-check-hidden-text): Return t.
16883
16884         * gnus-util.el (gnus-remove-text-properties-when): Return t.
16885
16886 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16887
16888         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
16889         malformatted messages.
16890
16891 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16892
16893         * mm-util.el (mm-image-load-path): New function.
16894
16895         * gnus-group.el (gnus-group-make-tool-bar): Use it.
16896
16897         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
16898
16899         * message.el (message-tool-bar-map): Use it.
16900
16901         * Makefile.in (install-el): New rule.
16902
16903 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16904
16905         * gnus-art.el (article-treat-dumbquotes): Quote \.
16906
16907 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16908
16909         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
16910         Emacs 20 runs on a terminal.
16911
16912 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16913
16914         * gnus-msg.el (gnus-bug): Revert to save-excursion.
16915
16916         * mml.el (gnus-add-minor-mode): Autoload.
16917
16918         * message.el (message-forward): Save-restriction.
16919
16920 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16921
16922         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
16923         Paul Stevenson <p.stevenson@surrey.ac.uk>
16924
16925 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16926
16927         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
16928
16929         * mml.el (gnus-ems): Don't require.
16930
16931         * gnus.el (gnus-decode-rfc1522): Removed.
16932         (gnus-set-text-properties): Define.
16933
16934 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16935
16936         * gnus-art.el (gnus-mime-*): handle may be nil.
16937
16938         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
16939
16940         * gnus.el (gnus-group-remove-excess-properties): Not defined
16941         in gnus-xmas.
16942
16943 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16944
16945         * message.el (message-mail-user-agent): Add :version.
16946
16947 2000-12-21  Miles Bader  <miles@gnu.org>
16948
16949         * message.el (message-mode): Set `comment-start' to the  yank prefix.
16950
16951 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16952
16953         * message.el (message-mail-user-agent): New variable.
16954         (message-setup): Renamed to message-setup-1. Support
16955         mail-user-agent.
16956         (message-mail-user-agent): New function.
16957         (message-mail): Use it.
16958         (message-reply): Use it.
16959         (message-resend): Use it.
16960         (message-mail-other-window): Use it.
16961         (message-mail-other-frame): Use it.
16962
16963         * gnus-msg.el (gnus-bug): Support mail-user-agent.
16964
16965 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16966
16967         * message.el (message-tool-bar-map): Simplify.
16968         (message-narrow-to-head-1): New function.
16969         (message-narrow-to-head): Use it.
16970         (message-reply): Ditto.
16971         (message-cancel-news): Ditto.
16972         (message-supersede): Ditto.
16973         (message-make-forward-subject): Ditto.
16974         (message-bounce): Ditto.
16975
16976 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16977
16978         * uudecode.el (uudecode-decode-region-external): make-temp-file
16979         may not be defined.
16980
16981         * binhex.el (defalias): eval-and-compile.
16982
16983         * message.el (message-tool-bar-map): New function.
16984         (message-mode): Use it.
16985
16986 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16987
16988         * nntp.el (nntp-find-connection): Remove the entry.
16989         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
16990
16991 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16992
16993         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
16994
16995         * message.el (message-forward): Copy buffer in unibyte mode.
16996
16997 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16998
16999         * message.el (message-make-forward-subject): Don't widen. Decode.
17000         (message-forward): Don't decode subject.
17001
17002 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
17003
17004         * qp.el (quoted-printable-encode-region): Upcase QP.
17005
17006 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17007
17008         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
17009         mail-extract-a-c instead. Don't depend on Gnus.
17010
17011         * mml.el (gnus-ems): Require it.
17012
17013         * gnus-msg.el (gnus-summary-mail-forward):
17014
17015         * message.el (message-forward):  Move mime-to-mml here.
17016
17017 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17018
17019         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
17020         * gnus-art.el (gnus-insert-mime-button): Simplify.
17021         (gnus-mime-display-alternative): Ditto.
17022         (gnus-insert-mime-security-button): Ditto.
17023
17024 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17025
17026         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
17027         text-property-not-all doesn't return nil when start=mark(end).
17028         (gnus-remove-text-properties-when): Ditto.
17029
17030 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17031
17032         * gnus-start.el (gnus-group-change-level): Remove group from
17033         gnus-active-hashtb if real killed.
17034
17035 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17036
17037         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
17038         (gnus-mime-display-alternative): Ditto.
17039         (gnus-insert-mime-security-button): Ditto.
17040
17041 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17042
17043         * gnus-start.el (gnus-group-change-level): Don't add it into
17044         killed-list if it was killed.
17045
17046 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17047
17048         * nnmbox.el (nnmbox-file-coding-system): Use binary.
17049         (nnmbox-active-file-coding-system): Ditto.
17050
17051         * gnus-cus.el (gnus-group-parameters): Add posting-style.
17052
17053 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17054
17055         * gnus.el (gnus-version):
17056         (gnus-version-number): Set to Oort Gnus 0.01.
17057
17058         * gnus-art.el (gnus-mime-security-button-map):
17059         (gnus-insert-mime-security-button): Fix for Emacs21.
17060
17061 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17062
17063         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
17064         easymenu, because XEmacs doesn't understand :help.
17065
17066         * mm-uu.el: Require binhex.
17067
17068 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17069
17070         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
17071
17072 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
17073
17074         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
17075
17076 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
17077
17078         * *.xpm, *.pbm: Convert icons icons to size 24x24.
17079
17080 2000-12-18  Dave Love  <fx@gnu.org>
17081
17082         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
17083         (unused).
17084
17085 2000-12-13  Miles Bader  <miles@gnu.org>
17086
17087         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
17088         to t, so that we don't get stuck while trying to smilefy
17089         intangible text.
17090
17091 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
17092
17093         * smiley-ems.el (smiley-regexp-alist): Make regexps match
17094         at the end of the buffer.
17095         (smiley-region): In the loop, move to the end of the submatch
17096         matching the smiley instead of using the end of the match
17097         of the whole regexp.
17098
17099 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
17100
17101         * message.el (message-mode): Doc fix.
17102
17103 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
17104
17105         * smiley-ems.el (smiley-region): Doc fix.
17106
17107 2000-12-11  Miles Bader  <miles@gnu.org>
17108
17109         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
17110         bottom line visible, check to see if it's partially obscured, and
17111         if so, either scroll one more line to make it fully visible, or
17112         revert to showing the second line from the top.
17113
17114 2000-12-07  Dave Love  <fx@gnu.org>
17115
17116         * mailcap.el (mailcap-download-directory)
17117         * gnus-audio.el (gnus-audio-directory)
17118         * smiley-ems.el (smiley-data-directory): Fix :type.
17119
17120 2000-11-30  Dave Love  <fx@gnu.org>
17121
17122         * message.el (message-auto-save-directory): Use
17123         file-name-as-directory.
17124         (message-set-auto-save-file-name): Create
17125         message-auto-save-directory if necessary.
17126         (message-replace-chars-in-string): Removed -- unused.
17127         (message-mail-alias-type): Customize.
17128         (message-headers): Remove duplicate defgroup.
17129
17130 2000-11-29  Dave Love  <fx@gnu.org>
17131
17132         * qp.el (quoted-printable-decode-region): Use error, not message
17133         to report malformed text (like base64).  Amend message.
17134
17135 2000-11-29  Miles Bader  <miles@gnu.org>
17136
17137         * message.el (message-header-lines): Fontify tag.
17138
17139 2000-11-27  Dave Love  <fx@gnu.org>
17140
17141         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
17142         compiler warning.
17143
17144 ;2000-11-26  Dave Love  <fx@gnu.org>
17145 ;
17146 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
17147 ;
17148 2000-11-23  Dave Love  <fx@gnu.org>
17149
17150         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
17151
17152         * mm-uu.el (uudecode): Require.
17153         (uudecode-decode-region, uudecode-decode-region-external): Don't
17154         autoload.
17155         (mm-uu-copy-to-buffer): Doc fix.
17156         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
17157         type fix.
17158
17159         * mailcap.el: Doc fixes.
17160         (mailcap-mime-data): Various adjustments.
17161         (mailcap): New group.
17162         (mailcap-download-directory): Customize.
17163         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
17164         (mailcap-temporary-directory): Deleted (unused).
17165         (mailcap-unescape-mime-test): Simplify slightly.
17166         (mailcap-viewer-passes-test): Use functionp.
17167         (mailcap-command-p): Aliased to executable-find.
17168
17169         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
17170         default-enable-multibyte-characters is nil.
17171
17172 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
17173
17174         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
17175
17176 2000-11-21  Dave Love  <fx@gnu.org>
17177
17178         * gnus-art.el (gnus-mime-button-map): Don't inherit from
17179         gnus-article-mode-map.
17180 ;       (gnus-mime-button-menu): Use mouse-set-point.
17181         (gnus-insert-mime-button, gnus-mime-display-alternative)
17182         (gnus-mime-display-alternative): Don't use local-map property.
17183
17184 2000-11-17  Dave Love  <fx@gnu.org>
17185
17186         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
17187         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
17188         and make-temp-file.
17189         (uudecode-decode-region): Doc fix.
17190
17191 2000-11-14  Dave Love  <fx@gnu.org>
17192
17193         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
17194         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
17195         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
17196         New files, derived from the XPMs.
17197
17198 2000-11-10  Dave Love  <fx@gnu.org>
17199
17200         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
17201         (gnus-agent-lib-file, gnus-agent-load-alist)
17202         (gnus-agent-save-alist, gnus-agent-article-name): Use
17203         expand-file-name.
17204
17205         * gnus-group.el (gnus-group-name-charset-method-alist): Add
17206         :version.
17207         (nnkiboze-score-file): Defvar when compiling.
17208
17209         * gnus-start.el (gnus-read-newsrc-file): Add :version.
17210
17211         * gnus-art.el (gnus-article-banner-alist)
17212         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
17213         (gnus-article-date-lapsed-new-header)
17214         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
17215         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
17216         (gnus-treat-strip-headers-in-body)
17217         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
17218         (gnus-treat-translate): Add :version.
17219         (gnus-article-mime-part-function): Fix defcustom.
17220
17221         * nnmail.el (nnmail-expiry-target)
17222         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
17223         (nnmail-split-header-length-limit): Add :version.
17224
17225         * gnus-sum.el (gnus-auto-expirable-marks)
17226         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
17227         (gnus-extra-headers, gnus-ignored-from-addresses)
17228         (gnus-newsgroup-ignored-charsets)
17229         (gnus-group-highlight-words-alist)
17230         (gnus-summary-show-article-charset-alist): Add :version.
17231
17232         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
17233         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
17234         files, converted from the XPMs.
17235
17236         * gnus-cache.el (gnus-cache-active-file): Don't use
17237         file-name-as-directory on directory.
17238         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
17239         use file-name-as-directory on directory.
17240
17241         * time-date.el (timezone-make-date-arpa-standard): Autoload.
17242         (date-to-time): Use it.
17243
17244 ;       * message.el (message-mode) <adaptive-fill-regexp>:
17245 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
17246 ;       (message-newline-and-reformat): Likewise.
17247         (message-forward-as-mime, message-forward-ignored-headers)
17248         (message-buffer-naming-style, message-default-charset)
17249         (message-dont-reply-to-names, message-send-mail-partially-limit):
17250         Add :version.
17251
17252         * mm-util.el: Doc fixes.
17253         (mm-mime-charset): Don't use the raw result of
17254         mm-preferred-coding-system.
17255         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
17256         (mm-with-unibyte): Simplify.
17257
17258         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
17259         concat.
17260
17261         * pop3.el (pop3-version): Deleted.
17262         (pop3-make-date): New function, avoiding message-make-date.
17263         (pop3-munge-message-separator): Use it.
17264
17265 2000-11-09  Dave Love  <fx@gnu.org>
17266
17267         * gnus-group.el (gnus-group-make-directory-group)
17268         (gnus-group-fetch-faq): Use expand-file-name.
17269         (gnus-group-fetch-faq): Simplify completing-read form.
17270
17271         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
17272         test for Mule.
17273
17274         * message.el (tool-bar-map): Defvar when compiling.
17275
17276         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
17277         (gnus-tm-lisp-directory): Deleted.
17278         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
17279         (featurep 'xemacs).
17280         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
17281         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
17282         version numbers from file names.
17283
17284 2000-11-08  Dave Love  <fx@gnu.org>
17285
17286         * mm-view.el: Use featurep for XEmacs test.
17287         (mm-inline-message): Test for `remove-specifier'; don't use
17288         condition-case.
17289
17290         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
17291
17292         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
17293         (gnus-score-find-bnews): Don't concat "".
17294
17295         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
17296         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
17297         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
17298         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
17299
17300         * gnus-sum.el: Put some defvars in eval-when-compile.
17301         (gnus-summary-mode-hook): Add :options.
17302         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
17303         (gnus-summary-tool-bar-map): New variable.
17304         (gnus-summary-make-tool-bar): New function.
17305         (gnus-summary-mode): Put kill-all-local-variables first.
17306
17307         * gnus-group.el (gnus-group-toolbar-map): New variable.
17308         (gnus-group-make-tool-bar): Rewritten.
17309         (gnus-group-mode): Put kill-all-local-variables first.
17310
17311         * rfc2047.el: Require gnus-util.
17312
17313         * nnml.el (gnus-sorted-intersection): Autoload.
17314
17315         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
17316         Put some defvars in eval-when-compile.
17317         (gnus-intersection, gnus-sorted-complement):  Autoload.
17318
17319         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
17320
17321         * mm-encode.el (mm-body-7-or-8): Autoload.
17322
17323         * mm-decode.el (mm-insert-inline): Autoload.
17324
17325         * mml.el:
17326         * message.el: Put some defvars in eval-when-compile.
17327
17328         * gnus-msg.el: Put some defvars in eval-when-compile.
17329         (gnus-msg-mail): Move after gnus-setup-message.
17330
17331         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
17332
17333 2000-11-07  Dave Love  <fx@gnu.org>
17334
17335         * gnus-util.el (nnheader): Don't require message (recursive
17336         autoload).
17337
17338         * uudecode.el: Avoid compiler warnings.
17339
17340         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
17341         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
17342
17343 2000-11-06  Dave Love  <fx@gnu.org>
17344
17345         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
17346
17347         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
17348         (uudecode-char-int): New alias, replacing char-int.
17349         (uudecode-decode-region): Don't call buffer-disable-undo.
17350
17351 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
17352 ;       (mm-uu-configure-list): Doc fix.
17353 ;
17354 ;       * earcon.el (running-xemacs): Don't define.
17355 ;
17356 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
17357 ;
17358 ;       * message.el (message-font-lock-keywords): Match a final newline
17359 ;       to help font-lock's multiline support.
17360 ;
17361 2000-11-03  Dave Love  <fx@gnu.org>
17362
17363         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
17364
17365         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
17366         name.
17367
17368         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
17369         <banner>: Fix custom type, doc.
17370
17371         * mm-decode.el (mm-display-external): Space-prefix temp buffer
17372         name.  Don't disable undo explicitly.
17373
17374 ;2000-11-02  Dave Love  <fx@gnu.org>
17375 ;
17376 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
17377 ;       cite-prefix.
17378
17379 2000-11-01  Dave Love  <fx@gnu.org>
17380
17381         * rfc2047.el (base64): Require unconditionally.
17382         (message-posting-charset): Defvar when compiling.
17383         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
17384         message.
17385
17386         * gnus-sum.el (nnoo): Require.
17387         (mm-uu-dissect): Autoload.
17388
17389         * mml.el (mml-parse-1): Clarify message.
17390         (mml-minibuffer-read-type): Use mailcap-mime-types.
17391
17392 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
17393
17394         * mml.el: Fix a typo in the requiring of CL.
17395
17396 2000-11-01  Dave Love  <fx@gnu.org>
17397
17398         * utf7.el: Require cl when compiling.
17399
17400         * binhex.el: Use (featurep 'xemacs).
17401         (binhex-char-int): New alias, replacing char-int.  Change callers.
17402         (binhex-decode-region): Simplify work buffer code.
17403         (binhex-decode-region-external): Use expand-file-name, not concat.
17404
17405 2000-10-30  Dave Love  <fx@gnu.org>
17406
17407         * gnus-art.el: Fix 2000-10-27 change properly.
17408
17409 2000-10-28  Miles Bader  <miles@gnu.org>
17410
17411         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
17412
17413 2000-10-27  Dave Love  <fx@gnu.org>
17414
17415         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
17416         strings.
17417         (gnus-group-make-tool-bar): New function.
17418         (gnus-group-mode): Use it.
17419
17420         * message.el (message-mode-menu): Add some :help strings.
17421         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
17422         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
17423
17424         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
17425         * describe-group.xpm, get-news.xpm, kill-group.xpm:
17426         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
17427
17428         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
17429         display-graphic-p here.
17430
17431 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
17432
17433         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
17434         of the `gnus-xemacs' variable, as the latter has been removed.
17435         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
17436         * gnus-art.el (gnus-treat-display-xface)
17437         (gnus-treat-display-smileys, gnus-treat-display-picons)
17438         (gnus-article-read-summary-keys): Likewise.
17439
17440 2000-10-26  Dave Love  <fx@gnu.org>
17441
17442         (defvar): Use rmail-spool-directory unconditionally.
17443
17444 2000-10-18  Dave Love  <fx@gnu.org>
17445
17446         * mm-bodies.el (mm-uu-decode-function)
17447         (mm-uu-binhex-decode-function): Defvar when compiling.
17448
17449         * gnus-nocem.el (gnus-nocem-issuers): Update.
17450         (gnus-nocem-check-from): New option.
17451         (gnus-nocem-scan-groups): Use it.
17452         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
17453         (gnus-nocem-check-article-limit): Add :version.
17454
17455 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
17456
17457         * ietf-drums.el (mm-util): Require CL when compiling.
17458
17459 2000-10-15  Dave Love  <fx@gnu.org>
17460
17461         * qp.el: Require mm-util.
17462
17463 2000-10-13  Dave Love  <fx@gnu.org>
17464
17465         * qp.el (quoted-printable-decode-region): Avoid invalid
17466         coding-systems.
17467
17468 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
17469
17470         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
17471         to a recursive load.
17472
17473 2000-10-12  Dave Love  <fx@gnu.org>
17474
17475         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
17476
17477         * gnus.el (gnus-group-startup-message): Check for PBM image.
17478
17479 2000-10-09  Dave Love  <fx@gnu.org>
17480
17481         * mail-source.el (mail-source-fetch-imap): Bind
17482         default-enable-multibyte-characters rather than using
17483         mm-disable-multibyte.
17484
17485 2000-10-05  Dave Love  <fx@gnu.org>
17486
17487         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
17488         Autoload.
17489         (quoted-printable-decode-region):  Rename arg which confused
17490         charset with coding-system.  Don't use nonascii-insert-offset.
17491         Coding-system encode the region initially.  Don't recognize `=='
17492         as valid QP.  Coding-system decode the region finally.
17493         (quoted-printable-decode-string): Rename arg which confused
17494         charset with coding-system.
17495
17496         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
17497         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
17498         mm-encode-coding-region.
17499         (mm-decode-body, mm-decode-string): Rename variables which
17500         confused charset with coding-system.
17501         (binhex-decode-region): Don't autoload.
17502         (mm-body-encoding): Require message.
17503         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
17504         cond branches.
17505
17506         * gnus-art.el (article-de-quoted-unreadable)
17507         (article-de-base64-unreadable): Fold search case
17508         rather than downcasing string.  Apply mm-charset-to-coding-system
17509         to arg of quoted-printable-decode-region.
17510
17511 2000-10-04  Dave Love  <fx@gnu.org>
17512
17513         * gnus-ems.el: Don't turn off compiler warnings in local vars.
17514         Require ring when compiling.
17515         (gnus-article-compface-xbm): New variable.
17516
17517 2000-10-04  Dave Love  <fx@gnu.org>
17518
17519         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
17520         pbm images.
17521
17522         * frown.pbm, smile.pbm, wry.pbm: New files.
17523
17524         * frown.xbm, smile.xbm, wry.xbm: Deleted.
17525
17526 2000-10-03  Dave Love  <fx@gnu.org>
17527
17528         * mail-source.el (mail-sources): Revert to nil.
17529
17530         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
17531
17532         * qp.el: Don't require mm-util.
17533         (quoted-printable-decode-region): Rewritten.
17534         (quoted-printable-decode-string, quoted-printable-encode-region):
17535         Doc fix.
17536         (quoted-printable-encode-region): Barf on multibyte characters.
17537         Maybe make the class multibyte.  Upcase chars, not formatted
17538         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
17539         (quoted-printable-encode-string): Don't use
17540         mm-with-unibyte-buffer.
17541
17542 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
17543
17544         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
17545
17546 2000-09-21  Dave Love  <fx@gnu.org>
17547
17548         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
17549         (for Emacs 20).  Tidy somewhat.
17550
17551 2000-09-21  Dave Love  <fx@gnu.org>
17552
17553         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
17554         image processing.  Rationalize logic somewhat.
17555
17556 2000-09-20  Dave Love  <fx@gnu.org>
17557
17558         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
17559         specifically.
17560
17561         * gnus.el (gnus-version-number): Avoid some redundant
17562         autoloads.
17563
17564 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
17565
17566         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
17567         to XBM; we always have PBM support.
17568
17569 2000-09-14  Dave Love  <fx@gnu.org>
17570
17571         * gnus.el (gnus-charset):
17572         * mm-decode.el (mime-display):
17573         * imap.el (imap) <defgroup>: Add :version.
17574
17575 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
17576
17577         * parse-time.el: Fix author's mail address.
17578
17579         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
17580         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
17581         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
17582         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
17583         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
17584         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
17585         * rfc2231.el, uudecode.el: Fix copyright notice.
17586
17587         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
17588         require `w3' at load-time only if not running in batch mode.
17589
17590 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17591
17592         * gnus.el: Before merge with Emacs21.
17593
17594 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
17595
17596         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
17597
17598 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
17599
17600         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
17601         to avoid conflict with the standard `back-to-indentation'
17602         binding.
17603
17604 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17605
17606         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
17607
17608         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
17609         (mm-disable-multibyte-mule4): Ditto.
17610         (mm-with-unibyte-current-buffer-mule4): Ditto.
17611
17612 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17613
17614         * pop3.el (pop3-movemail): Use binary.
17615         (pop3-movemail-file-coding-system): Removed.
17616
17617 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17618
17619         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
17620
17621 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17622
17623         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
17624         exists.
17625
17626 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17627
17628         * gnus-msg.el (gnus-post-method): Use backend name when the
17629         address is "".
17630
17631 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17632
17633         * gnus-art.el (article-verify-x-pgp-sig): Don't test
17634         mm-verify-option.
17635         (gnus-treat-x-pgp-sig): Default value.
17636         (gnus-ignored-headers): Redundant.
17637
17638 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17639
17640         * gnus-win.el (gnus-configure-frame): Save selected window.
17641
17642 2000-02-15  Andrew Innes  <andrewi@gnu.org>
17643
17644         * nnmbox.el: Require gnus-range.
17645         (nnmbox-group-building-active-articles): New variable.
17646         (nnmbox-group-active-articles): New variable; this is a cache of
17647         all active articles by group and number.
17648         (nnmbox-in-header-p): New function.
17649         (nnmbox-find-article): New function.
17650         (nnmbox-record-active-article): New function.
17651         (nnmbox-record-deleted-article): New function.
17652         (nnmbox-is-article-active-p): New function.
17653         (nnmbox-retrieve-headers): Use nnmbox-find-article.
17654         (nnmbox-request-article): Ditto.  Also supply extra arg to
17655         nnmbox-article-group-number.
17656         (nnmbox-request-expire-articles): Ditto.
17657         (nnmbox-request-move-article): Ditto.
17658         (nnmbox-request-replace-article): Ditto.
17659         (nnmbox-request-rename-group): Rename group entry in active
17660         article cache.
17661         (nnmbox-delete-mail): Update active article cache, unless article
17662         is being replaced.
17663         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
17664         than partially duplicating it.
17665         (nnmbox-article-group-number): Add extra `this-line' arg, to
17666         handle articles belonging to multiple groups.
17667         (nnmbox-save-mail): Update active article cache.
17668         (nnmbox-read-mbox): Build active article cache when loading mbox.
17669         Also do some repair work, if we find articles that are missing the
17670         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
17671         reconstruct these from Xref info.
17672
17673 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17674
17675         * mail-source.el (mail-source-report-new-mail): Use
17676         nnheader-run-at-time.
17677
17678 2000-02-15  Andrew Innes  <andrewi@gnu.org>
17679
17680         * mail-source.el (mail-source-fetch-pop): Clear pop password when
17681         an error is thrown, and then rethrow the error.
17682         (mail-source-check-pop): Ditto.
17683         (mail-source-start-idle-timer): Prevent multiple pop checks
17684         running if the check takes a long time.
17685
17686 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17687
17688         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
17689         succeed.
17690
17691 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17692
17693         * gnus-win.el (gnus-configure-windows): Make sure
17694         nntp-server-buffer is live.
17695         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
17696
17697 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
17698
17699         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
17700
17701 2000-12-04  Andreas Jaeger  <aj@suse.de>
17702
17703         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
17704
17705 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17706
17707         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
17708
17709 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
17710         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
17711
17712         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
17713
17714 2000-12-01  Simon Josefsson  <sj@extundo.com>
17715
17716         * mml-smime.el (mml-smime-verify): Fix address parsing.
17717
17718 2000-12-01  Simon Josefsson  <sj@extundo.com>
17719
17720         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
17721         more than one certificate inside PKCS#7 blob.  Better security
17722         information (clamed / actual sender, openssl output, certificates
17723         inside message).
17724
17725         * smime.el (smime-verify-region): Output to /dev/null.
17726         (smime-buffer-as-string-region): Don't parse empty lines.
17727
17728 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17729
17730         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
17731         ?d and ?D.
17732         (gnus-mime-security-show-details-inline): New variable.
17733         (gnus-mime-security-show-details): Use them.
17734         (gnus-insert-mime-security-button): Ditto.
17735
17736         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
17737         Suggest by Michael Duggan (md5i@cs.cmu.edu).
17738         (mml2015-gpg-clear-verify): Ditto.
17739         (mml2015-gpg-decrypt-1): Ditto.
17740         (mml2015-use): Prefer 'gpg.
17741
17742 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17743
17744         * gnus-util.el (gnus-add-text-properties-when): New function.
17745         (gnus-remove-text-properties-when): Ditto.
17746
17747         * gnus-cite.el (gnus-article-hide-citation): Use them.
17748         (gnus-article-toggle-cited-text): Use them.
17749
17750         * gnus-art.el (gnus-signature-toggle): Use them.
17751         (gnus-article-show-hidden-text): Ditto.
17752         (gnus-article-hide-text): Ditto.
17753
17754 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17755
17756         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
17757
17758 2000-11-30  Simon Josefsson  <sj@extundo.com>
17759
17760         * smime.el (smime-point-at-eol): New alias.
17761         (smime-buffer-as-string-region): Use it.
17762
17763 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17764
17765         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
17766
17767 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17768
17769         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
17770
17771         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
17772
17773         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
17774
17775 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
17776
17777         * nnmh.el (nnmh-request-expire-articles): Implemented
17778         expiry-target for nnmh backend.
17779
17780 2000-11-30  Simon Josefsson  <sj@extundo.com>
17781
17782         * mm-decode.el (mm-security-from): New variable.
17783         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
17784
17785         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
17786         than `from'.
17787
17788 2000-11-30  Simon Josefsson  <sj@extundo.com>
17789
17790         * mml-smime.el (mml-smime-verify): Verify that certificate mail
17791         address match sender address.
17792
17793         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
17794
17795         * smime.el (smime-verify-region): Don't copy buffer.
17796         (smime-decrypt-buffer): Use expand-file-name on keyfile.
17797         (smime-pkcs7-region): New function.
17798         (smime-pkcs7-certificates-region): Ditto.
17799         (smime-pkcs7-email-region): Ditto.
17800         (smime-buffer-as-string-region): Ditto.
17801
17802         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
17803         buffer.
17804
17805 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
17806
17807         * smime.el (smime-decrypt-region): Fix keyfile argument.
17808
17809 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17810
17811         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
17812
17813 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17814
17815         * message.el (message-shoot-gnksa-feet): New variable.
17816         (message-gnksa-enable-p): New function.
17817         (message-send): Use it.
17818         (message-check-news-body-syntax): Ditto.
17819
17820 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17821
17822         * message.el (message-make-message-id): Remove the redundancy.
17823
17824 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17825
17826         * message.el (message-setup): Discourage using mc-install-*-mode.
17827
17828         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
17829
17830 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17831
17832         * gnus-cite.el (gnus-cite-parse): Guess citation length.
17833
17834 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17835
17836         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
17837
17838 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17839
17840         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
17841
17842 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17843
17844         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
17845         insert-buffer-substring.
17846
17847         * message.el (message-send-mail): Use buffer-substring-no-properties.
17848         (message-send-news): Ditto.
17849
17850 2000-11-22  David Edmondson  <dme@dme.org>
17851
17852         * imap.el (imap-wait-for-tag): Message read info.
17853
17854 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17855
17856         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
17857         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
17858         (mml2015-gpg-encrypt): Ditto.
17859
17860 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17861
17862         * mm-decode.el (mm-verify-option): Default value.
17863
17864         * mml-sec.el (mml-secure-part): Error message.
17865
17866 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17867
17868         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
17869
17870 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17871
17872         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
17873
17874 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17875
17876         * gnus-art.el (gnus-article-describe-key): Use prompt.
17877         (gnus-article-describe-key-briefly): Ditto.
17878
17879 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17880
17881         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
17882
17883 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17884
17885         * gnus-art.el (gnus-article-describe-key): New function.
17886         (gnus-article-describe-key-briefly): New function.
17887
17888 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17889
17890         * mm-decode.el (mm-decrypt-option): Doc typo.
17891
17892         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
17893         return a number.
17894
17895 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17896
17897         * message.el (message-newline-and-reformat): Typo.
17898
17899 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17900
17901         * gnus-art.el (article-verify-x-pgp-sig): Check whether
17902         original-article-buffer exists.
17903
17904         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
17905         (rfc2047-header-encoding-alist): Addresses are different from text.
17906         (rfc2047-encode-message-header): Ditto.
17907         (rfc2047-dissect-region): Extra parameter.
17908         (rfc2047-encode-region): Ditto.
17909         (rfc2047-encode-string): Ditto.
17910
17911 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17912
17913         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
17914         (mm-uu-pgp-encrypted-extract): Use it.
17915         (mm-uu-pgp-signed-extract-1): New function.
17916         (mm-uu-pgp-signed-extract): Use it.
17917
17918         * gnus-art.el (gnus-mime-display-security): New function.
17919         (gnus-mime-display-part): Use it.
17920         (gnus-mime-security-verify-or-decrypt): New function.
17921         (gnus-mime-security-press-button): New function.
17922         (gnus-insert-mime-security-button): Use it.
17923
17924         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
17925         (mm-find-raw-part-by-type): Ditto.
17926         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
17927         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
17928         (mm-destroy-parts): Kill nested multibyte buffer.
17929
17930         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
17931         (mml2015-gpg-verify): Ditto.
17932
17933 2000-11-18  Simon Josefsson  <sj@extundo.com>
17934
17935         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
17936         (mml2015-function-alist): Use it.
17937
17938         * mml-sec.el (mml-sign-alist): Update names.
17939         (mml-encrypt-alist): Ditto.
17940         (mml-secure-part-smime-sign): Moved to mml-smime.el
17941         as `mml-smime-sign-query'.
17942         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
17943         `mml-smime-get-file-cert'.
17944         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
17945         `mml-smime-get-dns-cert'.
17946         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
17947         `mml-smime-encrypt-query'.
17948         (mml-smime-sign-buffer): Use mml-smime-sign.
17949         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
17950
17951         * mml-smime.el (mml-smime-sign): New function.
17952         (mml-smime-encrypt):
17953         (mml-smime-sign-query):
17954         (mml-smime-get-file-cert):
17955         (mml-smime-get-dns-cert):
17956         (mml-smime-encrypt-query): Moved from mml-sec.el.
17957
17958 2000-11-16  Simon Josefsson  <sj@extundo.com>
17959
17960         * mml2015.el (mml2015-gpg-clear-verify): New function.
17961         (mml2015-function-alist): Add it.
17962
17963 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
17964
17965         * message.el (message-setup-fill-variables): Use
17966         message-cite-prefix-regexp.
17967         (message-newline-and-reformat): Check the end of citation, leading
17968         WSP, break in the cite prefix.
17969         (message-fill-paragraph): New function.
17970
17971 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17972
17973         * lpath.el: Shut up.
17974
17975 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
17976
17977         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
17978         raw 8-bit in headers in dk.* newsgroups.
17979
17980 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17981
17982         * message.el (message-newline-and-reformat): Match extra WSPs.
17983
17984 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
17985
17986         * mml.el (mml-generate-mime-1): Ignore ascii.
17987
17988 2000-11-16 Justin Sheehy  <justin@iago.org>
17989
17990         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
17991
17992 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17993
17994         * message.el (message-cite-prefix-regexp): Prefix should not end
17995         at space.
17996
17997 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
17998
17999         * message.el (message-mode-syntax-table): Add - as a word
18000         constituent as in articles.
18001         (message-setup-fill-variables): Add -_. as supercite-style prefix.
18002         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
18003         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
18004
18005 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
18006
18007         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
18008
18009 2000-11-12  David Edmondson  <dme@dme.org>
18010
18011         * message.el (message-font-lock-keywords): use
18012         message-cite-prefix-regexp.
18013
18014 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
18015
18016         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
18017         Stein Arild Str\e,Ax\e(Bmme.
18018         (gnus-group-jump-to-group): Use it.
18019         (gnus-group-jump-to-group-prompt): Customize.
18020
18021 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
18022
18023         * mailcap.el (mailcap-possible-viewers): Match the entire string.
18024
18025 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
18026
18027         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
18028         incompatible.
18029         (mml2015-mailcrypt-sign): Ditto.
18030
18031 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
18032
18033         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
18034         group is open.
18035
18036 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
18037
18038         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
18039         nnvirtual articles.
18040         (gnus-backlog-request-article): Don't request nnvirtual articles.
18041
18042 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
18043
18044         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
18045         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
18046
18047 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
18048
18049         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
18050         * mml.el (mml-generate-mime-1): Use charset attribute.
18051         * mm-bodies.el (mm-encode-body): Add parameter charset.
18052         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
18053
18054 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
18055
18056         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
18057         (mml2015-mailcrypt-clear-decrypt): Ditto.
18058         (mml2015-mailcrypt-verify): Ditto.
18059         (mml2015-mailcrypt-clear-verify): Ditto.
18060         (mml2015-gpg-verify): Ditto.
18061
18062 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
18063
18064         * smime.el (smime-openssl-program): Test the existence of openssl.
18065         * mml-smime.el: Require mm-decode.
18066         (mml-smime-verify-test): New function.
18067         * mm-decode.el (mm-verify-function-alist): Use it.
18068
18069 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
18070
18071         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
18072         anyway.
18073
18074 2000-11-13  Simon Josefsson  <sj@extundo.com>
18075
18076         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
18077         verification doesn't work.
18078
18079 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
18080
18081         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
18082         (gnus-inews-do-gcc): Use it.
18083
18084 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
18085
18086         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
18087         leading space.
18088         * mm-extern.el (mm-inline-external-body): Report error when no
18089         access-type.
18090
18091 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
18092
18093         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
18094
18095 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
18096
18097         * gnus-art.el (gnus-mime-button-menu): Use select-window.
18098
18099 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
18100
18101         * gnus-art.el (gnus-mime-display-part): Display multipart/related
18102         as multipart/mixed.
18103
18104 2000-11-12  David Edmondson  <dme@dme.org>
18105
18106         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
18107         and replace `.' with `\w' to allow for different syntax tables
18108         (from Vladimir Volovich).
18109         * message.el (message-newline-and-reformat): use
18110         `message-cite-prefix-regexp'.
18111         * gnus-cite.el (gnus-supercite-regexp): use
18112         `message-cite-prefix-regexp'.
18113         * gnus-cite.el (gnus-cite-parse): use
18114         `message-cite-prefix-regexp'.
18115
18116 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
18117
18118         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
18119         PGP SIGNATURE.  Escape leading "-"'s.
18120         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
18121
18122 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
18123
18124         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
18125
18126 2000-11-11  Simon Josefsson  <sj@extundo.com>
18127
18128         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
18129
18130         * smime.el (smime-details-buffer): New variable.
18131         (smime-sign-region):
18132         (smime-encrypt-region):
18133         (smime-verify-region):
18134         (smime-decrypt-region): Copy OpenSSL output to the buffer.
18135
18136         * mml-smime.el (mml-smime-verify): Support security info.
18137
18138 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
18139
18140         * mm-decode.el (mm-verify-option): Set default to nil.
18141         (mm-decrypt-option): Ditto.
18142         * gnus-art.el (article-verify-x-pgp-sig): New function.
18143
18144 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
18145
18146         * gnus-art.el (gnus-mime-display-alternative): Show button if no
18147         preferred part.
18148
18149 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
18150
18151         * gnus-sum.el (gnus-move-split-methods): Say that
18152         `gnus-split-methods' uses file names, whereas this uses group
18153         names.  (Report from Nevin Kapur)
18154
18155 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
18156
18157         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
18158
18159 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
18160
18161         * nnheader.el (nnheader-directory-files-is-safe): New variable.
18162         (nnheader-directory-articles): Use it.
18163         (nnheader-article-to-file-alist): Ditto.
18164
18165 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
18166
18167         * rfc2047.el (rfc2047-pad-base64): New function.
18168         (rfc2047-decode): Use it.
18169
18170 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
18171
18172         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
18173         select method.
18174
18175 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
18176
18177         * mml2015.el (mml2015-gpg-decrypt-1):
18178         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
18179
18180 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
18181
18182         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
18183
18184 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
18185
18186         * pop3.el (pop3-munge-message-separator): A message may have an
18187         empty body.
18188
18189 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
18190
18191         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
18192         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
18193         (mm-uu-pgp-signed-extract): Use coding-system.
18194
18195 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
18196
18197         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
18198         (gnus-insert-mime-security-button): New function.
18199         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
18200         * mml2015.el:  Add security info when verify or decrypt.
18201         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
18202         (mm-uu-pgp-encrypted-extract): Ditto.
18203
18204 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
18205
18206         * mm-decode.el (mm-display-parts): New function.
18207         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
18208
18209 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18210
18211         * gnus-mlspl.el: Documentation tweaks.
18212
18213 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
18214
18215         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
18216         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
18217         argument.
18218
18219 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
18220
18221         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
18222
18223 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
18224
18225         * gnus-art.el (gnus-article-encrypt): New function.
18226         (gnus-article-encrypt-protocol-alist): New variable.
18227         (gnus-article-encrypt-protocol): New variable.
18228         * mml2015.el (mml2015-self-encrypt): New function.
18229         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
18230
18231 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
18232
18233         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
18234         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
18235         let mailcap do it.
18236         * mml2015.el: Remove snarf code.
18237         * mm-decode.el: Remove snarf code.
18238
18239 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
18240
18241         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
18242         (mml-insert-mime): Understand gnus-decoded.
18243         (mime-to-mml): New parameter handles.
18244         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18245         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
18246
18247 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
18248
18249         * mm-decode.el (mime-security): New group.
18250         (mm-verify-function-alist): Add test function.
18251         (mm-decrypt-function-alist): Ditto.
18252         (mm-snarf-option): Set default value as nil.
18253         (mm-find-part-by-type): Recursive parameter.
18254         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
18255         * mml2015.el: Support draft-ietf-openpgp-multsig.
18256
18257 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
18258
18259         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
18260         (gnus-article-view-part-as-charset): New function.
18261
18262 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
18263
18264         * mm-decode.el (mm-verify-option): Default value.
18265         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
18266
18267 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
18268
18269         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
18270
18271 2000-11-05  Simon Josefsson  <sj@extundo.com>
18272
18273         * mml-smime.el (mml-smime-verify): Work in original multipart
18274         buffert.
18275
18276         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
18277         (mm-handle-multipart-ctl-parameter): Ditto.
18278         (mm-alist-to-plist): New function.
18279         (mm-dissect-buffer): Store CTL parameters and copy original buffer
18280         for multiparts.
18281         (mm-destroy-parts): Destroy multipart buffert.
18282         (mm-remove-part): Ditto.
18283
18284         * mml-smime.el (mml-smime-sign): Not used.
18285         (mml-smime-encrypt): Ditto.
18286
18287         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
18288
18289         Verify S/MIME signature support.
18290
18291         * mm-decode.el (mm-inline-media-tests): Add
18292         application/{x-,}pkcs7-signature.
18293         (mm-inlined-types): Ditto.
18294         (mm-automatic-display): Ditto.
18295         (mm-verify-function-alist): Ditto.  Add name of method.
18296         (mm-decrypt-function-alist): Add name of method.
18297         (mm-find-part-by-type): Add documentation.
18298         (mm-possibly-verify-or-decrypt): Use new format of
18299         mm-{verify,decrypt}-function-alist.  Use method names.
18300
18301         * mml-smime.el (mml-smime-verify): New function.
18302
18303 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
18304
18305         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
18306
18307 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
18308
18309         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
18310         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
18311         * mm-decode.el (mm-snarf-option): New variable.
18312
18313 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
18314
18315         * mm-util.el (mm-subst-char-in-string): New function.
18316         (mm-replace-chars-in-string): Use it.
18317         * message.el (message-replace-chars-in-string): Use it.
18318         * nnheader.el (nnheader-replace-chars-in-string): Use it.
18319         * gnus-mh.el (mh-lib-progs): Shut up.
18320
18321 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
18322
18323         * base64.el, md5.el: Moved to contrib directory.
18324
18325 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
18326
18327         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
18328         the last article when search.
18329
18330 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
18331
18332         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
18333         * nnmail.el (nnmail-pathname-coding-system): Ditto.
18334
18335 2000-09-29  David Edmondson  <dme@thus.net>
18336
18337         * message.el (message-newline-and-reformat): Typo.
18338
18339 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
18340
18341         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
18342
18343 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
18344
18345         * nntp.el (nntp-decode-text): Delete bogus status lines.
18346
18347 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
18348
18349         * message.el (message-font-lock-keywords): Match a final newline
18350         to help font-lock's multiline support.
18351
18352 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
18353
18354         * nnoo.el (nnoo-set): New function.
18355
18356 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
18357
18358         * gpg.el, gpg-ring.el: Moved to contrib directory.
18359
18360 2000-11-04  Simon Josefsson  <sj@extundo.com>
18361
18362         * nnimap.el (nnimap-split-inbox): Typo.
18363
18364 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
18365
18366         * gnus-msg.el (gnus-msg-mail): Move it backwards.
18367
18368 2000-11-03  Simon Josefsson  <sj@extundo.com>
18369
18370         * rfc2231.el (rfc2231-parse-qp-string): New function.
18371         (require): rfc2047.
18372
18373         * mail-parse.el (mail-header-parse-content-type):
18374         (mail-header-parse-content-disposition): Support invalid QP
18375         encoded strings, by using `rfc2231-parse-qp-string'.
18376
18377 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
18378
18379         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
18380         (rfc2231-decode-encoded-string): Typo "> X 1".
18381         (rfc2231-encode-string): Insert the name of charset.
18382         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
18383
18384 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
18385
18386         * mm-decode.el (mm-save-part): Return the filename.
18387         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
18388         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
18389         (gnus-mime-action-alist): Use it.
18390         (gnus-mime-button-commands): Use it.
18391         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
18392         (mm-inline-external-body): unwind-protect.
18393
18394 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
18395
18396         * gnus-art.el (gnus-insert-mime-button): Show url.
18397
18398 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
18399
18400         * mml.el (mml-generate-mime-1): Support external url.
18401         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
18402
18403 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
18404
18405         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
18406         * mm-decode.el (mm-display-external): Ditto.
18407         * mm-extern.el: New file.
18408         * mm-decode.el (mm-inline-media-tests): Hook it up.
18409         (mm-inlined-types): Inline message/external-body.
18410
18411 2000-11-02  Simon Josefsson  <sj@extundo.com>
18412
18413         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
18414
18415         * message.el (message-get-reply-headers): Better handling when
18416         Mail-Followup-To is very large.
18417
18418 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
18419
18420         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
18421         * gnus-art.el (gnus-article-edit-done):
18422         * gnus-sum.el (gnus-summary-edit-article-done): Move line
18423         counting code here.
18424         * gnus-msg.el (gnus-setup-message): Remove a hack.
18425
18426 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
18427
18428         * gnus-sum.el (gnus-newsgroup-variables): New variable.
18429         (gnus-summary-mode): Make them local variables.
18430         (gnus-set-global-variables): Globalize them.
18431         (gnus-summary-exit): Kill them.
18432
18433 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
18434
18435         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
18436         word.
18437
18438 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
18439
18440         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
18441         gnus-article-wash-types.
18442         * gnus-art.el (gnus-article-wash-status): Use them.
18443
18444 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
18445
18446         * mml.el (mml-read-tag): Remove spaces and LF.
18447
18448 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
18449
18450         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
18451         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
18452
18453 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
18454
18455         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
18456
18457 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
18458
18459         * gnus-sum.el (gnus-article-charset): New variable.
18460         (gnus-summary-display-article): Set it.
18461         * gnus-msg.el (gnus-copy-article-buffer): Use it.
18462         * gnus-art.el (gnus-article-mode): Make it local variable.
18463
18464 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18465
18466         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
18467
18468 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18469
18470         * nnwfm.el: New file.
18471
18472         * nnweb.el (nnweb-replace-in-string): New function.
18473
18474 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
18475
18476         * mml2015.el: Wrap gpg.el.
18477         * gpg.el (gpg-verify): The last argument of apply is a list.
18478         (gpg-encrypt): Add passphrase as a parameter.
18479
18480 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
18481
18482         * gpg.el: New file.
18483         * gpg-ring.el: New file.
18484
18485 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
18486
18487         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
18488
18489 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18490
18491         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
18492         double-quote characters.
18493         (gnus-summary-prepare-threads): Ditto.
18494
18495 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
18496
18497         * gnus-art.el (gnus-mime-display-single): Forward line -1.
18498         * mml.el (mml-read-tag): Don't skip the leading space.
18499         * lpath.el (font-lock-set-defaults): Shut up.
18500
18501 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
18502
18503         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
18504
18505 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
18506
18507         * qp.el (quoted-printable-encode-region): Replace leading - when
18508         ultra safe.
18509         * mml.el (mml-generate-mime-postprocess-function): Removed.
18510         (mml-postprocess-alist): Removed.
18511         (mml-generate-mime-1): Use ultra-safe when sign.
18512         * mml2015.el (mml2015-fix-micalg): Uppercase.
18513         (mml2015-verify): Insert LF.
18514         (mml2015-mailcrypt-sign): Downcase; search backward.
18515
18516 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18517
18518         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
18519         restrictive.
18520         (nnultimate-table-regexp): New variable.
18521         (nnultimate-forum-table-p): Use it.
18522
18523 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
18524         Trivial patch.
18525
18526         * gnus-sum.el (gnus-summary-expire-articles): Save point.
18527
18528 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
18529
18530         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
18531         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
18532
18533 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
18534
18535         * mml2015.el: Shut up.
18536
18537 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
18538
18539         * gnus.el (gnus-server-browse-hashtb): Removed.
18540         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
18541         (gnus-group-insert-group-line-info): Use simplified method.
18542         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
18543
18544 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
18545
18546         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
18547         moved here.
18548         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
18549         * gnus-group.el (gnus-group-prepare-flat): Use it.
18550         * gnus-topic.el (gnus-group-prepare-topics): Use it.
18551
18552 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
18553
18554         * mml.el (mml-mode): Show menu in XEmacs.
18555
18556 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
18557
18558         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
18559         (gnus-server-read-server-in-server-buffer): New function.
18560         (gnus-browse-foreign-server): Browse in group buffer.
18561         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
18562         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
18563         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
18564         * gnus.el (gnus-server-browse-hashtb): New variable.
18565
18566 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
18567
18568         * nnfolder.el (nnfolder-open-nov): Use group.
18569
18570 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
18571
18572         * nnfolder.el: Add NOV. Set version to 2.0.
18573         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
18574
18575 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
18576
18577         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
18578
18579 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
18580
18581         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
18582         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
18583
18584 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
18585
18586         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
18587
18588 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
18589
18590         * mm-decode.el (mm-verify-function-alist): New variable.
18591         (mm-verify-option): New variable.
18592         (mm-decrypt-function-alist): Ditto.
18593         (mm-decrypt-option): Ditto.
18594         (mm-find-raw-part-by-type): New function.
18595         (mm-possibly-verify-or-decrypt): New function.
18596         (mm-dissect-multipart): Use it.
18597         * mml2015.el (mml2015-fix-micalg): New function.
18598         (mml2015-decrypt): Use new interface.
18599         (mml2015-verify):  Use new interface.
18600         (mml2015-setup): Make it bogus.
18601
18602 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
18603
18604         * mml.el (mml-generate-mime-postprocess-function): Set to
18605         mml-postprocess.
18606         (autoload): Autoload mml2015 and mml-smime.
18607         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
18608         * mml2015.el (mml2015-encrypt): New function.
18609         (mml2015-sign): New function.
18610         (mml2015-encrypt-function): New variable.
18611         (mml2015-sign-function): New variable.
18612         (mml2015-mailcrypt-encrypt): Use message-recipients.
18613         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
18614         * mml-smime.el (mml-smime-setup): Ditto.
18615
18616 2000-10-28  Simon Josefsson  <sj@extundo.com>
18617
18618         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
18619         Communigate Pro 3.3.1 server.
18620
18621         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
18622         in buffers.
18623         (mml-secure-dns-server): Removed.
18624         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
18625         write certificates to files.
18626
18627         * smime.el (smime-dns-server): New variable.
18628         (smime-mail-to-domain):
18629         (smime-cert-by-dns): New functions.
18630
18631         * dig.el: New file.
18632
18633 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
18634
18635         * message.el (message-options): New variable.
18636         (message-options-set-recipient): New function.
18637         (message-send): Use them.
18638         * gnus-int.el (gnus-request-replace-article): Use them.
18639         (gnus-request-accept-article): Ditto.
18640         * mml.el (mml-preview): Use them.
18641         * gnus-sum.el (gnus-summary-edit-article): Use them.
18642
18643         * message.el (message-options-get): New function.
18644         (message-options-get): New function.
18645         * rfc2047.el (rfc2047-encode-message-header): Use them.
18646         * mm-bodies.el (mm-encode-body): Use them.
18647
18648 2000-10-28  Simon Josefsson  <sj@extundo.com>
18649
18650         * nnimap.el (nnimap-retrieve-which-headers):
18651         (nnimap-request-article-part): Quote message-id.
18652
18653         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
18654         (smime-CA-file): New variable.
18655         (smime-call-openssl-region): Don't error.
18656         (smime-sign-region): Return result value.
18657         (smime-encrypt-region): Ditto.
18658         (smime-verify-region): New function.
18659         (smime-decrypt-region): Ditto.
18660         (smime-verify-buffer): Ditto.
18661         (smime-decrypt-buffer): Ditto.
18662
18663         * mml.el: Require mml-sec.
18664         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
18665         (mml-mode-map): Add "sign" and "encrypt" maps.
18666         (mml-menu): Add security menu.
18667         (mml-preview): Use generate-new-buffer.
18668
18669         * mml-sec.el: New file.
18670
18671 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
18672
18673         * mm-decode.el (mm-find-part-by-type): Move it here.
18674         * mml.el (mml-postprocess): Move it here.
18675         (mml-postprocess-alist): Move it here. Merge them.
18676
18677 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
18678
18679         * rfc2047.el (rfc2047-encode-message-header): Make sure no
18680         unencoded stuff in the header.
18681
18682 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
18683
18684         * gnus-group.el (gnus-group-listed-groups): New variable.
18685         (gnus-group-list-option): New variable.
18686         (gnus-group-list-limit-map): New keymap.
18687         (gnus-group-list-flush-map): New keymap.
18688         (gnus-group-list-plus-map): New keymap.
18689         (gnus-group-prepare-logic): New function.
18690         (gnus-group-prepare-flat): Merge with
18691         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
18692         (gnus-group-prepare-flat-list-dead): Ditto.
18693         (gnus-group-list-matching): Use gnus-group-prepare-function.
18694         (gnus-group-list-dormant): Ditto.
18695         (gnus-group-list-cached): Ditto.
18696         (gnus-group-listed-groups): New function.
18697         (gnus-group-list-limit): New function.
18698         (gnus-group-list-flush): New function.
18699         (gnus-group-list-plus): New function.
18700         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
18701         (gnus-topic-prepare-topic): Ditto.
18702
18703 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
18704
18705         * message.el (message-insert-to, message-get-reply-headers):
18706         (message-reply, message-followup): Mail-{Followup,Reply}-To.
18707
18708 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
18709
18710         * mml2015.el: New file.
18711         * smime.el: New file.
18712         * mml-smime.el: New file.
18713
18714 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
18715
18716         * ChangeLog: Moved to ChangeLog.1.
18717
18718     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
18719   Copying and distribution of this file, with or without modification,
18720   are permitted provided the copyright notice and this notice are preserved.
18721
18722 ;; Local Variables:
18723 ;; coding: iso-2022-7bit
18724 ;; End: