(mml-generate-mime-1): Remove extra ).
[gnus] / lisp / ChangeLog
1 2003-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * mml.el (mml-generate-mime-1): Remove extra ).
4
5         * gnus-group.el (gnus-group-set-current-level): Signal errors on
6         topic lines.
7         (gnus-group-set-current-level): Fix fix.
8
9 2003-12-31  Jeremy Maitin-Shepard  <jbms@attbi.com>
10
11         * mml.el (mml-generate-mime-1): Use mml-compute-boundary (tiny
12         change). 
13
14 2003-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
15
16         * gnus-group.el: Removed `(when t ...)' around `gnus-define-keys'.
17         (gnus-group-group-map): Added `gnus-group-read-ephemeral-group'
18         (already in previous commit inadvertently).
19         (gnus-group-make-menu-bar): Added `gnus-group-read-ephemeral-group'.
20         (gnus-group-read-ephemeral-group): Made interactive.
21
22         * gnus-score.el (gnus-score-find-trace): Added comment on sync
23         with `gnus-score-edit-file-at-point'.
24
25         * gnus-logic.el (gnus-score-advanced): Ditto.
26
27         * gnus-score.el (gnus-score-edit-file-at-point): Fix for
28         advanced scoring.
29
30 2003-12-30  Simon Josefsson  <jas@extundo.com>
31
32         * gnus-score.el (gnus-score-edit-file-at-point): Use
33         gnus-point-at-*, for portability.
34
35 2003-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
36
37         * gnus-art.el (gnus-treat-body-boundary): Fix doc-string and
38         custom type.
39         (gnus-button-mid-or-mail-regexp): Don't be too restrictive.
40         Suggested by Felix Wiemann <Felix.Wiemann@gmx.net>.
41         (gnus-button-alist): Added "M-x ... RET" and "mid:" buttons.
42         Added comments about relevant RFCs.
43
44         * gnus-sum.el (gnus-summary-mode): Untabify doc-string.
45         (gnus-summary-goto-article): Allow `%40'.
46         (gnus-summary-refer-article): Convert `%40' to `@'.
47
48 2003-12-30  Simon Josefsson  <jas@extundo.com>
49
50         * smime.el (smime-crl-check): New.
51         (smime-verify-region): Use it.  From Arne J\e,Ax\e(Brgensen
52         <arne@arnested.dk> in <87llpk9v5q.fsf@seamus.arnested.dk> (tiny
53         change).
54
55 2003-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
56
57         * gnus-score.el (gnus-score-edit-file-at-point): Consider the
58         whole match element.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
59         (gnus-score-find-trace): Use it.  Added `f' and `t' commands,
60         added quick help.  With some suggestions from Karl Pfl\e,Ad\e(Bsterer
61         <sigurd@12move.de>.
62
63         * gnus-util.el (gnus-emacs-version): Added doc-string.
64
65         * mml.el (mml-minibuffer-read-disposition): New function.
66         (mml-attach-file): Use it.
67         (mml-preview): Added MIME preview to gnus-buffers.
68
69 2003-12-30  Jesper Harder  <harder@ifa.au.dk>
70
71         * gnus-sum.el (gnus-summary-make-menu-bar): Add ellipses.
72
73 2003-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
74
75         * gnus-start.el (gnus-get-unread-articles): Inline gnus-server-get-method.
76         (gnus-get-unread-articles): Cache methods.
77         (gnus-get-unread-articles-in-group): Indent.
78
79         * gnus.el (gnus-version-number): Bump.
80         (gnus-secondary-method-p): Extend servers to methods before comparing.
81         (gnus-secondary-method-p): Revert.
82
83 2003-12-30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
84
85         * gnus.el: Gnus v5.10.3 is released.
86
87 2003-12-29  Simon Josefsson  <jas@extundo.com>
88
89         * gnus-agent.el (gnus-agentize): Improve auto-agentizing logic.
90         Suggested by Steinar Bang <sb@dod.no>.
91         (gnus-agent-auto-agentize-methods): Customize.
92
93 2003-12-29  Kevin Greiner <kgreiner@xpediantsolutions.com>
94         * gnus.el (gnus-server-to-method): Fixed bug in 2003-12-22
95         check-in.
96
97 2003-12-28  Adrian Lanz  <lanz@fowi.ethz.ch>
98
99         * mail-source.el (mail-source-fetch-imap): Prevent storing of
100         identical entries for imap mail sources, when retrieving mail
101         messages from an imap server within the same Gnus session several
102         times (tiny change).
103
104 2003-12-28  Jesper Harder  <harder@ifa.au.dk>
105
106         * mm-view.el (mm-text-html-washer-alist): Use
107         mm-inline-wash-with-stdin for w3m-standalone.
108
109         * mm-decode.el (mm-text-html-renderer): Add w3m-standalone.
110
111         * mml1991.el (mml1991-pgg-encrypt): Decode according to CTE before
112         encrypting.
113
114 2003-12-28  Jesper Harder  <harder@ifa.au.dk>
115
116         * mml1991.el (mml1991-pgg-sign): Use unibyte when re-encoding.
117         From Ivan Boldyrev <boldyrev@uiggm.nsc.ru> (tiny change).
118
119 2003-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
120
121         * dgnushack.el: Add an advice to byte-optimize-form-code-walker to
122         avoid the warning ``...called for effect'' for the pop form when
123         running Emacs 21.3.
124
125 2003-12-26  Jesper Harder  <harder@ifa.au.dk>
126
127         * mm-bodies.el (mm-body-encoding): Don't use 7bit if the body
128         contains "^From " and mm-use-ultra-safe-encoding is true.
129
130 2003-12-25  Jesper Harder  <harder@ifa.au.dk>
131
132         * mml1991.el (mml1991-pgg-sign): Encode and decode according to
133         CTE header.  Don't insert gpg output as unibyte.
134
135 2003-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * lpath.el: Remove display-time-event-handler and open-ssl-stream;
138         add delete-extent for Emacs; rearrange bindings assuming w3 may
139         not be available and XEmacs without the file-coding feature may be
140         used.
141
142 2003-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
143
144         * dgnushack.el (dgnushack-compile): Increase the value for
145         max-specpdl-size when compiling Gnus with Emacs 20.
146
147 2003-12-22  Kevin Greiner <kgreiner@xpediantsolutions.com>
148         * gnus-int.el (gnus-open-server): Fixed the server status such
149         that an agentized server, when opened offline, has a status of
150         offline.  Also fixes bug whereby the agent's backend was called
151         twice to open each server.
152
153         * gnus-start.el (gnus-get-unread-articles-in-group): Autoload
154         gnus-agent-possibly-alter-active rather than inline to resolve
155         compiler warnings.
156
157         * gnus.el (gnus-server-to-method): Added fallback of iterating
158         over gnus-newsrc-alist to resolve names of foreign servers.
159         Should fix recent agent bug.
160
161 2003-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
162
163         * gnus-score.el (gnus-summary-lower-score)
164         (gnus-summary-increase-score): Mention symbolic prefix in the
165         doc-string.  Suggested by Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
166
167 2003-12-21  Jesper Harder  <harder@ifa.au.dk>
168
169         * gnus-agent.el (gnus-agent-read-agentview): Use
170         car-less-than-car.
171
172 2003-12-20  Artem Chuprina <ran@ran.pp.ru>  (tiny change)
173
174         * message.el (message-yank-buffer): Bind message-reply-buffer to
175         a buffer rather than a string.
176
177 2003-12-19  Jesper Harder  <harder@ifa.au.dk>
178
179         * gnus-msg.el (gnus-summary-followup): Correct documentation.
180
181 2003-12-18  Jesper Harder  <harder@ifa.au.dk>
182
183         * gnus-msg.el (gnus-inews-add-send-actions): `yanked' can be a
184         list of lists.  Reported by Dmitri Paduchikh <paduch@imm.uran.ru>.
185
186 2003-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
187
188         * mm-url.el (mm-url-insert-file-contents-external)
189         (mm-url-insert-file-contents): Added doc-strings.  Autoload.
190
191 2003-12-18  Jesper Harder  <harder@ifa.au.dk>
192
193         * gnus-cus.el (defvar): defvar
194         gnus-agent-cat-disable-undownloaded-faces.
195
196 2003-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
197
198         * message.el (message-forward-subject-name-subject): Use
199         gnus-extract-address-components instead of
200         mail-header-parse-address because it may be called with non-ascii
201         text.
202
203 2003-12-16  Per Abrahamsen  <abraham@dina.kvl.dk>
204
205         * nnmail.el (nnmail-split-fancy): The widget now supports
206         restrictions.
207
208 2003-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
209
210         * nnheader.el (nnheader-find-etc-directory): Find the newest one.
211
212 2003-12-16  Simon Josefsson  <jas@extundo.com>
213
214         * sha1-el.el (autoload): Don't use ignore-errors.
215         (sha1-use-external): Use condition-case.  Suggested by Katsumi
216         Yamaoka <yamaoka@jpl.org>.
217
218 2003-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
219
220         * nnmail.el (nnmail-split-fancy): Make it customizable with Emacs
221         20 as well.
222
223 2003-12-15  Simon Josefsson  <jas@extundo.com>
224
225         * sha1-el.el (autoload): Ignore errors for
226         executable-find. (XEmacs ecrypto does not require sh-script where
227         executable.el is located.)
228         (sha1-use-external): Likewise.
229
230         * sha1-el.el (sha1): Add defgroup.
231         (sha1-maximum-internal-length, sha1-program, sha1-use-external)
232         (sha1-program): Use 'sha1sum' from GNU CoreUtils instead of OpenSSL.
233         (sha1): Autoload.
234
235         * nndraft.el (nndraft-request-move-article): Copy definition of
236         nnmh-request-move-article instead of calling it, because the nnmh
237         version uses nnmh-request-article which isn't the same as the
238         nndraft version.
239
240 2003-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
241
242         * spam.el: added some gnus-registry autoloads
243         (spam-split-symbolic-return): makes spam-split return 'spam
244         instead of the value of spam-split-group when spam is detected
245         (spam-split-symbolic-return-positive): makes spam-split return
246         'ham instead of nil when ham is detected
247         (spam-autodetect-recheck-messages): tells spam.el whether it
248         should recheck all messages in a group, or only the unseen ones
249         (spam-split-last-successful-check): spam-split will set this to
250         the last successful check; this was seen as a cleaner approach
251         than returning a cell like '(spam spam-use-bogofilter)
252         (spam-list-of-checks): documentation appended
253         (spam-split): accomodate the spam-split-symbolic-return and
254         spam-split-symbolic-return-positive variables
255         (spam-find-spam): new function called when the summary is built
256         (spam-log-registered-p): checks if a ham or spam registration has
257         already been done for an article
258         (spam-check-regex-headers, spam-check-blackholes, spam-check-BBDB)
259         (spam-check-ifile, spam-check-stat, spam-check-whitelist)
260         (spam-check-blacklist, spam-check-bogofilter-headers)
261         (spam-check-spamoracle): respect the spam-split-symbolic-return
262         and spam-split-symbolic-return-positive variables
263         (spam-initialize): add spam-find-spam to gnus-summary-prepare-hook
264         (spam-unload-hook): remove spam-find-spam from
265         gnus-summary-prepare-hook
266
267         * gnus.el (spam-autodetect, spam-autodetect-methods): new
268         configuration items for spam autodetection
269
270 2003-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
271
272         * gnus-draft.el (gnus-draft-mode-map): Bind `e' to
273         `gnus-draft-edit-message'.  We still have `B w' for
274         `gnus-summary-edit-article'.
275
276 2003-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
277
278         * nnheaderxm.el (nnheader-xmas-run-at-time): Use a simple function
279         definition if there is not a bug in start-itimer.
280
281         * pgg.el (pgg-run-at-time): Ditto.
282
283 2003-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
284
285         * gnus-agent.el (gnus-agent-possibly-alter-active): New Function.
286         (gnus-agent-regenerate-group): When necessary, alter the group's
287         active range to include articles newly recognized as being
288         downloaded.
289         (gnus-agent-regenerate): Removed code that updated the agent's
290         active file as the new gnus-agent-possibly-alter-active function
291         obsolesced it.
292
293         * gnus-cus.el (gnus-agent-customize-category): Added missing
294         agent-disable-undownloaded-faces parameter.
295         
296         * gnus-start.el (gnus-activate-group): Backed out my 2003-11-29
297         patch as it was too late at adjusting the active range.
298         (gnus-get-unread-articles-in-group): Added call to new
299         gnus-agent-possibly-alter-active to adjust the active range.
300
301 2003-12-10  Jesper Harder  <harder@ifa.au.dk>
302
303         * message.el (message-get-reply-headers): Narrow to headers.
304
305 2003-12-10  Teodor Zlatanov  <tzz@lifelogs.com> 
306
307         * spam.el (spam-disable-spam-split-during-ham-respool): new
308         variable.  From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly)
309         (spam-ham-copy-or-move-routine): respect
310         spam-disable-spam-split-during-ham-respool.  From
311         lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly)
312         (spam-split-disabled): new variable.  From
313         lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly)
314         (spam-split): respect spam-split-disabled.  From
315         lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly)
316
317 2003-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * nnheaderxm.el (nnheader-xmas-run-at-time): Make it work
320         correctly for the first argument.
321
322         * pgg.el (pgg-run-at-time): New function.
323         (pgg-add-passphrase-cache): Use it.
324
325 2003-12-10  Simon Josefsson  <jas@extundo.com>
326
327         * pgg-parse.el (pgg-decode-packets): Rewrite to handle corrupt
328         input.
329         (pgg-decode-armor-region): Don't parse packet if decoding fail.
330
331 2003-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
332
333         * spam.el (spam-check-bogofilter): run in the correct buffer.
334         From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly).
335         (spam-bogofilter-database-directory): correct customization
336         group.  From Xavier Maillard <zedek@gnu-rox.org>.
337
338 2003-12-09  Per Abrahamsen  <abraham@dina.kvl.dk>
339
340         * nnmail.el (nnmail-lazy, nnmail-split-fancy): New widgets.
341         (nnmail-split-fancy): Use it.
342
343 2003-12-08  Joel Ray Holveck <joelh@piquan.org>  (tiny change)
344
345         * gnus-sum.el (gnus-summary-save-parts-1): Consider the "name"
346         parameter of Content-Type.
347
348 2003-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
349
350         * gnus-util.el: Revert 2003-12-03 change, instead, provide the
351         compiler macro for rmail-select-summary if rmail is not available,
352         and bind rmail-summary-displayed and rmail-maybe-display-summary
353         in order to silence the compiler even if tm is not available.
354
355 2003-12-08  Simon Josefsson  <jas@extundo.com>
356
357         * flow-fill.el (fill-flowed-encode-tests, fill-flowed-test): Add.
358
359 2003-12-08  Jesper Harder  <harder@ifa.au.dk>
360
361         * gnus-msg.el (gnus-extended-version): Bind float-output-format to
362         nil.
363
364 2003-12-08  Simon Josefsson  <jas@extundo.com>
365
366         * mml-smime.el (mml-smime-sign): Replace CRLF with LF in OpenSSL
367         output.  Reported by Arne J\e,Ax\e(Brgensen <arne@arnested.dk>.
368
369 2003-12-07  Simon Josefsson  <jas@extundo.com>
370
371         * pgg-gpg.el (pgg-gpg-recipient-arg): Add.
372         (pgg-gpg-encrypt-region): Use it.  Tiny patch from Lloyd Zusman
373         <ljz@asfast.com>.
374         (pgg-gpg-recipient-argument): Doc fix.  Renamed fro p-g-r-a.
375         (pgg-gpg-encrypt-region): Update.
376
377 2003-12-07  Jesper Harder  <harder@ifa.au.dk>
378
379         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Don't
380         use = or zerop to test the return value of call-process, because
381         it can be a string.
382
383         * mail-source.el (mail-source-fetch-with-program): do.
384
385         * mailcap.el (mailcap-viewer-passes-test): do.
386
387         * gnus-uu.el (gnus-uu-treat-archive, gnus-uu-post-encode-mime)
388         (gnus-uu-post-encode-file): do.
389
390         * gnus-soup.el (gnus-soup-pack, gnus-soup-unpack-packet): do.
391
392         * message.el (message-fix-before-sending): Fix detection of
393         non-printables.  Don't replace unencodable utf-8.
394
395 2003-12-05  Jesper Harder  <harder@ifa.au.dk>
396
397         * mm-url.el (mm-url-predefined-programs): Add user-agent for wget.
398         (mm-url-insert-file-contents-external): Signal an error if program
399         fails.
400
401 2003-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
402
403         * spam-report.el (spam-report-gmane): iterate over articles
404         instead of a single one; remove interactive usage
405
406 2003-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
407
408         * dns.el: Fix misplaced eval-when-compile.
409
410         * gnus-util.el: Require alist and provide tm-view when compiling
411         with XEmacs.
412
413 2003-12-03  Steve Youngs  <sryoungs@bigpond.net.au>
414
415         * gnus-xmas.el: Add autoloads for macros defined in gnus.el.
416         From Jerry James <james@xemacs.org>.
417
418         * gnus-util.el: Get rmail definitions when compiling.
419         From Jerry James <james@xemacs.org>.
420
421         * dns.el: Require gnus-xmas at compile time instead of trying to
422         autoload `gnus-xmas-open-network-stream' because it wasn't picking
423         up the macro.
424         From Jerry James <james@xemacs.org>.
425
426 2003-12-01  Kevin Greiner <kgreiner@xpediantsolutions.com>
427         * gnus-agent.el (gnus-agent-consider-all-articles): Updated
428         docstring.
429         (gnus-predicate-implies-unread, gnus-predicate-implies-unread-1):
430         Fixed implementation such that the predicate `true' no longer
431         evaluates to t.
432
433 2003-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
434
435         * spam.el (spam-check-bogofilter): check the bogofilter headers
436         AFTER the save-excursion scope is over.  From Adrian Lanz
437         <lanz@fowi.ethz.ch>.
438         (spam-fetch-field-message-id-fast): doc fix
439
440 2003-12-01  Simon Josefsson  <jas@extundo.com>
441
442         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
443
444 2003-11-30  Simon Josefsson  <jas@extundo.com>
445
446         * gnus-agent.el (gnus-agent-expire-group-1): Bind message-log-max
447         when messaging "X % completed" to inhibit logging them to the
448         message buffer.
449         (gnus-agent-expire-group-1): Mention group name in messages.
450         (gnus-agent-expire-group-1): Only print a message for an article
451         when there actually was something done to it.
452
453         * mm-util.el (mm-enable-multibyte): Call set-buffer-multibyte with
454         'to argument.  Fixes something or other in Emacs 22, and is
455         backwards compatible.  From Kenichi Handa <handa@m17n.org>.
456
457         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Custom fix.
458
459 2003-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
460
461         * gnus-agent.el (gnus-agent-covered-methods): Remove nil methods. 
462
463 2003-11-29  Kevin Greiner <kgreiner@xpediantsolutions.com>
464         * gnus-start.el (gnus-activate-group): The active range of the
465         group must include the articles known to the agent.
466
467         * gnus.el (gnus-agent-method-p): Accept a server name as the
468         method being tested.
469
470 2003-11-29  Alexander Kreuzer <alex@freesources.org>  (tiny change)
471
472         * nnrss.el (nnrss-check-group): Set xml when nnrss-use-local is t.
473
474 2003-11-29  Jesper Harder  <harder@ifa.au.dk>
475
476         * gnus-group.el (gnus-group-make-menu-bar): Add
477         gnus-group-make-rss-group.
478
479 2003-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
480
481         * message.el: Added custom-manual links to all variables that have
482         an index entry in the message manual.
483         (message-generate-headers-first): Fixed doc-string.
484
485 2003-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
486
487         * gnus-msg.el (gnus-summary-yank-message): Don't bind
488         gnus-display-mime-function to nil so that non-ascii text is
489         decoded and attachments are not shown.
490
491         * message.el (message-cite-original-without-signature): Replace
492         the value of message-reply-headers with the yanked article since
493         it may be a different article from the original.
494         (message-cite-original): Ditto.
495
496 2003-11-25  Teodor Zlatanov  <tzz@lifelogs.com>
497
498         * spam.el (spam-blacklist-ignored-regexes): new variable, so
499         blacklisting can ignore certain regular expressions (e.g. the
500         user's e-mail address)
501         (spam-bogofilter-spam-strong-switch,
502         spam-bogofilter-ham-strong-switch): options used when articles are
503         already registered as the opposite classification
504         (spam-old-ham-articles, spam-old-spam-articles): lists of ham and
505         spam articles, generated when a summary buffer is entered, and
506         consulted when it's exited so we know what articles are changing
507         state from spam to ham or vice-versa
508         (spam-xor): everyone needs a little convenience
509         (spam-list-of-processors): lookup table for old-style spam/ham
510         exits processors
511         (spam-group-processor-p): support old-style and new-style spam/ham
512         exit processors
513         (spam-group-processor-multiple-p): handle new-style spam/ham exit
514         processors
515         (spam-summary-prepare): use spam-old-{ham,spam}-articles; change
516         logic to iterate over list of processors instead of manual
517         individual lookup, unregister any articles that change from ham to
518         spam or vice-versa in the course of the summary buffer usage; use
519         the new spam-register-routine
520         (spam-ham-copy-routine, spam-ham-move-routine,
521         spam-mark-spam-as-expired-and-move-routine): check that the list
522         of groups is not nil, because apply doesn't like to apply a
523         function across nil
524         (spam-registration-functions): variable for looking up spam/ham
525         registration/unregistration functions based on a spam-use-* symbol
526         (spam-classification-valid-p, spam-process-type-valid-p)
527         (spam-registration-check-valid-p)
528         (spam-unregistration-check-valid-p): convenience functions
529         (spam-registration-function, spam-unregistration-function): look
530         up the registration/unregistration function based on a
531         classification and the check (spam-use-* symbol)
532         (spam-list-articles): generate list of spam/ham articles from a
533         given list of articles
534         (spam-register-routine): do the heavy work of registering and
535         unregistering articles, using all the articles in the group or
536         specific ones as needed
537         (spam-generic-register-routine): removed, no longer used
538         (spam-log-unregistration-needed-p, spam-log-undo-registration):
539         handle article registration/unregistration with a given spam/ham
540         processor and group
541         (BBDB, ifile, spam-stat, blacklists, whitelists, spam-report,
542         bogofilter, spamoracle): rewrite registration/unregistration
543         functions to take a list of articles and the unregister option.
544         Much hilarity ensues.
545         (spam-initialize): spam-stat-maybe-{save,load} already respect spam-use-stat
546         (spam-stat-register-ham-routine, spam-stat-register-spam-routine):
547         don't load and save unnecessarily
548
549         * spam-stat.el (spam-stat-dirty): new variable, set when the stats
550         database is modified
551         (spam-stat-buffer-is-spam, spam-stat-buffer-is-non-spam)
552         (spam-stat-buffer-change-to-spam, spam-stat-to-hash-table)
553         (spam-stat-buffer-change-to-non-spam): set spam-stat-dirty when
554         needed
555         (spam-stat-save): respect spam-stat-dirty, unless the force
556         parameter is specified
557         (spam-stat-load): clear spam-stat-dirty
558
559         * gnus.el (gnus-install-group-spam-parameters): marked the
560         old-style exit processors as obsolete in the docs, added the
561         new-style exit processors while the old ones are still allowed
562
563
564 2003-11-25  Jesper Harder  <harder@ifa.au.dk>
565
566         * gnus-art.el (article-hide-boring-headers): Don't hide Reply-To
567         unless its list of addresses is identical to From.
568
569 2003-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
570
571         * dgnushack.el (mapc): Add the compiler macro for Emacs 20.
572
573 2003-11-24  Kevin Greiner <kgreiner@xpediantsolutions.com>
574         * gnus-srvr.el (gnus-server-insert-server-line): The server names
575         used in gnus-agent are different (for example, the native server
576         uses the alias "native") from the names in gnus-srvr.
577         Compensating by adding a second text property storing the name
578         expected by gnus-agent.
579         (gnus-server-named-server): New function.
580         * gnus-agent.el (gnus-agent-remove-server, gnus-agent-add-server):
581         No longer expect an argument as it was ignored anyway.  Uses the
582         new gnus-server-named-server function to get gnus-agent compatible
583         names from the server buffer.
584
585 2003-11-20  Kevin Greiner <kgreiner@xpediantsolutions.com>
586
587         * gnus.el (gnus-agent-covered-methods): Documented use of
588         named servers, not methods, to identity agentized groups.
589         Users may now change their server configurations without having
590         the server become "unagentized".
591         (gnus-agent-covered-methods): Removed from gnus-variable-list to
592         avoid storing two copies of gnus-agent-covered-methods, one in
593         .newsrc.eld and the other in agent/lib/servers.
594         (gnus-server-to-method): Do not cache server for the nil method.
595         (gnus-method-to-server): New function.  Associate named server
596         with all, even foreign, methods.
597         (gnus-agent-method-p, gnus-agent-method-p-cache): Incorporated
598         simple last-response cache to offset performance lose of having to
599         always convert methods to named servers.
600         * gnus-agent.el (gnus-agent-expire-days): Removed obsolete
601         documentation.
602         (gnus-agentize, gnus-agent-add-server, gnus-agent-remove-server):
603         Modified to support new definition of gnus-agent-covered-method.
604         (gnus-agent-read-servers): Rewritten to convert old method data
605         into server names.
606         (gnus-agent-read-servers-validate)
607         (gnus-agent-read-servers-validate-native): New functions.
608         (gnus-agent-write-servers): No longer use gnus-method-simplify as
609         it failed to simplify foreign methods.
610         (gnus-agent-close-connections, gnus-agent-synchronize-flags)
611         (gnus-agent-possibly-synchronize-flags, gnus-agent-fetch-session)
612         (gnus-agent-regenerate): Uses new gnus-agent-covered-methods
613         function as gnus-agent-covered-methods variable no longer provides
614         methods.
615         (gnus-agent-covered-methods): New function
616         (gnus-agent-expire-group, gnus-agent-expire): Final message will,
617         if gnus-verbose is greater than 4, report statistics of NOV
618         entries and files deleted as well as total bytes recovered.
619         (gnus-agent-expire-done-message): New function
620         (gnus-agent-unread-articles): Bug fix.  No longer drops last
621         unread article onto read list.
622         (gnus-agent-regenerate-group): Changed prompt to use typical
623         style.
624         (gnus-agent-group-covered-p): Rewrote to internally use
625         gnus-agent-method-p.
626         * gnus-int.el (gnus-start-news-server): Partially convert old
627         gnus-agent-covered-methods to new format so that gnus-open-server
628         functions correctly.
629         * gnus-srvr.el (gnus-server-insert-server-line): Replaced
630         gnus-agent-covered-methods with gnus-agent-method-p.
631         * gnus-start.el (gnus-clear-system): Added
632         gnus-agent-covered-methods to compensate for removing it from
633         gnus-variable-list.
634         (gnus-setup-news): Complete conversion of old
635         gnus-agent-covered-methods to new format so that secondary and
636         foreign servers can be correctly opened.
637
638 2003-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
639
640         * spam.el (spam-ham-copy-or-move-routine): add respooling
641         support, not working well yet
642
643         * gnus.el (ham-process-destination): make 'respool option the
644         only one, so it can't be chosen together with other groups
645
646 2003-11-19  Teodor Zlatanov  <tzz@lifelogs.com>
647
648         * gnus-registry.el (gnus-registry-track-extra): make it a set of
649         choices instead of a boolean
650         (gnus-registry-track-subject-p, gnus-registry-track-sender-p):
651         new convenience functions
652         (gnus-registry-split-fancy-with-parent): use convenience
653         functions, also don't return extra tracking info if sender or
654         subject is found in more than one groups
655         (gnus-registry-add-group): use new convenience functions to
656         decide if sender and subject should be tracked
657
658         * gnus.el (ham-process-destination): add 'respool option,
659         unused by spam.el yet
660
661 2003-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
662
663         * gnus-score.el (gnus-decay-score): Return a surely smaller value
664         than the argument in XEmacs.
665
666 2003-11-18  Reiner Steib  <Reiner.Steib@gmx.de>
667
668         * message.el (message-insert-to): Don't use `gnus-message'.
669         (message-header-synonyms): New variable.
670         (message-carefully-insert-headers): Use it (check for synonyms).
671         Added doc-string.  From Sam Steingold <sds@gnu.org>.
672
673 2003-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
674
675         * html2text.el (html2text-remove-tags): Remove the tag in a
676         simpler way to avoid inflooping.
677
678 2003-11-17  Simon Josefsson  <jas@extundo.com>
679
680         * imap.el (imap-gssapi-auth-p): Don't check capability (some
681         servers remove AUTH=GSSAPI from capability response returned after
682         successful authentication).
683
684 2003-11-16  Jesper Harder  <harder@ifa.au.dk>
685
686         * gnus.el (gnus-getenv-nntpserver): Fix regexp and simplify.
687         Reported by Artem Chuprina <ran@ran.pp.ru>.
688
689 2003-11-14  Simon Josefsson  <jas@extundo.com>
690
691         * mm-util.el (mm-charset-synonym-alist): Map BIG5-HKSCS to BIG5
692         when it isn't available.
693
694 2003-11-13  Alex Schroeder  <alex@gnu.org>
695
696         * nnrss.el (nnrss-check-group): Use dc:contributor if neither
697         rss:author nor dc:creator is provided.
698
699 2003-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
700
701         * mm-decode.el (mm-dissect-buffer): Save start="<id>" value
702         contained in Content-Type header of multipart/related messages.
703
704         * mm-view.el (mm-w3m-cid-retrieve-1): New function.
705         (mm-w3m-cid-retrieve): Use it.
706
707         * mml.el (mml-generate-mime-1): Add start="<id>" to Content-Type.
708         (mml-insert-mime-headers): Insert Content-ID header.
709         (mml-insert-mml-markup): Insert start="<id>" value.
710
711 2003-11-12  Teodor Zlatanov  <tzz@lifelogs.com>
712
713         * nnml.el (nnml-request-accept-article): pass sender to
714         nnmail-cache-insert
715
716         * nnmh.el (nnmh-request-accept-article): pass sender to
717         nnmail-cache-insert 
718
719         * nnmbox.el (nnmbox-request-accept-article): pass sender to
720         nnmail-cache-insert 
721
722         * nnfolder.el (nnfolder-request-accept-article): pass sender to
723         nnmail-cache-insert 
724
725         * nnbabyl.el (nnbabyl-request-accept-article): pass sender to
726         nnmail-cache-insert 
727
728         * nnmail.el (nnmail-cache-insert): accept sender parameter and
729         pass it to the nnmail-spool-hook
730
731         * gnus-registry.el (gnus-registry-track-extra): clarify doc
732         (gnus-registry-action): add sender lexical var and pass it to
733         gnus-registry-add-group
734         (gnus-registry-spool-action): take a sender parameter, pass to
735         gnus-registry-add-group
736         (gnus-registry-split-fancy-with-parent): trace by sender in
737         addition to subject
738         (gnus-registry-fetch-sender-fast): new function
739         (gnus-registry-add-group): accept sender parameter
740
741 2003-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
742
743         * spam.el (spam-ham-copy-routine, spam-ham-move-routine)
744         (spam-mark-spam-as-expired-and-move-routine): allow for the
745         groups to be a list of a single item
746
747         * gnus.el (gnus-install-group-spam-parameters):
748         ham-process-destination and spam-process-destination allow lists now
749
750 2003-11-10  Reiner Steib  <Reiner.Steib@gmx.de>
751
752         * message.el (message-insert-to): Do error out when the user
753         requested no Cc.  Don't insert empty To.  Can be added to
754         `message-setup-hook' now.  From Sam Steingold <sds@gnu.org>.
755         (message-mode-field-menu): Moved some entries, added
756         `message-insert-wide-reply'.
757         (message-change-subject): Fixed comment.
758
759 2003-11-10  Simon Josefsson  <jas@extundo.com>
760
761         * pgg-def.el (pgg-encrypt-for-me): Change default from nil to t.
762
763 2003-11-09  Simon Josefsson  <jas@extundo.com>
764
765         * pgg-gpg.el (pgg-gpg-encrypt-region): Cache passphrase under hex
766         key id too (for decryption).
767         (pgg-gpg-sign-region): Likewise.
768
769 2003-11-09  Simon Josefsson  <jas@extundo.com>
770
771         * pgg-gpg.el (pgg-gpg-all-secret-keys): New variable.
772         (pgg-gpg-lookup-all-secret-keys): New function.
773         (pgg-gpg-select-matching-key): Likewise.
774         (pgg-gpg-decrypt-region): Use new functions.  From Satyaki Das
775         <satyakid@stanford.edu>.
776
777 2003-11-07  Teodor Zlatanov  <tzz@lifelogs.com>
778
779         * nnmail.el (nnmail-cache-insert): make sure that the
780         nnmail-spool-hook is called with a valid newsgroup name (though
781         it may be wrong)
782
783         * gnus.el (gnus-group-real-prefix): return nil if group is not a
784         string, instead of triggering an error
785
786 2003-11-06  Teodor Zlatanov  <tzz@lifelogs.com>
787
788         * gnus.el (gnus-group-guess-full-name-from-command-method): new function
789
790         * gnus-registry.el (gnus-registry-fetch-group): use long names if
791         requested 
792         (gnus-registry-split-fancy-with-parent): when long names are in
793         use, strip the name if we're in the native server, or else return nothing
794         (gnus-registry-spool-action, gnus-registry-action): use
795         gnus-group-guess-full-name-from-command-method instead of
796         gnus-group-guess-full-name
797
798         * spam.el (spam-mark-spam-as-expired-and-move-routine)
799         (spam-ham-copy-or-move-routine): prevent article deletions or
800         moves unless the backend allows it
801
802         * gnus.el (gnus-install-group-spam-parameters): fixed parameters
803         to list spamoracle as well, suggested by Jean-Marc Lasgouttes
804         <Jean-Marc.Lasgouttes@inria.fr>
805
806         * spam.el (spam-spamoracle): doc change, suggested by Jean-Marc
807         Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
808
809 2003-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
810
811         * gnus-score.el (gnus-decay-score): Protect against arithmetic
812         errors.  Tiny patch from Norbert Koch <viteno@xemacs.org>.
813
814 2003-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
815
816         * spam.el
817         (spam-log-processing-to-registry): improved message and comments
818         (spam-log-unregistration-needed-p): new function
819         (spam-ifile-register-spam-routine)
820         (spam-ifile-register-ham-routine, spam-stat-register-spam-routine)
821         (spam-stat-register-ham-routine)
822         (spam-blacklist-register-routine)
823         (spam-whitelist-register-routine)
824         (spam-bogofilter-register-spam-routine)
825         (spam-bogofilter-register-ham-routine)
826         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): change
827         spam-log-processing-to-registry invocations appropriately
828
829 2003-10-31  Simon Josefsson  <jas@extundo.com>
830
831         * imap.el (imap-kerberos4-open): Ignore output from ATHENA imtest.
832         Tiny patch from Derek Atkins <warlord@MIT.EDU>.
833         (imap-process-connection-type): Improve docstring.  Suggested by
834         Derek Atkins <warlord@MIT.EDU>.
835
836 2003-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
837
838         * spam.el (autoload): autoload the gnus-registry functions we'll
839         need
840         (spam-log-to-registry): new variable for interfacing with the
841         gnus-registry
842         (spam-install-hooks): variable had the wrong customization group
843         (spam-fetch-field-message-id-fast): convenience function for fetch
844         a message ID quickly
845         (spam-log-processing-to-registry): new function
846         (spam-ifile-register-spam-routine)
847         (spam-ifile-register-ham-routine, spam-stat-register-spam-routine)
848         (spam-stat-register-ham-routine)
849         (spam-blacklist-register-routine)
850         (spam-whitelist-register-routine)
851         (spam-bogofilter-register-spam-routine)
852         (spam-bogofilter-register-ham-routine)
853         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): add
854         spam-log-processing-to-registry invocations
855
856         * gnus-registry.el: fixed docs in the preface to mention
857         gnus-registry-initialize
858         (gnus-registry-store-extra): remove cached extra entry
859         information when new extra entry is stored
860
861 2003-10-29  Simon Josefsson  <jas@extundo.com>
862
863         * message.el (message-forward-make-body-plain): Fix ARG=1 mode
864         after separating m-f-m-b.
865
866 2003-10-29  Simon Josefsson  <jas@extundo.com>
867
868         * message.el (message-forward-make-body-plain): Remove ignored
869         headers.  Tiny patch from Andre Srinivasan <andre@e2open.com>.
870         (message-forward-make-body-plain): Fix ARG=1.
871
872 2003-10-28  Jesper Harder  <harder@ifa.au.dk>
873
874         * message.el (message-forward-subject-name-subject)
875         (message-forward-subject-author-subject): Decode non-ASCII
876         newsgroup names.
877         (autoload): Autoload gnus-group-decoded-name.
878
879 2003-10-27  Simon Josefsson  <jas@extundo.com>
880
881         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): New optional
882         parameter key, overrides the key id used to store passphrase
883         under (uses true key id from gpg output if nil).
884         (pgg-gpg-encrypt-region): Search for passphrase using user suplied
885         string STR, instead of (pgg-lookup-key STR t).
886         (pgg-gpg-encrypt-region): Store passphrase under user suplied
887         string, instead of real key id taken from gpg output.
888         (pgg-gpg-decrypt-region): Likewise.
889         (pgg-gpg-sign-region): Likewise.
890         * pgg.el (pgg-decrypt-region): Don't set pgg-default-user-id.
891
892 2003-10-27  Romain FRANCOISE  <romain@orebokech.com>
893
894         * gnus-art.el (gnus-article-goto-prev-page): Doc fix. 
895
896 2003-10-27  Simon Josefsson  <jas@extundo.com>
897
898         * mm-bodies.el (mm-body-encoding): Don't use QP when message body
899         only consists of short lines and ASCII, when
900         mm-use-ultra-safe-encoding.  Refer to 'About foo' thread in
901         gnus-bug, e.g. <ilullrg4k7p.fsf@extundo.com>, for more discussion.
902         This make it possible to pipe the raw RFC 822 message into 'gpg'
903         and have the signature work.  Potential problem: what if message
904         contain data that would be dash-escaped by OpenPGP
905         implementations? Then PGP 2.x might not be able to parse the raw
906         RFC 822 message correctly.  If that problem is worth fixing, it
907         should be fixed by detecting the situation, instead of applying QP
908         to everything.  Based on discussion with "John A. Martin"
909         <jam@jamux.com>.
910
911 2003-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
912
913         * spam.el (spam-mark-spam-as-expired-and-move-routine)
914         (spam-ham-copy-or-move-routine): don't ask when deleting copied
915         articles, and use move instead of copy when possible
916         (spam-split): added the option of specifying a string as a
917         spam-split parameter; such a string will override
918         spam-split-group temporarily.
919
920         * nnmail.el (nnmail-cache-insert): protect from nil message IDs,
921         but should we do something else?
922
923         * gnus-registry.el (gnus-registry-spool-action): protect from nil
924         message IDs
925
926 2003-10-26  Simon Josefsson  <jas@extundo.com>
927
928         * gnus-art.el (gnus-button-alist): Allow & in mailto URLs.
929         (gnus-header-button-alist): Likewise.
930         (gnus-url-mailto): Handle ?to parameters.  Replace \r\n with \n.
931         Reverse parameter list to use same order as in the URL.  Reported
932         by f95-msv@f.kth.se (M\e,Ae\e(Brten Svantesson).
933
934 2003-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
935
936         * spam.el (spam-move-spam-nonspam-groups-only): documentation fix
937         for the variable
938
939 2003-10-25  Steve Youngs  <sryoungs@bigpond.net.au>
940
941         * Makefile.in (clean-some): Remove auto-autoloads.* and
942         custom-load.* as well.
943         (distclean): Ditto.
944
945         * dgnushack.el (dgnushack-make-load): Add a local vars section to
946         the dummy gnus-load.el.
947
948 2003-10-24  Teodor Zlatanov  <tzz@lifelogs.com>
949
950         * spam.el (spam-ham-copy-or-move-routine): do not delete if copy
951         is t, also don't intepret the list of groups as a list of lists
952         (spam-mark-spam-as-expired-and-move-routine)
953         (spam-ham-copy-or-move-routine): delete articles only if 1 or
954         more groups were specified (and "copy" was not specified for
955         spam-ham-copy-or-move-routine) (fixed twice)
956
957 2003-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
958
959         * nndoc.el (nndoc-guess-type): Reverse the sort order.  Suggested
960         by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
961         (nndoc-dissect-buffer): Don't miss even-numbered articles.
962
963 2003-10-24  Steve Youngs  <sryoungs@bigpond.net.au>
964
965         * dgnushack.el (dgnushack-gnus-load-file): Set to
966         "auto-autoloads.el" if building with XEmacs.
967         (dgnushack-cus-load-file): Set to "custom-load.el" if building
968         with XEmacs.
969         (dgnushack-make-cus-load): We don't delete the resulting file if
970         building with XEmacs so byte-compile it.
971         (dgnushack-make-load): When building with XEmacs do nothing except
972         byte-compile the autoload file and create a dummy gnus-load.el
973         file. 
974
975 2003-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
976
977         * message.el (message-make-fqdn): Bind case-fold-search.
978         Suggested by Christopher Richards <richards@CS.Princeton.EDU>.
979
980 2003-10-23  Teodor Zlatanov  <tzz@lifelogs.com>
981
982         * gnus.el (spam-process-destination, ham-process-destination):
983         allow multiple groups as a choice
984
985         * spam.el (spam-check-blackholes): remove "[IP address]"
986         requirement, now just "IP address" is enough for detection for
987         blackhole checking
988         (spam-check-blackholes): oops, the dots were not escaped
989         (spam-mark-spam-as-expired-and-move-routine): added multiple group
990         support (multiple copies, then delete)
991         (spam-ham-copy-routine): new function
992         (spam-ham-move-routine): new function
993         (spam-ham-copy-or-move-routine): new function (used to be
994         spam-ham-move-routine), handle multiple groups
995         (spam-summary-prepare-exit): call the new functions
996
997 2003-10-23  Simon Josefsson  <jas@extundo.com>
998
999         * flow-fill.el (fill-flowed-encode, fill-flowed): Autoload.
1000
1001 2003-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1002
1003         * gnus-art.el (gnus-emphasis-strikethru): Use the :strike-through
1004         attribute in Emacs.
1005
1006 2003-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1007
1008         * message.el (message-bounce): Don't erase except bounced header.
1009
1010 2003-10-21  Teodor Zlatanov  <tzz@lifelogs.com>
1011
1012         * spam.el (spam-reverse-ip-string): new function to reverse an IP
1013         address in a string
1014         (spam-check-blackholes): use spam-reverse-ip-string
1015
1016 2003-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1017
1018         * gnus-art.el (gnus-narrow-to-page): Clear as well as set the
1019         value for gnus-page-broken.
1020
1021         * gnus-sum.el (gnus-summary-beginning-of-article): Use
1022         gnus-break-pages instead of gnus-page-broken.
1023         (gnus-summary-end-of-article): Use gnus-break-pages instead of
1024         gnus-page-broken; narrow to the end of a page beforehand.
1025         (gnus-summary-toggle-header): Use gnus-break-pages instead of
1026         gnus-page-broken; remove delimiter buttons unless gnus-break-pages
1027         is non-nil.
1028
1029 2003-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1030
1031         * gnus-picon.el (gnus-picon-transform-address): Protect against
1032         errors. 
1033
1034 2003-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1035
1036         * gnus-msg.el (nnspool-rejected-article-hook): Remove defvar.
1037         (xemacs-codename): Move defvar to gnus-util.el.
1038
1039         * gnus-util.el (xemacs-codename): Defvar when compiling.
1040
1041 2003-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1042
1043         * spam-report.el (spam-report-url-ping-plain): Include a
1044         User-Agent. 
1045
1046         * gnus-msg.el (gnus-extended-version): Use it.
1047
1048         * gnus-util.el (gnus-emacs-version): Separated out into own
1049         function. 
1050
1051 2003-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1052
1053         * message.el (message-mode-field-menu): Added
1054         message-generate-unsubscribed-mail-followup-to.
1055         (message-forward-subject-fwd): Avoid double "Fwd: "
1056         (message-change-subject): Added comment.
1057
1058 2003-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1059
1060         * gnus-sum.el (gnus-nov-parse-line): Remove condition-cases.
1061
1062         * mml.el (mml-insert-mime): Quote mml.
1063
1064 2003-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1065
1066         * gnus-sum.el (gnus-remove-odd-characters): Use
1067         mm-subst-char-in-string instead of subst-char-in-string.
1068         (gnus-summary-refer-article): Use gnus-replace-in-string instead
1069         of replace-regexp-in-string.
1070
1071 2003-10-19  Jesper Harder  <harder@ifa.au.dk>
1072
1073         * gnus-uu.el (gnus-uu-uustrip-article): Really strip directory
1074         from file name.
1075
1076 2003-10-18  Jesper Harder  <harder@ifa.au.dk>
1077
1078         * gnus-sum.el (gnus-summary-save-parts-last-directory): Default
1079         to mm-default-directory.
1080         (gnus-summary-save-parts-1): Use mm-file-name-rewrite-functions.
1081
1082 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1083
1084         * pop3.el (pop3-read-response): Check whether the process is
1085         alive. 
1086
1087         * gnus-sum.el (gnus-summary-refer-article): Strip spaces.
1088
1089         * rfc2047.el (rfc2047-encode-region): Do error out on invalid
1090         strings. 
1091
1092         * nntp.el (nntp-retrieve-headers-with-xover): Get error messages
1093         right. 
1094
1095         * gnus-agent.el (gnus-agent-read-servers): Remove sit-for.
1096
1097         * gnus-art.el (article-treat-dumbquotes): Doc fix.
1098
1099         * message.el (message-field-value): New function.
1100         (message-insert-disposition-notification-to): Use Reply-To, too.
1101
1102         * imap.el (imap-mailbox-status): Upcase STATUS commands. 
1103
1104         * gnus-sum.el (gnus-remove-odd-characters): New function.
1105         (gnus-nov-parse-line): Use it.
1106
1107 2003-10-18  Matt Swift  <swift@alum.mit.edu>
1108
1109         * mm-decode.el (mm-inline-media-tests): Recognize pjpeg as jpeg. 
1110
1111 2003-10-18  Romain FRANCOISE  <romain@orebokech.com>
1112
1113         * message.el (message-forward-make-body): does both
1114         m-f-make-body-mml and m-f-make-body-plain, resulting in a strange
1115         message buffer.
1116
1117 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1118
1119         * gnus-art.el (gnus-narrow-to-page): Only break page if it's
1120         broken.
1121
1122         * nnrss.el (nnrss-find-rss-via-syndic8): Return nil if xml-rpc
1123         isn't available.
1124
1125         * message.el (message-hidden-headers): Doc fix.
1126
1127 2003-10-18  Jesper Harder  <harder@ifa.au.dk>
1128
1129         * gnus-msg.el (gnus-summary-resend-message-edit): Avoid error when
1130         fields aren't found.
1131
1132 2003-10-18  Simon Josefsson  <jas@extundo.com>
1133
1134         * message.el (message-forward-make-body-plain)
1135         (message-forward-make-body-mime, message-forward-make-body-mml)
1136         (message-forward-make-body-digest-plain)
1137         (message-forward-make-body-digest-mime)
1138         (message-forward-make-body-digest): New, derived from
1139         message-forward-make-body.
1140         (message-forward-make-body): Use them.
1141         (message-forward-show-mml): New default 'best.
1142         (message-forward-make-body): Support it.
1143
1144 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145
1146         * gnus-art.el (gnus-article-mode): Set gnus-page-broken to nil.
1147         (gnus-article-prepare): Don't set to t.
1148         (gnus-narrow-to-page): Set to t if we break.
1149
1150 2003-06-11  Daniel N\e,Ai\e(Bri  <dne@mayonnaise.net>
1151
1152         * message.el (message-resend): Generate Resent-Message-ID header.
1153
1154 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1155
1156         * gnus-art.el (gnus-article-next-page): Don't go to the next line
1157         before checking end-of-buffer.
1158         (gnus-mime-delete-part): Don't insert parts twice.
1159
1160 2003-10-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1161
1162         * gnus-art.el (article-update-date-lapsed): Make sure point
1163         doesn't move around (much).
1164
1165 2003-07-28  Vasily Korytov  <deskpot@myrealbox.com>
1166
1167         * mail-source.el (mail-source-keyword-map): List "cur" before
1168         "new" for maildirs.
1169
1170 2003-10-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1171
1172         * gnus-sum.el (gnus-summary-enter-digest-group): ogroup, nor
1173         group. 
1174
1175         * gnus-msg.el (gnus-inews-insert-archive-gcc): Use the parent
1176         name for gcc-self.
1177         (gnus-inews-insert-archive-gcc): Paren mistake.
1178
1179         * gnus-sum.el (gnus-summary-enter-digest-group): Add
1180         parent-group. 
1181
1182         * gnus-art.el (gnus-ignored-headers): Add more headers.
1183
1184         * rfc2047.el (rfc2047-encode): See which encoding is shorter --
1185         base64 or QP.
1186
1187         * nnmail.el (nnmail-article-group): Default to "bogus".
1188
1189         * mail-source.el (mail-source-delete-incoming): Change to nil.
1190
1191 2003-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1192
1193         * mail-source.el (mail-source-fetch-imap): Fix mismatched parens.
1194
1195 2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1196
1197         * mail-source.el (defvar): Add post/pre/scripts.
1198         (mail-source-fetch-imap): Use them.
1199
1200         * nndraft.el (nndraft-request-move-article): Fix infinite
1201         recursion. 
1202
1203         * gnus-group.el (gnus-group-mark-regexp): Jump to groups.
1204
1205 2003-10-16  Ed L. Cashin  <ecashin@uga.edu>
1206
1207         * imap.el (imap-interactive-login): Set imap-password to nil if
1208         login fails.
1209
1210 2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1211
1212         * message.el (message-inserted-headers): New variable.
1213         (message-mode): Make local.
1214         (message-mode): Set all the local action variables to nil.      
1215
1216 2003-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1217
1218         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
1219         (mm-w3m-safe-url-regexp): Doc fix.
1220
1221 2003-10-12  Jesper Harder  <harder@ifa.au.dk>
1222
1223         * gnus-sum.el (gnus-summary-respool-query): Don't narrow to head,
1224         it's done by nnmail-article-group.
1225
1226         * gnus-uu.el (gnus-uu-grab-articles): Fix misplaced parens.
1227         From Mark Hood <markhood@speakeasy.net> (tiny change)
1228
1229 2003-10-10  Jesper Harder  <harder@ifa.au.dk>
1230
1231         * mm-decode.el (mm-file-name-delete-gotchas): Avoid infloop in
1232         XEmacs.
1233
1234 2003-10-10  Teodor Zlatanov  <tzz@lifelogs.com>
1235
1236         * spam.el (spam-initialize): new function, does the spam-face
1237         update and all the hooks, replaces spam-install-hooks-function
1238
1239         * gnus-registry.el (gnus-registry-initialize): new autoloaded
1240         function to explicitly initialize the registry
1241
1242 2003-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1243
1244         * mm-decode.el (mm-w3m-safe-url-regexp): Doc fix.
1245
1246         * mm-view.el (mm-w3m-mode-map): Doc fix.
1247         (mm-inline-text-html-render-with-w3m): Add a comment.
1248
1249 2003-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1250
1251         * gnus-group.el: Remove superfluous eval-when-compiles.
1252
1253 2003-10-10  Jesper Harder  <harder@ifa.au.dk>
1254
1255         * gnus-group.el (gnus-group-suspend): Reset gnus-backlog-articles.
1256
1257 2003-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1258
1259         * dns.el (query-dns): Don't error out on malformed resolv files.
1260
1261 2003-10-06  Jesper Harder  <harder@ifa.au.dk>
1262
1263         * gnus.el (gnus-group-faq-directory): Update .tw entry.  From
1264         Albert Chun-Chieh Huang <mr894348@cs.nthu.edu.tw>
1265
1266 2003-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
1267
1268         * spam.el (spam-check-blackholes): exit the loop if matches are
1269         found (idea from Adrian Lanz <lanz@fowi.ethz.ch>)
1270         (spam-check-bogofilter-headers, spam-check-blackholes, spam-check-BBDB)
1271         (spam-from-listed-p): use nnmail-fetch-field instead of message-fetch-field
1272         
1273
1274 2003-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1275
1276         * mm-decode.el (mm-attachment-file-modes): Change the default
1277         value into 384 from ?\600 which doesn't mean an integer in XEmacs.
1278
1279 2003-10-03  Jesper Harder  <harder@ifa.au.dk>
1280
1281         * mm-decode.el (mm-file-name-delete-control)
1282         (mm-file-name-delete-gotchas): New functions.
1283         (mm-file-name-rewrite-functions): Use them.
1284         (mm-attachment-file-modes): New option.
1285         (mm-save-part-to-file): Use it.
1286
1287 2003-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
1288
1289         * spam.el (spam-install-hooks-function): Added Autoload cookie.
1290
1291 2003-10-02  Jesper Harder  <harder@ifa.au.dk>
1292
1293         * pgg-def.el (pgg-default-keyserver-address): Change to
1294         subkeys.pgp.net.  From Michael Shields <shields@msrl.com>
1295
1296 2003-10-01  Simon Josefsson  <jas@extundo.com>
1297
1298         * message.el (message-idna-to-ascii-rhs-1): RHS can be terminated
1299         by ',', as in 'foo@example.org, bar@example.org'.
1300
1301 2003-10-01  Jesper Harder  <harder@ifa.au.dk>
1302
1303         * message.el (message-send): Fix reversed logic of supersedes
1304         check.
1305
1306 2003-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
1307
1308         * gnus-art.el (gnus-article-view-part-as-charset): Doc fix,
1309         suggested by Norbert Koch <viteno@xemacs.org>.
1310
1311 2003-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1312
1313         * gnus-topic.el (gnus-topic-goto-missing-topic): Revert 2003-02-09
1314         change in order to correct the position where an invisible topic
1315         (because gnus-topic-display-empty-topics is nil) may be inserted.
1316
1317 2003-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1318
1319         * message.el (message-ignored-supersedes-headers): Add X-Payment.
1320
1321 2003-09-20  Jesper Harder  <harder@ifa.au.dk>
1322
1323         * rfc2047.el (rfc2047-encode): Limit line length to 76 characters.
1324
1325 2003-09-20  Simon Josefsson  <jas@extundo.com>
1326
1327         * tls.el (tls-process-connection-type): Doc fix.
1328
1329         * imap.el (imap-starttls-open): Rewrite, should support both old
1330         starttls.el and new starttls.el that uses GNUTLS.
1331
1332 2003-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1333
1334         * gnus-art.el (gnus-treat-display-x-face): Use set-default instead
1335         of custom-set-default which isn't available in old XEmacsen.
1336
1337 2003-09-17  Jesper Harder  <harder@ifa.au.dk>
1338
1339         * gnus-msg.el (gnus-summary-resend-message-edit): Don't convert
1340         to MML.  MIME -> MML -> MIME does not work for PGP/MIME.
1341
1342         * message.el (message-bounce, message-forward-show-mml): do.
1343         
1344 2003-09-13  Jesper Harder  <harder@ifa.au.dk>
1345
1346         * rfc2047.el (rfc2047-charset-encoding-alist): Add viscii.
1347         (rfc2047-encode): Add factors for big5, gb2312 and euc-kr.
1348
1349         * nnweb.el (nnweb-google-parse-1): Fix parsing.
1350
1351 2003-09-12  Jesper Harder  <harder@ifa.au.dk>
1352
1353         * gnus-group.el (gnus-group-fetch-control): ISC changed
1354         compression from .Z to .gz.
1355
1356         * rfc2047.el (rfc2047-header-encoding-alist): Add "Approved" to
1357         address-mime.
1358
1359 2003-09-11  Jesper Harder  <harder@ifa.au.dk>
1360
1361         * rfc2047.el (rfc2047-encode): Restrict encoded-words to 75
1362         characters.
1363
1364 2003-09-10  Jesper Harder  <harder@ifa.au.dk>
1365
1366         * gnus.el (gnus-group-charter-alist): Update.
1367
1368 2003-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1369
1370         * spam-report.el: use mm-url.el functions for external URL
1371         loading when the built-in HTTP GET is insufficient (e.g. proxies
1372         are in the way).  From Eric Knauel
1373         <knauel@informatik.uni-tuebingen.de>.
1374         (spam-report-url-ping-function): new option, defaults to the
1375         built-in HTTP GET (spam-report-url-ping-plain)
1376         (spam-report-url-ping): calls spam-report-url-ping-function now
1377         (spam-report-url-ping-plain): new function, does what
1378         spam-report-url-ping used to do
1379         (spam-report-url-ping-mm-url): function that delegates to
1380         mm-url.el (autoloaded)
1381
1382 2003-09-08  Teodor Zlatanov  <tzz@lifelogs.com>
1383
1384         * gnus-registry.el (gnus-registry-delete-id): function to
1385         completely delete an ID, including all the cache hashtables
1386         (gnus-registry-delete-group): use gnus-registry-delete-id
1387         (gnus-registry-simplify-subject): only run if the argument is a
1388         string, return nil otherwise
1389
1390 2003-09-07  Jesper Harder  <harder@ifa.au.dk>
1391
1392         * gnus-msg.el (gnus-summary-resend-bounced-mail): Docstring fix.
1393
1394 2003-09-05  Teodor Zlatanov  <tzz@lifelogs.com>
1395
1396         * gnus-registry.el (gnus-registry-split-fancy-with-parent): yet
1397         another error *sigh*
1398
1399         * gnus-registry.el (gnus-registry-fetch-extra-entry): don't use
1400         puthash unless gnus-registry-entry-caching is on
1401         (gnus-registry-split-fancy-with-parent): misplaced parenthesis
1402         made everything a part of the 'else'
1403         (gnus-registry-save): used 'entry-caching' instead of 'caching'
1404
1405 2003-09-05  Jesper Harder  <harder@ifa.au.dk>
1406
1407         * gnus-art.el (gnus-button-alist): Improve Info regexp.
1408
1409 2003-09-04  Teodor Zlatanov  <tzz@lifelogs.com>
1410
1411         * gnus-registry.el: added brief explanation of basics
1412         (gnus-registry-track-extra): new variable for tracking of message
1413         subjects
1414         (gnus-registry-entry-caching): caching parameter, used for extra
1415         data
1416         (gnus-registry-minimum-subject-length): minimum subject length
1417         before it's considered when tracing subjects
1418         (gnus-registry-save): accomodate extra data entry caching
1419         (gnus-registry-action): change function name, add the subject and
1420         pass it to gnus-registry-add-group
1421         (gnus-registry-spool-action): change function name, add the
1422         subject and pass it to gnus-registry-add-group
1423         (gnus-registry-split-fancy-with-parent): add subject tracking
1424         (gnus-registry-register-message-ids): pass subject to
1425         gnus-registry-add-group
1426         (gnus-registry-simplify-subject)
1427         (gnus-registry-fetch-simplified-message-subject-fast): new
1428         functions
1429         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry): add
1430         extra data entry caching
1431         (gnus-registry-add-group): handle the extra subject parameter
1432         (gnus-registry-install-hooks, gnus-registry-unload-hook): fix the
1433         gnus-register-* function names
1434
1435         * nnmail.el (nnmail-cache-insert): add subject parameter, pass it
1436         on to the nnmail-spool-hook
1437
1438         * nnbabyl.el (nnbabyl-request-accept-article): added subject to
1439         nnmail-cache-insert call
1440
1441         * nndiary.el (nndiary-request-accept-article): added subject to
1442         nnmail-cache-insert call
1443
1444         * nnfolder.el (nnfolder-request-accept-article): added subject to
1445         nnmail-cache-insert call
1446
1447         * nnimap.el (nnimap-split-articles): added subject to
1448         nnmail-cache-insert call
1449         (nnimap-request-accept-article): added subject to
1450         nnmail-cache-insert call
1451
1452         * nnmbox.el (nnmbox-request-accept-article): added subject to
1453         nnmail-cache-insert call
1454
1455         * nnmh.el (nnmh-request-accept-article): added subject to
1456         nnmail-cache-insert call
1457
1458         * nnml.el (nnml-request-accept-article): added subject to
1459         nnmail-cache-insert call
1460
1461 2003-09-04  Jesper Harder  <harder@ifa.au.dk>
1462
1463         * gnus-art.el (gnus-button-handle-info-url)
1464         (gnus-button-handle-info-url-gnome)
1465         (gnus-button-handle-info-url-kde, gnus-button-alist): Handle GNOME
1466         and KDE style Info URLs.
1467
1468         * gnus-util.el (gnus-url-unhex-string): Don't replace "+" with " ".
1469
1470 2003-09-02  Jesper Harder  <harder@ifa.au.dk>
1471
1472         * rfc2047.el (rfc2047-fold-region): Don't fold at the beginning
1473         of the field.
1474
1475 2003-09-01  Simon Josefsson  <jas@extundo.com>
1476
1477         * mml.el (mml-insert-mime-headers-always): New variable.
1478         (mml-insert-mime-headers): Use it.  Based on (tiny) patch from
1479         Lars Balker Rasmussen <lars@balker.org>.
1480
1481 2003-08-30  Simon Josefsson  <jas@extundo.com>
1482
1483         * mail-source.el (mail-source-fetch-imap): Pass correct buffer to
1484         imap-open, reverts 2003-03-17 change.  Reverse remove before
1485         calling gnus-compress-sequence.  From Gaute Strokkenes
1486         <gs234@srcf.ucam.org> (tiny change).
1487
1488 2003-08-29  Simon Josefsson  <jas@extundo.com>
1489
1490         * gnus-group.el (gnus-group-delete-group): Doc fix.  Suggested by
1491         Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>.
1492
1493 2003-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1494
1495         * gnus-art.el (article-display-x-face): Make it possible to set
1496         the gnus-article-x-face-command variable to the lambda form.
1497
1498 2003-08-27  Simon Josefsson  <jas@extundo.com>
1499
1500         * mm-decode.el (mm-remove-part): Try to kill external displayers
1501         cleanly first (if it refuses, C-g aborts loop and kill process
1502         unconditionally).  Also make sure process is dead before we remove
1503         the files it may be using.  Reported by David Coe
1504         <davidc@debian.org>.
1505
1506 2003-08-27  Jesper Harder  <harder@ifa.au.dk>
1507
1508         * gnus-cache.el (gnus-cache-generate-active): Fix bug in
1509         replacement.  From Vagn Johansen <v@johansen.mail.dk> (tiny
1510         change).
1511
1512 2003-08-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1513
1514         * gnus-art.el: Don't use defvaralias.
1515         (gnus-treat-display-x-face): Warn if the obsolete variable
1516         `gnus-treat-display-xface' exists.
1517
1518 2003-08-25  Jesper Harder  <harder@ifa.au.dk>
1519
1520         * gnus-art.el (gnus-treat-display-face): Fix typo.
1521         (gnus-treat-display-xface): Rename to gnus-treat-display-x-face
1522         (reported by Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>)
1523
1524 2003-08-24  Jesper Harder  <harder@ifa.au.dk>
1525
1526         * gnus-art.el (gnus-header-button-alist, gnus-button-alist): Fix
1527         type.
1528
1529 2003-08-22  Jesper Harder  <harder@ifa.au.dk>
1530
1531         * message.el (message-make-forward-subject-function): Fix
1532         customize mismatch.
1533
1534         * gnus.el (gnus-message-archive-method): do.
1535
1536 2003-08-20  Reiner Steib  <Reiner.Steib@gmx.de>
1537
1538         * gnus.el (gnus-read-group): Offer to continue only if the invalid
1539         char is `/' and add more information for the user.
1540
1541         * gnus-art.el (gnus-button-alist): Add `+' (gnus-button-handle-man).
1542         (gnus-header-button-alist): Added `In-Reply-To'.
1543
1544         * nnimap.el (nnimap-open-connection): Allow different user names
1545         on the same server (and in the same authinfo file).
1546
1547 2003-08-20  Jesper Harder  <harder@ifa.au.dk>
1548
1549         * gnus-sieve.el (gnus-sieve-crosspost): Fix type.
1550
1551         * message.el (message-make-forward-subject-function): Add
1552         message-forward-subject-name-subject to choices.
1553
1554         * gnus-art.el (gnus-article-edit-done, gnus-article-edit-exit):
1555         Redisplay article after editing.
1556
1557 2003-08-20  Simon Josefsson  <jas@extundo.com>
1558
1559         * gnus.el (gnus-read-group): Added check to ask confirmation if
1560         Group name contains invalid character. You can use '/' in IMAP,
1561         but not in filenames. G m cannot know what the user is creating,
1562         so let user decide. See thread m2oeysiev3.fsf@naima.lensflare.org.
1563         Tiny patch from letters@hotpop.com (Jari Aalto+mail.linux).
1564
1565 2003-08-13  Reiner Steib  <Reiner.Steib@gmx.de>
1566
1567         * gnus-score.el (gnus-summary-score-effect): Fix interactive use.
1568
1569 2003-08-10  Teodor Zlatanov  <tzz@lifelogs.com>
1570
1571         * gnus-draft.el (gnus-draft-send-all-messages): ask if all drafts
1572         should be sent unless gnus-expert-user is on
1573
1574 2003-08-09  Jesper Harder  <harder@ifa.au.dk>
1575
1576         * pgg-gpg.el (pgg-gpg-extra-args): Fix customization type.
1577
1578 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
1579
1580         * pgg-gpg.el (pgg-gpg-process-region): Bind
1581         default-enable-multibyte-characters to nil.
1582
1583 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1584
1585         * canlock.el (canlock-password): Fix customization type.
1586         (canlock-password-for-verify): Ditto.
1587         * deuglify.el (gnus-outlook-deuglify-unwrap-min): Ditto.
1588         (gnus-outlook-deuglify-unwrap-max): Ditto.
1589         (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
1590         * gnus-sum.el (gnus-sum-thread-tree-root): Ditto.
1591         (gnus-sum-thread-tree-false-root): Ditto.
1592         (gnus-sum-thread-tree-single-indent): Ditto.
1593         * message.el (message-archive-note): Ditto.
1594         (message-subscribed-address-file): Ditto.
1595         (message-user-fqdn): Ditto.
1596         * spam-report.el (spam-report-gmane-regex): Ditto.
1597         * spam.el (spam-blackhole-good-server-regex): Ditto.
1598
1599         * gnus-start.el (gnus-save-killed-list): Fix last change.
1600         * message.el (message-courtesy-message): Ditto.
1601
1602 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
1603
1604         * gnus-art.el (gnus-header-face-alist): Revert previous change.
1605         (gnus-header-newsgroups-face): Explain that it's only used for
1606         crossposts.
1607
1608 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1609
1610         * gnus-registry.el (gnus-registry-max-entries): Fix customization
1611         type.
1612         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
1613         * gnus.el (gnus-refer-article-method): Ditto.
1614         * message.el (message-courtesy-message): Ditto.
1615
1616 2003-08-06  Jesper Harder  <harder@ifa.au.dk>
1617
1618         * gnus-art.el (gnus-header-face-alist): Fix "Newsgroups" entry.
1619         From Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny patch)
1620
1621 2003-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1622
1623         * gnus-start.el (gnus-save-killed-list): Fix customization type.
1624         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
1625         * gnus.el (gnus-use-long-file-name): Ditto.
1626
1627 2003-08-04  Jesper Harder  <harder@ifa.au.dk>
1628
1629         * gnus-group.el (gnus-group-rename-group): Don't allow renaming to
1630         an existing name.
1631
1632         * gnus-sum.el (gnus-summary-highlight): Add uncached to docstring.
1633
1634         * nnmail.el (nnmail-large-newsgroup): Docstring fix.
1635
1636         * nntp.el (nntp-large-newsgroup): do.
1637
1638         * nnspool.el (nnspool-large-newsgroup): do.
1639
1640         * gnus-cus.el (gnus-group-parameters): Typo.
1641
1642 2003-07-31  Simon Josefsson  <jas@extundo.com>
1643
1644         * mml-sec.el (mml-signencrypt-style-alist): Use separate S/MIME
1645         method by default (revert partial 2003-07-10 patch).
1646
1647 2003-07-28  Dave Love  <fx@gnu.org>
1648
1649         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el: Require cl when compiling.
1650
1651 2003-07-26  Teodor Zlatanov  <tzz@lifelogs.com>
1652
1653         * gnus-registry.el (gnus-registry-install): add an initial
1654         registry read to the loading when gnus-registry-install is set
1655
1656 2003-07-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1657
1658         * flow-fill.el (fill-flowed): Empty lines separate paragraphs
1659         even if the preceding line ends with a soft break.  Tiny patch
1660         from Mark Thomas <swoon@bellatlantic.net>.
1661
1662 2003-07-25  Teodor Zlatanov  <tzz@lifelogs.com>
1663
1664         * spam.el (spam-use-regex-body, spam-regex-body-spam) 
1665         (spam-regex-body-ham): new variables, default to nil/empty/empty
1666         (spam-install-hooks): added spam-use-regex-body to list or
1667         pre-install conditions
1668         (spam-list-of-checks): added spam-use-regex-body and
1669         spam-check-regex-body to list of checks
1670         (spam-list-of-statistical-checks): added spam-use-regex-body to
1671         list of statistical checks
1672         (spam-check-regex-body): invokes spam-check-regex-headers with
1673         appropriate variable masking
1674         (spam-check-regex-headers): changes to print "body" or "header"
1675         where appropriate
1676
1677 2003-07-25  Jesper Harder  <harder@ifa.au.dk>
1678
1679         * smime.el (smime-ask-passphrase): Use read-passwd rather than
1680         comint-read-noecho.  The former is more secure.
1681
1682 2003-07-24  Teodor Zlatanov  <tzz@lifelogs.com>
1683
1684         * gnus-registry.el (gnus-registry-cache-whitespace): make "adding
1685         whitespace" message level 5 instead of 4
1686         (gnus-registry-clean-empty-function): new function to remove empty
1687         registry entries
1688         (gnus-registry-clean-empty): new variable to enable cleaning the
1689         registry when saving it by calling gnus-registry-clean-empty-function
1690
1691         * spam.el (spam-summary-prepare-exit): use spam-process-ham-in-spam-groups
1692         (spam-process-ham-in-spam-groups): new variable
1693
1694 2003-07-24  Jesper Harder  <harder@ifa.au.dk>
1695
1696         * pgg-gpg.el (pgg-gpg-process-region): Add "--yes" to options.
1697
1698         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el, pgg.el: Reapply changes
1699         from 2003-04-03 to fix security problem.  See
1700         http://www.debian.org/security/2003/dsa-339
1701
1702 2003-07-23  Teodor Zlatanov  <tzz@lifelogs.com>
1703
1704         * gnus.el (gnus-install-group-spam-parameters): add the
1705         gnus-ticked-mark to the possible choices of ham marks
1706
1707         * spam.el (spam-process-ham-in-nonham-groups): new variable
1708         (spam-summary-prepare-exit): use spam-process-ham-in-nonham-groups
1709
1710 2003-07-23  Jesper Harder  <harder@ifa.au.dk>
1711
1712         * rfc2047.el (rfc2047-header-encoding-alist): Add Mail-Followup-To
1713         and Mail-Copies-To to address-mime.
1714         (rfc2047-narrow-to-field): Use rfc2047-point-at-bol.
1715
1716 2003-07-19  Jesper Harder  <harder@ifa.au.dk>
1717
1718         * mm-util.el (mm-coding-system-priorities): Docstring improvement.
1719
1720 2003-07-17  Jesper Harder  <harder@ifa.au.dk>
1721
1722         * gnus-sum.el (gnus-thread-latest-date): Move condition-case to
1723         the right place.
1724
1725 2003-07-14  Simon Josefsson  <jas@extundo.com>
1726
1727         * mail-source.el (mail-source-fetch-imap): Don't assume
1728         imap-error-text returns something.
1729
1730 2003-07-12  Nevin Kapur  <kapur@mts.jhu.edu>
1731
1732         * nnimap.el (nnimap-request-newgroups): Use the pattern in
1733         nnimap-list-pattern instead of "*".
1734
1735 2003-07-10  Simon Josefsson  <jas@extundo.com>
1736
1737         * mml-sec.el (mml-signencrypt-style-alist): Use "combined" by
1738         default.  Improve docstring.
1739
1740 2003-07-10  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1741
1742         * imap.el (imap-arrival-filter): Fix test for missing process
1743         buffer.
1744
1745 2003-07-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1746         From Gaute B Strokkenes <gs234@cam.ac.uk> (tiny patch).
1747
1748         * imap.el (imap-wait-for-tag): Clarify comment.  Use timeout zero
1749         for second, after-process-has-died, accept-process-output.
1750         (imap-arrival-filter): If PROC has no buffer, do nothing.
1751
1752 2003-07-09  Jesper Harder  <harder@ifa.au.dk>
1753
1754         * flow-fill.el: Docstring and message fixes.
1755
1756         * deuglify.el: do.
1757
1758         * gnus-int.el: do.
1759
1760         * gnus-msg.el: do.
1761
1762         * gnus-util.el: do.
1763
1764         * gnus-draft.el: do.
1765
1766         * gnus-start.el: do.
1767
1768         * gnus.el: do.
1769
1770         * gnus-group.el: do.
1771
1772         * gnus-art.el: do.
1773
1774         * gnus-sum.el: do.
1775
1776         * mail-source.el (mail-source-movemail): Handle non-numerical
1777         return values.
1778
1779 2003-07-08  Jesper Harder  <harder@ifa.au.dk>
1780
1781         * mailcap.el (mailcap-parse-args-syntax-table)
1782         (mailcap-viewer-passes-test): Docstring fix.
1783
1784         * mm-bodies.el (mm-long-lines-p): Docstring fix.
1785
1786         * mm-decode.el (mm-w3m-safe-url-regexp, mm-verify-option)
1787         (mm-decrypt-option, mm-handle-set-external-undisplayer)
1788         (mm-file-name-replace-whitespace): Docstring fix.
1789
1790         * mm-uu.el (mm-uu-emacs-sources-regexp): Docstring fix.
1791         (mm-uu-pgp-signed-test): Fix message.
1792
1793         * mml.el (mml-tweak-sexp-alist): Docstring fix.
1794         (mml-parse-1, mml-insert-mime-headers): Fix message.
1795
1796         * message.el (message-archive-header)
1797         (message-subscribed-address-functions)
1798         (message-subscribed-addresses, message-subscribed-regexps)
1799         (message-canlock-generate)
1800         (message-generate-new-buffer-clone-locals): Docstring fixes.
1801
1802 2003-07-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1803
1804         * imap.el (imap-wait-for-tag): After the process has died, look
1805         for more output still pending.  From Gaute B Strokkenes
1806         <gs234@cam.ac.uk> (tiny patch).
1807
1808 2003-07-07  Teodor Zlatanov  <tzz@lifelogs.com>
1809
1810         * spam.el (spam-bogofilter-score): redisplay article normally
1811         after spam-bogofilter-score is called
1812
1813 2003-07-06  Jesper Harder  <harder@ifa.au.dk>
1814
1815         * message.el (message-send-mail-with-sendmail): Handle
1816         non-numeric return values.
1817
1818         * gnus-sum.el (gnus-print-buffer): Apply emphasis.
1819         From Michael Piotrowski <mxp@dynalabs.de> (tiny change).
1820
1821         * gnus-start.el (gnus-clear-system): Revert change from
1822         2003-06-19.
1823
1824 2003-07-04  Dave Love  <fx@gnu.org>
1825
1826         * rfc2047.el (rfc2047-q-encode-region): Exclude especials from
1827         characters not encoded, and make the list more legible.
1828
1829 2003-07-04  Jesper Harder  <harder@ifa.au.dk>
1830
1831         * message.el (message-make-from): Revert change from 2002-01-08.
1832
1833 2003-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1834
1835         * nnheader.el (nnheader-init-server-buffer): Don't add
1836         nntp-server-buffer to list of Gnus buffers.
1837
1838 2003-06-25  Teodor Zlatanov  <tzz@lifelogs.com>
1839
1840         * spam.el (spam-parse-list): prevent empty ("") strings
1841
1842 2003-06-24  Teodor Zlatanov  <tzz@lifelogs.com>
1843
1844         * spam.el (spam-parse-list): use gnus-extract-address-components
1845         instead of ietf-drums-parse-addresses
1846         (spam-from-listed-p): let* was unnecessary
1847
1848 2003-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1849
1850         * gnus-ems.el (gnus-put-image): Mark the right text segment with
1851         gnus-image-category. 
1852
1853         * gnus-srvr.el (gnus-browse-unsubscribe-group): Strip prefix from
1854         native groups.
1855
1856         * gnus-topic.el (gnus-group-prepare-topics): Update topic line
1857         format specs.
1858
1859         * gnus-picon.el: Written by moi, moi, moi.
1860
1861         * gnus-group.el (gnus-group-kill-group): Clean up.
1862
1863 2003-06-23  Teodor Zlatanov  <tzz@lifelogs.com>
1864
1865         * spam.el (spam-from-listed-p, spam-parse-list): use
1866         ietf-drums-parse-addresses to extract the address portion of the
1867         whitelist/blacklist file if it looks like an address can be found
1868
1869 2003-06-23  Didier Verna  <didier@xemacs.org>
1870
1871         * gnus-ems.el (gnus-put-image): New argument CATEGORY. Add it as a
1872         text property.
1873         (gnus-remove-image): New argument CATEGORY. Only remove if
1874         category matches.
1875         * gnus-xmas.el (gnus-xmas-put-image):
1876         (gnus-xmas-remove-image): Ditto, with extents.
1877         * gnus-art.el (gnus-delete-images): Pass CATEGORY argument to
1878         gnus-[xmas-]remove-image.
1879         (article-display-face): Don't always act as a toggle. Call
1880         `gnus-put-image' with CATEGORY argument.
1881         (article-display-x-face): Call `gnus-put-image' with CATEGORY
1882         argument.
1883         * smiley.el (smiley-region): Ditto.
1884         * gnus-fun.el (gnus-display-x-face-in-from): Ditto.
1885         * gnus-picon.el (gnus-picon-insert-glyph): Ditto.
1886         (gnus-treat-mail-picon): Don't always act as a toggle.
1887         * gnus-picon.el (gnus-treat-newsgroups-picon): Ditto.
1888
1889 2003-06-23  Didier Verna  <didier@xemacs.org>
1890
1891         * gnus-art.el (article-display-face): Check for existence of the
1892         original article buffer before switching to it.
1893
1894 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
1895
1896         * mm-util.el (mm-append-to-file): Say "Appended to".  Suggested by
1897         Dan Jacobson <jidanni@jidanni.org>.
1898
1899         * mm-view.el (mm-inline-message): Bind
1900         gnus-original-article-buffer to the buffer in the mml handle
1901         holding the message.
1902
1903 2003-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1904
1905         * message.el (sender, from): No need to bind them.
1906
1907 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
1908
1909         * spam.el (spam-enter-list): search-forward specified wrong
1910
1911 2003-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1912
1913         * gnus-art.el: Comment fix.
1914
1915 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
1916
1917         * gnus-msg.el (gnus-configure-posting-styles): Remove unused
1918         variable.  From Jan Rychter <jan@rychter.com>.
1919
1920         * spam.el (spam-spamoracle-learn): insert-string is obsolete.
1921
1922 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
1923
1924         * spam.el (spam-enter-list): do not enter duplicate addresses into
1925         the whitelist/blacklist
1926
1927 2003-06-19  Jesper Harder  <harder@ifa.au.dk>
1928
1929         * nnheader.el (nnheader-init-server-buffer): Add
1930         nntp-server-buffer to gnus-buffers.
1931
1932         * gnus-start.el (gnus-clear-system): Now we don't need to kill
1933         nntp-server-buffer separately.
1934
1935 2003-06-18  Didier Verna  <didier@xemacs.org>
1936
1937         * gnus-art.el (article-display-face): Correctly toggle between
1938         display and hiding. Handle multiple Face headers.
1939
1940 2003-06-17  Dave Love  <fx@gnu.org>
1941
1942         * nnimap.el: Require cl when compiling.
1943
1944         * message.el (message-fix-before-sending): Reinstate nullifying
1945         the invisible text property.
1946         (sender, from): Defvar when compiling.
1947         (message-is-yours-p): Remove autoload cookie.
1948
1949 2003-06-17  Reiner Steib  <Reiner.Steib@gmx.de>
1950
1951         * gnus-util.el (gnus-extract-address-components): Added
1952         doc-string.
1953
1954 2003-06-16  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1955
1956         * nnml.el (nnml-current-group-article-to-file-alist): Don't read
1957         overview when using compressed files.  From Michael Albinus
1958         <Michael.Albinus@alcatel.de>.
1959
1960 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1961
1962         * gnus-sum.el (gnus-summary-refer-parent-article): Extract
1963         Message-ID from In-Reply-To header.
1964
1965 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1966
1967         * message.el (message-is-yours-p): Narrow to head; extract from
1968         and sender by itself.
1969         (message-cancel-news, message-supersede): Remove useless things.
1970
1971 2003-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
1972
1973         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
1974         `gnus-article-emulate-mime'.
1975
1976 2003-06-15  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1977         From Tommi Vainikainen <thv+gnus@iki.fi>.
1978
1979         * message.el (message-is-yours-p): New function.  Separated common
1980         code from message-cancel-news and message-supersede.  Added
1981         matching code which uses message-alternative-emails regexp as last
1982         resort.
1983         (message-cancel-news, message-supersede): Use message-is-yours-p.
1984
1985 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1986
1987         * nnimap.el (nnimap-split-articles): Narrow the right buffer to
1988         the headers.  From Niklas Morberg <niklas.morberg@axis.com>.
1989
1990 2003-06-12  Dave Love  <fx@gnu.org>
1991
1992         * nnheader.el (nnheader-functionp): Deleted.
1993
1994         * nnmail.el (nnmail-split-fancy-syntax-table): Define all in
1995         defvar.
1996         (nnmail-version): Deleted.
1997         (nnmail-check-duplication, nnmail-expiry-target-group): Don't use
1998         nnheader-functionp.
1999
2000 2003-06-10  Teodor Zlatanov  <tzz@lifelogs.com>
2001
2002         * spam.el (spam-check-bogofilter-headers): fix for when the score
2003         is requested but the message is not spam
2004
2005 2003-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
2006         From Eric
2007         <knauel@informatik.uni-tuebingen.de>
2008
2009         * spam.el (spam-use-spamoracle): new variable
2010         (spam-install-hooks): add spamoracle to the list of conditions
2011         for activation of spam-install-hooks
2012         (spam-spamoracle): new variable customization group
2013         (spam-spamoracle, spam-spamoracle): new variables
2014         (spam-group-spam-processor-spamoracle-p)
2015         (spam-group-ham-processor-spamoracle-p): new functions
2016         (spam-summary-prepare-exit): added spamoracle ham/spam exit processing
2017         (spam-list-of-checks, spam-list-of-statistical-checks): add
2018         spam-use-spamoracle
2019         (spam-check-spamoracle, spam-spamoracle-learn)
2020         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): new functions
2021
2022         * gnus.el (gnus-group-spam-exit-processor-spamoracle)
2023         (gnus-group-ham-exit-processor-spamoracle): new variables for SpamOracle
2024         (spam-process, ham-process): added spamoracle spam/ham processors
2025
2026 2003-06-08  Jesper Harder  <harder@ifa.au.dk>
2027
2028         * message.el (message-beginning-of-line): Docstring improvement.
2029         Suggested by Michael R. Wolf <MichaelRunningWolf@att.net>
2030
2031 2003-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2032
2033         * gnus-sum.el (gnus-summary-make-menu-bar): Removed ["Add buttons"
2034         gnus-summary-display-buttonized t]
2035
2036 2003-06-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2037
2038         * nnmail.el (nnmail-split-fancy-match-partial-words): Doc string
2039         fix.  Reported by Johan Bockg\e,Ae\e(Brd <bojohan+news@dd.chalmers.se>.
2040
2041 2003-06-07  Jesper Harder  <harder@ifa.au.dk>
2042
2043         * message.el (message-beginning-of-line): Docstring improvement.
2044
2045 2003-06-06  Jesper Harder  <harder@ifa.au.dk>
2046
2047         * gnus-srvr.el (gnus-browse-foreign-server): Parse garbage NNTP
2048         groups correctly.
2049
2050 2003-06-06  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2051         From Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
2052
2053         * message.el (message-fetch-field): Augment documentation to state
2054         the narrowed-to-headers restriction.
2055         (message-change-subject, message-reduce-to-to-cc)
2056         (message-generate-unsubscribed-mail-followup-to)
2057         (message-insert-importance-high, message-insert-importance-low)
2058         (message-insert-or-toggle-importance)
2059         (message-insert-disposition-notification-to): Narrow to headers
2060         before calling message-fetch-field or message-remove-header.
2061
2062 2003-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2063
2064         * gnus-registry.el (gnus-registry-trim): fix for when
2065         gnus-registry-max-entries is nil
2066
2067 2003-06-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068
2069         * qp.el (quoted-printable-decode-region): Don't error out on
2070         malformed text.
2071
2072 2003-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2073
2074         * rfc2047.el (rfc2047-encode-region): Don't error out on invalid
2075         strings.
2076
2077 2003-06-04  Jesper Harder  <harder@ifa.au.dk>
2078
2079         * mml1991.el (mml1991-pgg-sign): Insert pgg output as unibyte.
2080         From: Ivan Boldyrev <boldyrev+nospam@cgitftp.uiggm.nsc.ru> (tiny
2081         change)
2082
2083 2003-06-03  Dave Love  <fx@gnu.org>
2084
2085         * gnus-soup.el (gnus-soup-send-packet): Don't use
2086         message-functionp.
2087
2088         * gnus.el (gnus-agent-cache): Doc fix.
2089         (gnus-other-frame): Quote lambda used as hook.
2090
2091         * message.el: Doc fixes.
2092         (message-functionp): Deleted.  Callers changed.
2093         (message-fix-before-sending): Highlight with overlays.  Clarify
2094         `illegible text' messages.
2095         (rmail-enable-mime-composing, gnus-message-group-art): Defvar when
2096         compiling.
2097         (gnus-find-method-for-group, nnvirtual-find-group-art): Autoload.
2098
2099 2003-06-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2100
2101         * nnmail.el (nnmail-split-fancy-match-partial-words): New user
2102         option.
2103         (nnmail-split-it): Obey it.  Don't let-bind regexp twice.
2104
2105         * message.el (message-fetch-field): Mention narrow-to-headers
2106         requirement.
2107
2108 2003-06-03  Jesper Harder  <harder@ifa.au.dk>
2109
2110         * gnus-xmas.el (gnus-xmas-create-image): Use
2111         insert-file-contents-literally.  From: Eric Eide
2112         <eeide@cs.utah.edu>
2113
2114 2003-06-02  Teodor Zlatanov  <tzz@lifelogs.com>
2115
2116         * gnus-registry.el (gnus-registry-fetch-group): always return the
2117         short name of the group
2118
2119 2003-06-02  Jesper Harder  <harder@ifa.au.dk>
2120
2121         * gnus-cus.el (defvar): Silence byte-compiler warnings.
2122
2123         * gnus-sum.el (gnus-get-newsgroup-headers): Unfold headers.
2124
2125 2003-05-31  Jesper Harder  <harder@ifa.au.dk>
2126
2127         * gnus-art.el (article-unsplit-urls): Use gnus-treat-article
2128         rather than gnus-display-mime-function.
2129
2130 2003-05-30  Teodor Zlatanov  <tzz@lifelogs.com>
2131
2132         * gnus-registry.el (gnus-registry-use-long-group-names): new variable
2133         (gnus-registry-add-group): use it
2134         (gnus-registry-trim-articles-without-groups): new variable
2135         (gnus-registry-delete-group): use it
2136         (gnus-registry-unload-hook): uninstall all the hooks
2137
2138         * spam.el (spam-install-hooks-function, spam-unload-hook): new
2139         functions so users that load spam.el for customization don't get
2140         all the hooks installed
2141         (spam-install-hooks): new variable, set to t by default if user
2142         has one of the spam-use-* variables set
2143
2144         * spam-stat.el (spam-stat-install-hooks, spam-stat-unload-hook): new
2145         functions so users that load spam-stat.el for customization don't get
2146         all the hooks installed
2147
2148 2003-05-30  Dave Love  <fx@gnu.org>
2149
2150         * rfc2047.el (rfc2047-decode): Don't use
2151         mm-with-unibyte-current-buffer.
2152
2153         * qp.el (quoted-printable-decode-string): Use
2154         mm-with-unibyte-buffer.
2155
2156 2003-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
2157
2158         * gnus-registry.el (gnus-registry-save): allow forced saving even
2159         when registry is not dirty.  Use gnus-registry-trim to shorten the
2160         gnus-registry-alist.
2161         (gnus-registry-max-entries): new variable
2162         (gnus-registry-trim): new function, trim gnus-registry-alist to
2163         size gnus-registry-max-entries, sorting by entry mtime so the
2164         newest entries stick around
2165
2166         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): instead of
2167         just one specific variable, allow a list of specific variables
2168
2169 2003-05-28  Dave Love  <fx@gnu.org>
2170
2171         * rfc2047.el (rfc2047-encode-region): Skip ASCII at beginning and
2172         end of region.
2173
2174 2003-05-28  Jesper Harder  <harder@ifa.au.dk>
2175
2176         * lpath.el: Add put-char-table and get-char-table.
2177
2178 2003-05-28  Teodor Zlatanov  <tzz@lifelogs.com>
2179
2180         * gnus-registry.el (gnus-registry-dirty): flag for modified registry
2181         (gnus-registry-save, gnus-registry-read)
2182         (gnus-registry-store-extra, gnus-registry-clear): use it (note
2183         that gnus-registry-store-extra is invoked for all modifications to
2184         set the mtime, so gnus-registry-dirty only needs to be set there)
2185
2186 2003-05-23  Simon Josefsson  <jas@extundo.com>
2187
2188         * mml1991.el (mml1991-pgg-sign): Use mml-sender instead of
2189         message-sender.
2190
2191         * gnus-art.el (gnus-use-idna): Check if idna-program is installed.
2192
2193         * message.el (message-use-idna): Ditto.
2194
2195 2003-05-20  Dave Love  <fx@gnu.org>
2196
2197         * rfc2047.el (rfc2047-q-encoding-alist): Deleted.
2198         (rfc2047-q-encode-region): Don't use it.
2199         (rfc2047-encode-message-header) <(eq method 'mime)>: Bind
2200         rfc2047-encoding-type to `mime'.
2201         (rfc2047-encode-string, rfc2047-encode): Doc fix.
2202
2203 2003-05-20  Jesper Harder  <harder@ifa.au.dk>
2204
2205         * message.el (message-send-mail): Don't insert a courtesy copy
2206         notice in base64 encoded messages.
2207
2208 2003-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2209
2210         * gnus-sum.el (gnus-summary-move-article): Don't copy expirable
2211         marks if the destination group is not auto-expirable.
2212
2213 2003-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2214
2215         * dgnushack.el (assq-delete-all): Removed the compiler macro.
2216
2217 2003-05-14  Kevin Greiner <kgreiner@xpediantsolutions.com>
2218
2219         * gnus-agent.el (gnus-agentize): Updated documentation to match
2220         usage.
2221         (gnus-agent-expire-group-1): Do not skip over a group when the
2222         force argument is set.
2223         * gnus.el (gnus-agent): Updated documentation to reflect that
2224         gnus-agent now defaults to t.
2225
2226 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * gnus.el (gnus-version-number): Bump.
2229
2230 2003-05-14 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2231
2232         * gnus.el: Gnus v5.10.2 is released.
2233
2234 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2235
2236         * mail-source.el (mail-source-delete-incoming): Changed to t.
2237
2238         * rfc2047.el (rfc2047-syntax-table): Funcall.
2239
2240         * lpath.el ((featurep 'xemacs)): Added set-char-table-range.
2241         ((featurep 'xemacs)): No, don't.
2242
2243         * rfc2047.el (rfc2047-encodable-p): Use the header charset.
2244
2245         * gnus-sum.el (gnus-summary-reselect-current-group): Supply
2246         leave-hidden.
2247
2248 2003-05-14  Jonathan Kamens  <jik@kamens.brookline.ma.us>
2249
2250         * gnus-sum.el (gnus-summary-exit): Added `leave-hidden'.  (Tiny
2251         patch.)
2252
2253 2003-05-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2254
2255         * gnus-registry.el (gnus-registry-store-extra-entry): Use
2256         gnus-assq-delete-all.
2257
2258         * gnus-xmas.el (gnus-xmas-assq-delete-all): New function.
2259
2260         * message.el (message-ignored-bounced-headers): Add Delivered-To.
2261
2262         * gnus-sum.el (gnus-summary-find-next): Indent.
2263         (gnus-summary-find-prev): Ditto.
2264         (gnus-summary-catchup): Doc fix.
2265         (gnus-summary-mark-current-read-and-unread-as-read): New function.
2266         (gnus-summary-catchup): Really mark after point.
2267
2268         * gnus-util.el (gnus-user-date): Use %d instead of %m.
2269         (gnus-user-date): Use floating point time so that we don't get
2270         overflows.
2271
2272         * gnus-sum.el (gnus-summary-local-variables): Clean up.
2273
2274         * gnus-fun.el (gnus-display-x-face-in-from): Don't use centering
2275         since none of the other image things do.
2276
2277 2003-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * dgnushack.el (assq-delete-all): New compiler macro for Emacs 20.
2280
2281 2003-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * lpath.el: Fbind find-coding-system.
2284
2285         * dgnushack.el (dgnushack-make-load): Remove redundant format call
2286         in message.  Suggested by Yoichi NAKAYAMA <yoichi@geiin.org>.
2287         * pop3.el (pop3-movemail): Ditto.
2288
2289 2003-05-12  Colin Marquardt <c.marquardt@alcatel.de>  (tiny change)
2290
2291         * gnus.el (gnus-agent): Docstring fix.
2292
2293 2003-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
2294
2295         * gnus-registry.el (gnus-registry-install): new variable
2296         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry)
2297         (gnus-registry-store-extra-entry, gnus-registry-delete-group)
2298         (gnus-registry-add-group): add a modification timestamp to each entry
2299         (gnus-registry-install-hooks): new function
2300
2301 2003-05-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
2302
2303         * gnus-agent.el (gnus-agent-cat-name): Eval macro while compiling.
2304         (gnus-agent-cat-disable-undownloaded-faces): New function.
2305         Accessor for new agent property
2306         'agent-disable-undownloaded-faces'.
2307         gnus-cus.el (gnus-agent-parameters): Added
2308         agent-disable-undownloaded-faces and corrected documentation.
2309         (gnus-agent-cat-prepare-category-field,
2310         gnus-agent-customize-category): Changed to avoid creating free
2311         references to each field's symbol.
2312         gnus-sum.el (gnus-summary-use-undownloaded-faces): New local variable.
2313         (gnus-select-newgroup): Initialize it.
2314         (gnus-summary-highlight-line): Use it.
2315
2316 2003-05-12  Dave Love  <fx@gnu.org>
2317
2318         * mm-util.el (mm-read-charset): Deleted.
2319         (mm-coding-system-mime-charset): New.
2320         (mm-read-coding-system, mm-mule-charset-to-mime-charset)
2321         (mm-charset-to-coding-system, mm-mime-charset)
2322         (mm-find-mime-charset-region): Use it.
2323         (mm-default-multibyte-p): Fix non-mule case.
2324
2325         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-bol): Eval
2326         and compile.
2327         (rfc2047-syntax-table): Fix building table to work in Emacs 22.
2328         (rfc2047-unfold-region): Delete unused var `leading'.
2329
2330 2003-05-12  Simon Josefsson  <jas@extundo.com>
2331
2332         * pgg.el (pgg-temp-buffer-show-function): Reuse existing visible
2333         output window if one is available.  Tiny patch from Ville Skytt\e,Ad\e(B
2334         <scop@xemacs.org>.
2335
2336 2003-05-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2337
2338         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Added
2339         space.
2340
2341 2003-05-11  Jesper Harder  <harder@ifa.au.dk>
2342
2343         * gnus-sum.el (gnus-summary-enter-digest-group): Don't do article
2344         washing etc.
2345         (gnus-handle-ephemeral-exit): Don't reload article after exiting.
2346
2347         * nndoc.el (nndoc-type-alist): `mime-digest' should be before
2348         `mime-parts'.
2349
2350 2003-05-10  Jesper Harder  <harder@ifa.au.dk>
2351
2352         * gnus-cite.el (gnus-article-hide-citation-maybe): Make toggling
2353         work.  Update mode-line.
2354
2355 2003-05-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2356
2357         * gnus.el (gnus-logo-color-alist): Added no colours.
2358
2359 2003-05-09  Dave Love  <fx@gnu.org>
2360
2361         * utf7.el (mm-util): Require.
2362         (utf7-direct-encoding-chars, utf7-imap-direct-encoding-chars):
2363         Defconst, not defvar.
2364         (utf7-utf-16-coding-system): New.
2365         (utf7-encode-internal): Hoist concat out of loop.
2366         (utf7-fragment-encode): Use mm-with-unibyte-current-buffer.
2367         (utf7-get-u16char-converter) [utf7-utf-16-coding-system]: New
2368         case.
2369         (utf7-latin1-u16-char-converter): Encode the region.
2370         (utf7-u16-latin1-char-converter): Decode the region.
2371         (utf7-encode, utf7-decode): Fix multibyteness.
2372
2373         * mm-bodies.el (mm-body-7-or-8): Don't special-case mule.
2374         (mm-encode-body): Use mm-read-coding-system, not mm-read-charset.
2375         (mm-uu-yenc-decode-function): Defvar when compiling.
2376         (mm-encode-body, mm-decode-body): Doc fix.
2377
2378 2003-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2379
2380         * gnus-registry.el (gnus-registry-unregistered-group-regex):
2381         removed in favor of the group/topic/global variables
2382         (gnus-registry-register-message-ids): fixed test to omit
2383         gnus-registry-unregistered-group-regex
2384
2385         * gnus.el (gnus-variable-list): removed gnus-registry-alist and
2386         gnus-registry-headers-alist from the list
2387         (gnus-registry-headers-alist): removed
2388         (registry-ignore): new parameter, with accompanying
2389         gnus-registry-ignored-groups global variable
2390
2391         * gnus-start.el (gnus-clear-system): no need to clear the
2392         registry, we can do it ourselves
2393         (gnus-gnus-to-quick-newsrc-format): extra parameters so it can be
2394         used by gnus-registry.el
2395
2396         * gnus-registry.el (gnus-registry-cache-file): new file variable
2397         (gnus-registry-cache-read, gnus-registry-cache-save): new
2398         functions
2399         (gnus-registry-cache-whitespace): new function.  From Dan
2400         Christensen <jdc@chow.mat.jhu.edu>
2401         (gnus-registry-save, gnus-registry-read): use the new
2402         gnus-registry-cache-{read|save} functions, and change the name
2403         from gnus-registry-translate-{from|to}-alist
2404         (gnus-registry-clear): fixed so it doesn't refer to old function name
2405
2406 2003-05-09  Jesper Harder  <harder@ifa.au.dk>
2407
2408         * gnus-picon.el (gnus-picon-transform-address): Parse the encoded
2409         address.
2410
2411 2003-05-08  Teodor Zlatanov  <tzz@lifelogs.com>
2412
2413         * gnus-start.el (gnus-clear-system): added gnus-registry-alist to
2414         the list of cleared variables
2415
2416         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2417         nnmail-split-fancy-with-parent-ignore-groups can be a single regex
2418         in addition to a list of regexes.
2419
2420         * spam.el (spam-use-regex-headers): docstring fix.  From Niklas
2421         Morberg <niklas.morberg@axis.com>
2422
2423 2003-05-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2424
2425         * gnus-sum.el (gnus-summary-next-page): Mention
2426         `gnus-article-skip-boring' in docstring.
2427
2428 2003-05-08  Jesper Harder  <harder@ifa.au.dk>
2429
2430         * rfc2231.el (rfc2231-parse-string): "=" should have whitespace
2431         syntax here.
2432
2433         * ietf-drums.el (ietf-drums-syntax-table): "=" should not have
2434         whitespace syntax class when parsing email addresses.
2435
2436         * message.el (message-forward-subject-name-subject): Don't use
2437         mail-decode-encoded-word-string before parsing from.
2438
2439 2003-05-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2440
2441         * message.el (message-setup-1): Setup alternative email before
2442         generate-headers.
2443
2444         (message-forward-subject-name-subject): Fix the case when the
2445         field "from" doesn't exist.
2446
2447 2003-05-07  Dave Love  <fx@gnu.org>
2448
2449         * rfc2047.el (rfc2047-encode-region): Skip \n as whitespace.
2450
2451         * mm-util.el (mm-find-mime-charset-region): Expurgate utf-16 from
2452         possible values.
2453
2454 2003-05-07  Jesper Harder  <harder@ifa.au.dk>
2455
2456         * message.el (message-kill-to-signature): Fix.
2457
2458 2003-05-06  Jesper Harder  <harder@ifa.au.dk>
2459
2460         * gnus-sum.el (gnus-auto-goto-ignores): Docstring fix.
2461
2462         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
2463         (gnus-mime-display-multipart-related-as-mixed)
2464         (gnus-button-mid-or-mail-heuristic-alist): do.
2465
2466 2003-05-05  Dave Love  <fx@gnu.org>
2467
2468         * mm-util.el (mm-default-multibyte-p): New.
2469         (mm-coding-system-p): Maybe use find-coding-systems.
2470
2471 2003-05-04  Dave Love  <fx@gnu.org>
2472
2473         * rfc2047.el (with-syntax-table): Define if necessary.
2474         (rfc2047-syntax-table): Fix last change for XEmacs.
2475         (rfc2047-parse-and-decode): Revert last change.
2476
2477 2003-05-03  Jesper Harder  <harder@ifa.au.dk>
2478
2479         * gnus.el: Don't test for `mm-guess-mime-charset'.
2480
2481         * mm-util.el (mm-guess-mime-charset): Remove.  Not used any more.
2482
2483         * gnus.el (gnus-default-charset): Set default value to
2484         `undecided'.
2485
2486         * gnus-art.el (article-decode-charset): Don't supply 4th arg to
2487         mm-decode-body.
2488
2489         * mm-bodies.el (mm-decode-coding-region-safely): Remove.
2490         (mm-decode-body): Don't use mm-decode-coding-region-safely.
2491
2492 2003-05-03  Vasily Korytov <deskpot@despammed.com>  (tiny change)
2493
2494         * gnus-util.el (gnus-multiple-choice): Add ", ?".
2495
2496 2003-05-03  Dave Love  <fx@gnu.org>
2497
2498         * rfc2047.el (rfc2047-syntax-table): Don't call make-char-table
2499         with 2 args.
2500         (rfc2047-decode-string): Don't set the buffer multibyte before
2501         calling buffer-string.
2502
2503         * mm-encode.el (mm-long-lines-p): Autoload.
2504         (mm-encode-content-transfer-encoding): Doc fix.  Don't make buffer
2505         unibyte.  Signal error on unknown encoding.
2506         (mm-encode-buffer, mm-qp-or-base64): Doc fix.
2507
2508         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): New.
2509         Callers of gnus- versions changed to use them.
2510         (rfc2047-header-encoding-alist): Add `address-mime' part.  Doc
2511         fixes.
2512         (rfc2047-encoding-type): New.
2513         (rfc2047-encode-message-header): Use mm-charset-to-coding-system.
2514         Don't include header name field in encoding.  Add `address-mime'
2515         case and bind rfc2047-encoding-type for `mime' case.
2516         (rfc2047-encodable-p): Deleted.
2517         (rfc2047-syntax-table): New.
2518         (rfc2047-encode-region, rfc2047-encode): Rewritten to take account
2519         of rfc2047 rules with respect to rfc2822 tokens and to do encoding
2520         in place rather than by passing strings.
2521         (rfc2047-encode-string): Doc fix.
2522         (rfc2047-q-encode-region): Don't use
2523         mm-with-unibyte-current-buffer.
2524         (rfc2047-encoded-word-regexp): eval-and-compile.
2525         (rfc2047-decode-region): Avoid concatenation in loop.
2526         (rfc2047-parse-and-decode): Remove useless disjunction.
2527
2528 2003-05-02  Dave Love  <fx@gnu.org>
2529
2530         * rfc2047.el (rfc2047-q-encode-region, rfc2047-decode): Use
2531         mm-with-unibyte-current-buffer.
2532         (ietf-drums, gnus-util): don't require.
2533
2534         * sieve.el (sieve-manage-mode-menu): Define before use.
2535
2536         * mml-smime.el (message-narrow-to-headers): Autoload.
2537
2538         * mm-util.el (mm-coding-system-p): Don't override nil from
2539         coding-system-p.
2540         (mm-mule4-p, mm-disable-multibyte-mule4)
2541         (mm-with-unibyte-current-buffer-mule4): Deleted.
2542         (mm-multibyte-p): Use defun, not defalias.
2543         (mm-make-temp-file): Moved to group at top of file.
2544         (mm-point-at-eol, mm-point-at-bol): New.
2545
2546         * gnus-cite.el (gnus-art): Require.
2547
2548         * gnus-ems.el (gnus-get-buffer-create)
2549         (nnheader-find-etc-directory, message-text-with-property):
2550         Autoload.
2551         (gnus-tmp-unread, gnus-tmp-replied, gnus-tmp-score-char)
2552         (gnus-tmp-indentation, gnus-tmp-opening-bracket, gnus-tmp-lines)
2553         (gnus-tmp-name, gnus-tmp-closing-bracket, gnus-tmp-subject-or-nil)
2554         (gnus-check-before-posting): Only defvar when compiling.
2555
2556         * gnus-int.el (gnus-agent-expire): Autoload, don't defun.
2557
2558         * gnus-util.el (rmail-default-rmail-file, mm-text-coding-system):
2559         Defvar when compiling.
2560         (gnus-output-to-rmail): Require mm-util.
2561
2562         * mail-source.el (mail-source-callback): Use mm-make-temp-file.
2563         (mail-source-make-complex-temp-name): Deleted.
2564
2565         * message.el (message-use-idna): Use mm-coding-system-p.
2566         (message-tokenize-header, message-make-organization)
2567         (message-make-from):  Use with-temp-buffer.
2568         (message-set-work-buffer): Deleted.
2569         (message-fill-paragraph): Use `if' not `and' for compiler warning.
2570         (message-check-news-header-syntax): Remove useless lambda.
2571         (message-forward-make-body): Use mm-disable-multibyte,
2572         mm-with-unibyte-current-buffer, mm-enable-multibyte.
2573         (message-replace-chars-in-string): Deleted.
2574
2575         * mm-extern.el (mm-extern-local-file): Use mm-disable-multibyte.
2576         (mm-extern-url): Use mm-with-unibyte-current-buffer,
2577         mm-disable-multibyte.
2578         (mm-extern-anon-ftp): Use mm-disable-multibyte.
2579
2580         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt): Use
2581         mm-with-unibyte-current-buffer.
2582
2583         * mml2015.el (mml): Require.
2584         (mml2015-mailcrypt-encrypt, mml2015-gpg-encrypt): Use
2585         mm-with-unibyte-current-buffer.
2586
2587         * nnheader.el (gnus-util): Require.
2588
2589         * nntp.el (format-spec, format-spec-make, open-tls-stream):
2590         Autoload.
2591
2592         * rfc2231.el (mail-header-remove-comments, mm-encode-body)
2593         (mail-header-remove-whitespace): Autoload.
2594
2595         * sieve-manage.el (starttls-negotiate): Autoload.
2596
2597 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2598
2599         * nnrss.el (nnrss-find-rss-via-syndic8): Indent.
2600
2601 2003-05-01  Mark A. Hershberger  <mah@everybody.org>
2602
2603         * nnrss.el (nnrss-find-rss-via-syndic8): Don't error out.
2604
2605 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2606
2607         * gnus.el (gnus-version-number): Bump.
2608
2609 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
2610
2611         * spam-report.el (spam-report-gmane-regex): docstring fix.  From
2612         Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
2613
2614         * gnus.el (gnus-install-group-spam-parameters): docstring fix.
2615         From Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
2616
2617         * gnus-registry.el (gnus-registry-fetch-extra)
2618         (gnus-registry-store-extra, gnus-registry-group-count): new functions
2619         (gnus-registry-fetch-group, gnus-registry-delete-group)
2620         (gnus-registry-add-group): changed to work with extra data element
2621         if present
2622
2623 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2624
2625         * gnus.el: Gnus v5.10.1 is released.
2626
2627 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2628
2629         * gnus.el: Oort Gnus v0.24 is released.
2630
2631 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2632
2633         * dgnushack.el (when): Check whether defadvice is fbound.
2634
2635 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
2636
2637         * gnus-registry.el (gnus-registry-unregistered-group-regex): new variable
2638         (gnus-registry-register-message-ids): use it
2639
2640 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2641
2642         * gnus.el (gnus-version-number): Bump.
2643
2644         * gnus.el: Update copyright for several files.
2645
2646 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2647
2648         * gnus.el: Oort Gnus v0.23 is released.
2649
2650 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2651
2652         * spam-stat.el (spam-stat-test-directory): Compare against zero.
2653
2654 2003-05-01  Trey Jackson <tjackson@ichips.intel.com>  (tiny change)
2655
2656         * spam-stat.el (spam-stat-test-directory): Skip 0 length files.
2657
2658 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2659
2660         * message.el (message-forward-subject-name-subject): Decode
2661         string when forwarding.
2662
2663 2003-05-01  Oystein Viggen  <oysteivi@tihlde.org>
2664
2665         * dgnushack.el (when): Add defadvice.
2666
2667 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2668
2669         * gnus.el (gnus-version-number): Bump.
2670
2671 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2672
2673         * gnus.el: Oort Gnus v0.22 is released.
2674
2675 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2676
2677         * gnus.el: Oort Gnus v0.21 is released.
2678
2679 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2680
2681         * gnus.el (gnus-version-number): Bump.
2682
2683 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2684
2685         * gnus.el: Oort Gnus v0.20 is released.
2686
2687 2003-05-01  Vasily Korytov  <deskpot@despammed.com>
2688
2689         * gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.
2690
2691 2003-04-30  Mark A. Hershberger  <mah@everybody.org>
2692
2693         * mm-url.el (mm-url-insert-file-contents): set url-current-object
2694         in the case where mm-url-use-external is set.
2695
2696         * nnrss.el (nnrss-request-article): Change the messages created to
2697         multipart/alternative.  Hopefully fixes a problem interaction with
2698         w3m.
2699         (nnrss-find-rss-via-syndic8): Better handling if xml-rpc.el isn't
2700         around.
2701
2702 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2703
2704         * message.el (message-check-news-header-syntax): Alter "posting"
2705         message.
2706
2707         * nnrss.el (nnrss-node-text): Don't use char classes.
2708
2709 2003-05-01  David Z. Maze  <dmaze@mit.edu>
2710
2711         * nnrss.el (nnrss-find-rss-via-syndic8): Have an `error' branch
2712         in condition-case.
2713
2714 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2715
2716         * message.el (message-required-headers): Remove In-Reply-To.
2717
2718         * gnus-int.el (gnus-open-server): Revert changes.
2719
2720 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2721
2722         * gnus-int.el (gnus-open-server): Try to open unagentized servers
2723         even when unplugged.
2724
2725 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
2726
2727         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fixed typo in
2728         doc-string.
2729
2730 2003-05-01  Steve Youngs  <youngs@xemacs.org>
2731
2732         * lpath.el: Add a section for non-Mule XEmacsen.
2733         fbind `find-charset-string' and `coding-system-base' in that
2734         section.
2735
2736         * gnus-util.el (gnus-completing-read-maybe-default): New.
2737         (gnus-completing-read): Use it.
2738
2739         * mm-view.el (mm-view-pkcs7-decrypt): Ditto.
2740
2741         * gnus-art.el (gnus-read-string): New.
2742         (gnus-summary-pipe-to-muttprint): Use it.
2743
2744         * gnus-xmas.el (gnus-xmas-open-network-stream): New.
2745
2746         * dns.el (dns-make-network-process): Use it.
2747
2748         Take care of some differences between XEmacs 21.1 and newer
2749         versions of XEmacs.
2750
2751 2003-04-30  Teodor Zlatanov  <tzz@lifelogs.com>
2752
2753         * gnus-registry.el (gnus-registry-split-fancy-with-parent): added
2754         diagnostic message
2755         (gnus-registry-grep-in-list): don't run when word is nil
2756         (gnus-registry-fetch-message-id-fast): new function
2757         (gnus-registry-delete-group, gnus-registry-add-group): make sure
2758         the id and group are not nil
2759         (gnus-registry-register-message-ids): new function
2760         (gnus-register-action): optimized logical flow
2761         (gnus-summary-prepare-hook): added gnus-registry-register-message-ids
2762
2763 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2764
2765         * gnus-delay.el (gnus-delay-article): Call
2766         `gnus-agent-queue-setup' to create the delay group.
2767
2768         * gnus-agent.el (gnus-agent-queue-setup): Support optional arg
2769         for the (queue) group name.
2770
2771 2003-04-30  Simon Josefsson  <jas@extundo.com>
2772
2773         * mm-util.el (mm-charset-to-coding-system): Use user specified
2774         charset unless coding-system-get is fboundp.
2775
2776 2003-04-30  Kevin Greiner <kgreiner@xpediantsolutions.com>
2777
2778         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name):
2779         Wrapped in eval-when-compile.
2780         (gnus-agent-mode): Bind gnus-agent-go-online to nil as you
2781         shouldn't be asked twice to go online with each server.
2782         (gnus-agent-get-undownloaded-list, gnus-agent-fetch-articles,
2783         gnus-agent-crosspost, gnus-agent-flush-cache,
2784         gnus-agent-fetch-session, gnus-agent-unread-articles,
2785         gnus-agent-uncached-articles, gnus-agent-regenerate-group,
2786         gnus-agent-group-covered-p): Expanded pop macros used for
2787         effect. Avoids compilation warning in emacs 21.3.
2788
2789         * gnus-int.el (gnus-open-server): Restructured to only open
2790         nnagent when gnus-plugged is nil.
2791
2792 2003-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2793
2794         * lpath.el: Fbind string-to-multibyte.
2795
2796 2003-04-30  Steve Youngs  <youngs@xemacs.org>
2797
2798         * dgnushack.el: Add some missing autoloads for XEmacs 21.1.
2799
2800 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
2801
2802         * gnus-registry.el (gnus-registry-fetch-group): faster
2803         (gnus-registry-delete-group): new function
2804         (gnus-registry-add-group): new function
2805         (gnus-register-spool-action): use it
2806         (gnus-register-action): use it
2807         (gnus-registry-translate-from-alist)
2808         (gnus-registry-translate-to-alist): remove the headers registry
2809         for now
2810
2811 2003-04-29  Reiner Steib  <Reiner.Steib@gmx.de>
2812
2813         * gnus-art.el (gnus-button-alist): Fixed CTAN regexp.
2814
2815 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
2816
2817         * spam-report.el (spam-report-gmane): gnus-summary-article-number
2818         is not necessary, just use the function parameter
2819
2820 2003-04-29  Karl Pflysterer  <sigurd@12move.de>
2821
2822         * spam-stat.el (spam-stat-save): No longer font-locks the file
2823         when saving
2824
2825 2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2826
2827         * canlock.el: Bind mail-header-separator when compiling (XEmacs
2828         provides it in mail-lib/auto-autoloads.el).
2829
2830 2003-04-29  Simon Josefsson  <jas@extundo.com>
2831
2832         * mml2015.el (mml2015-pgg-sign): Use mml-sender instead of
2833         message-sender.
2834
2835         * mml.el (mml-generate-mime-1): Set mml-sender too.
2836
2837 2003-04-29  Jesper Harder  <harder@ifa.au.dk>
2838
2839         * gnus-sum.el (gnus-summary-display-while-building): Docstring fix.
2840
2841         * mm-url.el (mm-url-use-external): do.
2842
2843 2003-04-29  Simon Josefsson  <jas@extundo.com>
2844
2845         * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
2846         warnings).
2847
2848         * sieve-mode.el (c-mode): Ditto.
2849
2850         * pgg.el (run-at-time): Ditto.
2851
2852         * mm-url.el (require): Require timer when compiling for
2853         with-timeout macro (fix xemacs compile warnings).
2854
2855 2003-04-28  Dave Love  <fx@gnu.org>
2856
2857         * gnus-util.el (nnheader): Don't require.
2858         (Nnheader-narrow-to-headers, nnheader-replace-chars-in-string):
2859         Autoload.
2860
2861         * spam.el: Require cl when compiling.
2862
2863         * dns.el: Require cl when compiling.
2864
2865 2003-04-28  Jesper Harder  <harder@ifa.au.dk>
2866
2867         * gnus-art.el (gnus-article-goto-next-page)
2868         (gnus-article-goto-prev-page): Revert 2003-02-12 change to make
2869         gnus-pick-mode work.
2870
2871 2003-04-28  Steve Youngs  <youngs@xemacs.org>
2872
2873         * Makefile.in (FLAGS): Use @FLAGS@.
2874
2875 2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
2876
2877         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
2878         (gnus-mime-display-multipart-alternative-as-mixed)
2879         (gnus-mime-display-multipart-related-as-mixed): Added doc-strings,
2880         allow customization.
2881
2882 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
2883
2884         * dgnushack.el (dgnushack-compile-verbosely): New function.  Not
2885         currently called (See source for explanation).
2886
2887 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2888
2889         * gnus-sum.el (gnus-summary-catchup): Don't mark ticked messages.
2890         (gnus-summary-mark-read-and-unread-as-read): Take an optional
2891         mark.
2892
2893         * gnus.el (gnus-version-number): Bump.
2894
2895 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2896
2897         * gnus.el: Oort Gnus v0.19 is released.
2898
2899 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
2900
2901         * gnus-registry.el (gnus-register-spool-action): Replaced literal
2902         carriage-return character with its escape sequence.
2903
2904 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2905
2906         * gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
2907
2908         * nnrss.el (nnrss-node-text): Use only one
2909         gnus-replace-in-string.
2910
2911         * gnus.el: Remove gnus-functionp throughout.
2912
2913         * gnus-util.el (gnus-functionp): Removed.
2914
2915         * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix.
2916
2917         * message.el (message-required-headers): Add In-Reply-To.
2918
2919 2003-04-27  Marshall T. Vandegrift  <vandem2@rpi.edu>
2920
2921         * gnus-fun.el (gnus-face-from-file): Bind coding-system-for-read
2922         to binary.
2923
2924 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
2925
2926         * mml.el (mml-preview): do.
2927
2928         * message.el (message-mode): do.
2929
2930         * gnus-undo.el (gnus-undo-mode): do.
2931
2932         * gnus-topic.el (gnus-topic-mode): do.
2933
2934         * gnus-sum.el (gnus-summary-mode, gnus-summary-edit-article): do.
2935
2936         * gnus-msg.el (gnus-setup-message)
2937         (gnus-inews-add-send-actions, gnus-configure-posting-styles): do.
2938
2939         * gnus-gl.el (gnus-grouplens-mode): do.
2940
2941         * gnus-art.el (gnus-mime-save-part-and-strip)
2942         (gnus-mime-delete-part): Use it.
2943
2944         * gnus-util.el (gnus-make-local-hook): New function.
2945
2946 2003-04-25  Simon Josefsson  <jas@extundo.com>
2947
2948         * nnrss.el (nnrss-node-text): Don't use a star.
2949         (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
2950
2951 2003-04-24  Dave Love  <fx@gnu.org>
2952
2953         * mm-encode.el (mm-long-lines-p): Autoload.
2954         (mm-encode-content-transfer-encoding): Don't try to make buffer
2955         unibyte before decoding.  Don't ignore errors for base64 encoding.
2956
2957         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
2958         Signal error on malformed text, as for base64.
2959         (quoted-printable-encode-region): DTRT in Emacs 22.
2960
2961         * mm-util.el (mm-make-temp-file, mm-insert-byte): New.
2962         (mm-auto-save-coding-system): Consider utf-8-emacs.
2963         (mm-mime-mule-charset-alist, mm-mule-charset-to-mime-charset)
2964         (mm-charset-to-coding-system, mm-mime-charset)
2965         (mm-find-mime-charset-region): Check for :mime-charset coding
2966         systems property.
2967
2968         * mml-sec.el (mml2015, mml1991): Don't require.
2969         (mml2015-sign, mml2015-encrypt, mml1991-sign, mml1991-encrypt)
2970         (message-goto-body, mml-insert-tag): Autoload.
2971
2972         * mm-decode.el (mm-tmp-directory): Re-write to help avoid warnings.
2973
2974         * gnus-start.el (message-make-date): Autoload rather than
2975         requiring message.
2976
2977         * gnus-group.el (gnus-group-name-charset-group-alist): Use
2978         mm-coding-system-p.
2979         (gnus-cache-active-altered): Defvar when compiling.
2980         (gnus-group-delete-group): Re-write to help avoid warnings.
2981
2982         * gnus-art.el (gnus-use-idna): Use mm-coding-system-p.
2983
2984         * pgg.el: Split eval-when-compile forms.
2985
2986 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
2987
2988         * gnus-group.el (gnus-large-ephemeral-newsgroup)
2989         (gnus-fetch-old-ephemeral-headers): News variables.
2990         (gnus-group-read-ephemeral-group): Use them.
2991
2992 2003-04-24  Simon Josefsson  <jas@extundo.com>
2993
2994         * sieve.el (sieve-upload): Don't use replace-regexp-in-string.
2995
2996         * nnrss.el (nnrss-node-text): Ditto.
2997
2998 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2999
3000         * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable
3001         gnus-inews-mark-gcc-as-read exists.
3002
3003 2003-04-23  Simon Josefsson  <jas@extundo.com>
3004
3005         * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it
3006         doesn't exceed the regexp stack space.
3007
3008 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
3009
3010         * gnus-msg.el (gnus-inews-mark-gcc-as-read): Don't defvar it.
3011
3012         * gnus-art.el (gnus-article-hide-pgp-hook): do.
3013
3014 2003-04-23  Reiner Steib  <Reiner.Steib@gmx.de>
3015
3016         * mml.el (mml-preview): Bind `=', RET, and mouse-2.
3017
3018 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
3019
3020         * mm-bodies.el (mm-decode-body): Don't override supplied charset.
3021
3022 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3023
3024         * dgnushack.el (merge, copy-list): Remove compiler macros.
3025         (butlast): Add a compiler macro.
3026
3027 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
3028
3029         * gnus-util.el (gnus-merge): Added "type" argument to match CL
3030         merge and gnus-sum.el's expectations.
3031
3032 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
3033
3034         * gnus-art.el (gnus-button-url-regexp): Added nntp.
3035
3036         * message.el (message-generate-headers-first): Default to
3037         '(references).
3038
3039         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
3040
3041 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
3042
3043         * smime.el (smime-decrypt-region): Insert From header.
3044
3045 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
3046
3047         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
3048         Max length of header is 726, not 740.  From Gaute B Strokkenes
3049         <gs234@cam.ac.uk>.
3050
3051 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
3052
3053         * nndb.el, mml1991.el: Fix license template.
3054
3055 2003-04-20  Simon Josefsson  <jas@extundo.com>
3056
3057         * nnimap.el (nnimap-split-articles): Don't download body unless
3058         required.
3059
3060         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
3061         starting process, like imap-kerberos4-open does.
3062
3063         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
3064         license template.
3065
3066         * mml-sec.el: Fix license template.
3067
3068         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
3069         license template.
3070
3071         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
3072         pgg-pgp.el: Fix license template.
3073
3074 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
3075
3076         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
3077
3078 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
3079
3080         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
3081
3082 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
3083
3084         * spam.el (spam-split): allow a particular check as a parameter,
3085         e.g. (: spam-split 'spam-use-bogofilter)
3086         (spam-mark-only-unseen-as-spam): new parameter, see doc
3087         (spam-mark-junk-as-spam-routine): use
3088         spam-mark-only-unseen-as-spam, simplify routine to take advantage
3089         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
3090
3091 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3092
3093         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
3094         (gnus-group-guess-full-name): don't prefix the group twice
3095
3096         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
3097
3098         * gnus-registry.el (gnus-registry-clear)
3099         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
3100         (gnus-registry-split-fancy-with-parent): new functions
3101         (gnus-register-spool-action, gnus-register-action): simplified the format
3102         (gnus-registry): new customization group
3103         (gnus-registry-unfollowed-groups): new variable
3104
3105 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3106
3107         * gnus-art.el (gnus-button-alist): Add nntp: urls.
3108         (gnus-header-button-alist): Ditto.
3109
3110 2003-04-17  Dave Love  <fx@gnu.org>
3111
3112         * gnus-util.el (gnus-string-equal): Revert last change.
3113
3114 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3115
3116         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
3117
3118 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
3119
3120         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
3121
3122 2003-04-15  Michael Shields  <shields@msrl.com>
3123
3124         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
3125         the broken-reply-to group parameter is set.  Idea from Vasily
3126         Korytov <deskpot@myrealbox.com>.
3127
3128 2003-04-17  Steve Youngs  <youngs@xemacs.org>
3129
3130         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
3131         process.el in XEmacsen >= 21.5.
3132
3133 2003-04-17  Steve Youngs  <youngs@xemacs.org>
3134
3135         * dgnushack.el: Add a whole swag of autoloads and defaliases to
3136         satisfy the byte-compiler when building with XEmacs.
3137
3138         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
3139         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
3140         W3 doesn't have these.
3141
3142         * mailcap.el: Maybe require 'lpr in XEmacs.
3143
3144 2003-04-16  Simon Josefsson  <jas@extundo.com>
3145
3146         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
3147         sender tag, if available.
3148
3149 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3150
3151         * gnus-registry.el (gnus-register-action)
3152         (gnus-register-spool-action, hashtable-to-alist)
3153         (gnus-registry-translate-from-alist, alist-to-hashtable)
3154         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
3155         new variables and function fixes
3156
3157         * gnus.el (gnus-registry-headers-alist): new variable to hold
3158         article header data
3159         (gnus-variable-list): save gnus-registry-headers-alist
3160
3161         * spam-report.el (Module): new module for spam reporting
3162
3163         * gnus.el (spam-process): added
3164         gnus-group-spam-exit-processor-report-gmane to the list of choices
3165         (gnus-install-group-spam-parameters): defined new spam exit processor
3166
3167         * spam.el (autoload): autoload spam-report-gmane when needed
3168         (spam-report-gmane-register-routine): glue for spam-report.el
3169         (spam-group-spam-processor-report-gmane-p): glue for the
3170         gnus-group-spam-exit-processor-report-gmane spam processor
3171         (spam-summary-prepare-exit): check the report-gmane spam processor
3172         and run spam-report-gmane-register-routine if it's active
3173
3174         From John Wiegley <johnw@gnu.org>
3175
3176         * spam.el (spam-bogofilter-score): check bogofilter headers before
3177         checking bogofilter itself
3178
3179 2003-04-16  Dave Love  <fx@gnu.org>
3180
3181         * gnus-agent.el: Wrap defsetf in eval-when-compile.
3182         (gnus-agent-cat-defaccessor): Don't use gensym.
3183
3184         * mml1991.el: Require cl, mm-util when compiling.
3185         (quoted-printable-decode-region, quoted-printable-encode-region):
3186         Autoload.
3187
3188         * pgg.el: Require cl when compiling.
3189
3190         * nnmail.el (gnus): Require.
3191
3192         * gnus-util.el: Move provide to end.
3193         (gnus-string-equal): Maybe use compare-strings.
3194         (gnus-merge): New.
3195
3196         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
3197         (gnus-summary-insert-articles): Use gnus-merge.
3198
3199         * gnus-fun.el: Require cl and mm-util when compiling.
3200
3201         * gnus-diary.el (gnus-diary-delay-format-french)
3202         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
3203
3204         * nndiary.el (nndiary-compute-reminders): Don't use setf with
3205         nthcdr.
3206
3207 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
3208
3209         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
3210         specify a predicate other than false.
3211         (gnus-category-read): Use the new feature to create a 'default'
3212         category with a 'short' predicate.
3213
3214 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3215
3216         * message.el (message-unique-id): Comment change.
3217
3218         * gnus-art.el (gnus-article-next-page-1): New function.
3219         (gnus-article-next-page): Use it.
3220
3221 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
3222
3223         * spam.el (spam-split): added save-restriction to save-excursion
3224
3225 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
3226         From Julien Avarre <julien@avarre.com>
3227
3228         * gnus-fun.el: Fixed autoload cookie.
3229
3230 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
3231         From Remi Letot  <remi.letot@easynet.be>
3232
3233         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
3234         instead of remove-if.
3235
3236 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3237
3238         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
3239         copy-sequence instead of remove which is a cl run-time function in
3240         Emacs 20.
3241
3242 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
3243
3244         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
3245         local copy of gnus-discouraged-post-methods with the current
3246         method removed.
3247
3248 2003-04-14  Simon Josefsson  <jas@extundo.com>
3249
3250         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
3251
3252 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3253
3254         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
3255         of `mm-coding-system-priorities' to base coding system.
3256
3257         * gnus-sum.el: Added coding cookie ("middle dot" in
3258         gnus-summary-morse-message).
3259
3260 2003-04-13  Simon Josefsson  <jas@extundo.com>
3261
3262         * gnus-art.el (article-fill-long-lines)
3263         (article-verify-x-pgp-sig, article-decode-group-name)
3264         (gnus-mime-button-menu): Split >80 character lines.
3265
3266 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
3267
3268         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
3269         we're let-binding it.
3270
3271         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
3272
3273 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3274
3275         * message.el (message-hide-headers): Don't do intangible.
3276
3277         * gnus.el (gnus-group-prefixed-name): Comment out the test for
3278         colon.
3279
3280         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
3281         to the ephemeral entry, but the prefixed name.
3282
3283         * gnus.el (gnus-group-prefixed-name): Clean up.
3284
3285 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
3286
3287         * gnus-agent.el (gnus-agent-group-pathname): Bind
3288         gnus-command-method so that gnus-agent-directory will always
3289         return a valid directory.
3290         * gnus-cache.el (gnus-cache-enter-article): Remove article from
3291         gnus-newsgroup-undownloaded so that the summary will display the
3292         article as downloaded.
3293         (gnus-cache-remove-article): If the article isn't in the agent,
3294         remove it from gnus-newsgroup-undownloaded so that the summary
3295         will display the article as undownloaded.
3296
3297 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3298
3299         * gnus.el (gnus-version-number): Bump.
3300
3301 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3302
3303         * gnus.el: Oort Gnus v0.18 is released.
3304
3305 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3306
3307         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers.
3308
3309 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3310
3311         * gnus-art.el (gnus-article-next-page): Use
3312         gnus-article-over-scroll.
3313         (gnus-article-over-scroll): New variable.
3314
3315         * message.el (message-newline-and-reformat): Place a boundary
3316         before filling.
3317         (message-make-forward-subject-function): Changed default to
3318         message-forward-subject-name-subject.
3319         (message-forward-subject-name-subject): New function.
3320
3321         * nnimap.el (nnimap-split-fancy): Ditto.
3322
3323         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
3324
3325         * gnus-cus.el (gnus-group-parameters): Removed "which see".
3326
3327         * mml.el (mml-minibuffer-read-file): Bind
3328         completion-ignored-extensions to nil.
3329
3330         * message.el (message-fix-before-sending): Comment fix.
3331         (message-fix-before-sending): Make hidden headers visible.
3332         (message-hide-headers): Bind after-change-functions to nil.
3333         (message-forbidden-properties): Put invisible and intangible
3334         back.
3335         (message-strip-forbidden-properties): Ignore message-hidden text.
3336
3337         * gnus-msg.el: Hide headers.
3338
3339         * message.el (message-hidden-headers): New variable.
3340         (message-hide-headers): New function.
3341         (message-hide-header-p): New function.
3342         (message-hide-header-p): Change logic.
3343         (message-forbidden-properties): Remove intangible nil invisible
3344         nil.
3345         (message-hide-headers): Narrow to headers.
3346
3347         * lpath.el (featurep): Bind Info-directory, Info-menu.
3348
3349 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
3350
3351         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
3352         encoded.
3353         (mm-encode-body): Don't corrupt UTF-16.
3354         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
3355
3356 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
3357
3358         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
3359         the CACHE are now detected and handled the same as an article
3360         downloaded into the agent.
3361         (gnus-agent-group-path): Modified to match nnmail-group-pathname
3362         so that the agent front-end and back-end (nnagent) always use the
3363         same directory.
3364         (gnus-agent-group-pathname): New function. Wrapper for
3365         nnmail-group-pathname.
3366         (gnus-agent-expire-unagentized-dirs): New variable.  May be
3367         customized to disable gnus-agent-expire-unagentized-dirs.
3368         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
3369         as the directories in gnus-agent-expire-current-dirs were
3370         expanded.
3371
3372 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
3373
3374         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
3375         body" entry in read only groups.
3376
3377 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
3378
3379         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
3380         and "Create article" items in non-editable groups.
3381
3382 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
3383
3384         * gnus-agent.el (gnus-agent-write-active): Added option of
3385         replacing, rather than updating, the agent's active file.  Do NOT
3386         use the fully qualified group name as gnus-active-to-gnus-format
3387         blindly prefixes group names with server names.
3388         (gnus-agent-save-group-info): Merge BOTH min/max of current active
3389         range, was just merging min, with specified active range.
3390         (gnus-agent-expire): Save agent's active ranges after
3391         expiring all groups.
3392         (gnus-agent-expire-group-1): Update min of agent's active range to
3393         min article currently fetched.
3394         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
3395         same ancestor multiple times.
3396
3397         * gnus-async.el (gnus-asynchronous): Moved defcustom of
3398         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
3399         seems to fix an intermittant error in which loading gnus-async
3400         fails to define gnus-asynchronous (the variable).
3401
3402         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
3403         non-essential.  Removed on all platforms.
3404         (gnus-select-newsgroup): When the agent is active, expand the
3405         group's active range to include fetched articles that are no
3406         longer in the server's active range.
3407
3408         * gnus-util.el (gnus-with-output-to-file): Removed all of the
3409         print-* bindings as they should be handled by the function doing
3410         the printing.
3411
3412 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
3413
3414         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
3415         might be unbound in non-MULE XEmacsen.
3416
3417 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
3418
3419         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
3420         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
3421         recognize diffs.
3422
3423         * mm-bodies.el (mm-decode-body): Use the supplied charset
3424         unconditionally if `code-pages' hasn't been loaded.
3425
3426 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
3427
3428         * gnus-art.el (article-verify-x-pgp-sig): Don't use
3429         `insert-buffer', the docstring says "This function is meant for
3430         the user to run interactively.  Don't call it from programs!"
3431
3432         * mm-extern.el (mm-extern-mail-server): do.
3433
3434         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
3435         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
3436         (mml1991-pgg-encrypt): do.
3437
3438         * pgg.el (pgg-decrypt-region): do.
3439
3440         * mm-view.el (mm-view-pkcs7-decrypt): do.
3441
3442         * mml-smime.el (mml-smime-verify): do.
3443
3444         * mml.el (mml-insert-mime, mml-preview): do.
3445
3446         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
3447         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
3448         (mml2015-pgg-encrypt): do.
3449
3450 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3451
3452         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
3453
3454 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
3455
3456         * mm-uu.el (mm-uu-copy-to-buffer): Copy
3457         `buffer-file-coding-system' to the new buffer.
3458         (mm-uu-pgp-signed-extract-1): Don't copy
3459         `buffer-file-coding-system' here.
3460
3461         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
3462         exist in XEmacs.
3463         (mm-decode-body): Add missing quote.
3464
3465         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
3466         buffer-file-coding-system.
3467
3468         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
3469         last-coding-system-used.
3470
3471         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
3472         according to buffer-file-coding-system.
3473
3474         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
3475
3476         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
3477         (pgg-pgp-snarf-keys-region): do.
3478
3479         * pgg-pgp5.el (pgg-pgp5-verify-region)
3480         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
3481
3482         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
3483
3484 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3485
3486         * spam.el (spam-split): (save-excursion) around (widen)
3487         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
3488         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
3489
3490 2003-04-05  Steve Youngs  <youngs@xemacs.org>
3491
3492         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
3493         don't use it when loading gnus-sum.el if we're in XEmacs.
3494
3495 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
3496
3497         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
3498         print-escape-nonascii to fix more characters in compiled format
3499         specs.
3500
3501 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
3502
3503         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
3504         Fix customization type.
3505
3506 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
3507
3508         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
3509         print-quoted, print-readably, print-escape-multibyte, and
3510         print-level to match original behavior of gnus-prin1.  This should
3511         repair the format of .newsrc.eld when using compiled format specs.
3512
3513 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
3514
3515         * gnus-group.el (tool-bar-map): defvar it.
3516
3517         * gnus-art.el (tool-bar-map): do.
3518
3519         * gnus-sum.el (tool-bar-map): do.
3520
3521 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
3522
3523         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
3524
3525 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3526
3527         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
3528         and value.
3529         (gnus-button-alist): Use it.
3530
3531 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
3532
3533         * pgg-gpg.el (pgg-gpg-process-region): do.
3534
3535         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
3536         (pgg-pgp-snarf-keys-region): do.
3537
3538         * pgg-pgp5.el (pgg-pgp5-verify-region)
3539         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
3540
3541         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
3542         unsafe.
3543         (pgg-temporary-file-directory): Remove.
3544
3545 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3546
3547         * lpath.el: Fbind Info-directory and Info-menu.
3548
3549 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
3550
3551         * gnus-util.el (gnus-message): Added doc-string.
3552
3553         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
3554         (gnus-score-edit-file-at-point): Goto first match when using `e'.
3555
3556 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
3557
3558         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
3559         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
3560
3561 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3562
3563         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
3564         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
3565
3566 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
3567
3568         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
3569         print-escape-newlines to print escape sequences rather than
3570         literal newline characters.
3571
3572 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3573
3574         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
3575         `message-valid-fqdn-regexp' for initialization.
3576         (gnus-button-handle-info-url): Renamed and extended version of
3577         `gnus-button-handle-info'.
3578         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
3579         (gnus-button-handle-symbol, gnus-button-handle-library)
3580         (gnus-button-handle-info-keystrokes): New functions.
3581         (gnus-button-browse-level): New variable.
3582         (gnus-button-alist): Use them.  Added levels.
3583         (gnus-header-button-alist): Added levels.
3584
3585 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3586
3587         * gnus.el (gnus-version-number): Bump.
3588
3589 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3590
3591         * gnus.el: Oort Gnus v0.17 is released.
3592
3593 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3594
3595         * gnus-start.el (gnus-unload): Removed.
3596
3597         * pop3.el (pop3-read-response): Use
3598         nnheader-accept-process-output.
3599         (pop3-retr): Ditto.
3600
3601         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx.
3602         (mm-text-html-washer-alist): Ditto.
3603
3604 2003-03-31  Simon Josefsson  <jas@extundo.com>
3605
3606         * imap.el (imap-gssapi-program): Also try GNU SASL.
3607         (imap-gssapi-open): Accept GNU SASL greeting.
3608         (imap-read-timeout): New.
3609         (imap-wait-for-tag): Use it.
3610
3611 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3612
3613         * nntp.el (nntp-accept-process-output): Use new function.
3614
3615         * nnheader.el (nnheader-read-timeout): New variable.
3616         (nnheader-accept-process-output): New function.
3617
3618         * nntp.el (nntp-read-timeout): Removed.
3619
3620         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
3621
3622 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3623
3624         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
3625
3626 2003-03-30  Simon Josefsson  <jas@extundo.com>
3627
3628         * message.el (message-idna-inside-rhs-p): Narrow to header before
3629         searching.
3630
3631         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
3632
3633 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3634
3635         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
3636
3637 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
3638
3639         * message.el (message-make-in-reply-to): Use
3640         mail-extract-address-components to determine sender's
3641         name/address.
3642
3643 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3644
3645         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead.
3646
3647         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
3648         valid lambda.
3649         (gnus-registry-translate-from-alist): Ditto.
3650
3651         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
3652         print-length to nil.
3653
3654         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
3655
3656         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
3657         (gnus-grab-cam-face): Use it.
3658
3659 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
3660
3661         * nnmaildir.el (nnmaildir-request-set-mark)
3662         (nnmaildir-close-group): Allow each mark directory in a group to
3663         have its own inode for mark files, to accommodate AFS.
3664
3665 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
3666
3667         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
3668         gnus-read-newsrc-el-file
3669         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
3670
3671         * gnus-registry.el (gnus-registry-translate-to-alist)
3672         (gnus-registry-translate-from-alist, alist-to-hashtable)
3673         (hashtable-to-alist): new functions
3674         (gnus-register-spool-action): add a spool item to the registry
3675
3676         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
3677         list of saved variables
3678         (gnus-registry-alist): new variable
3679
3680 2003-03-27  Simon Josefsson  <jas@extundo.com>
3681
3682         * gnus-art.el (article-decode-group-name): Be correct instead of
3683         smart.
3684
3685 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
3686
3687         * lpath.el: Bind url-current-object for Emacs; bind
3688         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
3689         for both Emacsen.
3690
3691 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
3692
3693         * gnus-sum.el (gnus-article-loose-mime)
3694         (gnus-article-emulate-mime): Move to gnus-article-mime customize
3695         group.
3696
3697         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
3698         doc string.
3699
3700 2003-03-26  Kevin Ryde <user42@zip.com.au>
3701
3702         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
3703         gnus-summary-find-uncancelled, skip temporary articles inserted by
3704         "refer" functions.
3705
3706 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
3707
3708         * smiley.el (smiley-buffer): New function.
3709
3710 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
3711
3712         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
3713         gnus-summary-update-line (which updated the article's face) with
3714         gnus-summary-update-download-mark (which updates the article's
3715         face by calling gnus-summary-update-line AND updates the download
3716         mark to show that the article was fetched).
3717
3718 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
3719
3720         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
3721         option of deleting agent directories for groups/servers that are
3722         not currently agentized.
3723         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
3724
3725         * gnus-int.el (gnus-open-server): Report backend errors in
3726         condition handler.
3727
3728 2003-03-23  Simon Josefsson  <jas@extundo.com>
3729
3730         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
3731         header.
3732
3733         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
3734         same as Newsgroups.
3735
3736         * nntp.el (nntp-open-connection-function): Mention
3737         nntp-open-tls-stream.
3738         (nntp-open-tls-stream): New function.
3739
3740         * tls.el: New file.
3741
3742         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
3743         instead of SSL.
3744         (nnimap-stream): Add other streams, link to imap variables.
3745         (nnimap-authenticator): Add other authenticator, link to imap
3746         variables.
3747
3748         * imap.el: Autoload open-tls-stream.
3749         (imap-streams): Add tls in front of ssl.
3750         (imap-stream-alist): Add tls.
3751         (imap-default-tls-port): New variable.
3752         (imap-tls-p, imap-tls-open): New functions.
3753
3754 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
3755
3756         * mm-url.el (mm-url-insert-file-contents): parse url only if
3757         results is a list.
3758
3759 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3760
3761         * mail-source.el (mail-source-fetch-imap): Revert.
3762
3763 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
3764
3765         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
3766         less strict regexp.
3767
3768 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3769
3770         * mail-source.el (mail-source-fetch-imap): Use buffer name for
3771         more imap function.
3772
3773 2003-03-21  Simon Josefsson  <jas@extundo.com>
3774
3775         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
3776         Followup-To data inline.
3777
3778 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
3779
3780         * gnus-art.el (gnus-treat-display-xface): Don't enable if
3781         icontopbm isn't available.
3782
3783 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
3784
3785         * gnus-int.el (gnus-open-server): Catch errors in backend's
3786         open-server method.  Returns nil rather than crashing startup.
3787
3788         * gnus-sum.el (eval-when-compile): Modified to resolve
3789         compile-time warnings.
3790
3791         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
3792         Reports length of series so that the user can compare N with a
3793         subject that should, if the entire series is present, contain
3794         '(.../N)'.
3795         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
3796         of temp file (Win-XP may leave the temp file locked when the
3797         uudecode process fails).
3798
3799 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3800
3801         * message.el (message-split-line): Ignore error.
3802
3803         * lpath.el (split-line): Avoid split-line warning message.
3804
3805 2003-03-20  Kim F. Storm  <storm@cua.dk>
3806
3807         * message.el (message-split-line): New function.
3808         (message-mode-map): Remap split-line to message-split-line.
3809
3810 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
3811
3812         * message.el (message-make-overlay): Defalias it to make-overlay.
3813         (message-delete-overlay): Defalias it to delete-overlay.
3814         (message-overlay-put): Defalias it to overlay-put.
3815         (message-idna-to-ascii-rhs-1): Use them.
3816
3817         * messagexmas.el (message-xmas-redefine): Defalias some overlay
3818         functions to extent functions.
3819
3820 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3821
3822         * message.el (message-check-news-header-syntax): Fixed regexp.
3823
3824 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3825
3826         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
3827
3828         * mm-url.el (mm-url-insert): Move url-current-object stuff into
3829         mm-url-insert-file-contents.
3830
3831         * nnrss.el (nnrss-fetch): Fetch the local stuff.
3832         (nnrss-check-group): Use it.
3833
3834 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
3835
3836         * nnrss.el: Primitive XML Name-space support.  This means that RSS
3837         feeds like Kevin Burton's[1] can now be read in Gnus.
3838
3839         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
3840         means that if you want to read the RSS feed for example.com, all
3841         you have to do is hit "G R http://www.example.com/ RET" and
3842         nnrss.el will find and the feed listed on the site or (if you have
3843         loaded xml-rpc.el) look it up on syndic8.com.
3844
3845         Marked the message as HTML (by adding a Content-Type header) so
3846         that Gnus will render it as html if the user wants that.
3847
3848         Implemented the ability to save nnrss-group-alist so that any new
3849         feeds the you subscribe to will be found the next time you start
3850         up.
3851
3852         Implemented support for RSS 2.0 elements (author, pubDate).
3853
3854         Prefer for <content:encoded> over <description> where both
3855         elements exist.
3856
3857         * mm-url.el (mm-url-insert): Set url-current-object.
3858
3859         * gnus-group.el (gnus-group-make-rss-group): New function.
3860
3861 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
3862
3863         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
3864         for highlight overlays.
3865
3866 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3867
3868         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
3869         a NOV.
3870
3871 2003-03-20  Simon Josefsson  <jas@extundo.com>
3872
3873         * message.el (message-use-idna): Disable if UTF-8 unavailable.
3874         (message-idna-to-ascii-rhs): Use it.
3875
3876         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
3877
3878 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
3879
3880         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
3881         (spam-group-ham-marks, spam-group-spam-marks): new functions
3882         (spam-spam-marks, spam-ham-marks): removed in favor of the
3883         spam-marks and ham-marks parameters
3884         (spam-generic-register-routine, spam-ham-move-routine): use the
3885         new spam-group-{spam,ham}-mark-p functions
3886
3887         * gnus.el (spam-marks, ham-marks): new group parameters with
3888         default values same as the old spam-spam-marks and spam-ham-marks
3889
3890 2003-03-19  Simon Josefsson  <jas@extundo.com>
3891
3892         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
3893         (gnus-use-idna): New variable.
3894         (article-decode-idna-rhs): New function.
3895
3896         * message.el (message-use-idna): New variable.
3897         (message-mode-field-menu): Add entry for IDNA.
3898         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
3899         (message-idna-to-ascii-rhs): New function.
3900         (message-generate-headers): Invoke IDNA code.
3901
3902 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
3903
3904         * nnmaildir.el (nnmaildir--system-name): New function.
3905         (nnmaildir-request-accept-article): Use it.
3906
3907 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3908
3909         * gnus-util.el (gnus-byte-compile): Make it work silently as the
3910         gnus-compile function does.
3911
3912         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
3913         bogus change.
3914
3915 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
3916
3917         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
3918         sort-coding-systems is defined.
3919
3920 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
3921
3922         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
3923         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
3924         Replace create-directory with target-prefix.
3925
3926 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
3927
3928         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
3929         find-charset-string which is slooow in XEmacs.
3930
3931 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3932
3933         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
3934         compiler under XEmacs.
3935
3936 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
3937
3938         * gnus-art.el (gnus-treat-highlight-signature): Make the default
3939         work for multipart/signed where the message text isn't `last'.
3940
3941 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3942
3943         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
3944         the value of mm-inline-text-html-with-images.
3945         (mm-inline-text-html-render-with-w3m): Don't bind
3946         w3m-display-inline-images.
3947
3948         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
3949         w3m-display-inline-images.
3950
3951         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
3952         regardless of an Emacs flavor.
3953
3954 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3955
3956         * gnus.el (gnus-version-number): Bump.
3957
3958 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3959
3960         * gnus.el: Oort Gnus v0.16 is released.
3961
3962 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3963
3964         * lpath.el (featurep): Bind mm-w3m-mode-map.
3965
3966 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
3967
3968         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
3969         'respool-able backends define a global nnchoke-get-new-mail
3970         variable.
3971
3972 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
3973
3974         * gnus-art.el (gnus-mime-delete-part): New function.
3975         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
3976
3977 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3978
3979         * message.el (message-check-news-header-syntax): Don't push
3980         groups twice onto list of unknown groups.
3981
3982         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
3983         back.
3984
3985         * nnheader.el (nnheader-find-etc-directory): Doc fix.
3986
3987         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
3988         config unless the summary buffer exists.
3989
3990         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
3991         that target group is computed correctly when articles are marked
3992         as read by Xref handling.
3993
3994         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
3995         imap-open.
3996
3997         * message.el (message-send-mail): Add courtesy string to Bcc's,
3998         too.
3999
4000         * gnus-cite.el (gnus-cited-line-p): New function.
4001
4002 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
4003
4004         * mm-bodies.el (mm-decode-body): Add new optional parameter,
4005         force, to use the supplied charset unconditionally.
4006
4007         * gnus-art.el (article-decode-charset): Use it.
4008
4009 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
4010
4011         * mm-bodies.el (mm-decode-coding-region-safely): New function.
4012         (mm-decode-body): Use it.
4013
4014         * rfc2047.el (rfc2047-decode-region): do.
4015         (rfc2047-decode-string): Guess coding system if the default is
4016         invalid.
4017
4018 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
4019
4020         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
4021         articles are marked 'read, so we get correct article counts.
4022
4023 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
4026         the button.
4027         (gnus-insert-prev-page-button): Ditto.
4028         (gnus-insert-next-page-button): Ditto.
4029         (gnus-insert-mime-security-button): Ditto.
4030
4031         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
4032         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
4033         (mm-inline-image-xemacs): Ditto.
4034
4035 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
4036
4037         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
4038         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
4039         the recent filename uniqueness discussion.
4040
4041 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
4044         newline next time.
4045         (mm-inline-image-xemacs): Ditto.
4046
4047 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
4048
4049         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
4050         kill-line.
4051
4052 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
4053
4054         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
4055         kill-line.
4056
4057 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4058
4059         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
4060         fixing the code to match the documentation.
4061         (gnus-agent-fetch-selected-article): Replaced
4062         gnus-summary-update-article-line with gnus-summary-update-line as
4063         the former did not correctly recalculate the thread indentation.
4064         (gnus-agent-find-parameter): The agent-predicate, if not found
4065         anywhere else, defaults to the value of gnus-agent-predicate.
4066         (gnus-agent-fetch-session): Fixed typo; now executes
4067         gnus-agent-fetched-hook rather than the undocumented
4068         gnus-agent-fetch-hook.
4069         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
4070         default agent predicate is now provided by
4071         gnus-agent-find-parameter.
4072         (gnus-agent-message): New macro.  This macro avoids potentially
4073         costly parameter evaluation when the message's level is too high
4074         to display.
4075         (gnus-agent-expire-group-1): Disabled undo tracking in temp
4076         overview buffer. Uses new gnus-agent-message macro to reduce
4077         overhead of optional messages. Reversed message levels to
4078         emphasize percent completion messages.  Detailed messages of
4079         little use except when debugging code.
4080
4081 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4082
4083         * spam.el (spam-ham-move-routine): use
4084         spam-mark-ham-unread-before-move-from-spam-group
4085         (spam-mark-ham-unread-before-move-from-spam-group): new variable
4086
4087 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
4088
4089         * spam.el: load nnimap.el when compiling
4090         (spam-setup-widening): use
4091         nnimap-split-download-body-default instead of
4092         nnimap-split-download-body which is a user-customizable variable
4093
4094 2003-03-07  Simon Josefsson  <jas@extundo.com>
4095
4096         * nnimap.el (nnimap-split-download-body-default): New, holds
4097         default for n-s-d-b.
4098         (nnimap-split-download-body): Add new setting (symbol default),
4099         which uses contents of n-s-d-b-d, and made it the default.
4100
4101 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
4102
4103         * spam.el (spam-use-hashcash): new variable
4104         (spam-list-of-checks): added spam-use-hashcash with associated
4105         spam-check-hashcash
4106         (spam-check-hashcash): new function, installed iff hashcash.el is
4107         loaded
4108         (spam-setup-widening): don't use (return)
4109
4110 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4111
4112         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
4113         predicate of `false' to avoid an error when a group defines no
4114         predicate. Fixed typo that disabled agent scoring (i.e. the
4115         low/high predicates should now work).
4116
4117 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4118
4119         * spam.el: add spam-maybe-spam-stat-load to
4120         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
4121         (spam-bogofilter-register-with-bogofilter): use
4122         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
4123         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
4124         custom variables to replace "-s" and "-n"
4125
4126         * gnus-group.el (gnus-group-get-new-news): call the new
4127         gnus-get-top-new-news-hook hook
4128
4129         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
4130         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
4131
4132 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4133
4134         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
4135
4136 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
4139         a cl run-time function.
4140
4141 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4142
4143         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
4144         on gnus-agent-short-article.
4145         (gnus-category-read): Replaced CL function mapcar* with new macro:
4146         gnus-mapcar.
4147         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
4148         support functions that accept multiple parameters.  A separate
4149         sequence must be provided for each parameter in the function.
4150         Iteration stops when the end of the shortest list is reached.
4151
4152 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
4153
4154         * nnimap.el (nnimap-request-accept-article): Use delete-region.
4155
4156         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
4157         (html2text-delete-single-tag, html2text-clean-anchor)
4158         (html2text-remove-tags): Use delete-region.
4159         (html2text-fix-paragraphs): Simplify.
4160
4161         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
4162         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
4163         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
4164         kill-region.
4165
4166 2003-03-04  John Paul Wallington  <jpw@gnu.org>
4167
4168         * gnus-agent.el (gnus-agent-enable-expiration)
4169         (gnus-agent-article-alist, gnus-agent-article-alist)
4170         (gnus-agent-cat-defaccessor): Doc fixes.
4171
4172 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4173
4174         * gnus-agent.el (gnus-function-implies-unread-1): Grok
4175         byte-compiled functions.
4176
4177 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4178
4179         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
4180         customization between new maneuvering (which permits selecting
4181         undownloaded articles) and old maneuvering (which skipped over
4182         undownloaded articles) behaviors.
4183         (gnus-summary-find-next): Pass through the unread and subject
4184         parameters when calling gnus-summary-find-prev.
4185         (gnus-summary-find-next,gnus-summary-find-prev): Apply
4186         gnus-auto-goto-ignores to filter out unacceptable articles.
4187
4188 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
4189
4190         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
4191         exists in all supported Emacs versions, so we don't need this
4192         compatibility function.
4193         (mail-source-fetch-pop, mail-source-check-pop)
4194         (mail-source-fetch-webmail): Use read-passwd.
4195
4196         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
4197         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
4198         read-passwd.
4199
4200         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
4201
4202         * imap.el (imap-read-passwd): Remove.
4203         (imap-interactive-login): Use read-passwd.
4204
4205         * canlock.el (canlock-read-passwd): Remove.
4206         (canlock-insert-header, canlock-verify): Use read-passwd.
4207
4208         * sieve-manage.el (sieve-manage-read-passwd): Remove.
4209         (sieve-manage-interactive-login): Use read-passwd.
4210
4211         * pop3.el (pop3-read-passwd): Remove.
4212         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
4213         read-passwd.
4214
4215         * pgg.el (pgg-read-passphrase): Simplify.
4216
4217 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4218
4219         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
4220         'plugged' when actually 'unplugged' bug.
4221         (gnus-category-read): Ignore nil values when converting an
4222         old-format category so that the new-format category will default
4223         those attributes to the global variables.
4224
4225 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4226
4227         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
4228         doc-string.
4229
4230 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
4231
4232         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
4233         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
4234         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
4235         * mm-url.el (mm-url-decode-entities-string): do.
4236         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
4237         * mm-decode.el (mm-find-raw-part-by-type): do.
4238         * message.el (message-send-mail-partially)
4239         (message-send-mail-with-sendmail): do.
4240         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
4241         * gnus-kill.el (gnus-pp-gnus-kill): do.
4242         * gnus-art.el (gnus-article-treat-unfold-headers)
4243         (gnus-article-encrypt-body): do.
4244
4245 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4246
4247         * mail-source.el (mail-source-delete-incoming): Allow integer value.
4248         (mail-source-delete-old-incoming-confirm): New variable.
4249         (mail-source-delete-old-incoming): Use it.  New function.
4250         (mail-source-callback): Call `mail-source-delete-old-incoming' if
4251         `mail-source-delete-incoming' is a nonnegative integer.
4252
4253 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4254
4255         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
4256         (gnus-user-agent): Fixed typo.
4257
4258 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4259
4260         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
4261         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
4262
4263 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4264
4265         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
4266         (gnus-agent-fetch-session): Allow debugging to take place.
4267
4268 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
4269
4270         * gnus-sum.el (gnus-highlight-selected-summary)
4271         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
4272         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
4273         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
4274         and makes it clear that we don't need the side effect.
4275         * gnus-util.el (gnus-delete-line): do.
4276         * gnus-xmas.el (gnus-group-add-icon): do.
4277         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
4278         * nntp.el (nntp-send-authinfo-from-file): do.
4279         * nnml.el (nnml-header-value): do.
4280         * nnheader.el (nnheader-insert-references): do.
4281         * gnus-cite.el (gnus-article-highlight-citation)
4282         (gnus-cite-parse): do.
4283         * gnus-score.el (gnus-score-followup): do.
4284         * gnus-draft.el (gnus-draft-send): do.
4285         * gnus-group.el (gnus-group-highlight-line): do.
4286         * gnus-cache.el (gnus-cache-braid-nov): do.
4287         * nnfolder.el (nnfolder-retrieve-headers)
4288         (nnfolder-request-article): do.
4289         * gnus-art.el (article-hide-boring-headers)
4290         (gnus-article-hide-header): do.
4291
4292         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
4293         * nnml.el (nnml-request-replace-article): do.
4294         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
4295         * nnfolder.el (nnfolder-request-move-article): do.
4296         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
4297         * gnus-art.el (gnus-mm-display-part): do.
4298
4299         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
4300
4301 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4302
4303         * nntp.el (nntp-possibly-change-group): Avoid calling
4304         process-buffer on nil (Which happened when you lost your
4305         connection while fetching); instead signal a "Server Closed
4306         Connection" error.
4307
4308 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4309
4310         * gnus-agent.el (gnus-agent-enable-expiration): New
4311         variable. Either ENABLE or DISABLE.  Sets default behavior for
4312         selecting which groups are expired.
4313         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
4314         gnus-agent-set-cat-groups): Provides abstract interface for
4315         accessing agent category.  Category now implemented by an alist.
4316         (gnus-agent-add-group, gnus-agent-remove-group,
4317         gnus-category-insert-line, gnus-category-edit-predicate,
4318         gnus-category-edit-score, gnus-category-edit-groups,
4319         gnus-category-copy, gnus-category-add, gnus-group-category): Use
4320         new agent category abstraction.
4321         (gnus-agent-find-parameter): New function. Search for agent
4322         configuration parameter first in the group's parameters, then its
4323         topics (if any), and then the group's category.  If not found
4324         anywhere, use the original defined constants.
4325         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
4326         gnus-agent-find-parameter.
4327         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
4328         gnus-agent-cache now blocks retrieving headers and articles from
4329         the local cache.  Fetched content is still added to the cache
4330         before being returned.
4331         (gnus-agent-fetch-session): Use error-message-string to generate
4332         displayed error message.
4333         (gnus-agent-customize-category): New Command. 'e' in category
4334         buffer opens category customization buffer.
4335         (gnus-category-read): Reads either positional or alist format;
4336         returns alist format.
4337         (gnus-category-write): Writes category file compatible with
4338         current, and previous, versions of gnus-agent.
4339         (gnus-category-make-function, gnus-category-make-function-1):
4340         Corrected documentation; parameter is predicate NOT category.
4341         (gnus-predicate-implies-unread): Now works in more cases per the
4342         todo comment.
4343         (gnus-function-implies-unread-1): New function. Supports
4344         gnus-predicate-implies-unread.
4345         (gnus-agent-expire-group): Command now provides default of group
4346         under point.
4347         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
4348         agent-days-until-old parameters. No longer supports
4349         gnus-agent-expire-days being set to an alist.
4350         (gnus-agent-request-article): Now performs its own checks of
4351         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
4352         assuming that the caller will do them correctly.
4353         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
4354         gnus-agent-expire-days is set to an alist.  Converts said alist
4355         into group parameter so that gnus-agent-expire-days will not be
4356         needed.
4357         * gnus-art.el (gnus-request-article-this-buffer): Conditional
4358         checks surrounding gnus-agent-request-article removed; now
4359         performed by gnus-agent-request-article.
4360         * gnus-cus.el (gnus-agent-parameters): New variable. List of
4361         customizable group/topic parameters that regulate the agent.
4362         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
4363         kill-buffer with gnus-kill-buffer to remove the killed buffer from
4364         the list of gnus buffers.
4365         (gnus-trim-whitespace): Removes leading and trailing whitespace
4366         from multiline strings.
4367         (gnus-agent-cat-prepare-category-field,
4368         gnus-agent-customize-category): Constructs a category
4369         customization buffer.
4370         * gnus-int.el (gnus-retrieve-headers,
4371         gnus-request-expire-articles): No longer checks gnus-agent-cache
4372         as it is handled internally by the agent.
4373         (gnus-request-head, gnus-request-body): Conditional checks
4374         surrounding gnus-agent-request-article removed; now performed by
4375         gnus-agent-request-article.
4376
4377         * gnus-start.el (): Added defvar statements to resolve compilation
4378         warnings.
4379         (gnus-long-file-names): New function. Isolates platform dependent
4380         msdos-long-file-names.
4381         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
4382         option of writing directly to file.  Avoids memory exhausted
4383         errors when .newsrc.eld is huge.
4384         (gnus-save-newsrc-file): Uses new
4385         gnus-save-startup-file-via-temp-buffer.
4386         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
4387         standard-output.
4388         (gnus-display-time-event-handler): Changed to alias from a defun
4389         to avoid a compile-time warning when display-time-event-handler is
4390         not defined.
4391         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
4392         standard-output such that prin1 and princ will write directly to a
4393         file.
4394
4395         * gnus.el (gnus-agent-cache): Expanded documentation.
4396         (gnus-summary-high-undownloaded-face): Removed second bold keyword
4397         so that this face is actually bold.
4398
4399         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
4400         gnus-use-cache has been set.
4401
4402 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
4403
4404         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
4405
4406 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
4407
4408         * gnus-art.el (gnus-article-refer-article): Be more permissive.
4409
4410 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4411
4412         * spam.el: Fix typo.
4413
4414 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
4415         (Trivial patch.)
4416
4417         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
4418         errors-buffer. This produces a nicer error message in case of
4419         problems.
4420
4421 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
4422
4423         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
4424         load stats iff spam-use-stat is on
4425
4426         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
4427         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
4428         instead of spam-stat-load and spam-stat-save in the
4429         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
4430
4431 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4432
4433         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
4434
4435 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4436
4437         * message.el (message-make-fqdn): Protect against nil user-mail.
4438
4439 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
4440
4441         * gnus-art.el (gnus-boring-article-headers): New values:
4442         'to-list and 'cc-list.
4443
4444 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4445
4446         * spam.el (spam-setup-widening): new function to set
4447         nnimap-split-download-body, we add it to gnus-get-new-news-hook
4448         (spam-list-of-statistical-checks): list of statistical splitter
4449         checks
4450         (spam-split): added a widen call when a statistical check is
4451         enabled
4452
4453 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
4454
4455         * gnus-msg.el (gnus-user-agent): Changed default to
4456         'emacs-gnus-type, renamed 'full.
4457
4458 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
4459
4460         * nnfolder.el (nnfolder-request-accept-article): Don't use
4461         mail-header-unfold-field.
4462
4463 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4464
4465         * imap.el (imap-ssl-open): Don't depend on ssl.el.
4466         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
4467
4468 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4469
4470         * spam.el: add spam-stat-load to gnus-get-new-news-hook
4471         (spam-split): remove spam-stat-load call
4472
4473 2003-02-26  Simon Josefsson  <jas@extundo.com>
4474
4475         * gnus-sum.el (gnus-summary-toggle-header): Run
4476         gnus-article-decode-hook instead of calling a-decode-encoded-words
4477         directly (the latter is run as part of the former).
4478
4479 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4480
4481         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
4482
4483 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
4484
4485         * message.el (message-sendmail-envelope-from): New option.
4486         (message-sendmail-envelope-from): New function.
4487         (message-send-mail-with-sendmail): Use it.
4488
4489 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
4490
4491         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
4492         compensation for TDMA addresses.
4493
4494 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4495
4496         * gnus-msg.el (gnus-user-agent): New variable.
4497         (gnus-version-expose-system): Removed.  Obsoleted by
4498         `gnus-user-agent'.
4499         (gnus-extended-version): Use `gnus-user-agent'.
4500
4501 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4502
4503         * spam.el (spam-stat-register-spam-routine,
4504         spam-stat-register-ham-routine): remove spam-stat-save
4505         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
4506
4507 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4508
4509         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
4510         reference.
4511
4512 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4513
4514         * nnheader.el (nnheader-find-nov-line): Changed midpoint
4515         calculation to avoid integer overflow.
4516
4517 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4518
4519         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
4520
4521 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
4522         * spam.el: disabled spam-get-article-as-filename
4523
4524         From Michael Shields  <shields@msrl.com>
4525
4526         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
4527         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
4528         * gnus-sum.el (gnus-summary-expire-articles): Use it.
4529         * spam.el (spam-summary-prepare-exit): Use it.
4530         * gnus.el (gnus-install-group-spam-parameters): New.
4531         * spam.el (spam-group-ham-processor-copy-p): New.
4532         * spam.el (spam-summary-prepare-exit): Support for ham copying.
4533         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
4534         that would cause the current message to be moved if the group had
4535         no spam.
4536         * spam.el (spam-ham-move-routine): New `copy' argument.
4537
4538 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4539         From Martin Thornquist <martint@ifi.uio.no>
4540
4541         * gnus-topic.el (gnus-topic-select-group): Select last group if
4542         after last group.
4543         * gnus-group.el (gnus-group-select-group): Ditto.
4544
4545 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
4548         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
4549         point-at-(b|e)ol which aren't available in Emacs 20.
4550
4551         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
4552
4553 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4554
4555         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
4556         clause of the condition-case statement.  Errors connecting to a
4557         server no longer terminate gnus.
4558
4559         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
4560         make its use obvious.  Added no-nothing case to avoid
4561         opening(closing) servers when already open(closed).
4562         (gnus-agent-while-plugged): Added macro to facilitate internal use
4563         of gnus-agent-toggle-plugged.
4564         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
4565         temporarily open servers.
4566         (gnus-agent-get-undownloaded-list): Sort list of article numbers
4567         as sorting gnus-newsgroup-headers is wrong.
4568         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
4569         to temporarily open servers. Corrected logic to handle setting
4570         gnus-agent-mark-unread-after-downloaded.
4571         (gnus-agent-fetch-articles): Now handles headers with missing
4572         article sizes and/or missing article lengths.  Now clears the
4573         message buffer when finished.
4574         (gnus-agent-fetch-group-1): Position point before calling
4575         gnus-summary-set-agent-mark.
4576         (gnus-get-predicate): Corrected description, parameter is
4577         predicate not category.
4578         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
4579         provide a separate single group expiration function.
4580         (gnus-agent-regenerate-group): Now clears the message buffer when
4581         finished.
4582
4583 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4584
4585         * gnus.el (gnus-agent-target-move-group-header): New variable.
4586         * gnus-draft.el (gnus-draft-send): If special header
4587         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
4588         that group, instead of performing the regular sending functions.
4589
4590 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
4593
4594 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
4595
4596         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
4597         variables.
4598         (message-make-fqdn): Use it.  Improved validity check.
4599
4600 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4601
4602         * message.el (message-user-mail-address): Check whether
4603         user-mail-address looks valid.
4604
4605         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
4606
4607         * gnus-util.el (gnus-fetch-original-field): New function.
4608
4609 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4610
4611         * message.el (message-mode): \\(...\\) around additional
4612         paragraph-separate alternative.
4613
4614 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
4615
4616         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
4617         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
4618         display key bindings.
4619         (gnus-mime-button-menu): Rewrite.
4620
4621 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4622
4623         * gnus-art.el (gnus-button-url-regexp): Removed `.
4624
4625 2003-02-23  Max Froumentin  <mf@w3.org>
4626
4627         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
4628
4629 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4630
4631         * gnus-art.el (gnus-mime-action-on-part): Require a match
4632         interactively.
4633
4634         * gnus-start.el (gnus-save-newsrc-file): Use
4635         gnus-backup-startup-file.
4636         (gnus-backup-startup-file): New variable.
4637
4638 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4639
4640         * gnus.el (gnus-summary-buffer-name): Moved function here.
4641
4642         * gnus-draft.el (defun): Remove debug.
4643
4644 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
4645
4646         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
4647         can't open server.
4648
4649 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4650
4651         * gnus-draft.el (defun): Configure posting styles.
4652
4653         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
4654         the entry for the group exists before we alter it.
4655
4656 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4657
4658         * message.el (message-mode): MML tags separate paragraphs.  Small
4659         change from David S Goldberg <david.goldberg6@verizon.net>.
4660
4661         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
4662         `gnus-newsgroup-headers'.
4663
4664         * gnus-art.el (gnus-article-refer-article): Grok more message id
4665         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
4666
4667 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
4668
4669         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
4670         use "path name".
4671
4672 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
4673
4674         * gnus-sum.el (gnus-summary-move-article)
4675         (gnus-summary-expire-articles): send data header for article, not
4676         just article ID
4677
4678         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
4679         (gnus-register-spool-action): added hashtable of message ID keys
4680         with message motion data
4681
4682 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
4683         From Reiner Steib  <Reiner.Steib@gmx.de>.
4684
4685         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
4686         variable, used in `gnus-button-mid-or-mail-heuristic'.
4687         (gnus-button-mid-or-mail-heuristic): New function derived from
4688         Florian Weimer's Perl script.
4689         (gnus-button-handle-mid-or-mail): Allow a function instead of
4690         'guess.
4691         (gnus-button-guessed-mid-regexp): Removed.
4692
4693 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4694
4695         * message.el (message-resend): Bind message-setup-hook to nil;
4696         remove X-Draft-From header.
4697
4698 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
4699
4700         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
4701         (gnus-newsgroup-undownloaded)
4702         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
4703         Doc fixes.
4704
4705 2003-02-17  John Paul Wallington  <jpw@gnu.org>
4706
4707         * gnus.el (gnus-shell-command-separator, gnus-email-address)
4708         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
4709
4710 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
4711
4712         * gnus-spec.el (gnus-xmas-format): Use insert instead of
4713         insert-string which is obsolete in Emacs 21.4.
4714
4715         * message.el (message-cross-post-followup-to-header): do.
4716
4717         * spam.el (spam-ifile-register-with-ifile)
4718         (spam-stat-register-spam-routine)
4719         (spam-stat-register-ham-routine)
4720         (spam-bogofilter-register-with-bogofilter): do.
4721
4722         * mailcap.el (mailcap-mime-data): Fix typo.
4723
4724         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
4725
4726 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
4727
4728         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
4729         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
4730         `gnus-cite-unsightly-citation-regexp'.
4731
4732 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4733
4734         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
4735         even if there's just a header.
4736
4737 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
4738
4739         * message.el (message-fix-before-sending): Fix highlighting of
4740         illegible and invisible text.
4741
4742         * gnus-util.el (gnus-multiple-choice): Separate choices with
4743         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
4744
4745 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
4746
4747         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
4748
4749 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
4750
4751         * spam.el (spam-ham-move-routine)
4752         (spam-mark-spam-as-expired-and-move-routine): use
4753         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
4754         around process-mark manipulation on the group
4755
4756 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4757
4758         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
4759         submenu.
4760
4761 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4762
4763         * mail-source.el (mail-source-fetch): Reverse the return value of
4764         the continuation question.
4765
4766 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4767
4768         * nndraft.el (nndraft-request-move-article): Bind
4769         nnmh-allow-delete-final to t.
4770
4771 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4772
4773         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
4774
4775 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
4776
4777         * nntp.el (nntp-accept-process-output): Don't use point-max to get
4778         the buffer's size.
4779
4780 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
4781
4782         * nnheader.el: Added cygwin to system-type comparisons.
4783
4784 2003-01-27  Juanma Barranquero  <lektu@terra.es>
4785
4786         * imap.el (imap-mailbox-status): Fix typo.
4787
4788 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4789
4790         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
4791         online.
4792
4793 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4794
4795         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
4796         commands.
4797         * gnus-sum.el: Small change from Frank Weinberg
4798         <frank@usenet-rundfahrt.de>:
4799         (gnus-auto-center-group): New variable.
4800         (gnus-summary-read-group-1): Use it.
4801         (gnus-summary-next-group): Fix docstring.
4802
4803 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4804
4805         * gnus-util.el (gnus-faces-at): Simplify.
4806
4807 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4808
4809         * spam.el (spam-ham-move-routine)
4810         (spam-mark-spam-as-expired-and-move-routine): made the article
4811         move conditional, so it's not called even if there's nothing to move
4812
4813 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4814
4815         * message.el (message-unix-mail-delimiter): Accept any whitespace
4816         after the email address and before the date; do not require the
4817         space character.  From Kurt B. Kaiser <kbk@shore.net>.
4818
4819 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4820
4821         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
4822         gnus-article-boring-faces variable is bound; use gnus-faces-at.
4823
4824         * gnus-util.el (gnus-faces-at): New macro.
4825
4826 2003-02-13  Michael Shields  <shields@msrl.com>
4827
4828         * gnus-cite.el
4829         (gnus-cite-attribution-suffix, gnus-cite-parse):
4830         Better handling for Microsoft citation styles.
4831         (gnus-unsightly-citation-regexp): New.
4832
4833 2003-02-12  Michael Shields  <shields@msrl.com>
4834
4835         * gnus-art.el (article-strip-banner): Strip both per-group and
4836         per-user-address banners.
4837         (article-really-strip-banner): New.
4838
4839 2003-02-12  Michael Shields  <shields@msrl.com>
4840
4841         * gnus-sum.el (gnus-article-goto-next-page,
4842         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
4843         relying on the summary bindings of `n' and `p'.
4844
4845 2003-02-12  Michael Shields  <shields@msrl.com>
4846
4847         * gnus-art.el (gnus-article-only-boring-p): New.
4848         (gnus-article-skip-boring): New.
4849         * gnus-cite.el (gnus-article-boring-faces): New.
4850         * gnus-sum.el (gnus-summary-next-page): Use
4851         gnus-article-only-boring-p.
4852
4853 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
4854
4855         * spam.el (spam-mark-spam-as-expired-and-move-routine)
4856         (spam-ham-move-routine): unmark all articles before marking those
4857         of interest and calling gnus-summary-move-article
4858
4859 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
4860
4861         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
4862         logically the complement of gnus-get-buffer-create and
4863         gnus-add-buffer.
4864
4865         * gnus-util.el (gnus-kill-buffer): do.
4866
4867         * nnmail.el: Autoload gnus-kill-buffer.
4868
4869 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4870
4871         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
4872         gnus-summary-goto-subject as gnus-summary-update-mark operates on
4873         the current LINE.
4874         (gnus-agent-summary-fetch-group): Minimized the number of times
4875         that the article is updated in the buffer.
4876
4877 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
4878
4879         * spam.el (spam-ham-move-routine): use the process-mark instead of
4880         gnus-current-article when moving articles
4881         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
4882
4883 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4884
4885         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
4886         (gnus-topic-catchup-articles): Ditto.
4887         (gnus-topic-mark-topic): Reverse recursive logic.
4888
4889 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
4890
4891         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
4892         gnus-refer-thread-limit is t.
4893
4894 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
4895
4896         * mm-util.el (mm-mule-charset-to-mime-charset): Use
4897         sort-coding-systems to prefer utf-8 over utf-16.
4898
4899 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4900
4901         * gnus-agent.el (gnus-agent-expire-days):
4902         gnus-request-move-article depends on gnus-agent-expire to clean up
4903         the cache after moving the article.  Therefore, g-a-e-d can NOT
4904         default to nil or can gnus-agent-expire be disabled by doing so.
4905         If you don't want to run gnus-agent-expire, don't call it.
4906         (gnus-agent-expire): The broken test to disable gnus-agent-expire
4907         when g-a-e-d was NOT nil was removed.
4908         (gnus-agent-article-name): Removed unnecessary input test as
4909         article IDs are always strings.
4910         (gnus-agent-regenerate-group): Added check to protect against
4911         servers that generate absurdly long article IDs.  Valid IDs are
4912         less than 10 digits to avoid overflow errors.  Fixed logic error
4913         when ensuring that the final article ID is present in the new
4914         alist.
4915
4916 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4917
4918         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
4919         next line after finding the parent.
4920
4921 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4922
4923         * gnus.el (gnus-version-number): Bumped.
4924
4925 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4926
4927         * gnus.el: Oort Gnus v0.15 is released.
4928
4929 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
4930
4931         * nnmail.el (nnmail-split-it): If a message ends up matching the
4932           same mailbox more than once, it will cause duplicates to appear
4933           in the mailbox.
4934
4935 2003-02-08  Simon Josefsson  <jas@extundo.com>
4936
4937         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
4938         code that only worked under Emacs.
4939
4940         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
4941         Das <satyaki@chicory.stanford.edu>.
4942
4943 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
4944
4945         * gnus-art.el (gnus-article-refer-article): Use
4946         gnus-replace-in-string.
4947
4948         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
4949         (gnus-remove-duplicates): do.
4950
4951 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4952
4953         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
4954         (gnus-request-scan): set
4955         gnus-internal-registry-spool-current-method to gnus-command-method
4956         before a request-scan operation
4957
4958         * gnus-registry.el (regtest-nnmail): use
4959         gnus-internal-registry-spool-current-method
4960
4961 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4962
4963         * mail-source.el (mail-source-fetch): Typo fix.
4964
4965 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4966
4967         * nnmail.el (nnmail-spool-hook): new hook
4968         (nnmail-cache-insert): call nnmail-spool-hook
4969
4970         * gnus-registry.el: new file with examples of using the hooks
4971
4972         * gnus.el (gnus-registry): added registry customization group
4973         (gnus-group-prefixed-name): improve function to return full group
4974         name optionally
4975         (gnus-group-guess-prefixed-name): shortcut to
4976         gnus-group-prefixed-name, using just the group name
4977         (gnus-group-full-name): always get a group's full name
4978         (gnus-group-guess-full-name): shortcut, using just the group name
4979
4980         * gnus-sum.el (gnus-summary-article-move-hook)
4981         (gnus-summary-article-delete-hook)
4982         (gnus-summary-article-expire-hook): new hooks
4983         (gnus-summary-move-article, gnus-summary-expire-articles)
4984         (gnus-summary-delete-article): invoke the new hooks
4985
4986 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
4987
4988         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
4989         from message-ID
4990
4991 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
4992
4993         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
4994
4995 2003-02-07  John Paul Wallington  <jpw@gnu.org>
4996
4997         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
4998         (mm-write-region, mm-detect-coding-region): Doc fixes.
4999
5000 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5001
5002         * mail-source.el (mail-source-fetch): Ignore errors.
5003         (mail-source-ignore-errors): New variable.
5004
5005         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
5006         articles.
5007
5008         * gnus-msg.el (gnus-version-expose-system): Change default.
5009
5010 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
5011
5012         * gnus-msg.el (gnus-version-expose-system): New variable.
5013
5014 2003-02-07  Simon Josefsson  <jas@extundo.com>
5015
5016         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
5017         patch from deskpot@myrealbox.com (Vasily Korytov).
5018
5019 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5020
5021         * gnus-art.el (article-display-face): Get the Face header from
5022         the current buffer.
5023
5024 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5025
5026         * gnus-art.el (gnus-mime-view-part-internally): Bind
5027         buffer-read-only to nil.
5028
5029 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5030
5031         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
5032         from g-a-e-1 to g-a-e-2.
5033
5034 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
5035
5036         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
5037         of bbdb-search-simple, use spam-use-BBDB-exclusive
5038         (spam-check-whitelist): use spam-use-whitelist-exclusive
5039         (spam-use-whitelist-exclusive): new variable affecting
5040         spam-use-whitelist
5041         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
5042
5043 2003-02-05  Simon Josefsson  <jas@extundo.com>
5044
5045         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
5046         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
5047         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
5048         (gnus-agent-expire-1): New.
5049         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
5050         (gnus-agent-expire-2): New.
5051
5052 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
5053
5054         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
5055         "delete-if" is misleading because it isn't actually destructive.
5056
5057         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
5058
5059         * nnmail.el (nnmail-purge-split-history): do.
5060
5061         * gnus-win.el (gnus-get-buffer-window): do.
5062
5063         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
5064         let-binding.
5065         (gnus-simplify-all-whitespace): do.
5066
5067 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * gnus-delay.el (gnus-delay-article): Fix binding of the
5070         nndraft:delayed group.
5071
5072 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5073
5074         * gnus.el (spam group parameters): change 'other to 'const in
5075         the group parameter definitions to soothe XEmacs
5076
5077 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5078
5079         * gnus-delay.el (gnus-delay-article): Really create
5080         nndraft:delayed group if it doesn't exist.
5081
5082 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
5083
5084         * gnus-sum.el (gnus-summary-search-article): Speed up by
5085         disabling various visual features while searching.
5086         (gnus-summary-recenter): Test gnus-auto-center-summary first.
5087
5088 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
5089
5090         * spam.el (spam-list-of-checks): Don't quote nil and t in
5091         docstrings.  From the elisp manual:
5092
5093            When a documentation string refers to a Lisp symbol, write
5094            it [..] with single-quotes around it.  [..] There are two
5095            exceptions: write t and nil without single-quotes.
5096
5097         * messcompat.el (message-from-style): do.
5098
5099         * message.el (message-send-mail): do.
5100
5101         * gnus-util.el (gnus-use-byte-compile): do.
5102
5103         * gnus-score.el (gnus-score-lower-thread): do.
5104
5105         * gnus-int.el (gnus-server-unopen-status): do.
5106
5107         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
5108         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
5109
5110         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
5111         (gnus-group-parameters): do.
5112
5113         * gnus-art.el (gnus-article-mime-match-handle-function): do.
5114
5115         * mm-decode.el (mm-text-html-renderer): do.
5116
5117 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5118
5119         * nnheader.el (nnheader-directory-separator-character): Change the
5120         way to compute the dafault value.
5121
5122 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
5123
5124         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
5125         (gnus-button-alist): Fix regexp for describe-key.
5126         (gnus-button-handle-describe-function)
5127         (gnus-button-handle-describe-variable)
5128         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
5129         (gnus-button-handle-apropos-variable)
5130         (gnus-button-handle-apropos-documentation): Docstring fix.
5131
5132         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
5133
5134 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5135
5136         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
5137         to nil.
5138
5139         * nnmail.el: Removed gnus-util autoload.
5140
5141         * gnus.el: Use gnus-prin1-to-string throughout.
5142
5143         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
5144         print-level.
5145
5146         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
5147         (gnus-treat-display-grey-xface): Removed.
5148
5149         * gnus-fun.el (gnus-grab-cam-face): New.
5150         (gnus-convert-image-to-gray-x-face): Removed.
5151         (gnus-convert-gray-x-face-to-xpm): removed.
5152         (gnus-convert-gray-x-face-region): Removed.
5153         (gnus-grab-gray-x-face): Removed.
5154
5155         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
5156
5157 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
5158
5159         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
5160         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
5161         bound.
5162
5163         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
5164
5165 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
5166
5167         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
5168         Remove -- these are bogus options which are never used.
5169
5170 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
5171
5172         * gnus-art.el (gnus-article-mode): Use summary tool bar.
5173
5174 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
5175
5176         * spam.el (spam-check-blackholes)
5177         (spam-blackhole-good-server-regex): new variable to skip some IPs
5178         when checking blackholes; use it
5179         (spam-check-bogofilter-headers)
5180         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
5181         case more X-Bogosity is used than just "Yes/No"
5182         (spam-ham-move-routine): semi-fixed, only first article is
5183         properly moved now
5184
5185 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
5186
5187         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
5188         as well.
5189
5190         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
5191
5192         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
5193
5194         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
5195
5196         * gnus-bcklg.el (gnus-backlog-shutdown): do.
5197
5198         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
5199
5200 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5201
5202         * gnus-fun.el (gnus-face-encode): New function.
5203         (gnus-convert-png-to-face): Use it.
5204
5205         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
5206
5207 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
5208
5209         * mm-decode.el (mm-dissection-list): Remove.
5210         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
5211         only used in mm-remove-all-parts.
5212         (mm-remove-all-parts): Remove it, it's never called.
5213
5214 2003-01-25  Simon Josefsson  <jas@extundo.com>
5215
5216         * gnus-group.el (gnus-group-make-group): Report errors.
5217
5218         * nnimap.el (nnimap-request-create-group): Ditto.
5219
5220         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
5221
5222         * sieve.el (sieve-upload): Fix error printing.
5223
5224         * mm-encode.el (mm-qp-or-base64): Always QP iff
5225         mm-use-ultra-safe-encoding and cleartext PGP.
5226
5227         * gnus-sum.el (gnus-summary-select-article): Inhibit
5228         redisplay (mainly for secured messages).
5229
5230         * nnmail.el (nnmail-article-group): Copy body too (but don't
5231         process it).
5232
5233 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
5234
5235         * gnus-art.el (gnus-article-setup-buffer): Reset
5236         gnus-button-marker-list.
5237
5238 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5239
5240         * nntp.el (nntp-read-timeout): Default to using a second delay
5241         under Microsoft Windows.
5242
5243 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5244
5245         * nnheader.el (nnheader-directory-separator-character): New
5246         variable.
5247
5248 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5249
5250         * gnus-agent.el (gnus-agent-max-fetch-size)
5251         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
5252         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
5253         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
5254         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
5255         (gnus-agent-braid-nov, gnus-agent-load-alist)
5256         (gnus-agent-article-alist-save-format)
5257         (gnus-agent-read-agentview, gnus-agent-save-alist)
5258         (gnus-agent-fetch-group-1, gnus-agent-expire)
5259         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
5260         (gnus-agent-regenerate-group): Reformat to keep under eighty
5261         columns.  Reword docstrings so that first line is under eighty
5262         chars and a complete sentence.  Still need to work on the rear
5263         end of the file, in particular gnus-agent-expire.
5264
5265 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5266
5267         * gnus-agent.el (gnus-agentize): Indent.
5268
5269         * gnus.el (gnus-version-number): Bumped.
5270
5271 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5272
5273         * gnus.el: Oort Gnus v0.14 is released.
5274
5275 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5276
5277         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
5278         before beginning.  Tiny patch from Mark Thomas
5279         <swoon@bellatlantic.net>.
5280
5281 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5282
5283         * spam.el (spam-check-blackholes, spam-split)
5284         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
5285         gnus-message calls to show to users what spam.el is doing
5286
5287 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
5288
5289         * gnus-msg.el (gnus-message-replysign)
5290         (gnus-message-replyencrypt): Fix typo.
5291
5292 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5293
5294         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
5295         details.
5296
5297 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5298
5299         * gnus-art.el (gnus-article-press-button): let* -> let.
5300         (gnus-mime-security-show-details): Cleaned up.
5301         (gnus-mime-security-press-button): Save excursion.
5302         (gnus-insert-mime-security-button): Clean up.
5303
5304         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
5305
5306         * gnus-async.el (gnus-async-wait-for-article): Don't use a
5307         timeout.
5308
5309         * nntp.el (nntp-accept-process-output): Removed timeout.
5310         (nntp-read-timeout): New variable.
5311         (nntp-accept-process-output): Use it.
5312
5313         * gnus-sum.el (gnus-data-find-list): Remove *.
5314
5315 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5316
5317         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
5318         introduced on 2002-01-22.
5319         (gnus-summary-first-unseen-or-unread-subject): Ditto.
5320
5321 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
5322
5323         * spam.el (spam-check-regex-headers, spam-list-of-checks)
5324         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
5325         checks of incoming mail based on simple header regexp matching
5326
5327 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
5328
5329         * gnus-sum.el (gnus-spam-mark): set to `$'
5330
5331 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5332
5333         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
5334         gnus-newsgroup-unfetched, the list of articles whose headers have
5335         not been fetched from the server.
5336
5337         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
5338         parameter as it never worked due to a bug.  Added check to prevent
5339         selection of any article in the gnus-newsgroup-unfetched list.
5340         (gnus-summary-find-prev): Added check to prevent selection of any
5341         article in the gnus-newsgroup-unfetched list.
5342         (gnus-summary-first-subject): Documented API. Modified
5343         implementation so that constraints are handled independently.
5344         Added check to prevent selection of any article in the
5345         gnus-newsgroup-unfetched list.
5346         (gnus-summary-first-unseen-subject): Updated parameters in
5347         gnus-summary-first-subject call to match new API.
5348         (gnus-summary-first-unseen-or-unread-subject): Ditto.
5349         (gnus-summary-catchup): Do not mark unfetched articles as read.
5350
5351 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
5352
5353         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
5354         make-obsolete-variable allows only two arguments in XEmacs and
5355         Emacs 20.
5356
5357         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
5358         gnus-article-hide-pgp.
5359         (gnus-summary-make-menu-bar): do.
5360
5361         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
5362         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
5363         gnus-article-hide-pgp.
5364         (article-hide-pgp): Remove.
5365         (gnus-article-hide): Remove gnus-article-hide-pgp.
5366
5367         * gnus.el: Remove gnus-article-hide-pgp
5368
5369 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5370
5371         * message.el (message-required-headers): Doc fix.
5372
5373 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
5374
5375         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
5376         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
5377         option to make ifile a purely binary classifier
5378
5379 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5380
5381         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
5382         (mml-secure-encrypt-pgpmime): Removed double.
5383
5384         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
5385         debugging statements.
5386
5387 2003-01-21  Andreas Fuchs  <asf@void.at>
5388
5389         * mml-sec.el (mml-sign-alist): Added pgpauto.
5390
5391 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5392
5393         * gnus.el (gnus-version-number): Bumped version number.
5394
5395 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5396
5397         * gnus.el: Oort Gnus v0.13 is released.
5398
5399 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5400
5401         * gnus-art.el (gnus-button-url-regexp): Removed |.
5402
5403         * message.el (message-send-hook): Doc fix.
5404
5405         * gnus-win.el (gnus-buffer-configuration): Display article
5406         instead of article-copy when `reply'.
5407
5408 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
5409
5410         * gnus.el (gnus-format): Change customize group to gnus.
5411         (gnus-cache): Add link.
5412         (gnus-group-charter-alist): Fix docstring.
5413
5414 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
5415
5416         * mailcap.el (mailcap-print-command): lpr-command might be
5417         unbound in XEmacs.
5418
5419 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5420
5421         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
5422
5423         * gnus-sum.el (gnus-summary-update-article-line): Fixed
5424         calculation of net characters added for use in the gnus-data
5425         structure.
5426
5427 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5428
5429         * nnmail.el (nnmail-process-unix-mail-format): Improve error
5430         message.  Suggested by Jari Aalto.
5431
5432 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5433
5434         * gnus-art.el (gnus-article-followup-with-original): Clean up.
5435         (gnus-article-reply-with-original): Ditto.
5436
5437         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
5438         read articles don't become unread.
5439
5440 2003-01-17  Simon Josefsson  <jas@extundo.com>
5441
5442         * gnus-fun.el (gnus-x-face-from-file):
5443         (gnus-face-from-file): Suggest image format in minibuffer prompt.
5444
5445         * gnus-fun.el (gnus-convert-image-to-x-face-command)
5446         (gnus-convert-image-to-face-command): Doc fix.
5447
5448 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5449
5450         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
5451
5452 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
5453
5454         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
5455         avoid encoding problems.
5456
5457         * mailcap.el (mailcap-ps-command): New variable.
5458         (mailcap-mime-data): Add print entry where applicable.  Use
5459         pdftotext on a tty.
5460
5461 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5462
5463         * gnus-sum.el (gnus-alter-header-function): Add type and group.
5464
5465 2003-01-16  Simon Josefsson  <jas@extundo.com>
5466
5467         * gnus-fun.el (gnus-convert-image-to-x-face-command)
5468         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
5469         (gnus-face-from-file): Doc fix; don't mention image format.
5470
5471 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5472
5473         * spam.el (spam-get-article-as-filename): new function (unused for now)
5474         (spam-get-article-as-buffer): new function
5475         (spam-get-article-as-string): use spam-get-article-as-buffer
5476         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
5477
5478 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5479
5480         * gnus-agent.el: Don't use `path'.
5481         From the GNU coding standards:
5482
5483             Please do not use the term ``pathname'' that is used in Unix
5484             documentation; use ``file name'' (two words) instead.  We use
5485             the term ``path'' only for search paths, which are lists of
5486             directory names.
5487
5488         * nnsoup.el (nnsoup-file-name): Ditto.
5489
5490         * nnmail.el (nnmail-pathname-coding-system): Ditto.
5491         (nnmail-group-pathname): Ditto.
5492
5493         * nnimap.el (nnimap-group-overview-filename): Ditto.
5494
5495         * nnheader.el (nnheader-pathname-coding-system): Ditto.
5496         (nnheader-group-pathname): Ditto.
5497
5498         * nnfolder.el (nnfolder-group-pathname): Ditto.
5499
5500         * gnus.el (gnus-home-directory): Ditto.
5501
5502         * gnus-group.el (gnus-group-icon-list): Ditto.
5503
5504 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
5505
5506         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
5507
5508         * message.el (message-mode-menu): Use it.
5509         (message-mode-menu): Deactivate "Yank Original" if there's no
5510         reply buffer.
5511
5512         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
5513
5514         * message.el (message-mark-active-p): New function.
5515
5516 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
5517
5518         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
5519         (spam-bogofilter-database-directory): new variables
5520         (spam-check-bogofilter-headers, spam-check-bogofilter)
5521         (spam-bogofilter-register-with-bogofilter)
5522         (spam-bogofilter-register-spam-routine)
5523         (spam-bogofilter-register-ham-routine)
5524         (spam-group-ham-processor-bogofilter-p): new functions for the new
5525         Bogofilter interface
5526         (spam-summary-prepare-exit): use the new Bogofilter functions
5527         (spam-list-of-checks): added spam-use-bogofilter-headers
5528         (spam-bogofilter-score): rewrote function
5529         (spam-check-bogofilter): optional score parameter, uses
5530         spam-check-bogofilter-headers better
5531         (spam-check-bogofilter-headers): optional score parameter
5532
5533         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
5534         default, in the gnus-start customization group.  Used to disable
5535         the spam-*/ham-* parameters.
5536         (gnus-group-ham-exit-processor-bogofilter): new ham processor
5537
5538 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
5539
5540         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
5541         XEmacs.
5542
5543         * gnus-ems.el (gnus-mark-active-p): do.
5544
5545 2003-01-15  Kevin Ryde  <user42@zip.com.au>
5546
5547         * gnus.texi (Using MIME): Mention auto-compression-mode with
5548         gnus-mime-copy-part.
5549
5550 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5551
5552         * message.el (message-send): Don't warn about duplicates when
5553         superseding.
5554
5555 2003-01-15  Simon Josefsson  <jas@extundo.com>
5556
5557         * nnimap.el (nnimap-split-download-body): New variable.
5558         (nnimap-split-articles): Use it.
5559
5560 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5561
5562         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
5563         integrity checker was incorrectly flagging, and removing, articles
5564         whose article number was negative.
5565         (gnus-agent-fetch-group-1): When executed in the group's summary
5566         buffer, refresh each downloaded line to update the status flag and
5567         font.  Preserve the value of gnus-newsgroup-headers so that
5568         gnus-agent-fetch-articles can split the requests by size.
5569         (gnus-agent-expire): Corrected day calculation for when
5570         gnus-agent-expire-days contains a list.
5571
5572 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5573
5574         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
5575
5576 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
5577
5578         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
5579           /usr/bin/play as default player.
5580           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
5581
5582 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5583
5584         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
5585         articles to be marked as well.
5586
5587 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5588         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
5589         fictious headers generated by nnagent (ie. Undownloaded Article
5590         ####) in the list of articles that have not been downloaded.
5591
5592         * gnus-int.el (): Added require declarations to resolve
5593         compile-time warnings.
5594         (gnus-open-server): If the server status is set to offline,
5595         recursively execute gnus-open-server to open the offline backend
5596         (e.g. nnagent).
5597
5598 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
5599
5600         * gnus-art.el (gnus-article-reply-with-original): Use
5601         gnus-mark-active-p.
5602         (gnus-article-followup-with-original): do.
5603
5604 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5605
5606         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
5607
5608 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5609
5610         * gnus-score.el (gnus-score-edit-file-at-point): New function.
5611         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
5612
5613 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
5614
5615         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
5616         (gnus-face-from-file): Ditto.
5617
5618 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5619
5620         * gnus-sum.el (gnus-articles-to-read): Don't just apply
5621         gnus-alter-articles-to-read-function to the unread articles.
5622
5623 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5624
5625         * deuglify.el (gnus-article-outlook-unwrap-lines)
5626         (gnus-article-outlook-repair-attribution)
5627         (gnus-article-outlook-rearrange-citation): New function names,
5628         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
5629         doc-string.
5630
5631         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
5632         removed `W k' key binding (use `W Y f' instead).
5633         (gnus-summary-make-menu-bar): Use new function names.
5634
5635 2003-01-13  Simon Josefsson  <jas@extundo.com>
5636
5637         * gnus-fun.el (gnus-random-x-face): Doc fix.
5638         (gnus-insert-random-x-face-header): New function.
5639
5640 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
5641
5642         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
5643         mark is not active.
5644
5645         * gnus-msg.el (gnus-inews-do-gcc): Comment.
5646
5647         * gnus-ems.el (gnus-mark-active-p): New function.
5648
5649         * gnus-group.el (gnus-topic-mode-p): New function.
5650         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
5651         Deactivate items if mark is not active.
5652
5653 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5654
5655         * gnus.el (gnus-version-number): Bumped version.
5656         (gnus-summary-line-format): Doc fix.
5657
5658 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5659
5660         * gnus.el: Oort Gnus v0.12 is released.
5661
5662 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5663
5664         * mail-source.el (mail-sources): Removed autoload to make it
5665         compile under XEmacs.
5666
5667 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
5668
5669         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
5670         regexp or a function too.
5671         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
5672         confirmation even if the original article is mail.
5673
5674 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5675
5676         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
5677         articles to be marked when not yanking.
5678
5679 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
5680
5681         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
5682
5683 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5684
5685         * gnus-fun.el (gnus-face-from-file): Autoload.
5686
5687         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
5688         errors.
5689
5690 2003-01-12  Simon Josefsson  <jas@extundo.com>
5691
5692         * sieve.el (sieve-upload-and-bury): New.  Suggested by
5693         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
5694
5695         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
5696         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
5697
5698 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5699
5700         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
5701         in every string.
5702
5703         * gnus.el (gnus-version-number): Bumped version number.
5704
5705 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5706
5707         * gnus.el: Oort Gnus v0.11 is released.
5708
5709 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
5710
5711         * message.el (message-fetch-reply-field): Narrow to headers.
5712
5713         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
5714         if Gnus isn't alive.
5715
5716 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5717
5718         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
5719         marks from articles that are already stored in the agent.
5720         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
5721         backup copy of an invalid .overview file for later analysis.
5722
5723 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
5724
5725         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
5726         exit work with two frames.
5727
5728 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
5729
5730         * message.el (message-forward-make-body): Use mule4.
5731
5732 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5733
5734         * message.el (message-mode-map): Move wide-reply command.
5735
5736 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
5737
5738         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
5739         castellano.
5740         (gnus-outlook-display-hook): New variable.
5741         (gnus-outlook-display-article-buffer): New function.
5742         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
5743         (gnus-outlook-deuglify-article): Made them interactive and added
5744         optional arg.  Use `g-o-d-a-b'.
5745         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
5746
5747         * gnus-sum.el: Added autoloads.
5748         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
5749         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
5750
5751 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5752
5753         * gnus-art.el (gnus-display-mime): Use the mime emulation
5754         variable.
5755
5756         * gnus-sum.el (gnus-article-emulate-mime): New variable.
5757
5758         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
5759         newsrc-alist is initialized properly.
5760
5761         * mail-source.el (mail-sources): Autoload.
5762
5763         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
5764         nil.
5765
5766         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
5767         insert two newlines.
5768
5769         * message.el (message-check-news-header-syntax): Compute the
5770         header length correctly.
5771
5772 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5773
5774         * gnus-agent.el (gnus-agent-expire): Do not remove article from
5775         alist when keeping fetched article file.
5776         (gnus-agent-retrieve-headers): When parsing response for article
5777         numbers, use the same algorithm as gnus-agent-braid-nov to protect
5778         against garbage in the server's response.
5779
5780         * gnus-int.el (gnus-request-expire-articles,
5781         gnus-request-move-article): Only expire when the group's server
5782         has been agentized.
5783
5784 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5785
5786         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
5787         errors when deleting overlays.
5788
5789         * gnus-score.el (gnus-score-followup): Allow tracing.
5790
5791         * gnus-art.el (gnus-treat-display-face): New variable.
5792         (article-display-face): New command.
5793
5794         * gnus-fun.el (gnus-face-from-file): New function.
5795         (gnus-convert-face-to-png): Ditto.
5796
5797         * gnus-art.el (gnus-ignored-headers): Added Face.
5798
5799 2003-01-10  Simon Josefsson  <jas@extundo.com>
5800
5801         * nndraft.el (nndraft-request-group): Avoid crash in
5802         directory-files when draft directory doesn't exists.
5803
5804         * gnus-sum.el (gnus-select-article-hook): Add :option.
5805
5806 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
5807
5808         * spam.el (spam-use-stat): new variable
5809         (spam-group-spam-processor-stat-p)
5810         (spam-group-ham-processor-stat-p): new convenience functions
5811         (spam-summary-prepare-exit): add spam/ham processors to sequence
5812         (spam-list-of-checks): add spam-use-stat to list of checks
5813         (spam-split): conditionally load the spam-stat tables
5814         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
5815         spam-check-ifile): new functions
5816
5817         * spam-stat.el (spam-stat): typo fix
5818         (spam-stat-install-hooks): new variable
5819         (spam-stat-split-fancy-spam-group): added documentation clarification
5820         (spam-stat-split-fancy-spam-threshhold): new variable
5821         (spam-stat-install-hooks): make hooks conditional
5822         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
5823
5824         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
5825         spam-stat ham/spam processor symbols
5826
5827 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5828
5829         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
5830         file exists.
5831
5832 2003-01-10  Simon Josefsson  <jas@extundo.com>
5833
5834         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
5835         undownloaded/downloadable only when unplugged.
5836
5837 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
5838
5839         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
5840
5841 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5842
5843         * spam.el (spam-check-ifile): fixed call-process-region to use the
5844         db parameter only if it's set
5845         (spam-ifile-register-with-ifile): ditto
5846
5847 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
5848
5849         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
5850         spam-stat-nbad before creating the hash table.
5851         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
5852         Changed copyright statement to FSF.
5853
5854 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5855
5856         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
5857         processable articles as read.
5858         (gnus-agent-summary-fetch-series): Remove processable and
5859         downloadable marks on all downloaded articles in the series.
5860
5861         * nntp.el (nntp-report): Throw error after reporting the problem.
5862         (nntp-accept-process-output): Corrected error check to report an
5863         error when the process is nil.
5864
5865 2003-01-09  Simon Josefsson  <jas@extundo.com>
5866
5867         * message.el (message-tool-bar-map): Add preview.
5868
5869 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
5870
5871         * mml.el (mml-preview): Get rid of MIME handles and buffers after
5872         previewing.
5873
5874 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
5875
5876         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
5877         bug when the (n+1)th article to be added to a group has a smaller
5878         number than the n articles already added.
5879
5880 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
5881
5882         * message.el (message-mode-field-menu): Use backquote.
5883
5884 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
5885
5886         * spam.el: fixed the BBDB autoloads again, using
5887         bbdb-search-simple now (which is not a macro, thank god)
5888
5889         * lpath.el (bbdb-search): removed function from maybe-fbind list
5890
5891         * gnus.el (ham-process-destination): added new parameter for
5892         destination of ham articles found in spam groups at summary exit
5893
5894         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
5895         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
5896         (spam-ifile-database-path): added new parameter for ifile's database
5897         (spam-move-spam-nonspam-groups-only): new parameter to determine
5898         if spam should be moved from all groups or only some
5899         (spam-summary-prepare-exit): fixed logic to use
5900         spam-move-spam-nonspam-groups-only when deciding to invoke
5901         spam-mark-spam-as-expired-and-move-routine; always invoke that
5902         routine after the spam has been expired-or-moved in case there's
5903         some spam left over; use spam-ham-move-routine in spam groups
5904         (spam-ham-move-routine): new function to move ham articles to the
5905         ham-process-destinations group parameter
5906
5907 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5908
5909         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
5910
5911         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
5912         gnus-summary-update-article-line.
5913
5914 2003-01-08  Simon Josefsson  <jas@extundo.com>
5915
5916         * nnmail.el (nnmail-expiry-target-group): Request group, create it
5917         not successful.
5918
5919 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
5922
5923 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5924
5925         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
5926         logic, finally
5927
5928 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5929
5930         * gnus-spec.el (gnus-parse-format): %C is a complex format.
5931         (gnus-parse-format): Change to %~.
5932
5933         * message.el (message-generate-headers): Don't generate optional
5934         empty headers.
5935
5936 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5937
5938         * message.el (message-cross-post-default)
5939         (message-cross-post-note-function, message-shoot-gnksa-feet)
5940         (message-strip-subject-trailing-was, message-change-subject)
5941         (message-mark-insert-file, message-cross-post-followup-to)
5942         (message-cross-post-followup-to, message-mode-map)
5943         (message-generate-unsubscribed-mail-followup-to)
5944         (message-make-mail-followup-to): Minor changes to doc-strings and
5945         error messages.  Updated copyright line.
5946
5947         * message.el (message-make-mail-followup-to,
5948         message-generate-unsubscribed-mail-followup-to): New function
5949         names.  Renamed functions: "-mft" -> "-mail-followup-to".
5950         (message-make-mft, message-gen-unsubscribed-mft): Removed function
5951         names.
5952
5953         * mml.el (mml-preview-insert-mail-followup-to): New function name.
5954         (mml-preview-insert-mft): Removed function name.
5955         (mml-preview): Use new function names.
5956
5957         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
5958
5959         * message.el (message-mode-field-menu): Moved header related
5960         commands from "Message" to "Field" menu.
5961
5962 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5963
5964         * message.el (message-generate-headers-first): Added customization
5965         if variable is a list.
5966
5967 2003-01-07  Michael Shields  <shields@msrl.com>
5968
5969         * gnus-art.el (gnus-article-next-page): Correctly handle the case
5970         where the last line of the article is the last line of the window.
5971
5972 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5973
5974         * gnus-msg.el (gnus-debug): Use ignore-errors.
5975
5976         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
5977         `gnus-summary-update-line'.
5978
5979 2003-01-08  Simon Josefsson  <jas@extundo.com>
5980
5981         * gnus-art.el (gnus-unbuttonized-mime-types)
5982         (gnus-buttonized-mime-types): Doc fix.
5983
5984 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
5985
5986         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
5987
5988 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5989
5990         * nnrss.el (nnrss-group-alist): Add and clear up.
5991
5992 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5993
5994         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
5995
5996         * lpath.el (bbdb-search): added BBDB functions for a better way to
5997         fix missing functions
5998
5999         * spam.el (spam-check-ifile): if should be an unless
6000
6001         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
6002         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
6003         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
6004
6005 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6006
6007         * gnus-sum.el (gnus-summary-make-menu-bar): Added
6008         gnus-summary-refer-thread to thread menu.
6009
6010 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6011
6012         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
6013         summary buffer, articles that cannot be fetched are marked as
6014         canceled.
6015
6016         * nntp.el (nntp-with-open-group): The quit signal handler must
6017         propagate the quit signal to the next outer handler so that the
6018         caller knows that the request aborted abnormally.
6019
6020 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
6021
6022         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
6023         (spam-ifile-register-spam-routine)
6024         (spam-ifile-register-ham-routine): added ifile functionality that
6025         does not use ifile-gnus.el to classify and register articles
6026         (spam-get-article-as-string): convenience function
6027         (spam-summary-prepare-exit): added ifile spam and ham registration
6028         (spam-ifile-all-categories, spam-ifile-spam-category)
6029         (spam-ifile-path, spam-ifile): added customization options
6030
6031         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
6032         exit processor
6033         (spam-process): added gnus-group-ham-exit-processor-ifile to the
6034         list of choices
6035
6036 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6037
6038         * gnus-score.el (gnus-score-followup): Also score immediate
6039         followups.
6040
6041 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6042
6043         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
6044
6045 2003-01-07  Simon Josefsson  <jas@extundo.com>
6046
6047         * message.el (message-mode-menu): Fix receipt balloon help.
6048
6049 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
6050
6051         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
6052         always be interpreted as news.
6053
6054 2003-01-07  Simon Josefsson  <jas@extundo.com>
6055
6056         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
6057         gnus-sieve-script, instead of the global variable
6058         gnus-sieve-crosspost.  One-line patch from Steinar Bang
6059         <sb@dod.no>.
6060
6061 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6062
6063         * gnus.el: Renamed gnus-summary-*-uncached-face as
6064         gnus-summary-*-undownloaded-face to avoid confusing the agent with
6065         the cache.
6066
6067         * gnus-sum.el: Ditto.
6068
6069 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6070
6071         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
6072         in either the group or summary buffer.
6073         New command "JS", in summary buffer, will fetch articles per the
6074         group's category, predicate, and processable flags.
6075         (gnus-agent-summary-fetch-series): Rewritten to call
6076         gnus-agent-session-fetch-group once with all articles in the
6077         series.
6078         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
6079         return list of fetched articles.
6080         (gnus-agent-fetch-articles): Split fetch list into sublists such
6081         that the article buffer is only slightly larger than
6082         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
6083         the group's article alist is saved.
6084         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
6085         longer result in the agent trying to fetch an article.
6086         (gnus-agent-fetch-group-1): Can now be called in either the group
6087         or summary buffer.  Removed the max-fetch-size code that I added
6088         on 2002-12-13 as that capability is now part of
6089         gnus-agent-fetch-articles.  Added code to update summary buffer.
6090         When called in the group buffer, articles that can not be fetched
6091         are AUTOMATICALLY MARKED AS READ.
6092
6093         * gnus-sum.el (): Modified eval-when-compile to minimize
6094         misleading compilation warnings.
6095         (gnus-update-summary-mark-positions): Changed code to use
6096         gnus-undownloaded-mark rather than gnus-downloaded-mark.
6097
6098         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
6099         empty file as the parser assumes that the file isn't empty.
6100
6101         * nntp.el (nntp-send-string): The process-send-string call can,
6102         because it performs I/O on the process, change the process' state
6103         from open to closed.  If this happens, call nntp-report
6104         immediately to report the broken connection.
6105         (nntp-report): Rewritten to avoid needing a global variable to
6106         determine the appropriate course of action.  Instead, two function
6107         implementations are provided and the nntp-report function value is
6108         bound to the appropriate implementation.
6109         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
6110         (nntp-with-open-group): Now binds nntp-report's function cell
6111         rather than binding gnus-with-open-group-first-pass.  Added a
6112         condition-case to detect a quit during a nntp command.  When the
6113         quit occurs, the current connection is closed as a fetch articles
6114         request could have several megabytes queued up for reading.
6115         (nntp-retrieve-headers): Bind articles to itself.  If
6116         nntp-with-open-group repeats this command, I must have access to
6117         the original list of articles.
6118         (nntp-retrieve-groups): Ditto for groups.
6119         (nntp-retrieve-articles): Ditto for articles.
6120         (*): Replaced nntp-possibly-change-group calls to
6121         nntp-with-open-group forms in all, but one, occurrance.
6122         (nntp-accept-process-output): Bug fix. Detect when called with
6123         null process.
6124
6125 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
6126
6127         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
6128         if we don't need to.
6129         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
6130
6131 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6132
6133         * gnus-group.el (gnus-group-make-web-group): Pass the select
6134         method on to group-create.
6135         (gnus-group-line-format-alist): %U is an integer.
6136
6137         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
6138         ephemeral groups.
6139         (gnus-summary-read-group-1): Ditto.
6140         (gnus-group-make-articles-read): Ditto.
6141
6142         * mm-url.el (mm-url-program): Doc fix.
6143
6144         * message.el (message-mode-map): Rebound
6145         message-insert-wide-reply.
6146
6147 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6148
6149         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
6150         color as `gnus-group-startup-message' does.
6151
6152 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
6153
6154         * spam.el: fixed line lengths to 80 chars or less
6155
6156         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
6157         "not-read" mark
6158         (gnus-summary-mark-forward): added the spam-mark to the list of
6159         marks not to be marked as "read" when viewed
6160
6161 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6162
6163         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
6164
6165         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
6166         Protect against unactive groups.
6167
6168         * message.el (message-check-news-header-syntax): Check long
6169         header lines.
6170         (message-check-news-header-syntax): Update `start'.
6171
6172         * gnus-group.el (gnus-group-expire-articles): Doc fix.
6173         (gnus-group-line-format): %U.
6174         (gnus-group-line-format-alist): ?U.
6175         (gnus-number-of-unseen-articles-in-group): New function.
6176
6177         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
6178
6179         * gnus.el (gnus-version-number): Bump version number.
6180
6181 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6182
6183         * gnus.el: Oort Gnus v0.10 is released.
6184
6185 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6186
6187         * gnus.el (gnus-version-number): Fix version number.
6188
6189 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6190
6191         * gnus.el: Oort Gnus v0.08 is released.
6192
6193 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
6194
6195         * mm-util.el: Add mm-string-make-unibyte.
6196
6197         * gnus-group.el (gnus-group-jump-to-group): Make it work for
6198         UTF-8 groups.
6199
6200 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6201
6202         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
6203
6204         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
6205
6206 2003-01-04  Kevin Ryde  <user42@zip.com.au>
6207
6208         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
6209         function.
6210
6211 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6212
6213         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
6214         (gnus-summary-read-group-1): Update group line.
6215         (gnus-summary-exit-no-update): Update group on exit.
6216
6217         * gnus-group.el (gnus-group-line-format): Add %*.
6218         (gnus-group-line-format-alist): Ditto.
6219         (gnus-group-insert-group-line): Set it.
6220         (gnus-group-is-exiting-p): New variable.
6221         (gnus-group-insert-group-line): Use it.
6222
6223 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
6224
6225         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
6226         enable BBDB ham processing
6227         (spam-blacklist-register-routine): enable blacklist spam processing
6228         (spam-whitelist-register-routine): enable whitelist ham processing
6229         (spam-fetch-field-from-fast): fast fetching of the "from" field
6230         from (gnus-data-list)
6231         (spam-summary-prepare-exit): works completely now
6232         (spam-use-blacklist): oops, should be nil by default
6233         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
6234         split processing now; before it was for summary exit as
6235         well but that's done with the spam-contents and spam-process
6236         parameters now
6237
6238 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
6239
6240         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
6241         characters.
6242
6243 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
6244
6245         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
6246         (spam-group-processor-p, spam-group-processor-bogofilter-p)
6247         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
6248         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
6249         (spam-mark-spam-as-expired-and-move-routine)
6250         (spam-generic-register-routine, spam-BBDB-register-routine)
6251         (spam-ifile-register-routine, spam-blacklist-register-routine)
6252         (spam-whitelist-register-routine): new functions
6253         (spam-summary-prepare-exit): added summary exit processing (expire
6254         or move) of spam-marked articles for spam groups; added slots for
6255         all the spam-*-register-routine functions
6256
6257 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6258
6259         * pop3.el (pop3-retr): Wait 500 msecs.
6260         (pop3-read-response): Ditto.
6261
6262         * gnus-msg.el (gnus-setup-message): Get the evaliation order
6263         right.
6264         (gnus-inews-make-draft): New function.
6265         (gnus-setup-message): Use it.
6266
6267         * message.el (message-required-headers): Add From.
6268
6269 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6270         Trivial patch from Norbert Koch <nk@viteno.net>.
6271
6272         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
6273
6274 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6275
6276         * message.el (message-generate-headers): Let header formatters do
6277         their work.
6278
6279 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
6280
6281         * deuglify.el (gnus-article-outlook-deuglify-article):
6282         Rehighlight, reapply treatments and call
6283         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
6284         (gnus-outlook-repair-attribution-block): Recognize cited
6285         attributions.  Suggested by Niklas Morberg.
6286
6287 2003-01-02  Pete Kazmier  <pete@kazmier.com>
6288
6289         * gnus-art.el (gnus-treat-predicate): Check condition first.
6290
6291 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
6292
6293         * lpath.el: Add url-http-file-exists-p.
6294
6295         * gnus-group.el (gnus-group-fetch-charter): Use
6296         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
6297
6298 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6299
6300         * message.el (message-draft-headers): Also generate From to get a
6301         nicer draft buffer summary.
6302
6303         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
6304         parameter.
6305
6306         * gnus-art.el (article-wash-html): Clean up.
6307         (article-wash-html): Typo fix.
6308
6309         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
6310         (gnus-summary-mail-forward): To many lists of lists.
6311
6312         * gnus-art.el (article-wash-html): Clean up.
6313
6314 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
6315
6316         * gnus-art.el (gnus-treat-wash-html): New variable.
6317
6318 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6319
6320         * message.el (message-check-news-header-syntax): Allow posting.
6321         (message-check-news-header-syntax): Fix logic for sure, this
6322         time.
6323
6324 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
6325
6326         * message.el (message-check-news-header-syntax): Check syntax of
6327         continuation headers.
6328
6329 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
6330
6331         * gnus-art.el (gnus-button-url-regexp,
6332         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
6333         (gnus-header-button-alist): Regexps are case insensitive here.
6334
6335 2003-01-02  Simon Josefsson  <jas@extundo.com>
6336
6337         * dig.el (query-dig): Doc fix.
6338
6339 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6340
6341         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
6342         summary buffer line, not just the download mark.
6343
6344 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6345
6346         * gnus-sum.el (gnus-summary-goto-subjects): New function.
6347         (gnus-summary-insert-dormant-articles): New command and
6348         keystroke.
6349
6350         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
6351         function for mass insertion of subjects.
6352
6353         * nndraft.el (nndraft-generate-headers): Don't move point.
6354
6355         * gnus.el (nnheader): Require nnheader.
6356
6357         * nndraft.el (nndraft-request-associate-buffer): Use
6358         make-local-variable.
6359
6360 2003-01-02  Michael Shields  <shields@msrl.com>
6361
6362         * nndraft.el (nndraft-request-associate-buffer): Make
6363         write-contents-hooks buffer-local before setting it.
6364
6365 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6366
6367         * gnus.el (gnus-group-parameter-value): Take an extra param.
6368         (gnus-group-fast-parameter): Let group param results be nil.
6369
6370         * gnus-art.el (gnus-article-forward-header): New function.
6371         (article-date-ut): Use it to remove continuation date headers.
6372
6373         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
6374         read-event.
6375         (gnus-summary-remove-bookmark): Clean up.
6376         (gnus-summary-set-bookmark): Clean up.
6377
6378         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
6379
6380         * gnus.el (gnus-group-startup-message): Bind data-directory to
6381         the Gnus etc directory.
6382
6383 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
6384
6385         * spam.el (spam-summary-prepare-exit): added slots for spam- and
6386         ham-processing of articles; use the new
6387         spam-group-(spam|ham)-contents-p functions
6388         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
6389         convenience functions
6390         (spam-mark-junk-as-spam-routine): use the new
6391         spam-group-spam-contents-p function
6392
6393         * gnus.el (spam-process, spam-contents, spam-process-destination):
6394         added new parameters with corresponding global variables
6395         (gnus-group-spam-exit-processor-ifile,
6396         gnus-group-spam-exit-processor-bogofilter,
6397         gnus-group-spam-exit-processor-blacklist,
6398         gnus-group-spam-exit-processor-whitelist,
6399         gnus-group-spam-exit-processor-BBDB,
6400         gnus-group-spam-classification-spam,
6401         gnus-group-spam-classification-ham): added new symbols for the
6402         spam-process and spam-contents parameters
6403
6404         * spam.el (spam-ham-marks, spam-spam-marks): changed list
6405         customization and list itself to store mark symbol rather than
6406         mark character.
6407         (spam-bogofilter-register-routine): added logic to generate mark
6408         values list from spam-ham-marks and spam-spam-marks, so (member)
6409         would work.
6410
6411 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6412
6413         * message.el (message-cross-post-followup-to): Fix comment.
6414
6415 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
6416
6417         * spam.el (spam-ham-marks, spam-spam-marks): changed list
6418         customization and list itself to store mark symbol rather than
6419         mark character.
6420         (spam-bogofilter-register-routine): added logic to generate mark
6421         values list from spam-ham-marks and spam-spam-marks, so (member)
6422         would work.
6423
6424 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
6425
6426         * message.el (message-signature-insert-empty-line): New variable.
6427
6428 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6429
6430         * message.el: Renamed functions and variables: "xpost" ->
6431         "cross-post", "-fup2" -> "-followup-to".
6432         (message-cross-post-old-target, message-cross-post-default,
6433         message-cross-post-note, message-followup-to-note,
6434         message-cross-post-note-function): New variables names.
6435         (message-xpost-old-target, message-xpost-default,
6436         message-xpost-note, message-fup2-note,
6437         message-xpost-note-function): Removed variable names.
6438         (message-cross-post-followup-to-header,
6439         message-cross-post-insert-note, message-cross-post-followup-to):
6440         New function names.
6441         (message-xpost-fup2-header, message-xpost-insert-note,
6442         message-xpost-fup2): Removed function names.
6443
6444 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6445
6446         * message.el (message-send-mail): Added message-cleanup-headers to
6447         prevent newlines in headers.
6448
6449 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6450
6451         * dns.el (dns-make-network-process): Comment.
6452
6453         * gnus-sum.el (gnus-summary-display-while-building): Default to
6454         nil.
6455
6456 2003-01-01  Wes Hardaker  <wes@hardakers.net>
6457
6458         * gnus-sum.el (gnus-summary-display-while-building): New
6459         variable.
6460
6461 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
6462
6463         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
6464         before rearranging the article.
6465
6466 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6467
6468         * nndraft.el (nndraft-generate-headers): New function.
6469         (nndraft-request-associate-buffer): Use it to write headers on
6470         buffer save.
6471
6472         * message.el (message-generate-headers): Let the function be a
6473         lambda form.
6474         (message-draft-headers): New variable.
6475
6476         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
6477         function.
6478         (gnus-setup-message): Use it.
6479
6480         * message.el (message-generate-headers-first): Doc fix.
6481         (message-setup-1): Use new function for getting which headers to
6482         generate.
6483         (message-headers-to-generate): New function.
6484
6485 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6486
6487         * gnus-agent.el (gnus-agent-save-alist): Make directory.
6488
6489 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
6490
6491         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
6492         mention negatives.
6493
6494 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
6495
6496         * deuglify.el (gnus-outlook-rearrange-article): Use
6497         `transpose-regions' instead of tempering the kill-ring.
6498         (gnus-article-outlook-deuglify-article): Rehighlight article
6499         instead of a complete redisplay.
6500
6501 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
6502
6503         * spam.el: most defvars are defcustoms now
6504
6505         patches from Michael Shields  <shields@msrl.com>
6506
6507         * spam.el (spam-bogofilter-articles): Select the article
6508         body using gnus-summary-show-article t instead of
6509         gnus-summary-select-article; this presents the raw text
6510         without running any hooks.
6511
6512         * spam.el (spam-bogofilter-articles): Use message-remove-header
6513         to remove headers; the old way incorrectly removed just the first
6514         line of folded headers.
6515
6516 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6517
6518         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
6519
6520 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6521
6522         * gnus-start.el (gnus-load): New function.
6523         (gnus-read-newsrc-el-file): Use it.
6524
6525 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6526
6527         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
6528         (gnus-button-handle-apropos-documentation): New function.
6529         (gnus-button-handle-ctan): New function.
6530         (gnus-button-alist): Use them.  Improve some regexps.
6531         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
6532
6533 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6534
6535         * message.el (message-subscribed-p): New function.
6536         (message-send-mail): Use it.
6537         * mml.el (mml-preview-insert-mft): New function.
6538         (mml-preview): Use it.
6539
6540 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6541
6542         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
6543         when sorting by date.
6544
6545         * gnus-art.el (gnus-article-edit-mode): New variable.
6546         (gnus-article-setup-buffer): Warn user about discarding edits.
6547
6548         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
6549         (gnus-summary-pipe-output): Take a symbolic prefix to save all
6550         headers.
6551
6552         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
6553
6554 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6555
6556         * message.el (message-completion-alist): Added "Mail-Followup-To"
6557         and "Mail-Copies-To".
6558
6559 2002-07-21  Jesper harder  <harder@ifa.au.dk>
6560
6561         * gnus-group.el: Add key bindings for
6562         gnus-group-sort-groups-by-real-name and
6563         gnus-group-sort-selected-groups-by-real-name.
6564
6565 2002-07-21  Jesper harder  <harder@ifa.au.dk>
6566
6567         * gnus.texi (Sorting Groups): Add key bindings for
6568         gnus-group-sort-groups-by-real-name and
6569         gnus-group-sort-selected-groups-by-real-name.
6570
6571 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
6572
6573         * spam.el (spam-use-dig): new variable for blackhole checking
6574         through dig.el
6575         (spam-check-blackholes): added dig.el checking functionality and
6576         more verbose reporting; query-dig is autoloaded from dig.el
6577         (spam-use-blackholes): disabled by default
6578         (spam-blackhole-servers): removed rbl.maps.vix.com from the
6579         blackhole servers list
6580
6581 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6582
6583         * message.el (message-required-headers): New variable.
6584
6585 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
6586
6587         * dig.el (query-dig): new function
6588
6589 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6590
6591         * flow-fill.el (fill-flowed): Don't infloop on too long fill
6592         prefixes.
6593
6594         * dns.el (query-dns): Protect against errors.
6595
6596         * gnus-msg.el (gnus-article-yanked-articles): New variable.
6597         (gnus-inews-add-send-actions): Mark all answered messages as
6598         answered.
6599
6600 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
6601
6602         * nnmail.el (nnmail-split-it): Added tracing to
6603         `:' split rule
6604
6605 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
6606
6607         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
6608         and "%s" so we don't overquote them.
6609
6610 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
6611
6612         * (mm-display-external): Display the actual command that has been
6613         executed in the echo area.
6614
6615 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6616
6617         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
6618
6619         * message.el (message-with-reply-buffer): New macro.
6620         (message-fetch-reply-field): Use it.
6621         (message-insert-wide-reply): New command and keystroke.
6622         (message-carefully-insert-headers): New function.
6623         (message-insert-to): Use new function.
6624
6625         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
6626         (gnus-topic-goto-missing-group): Use it.
6627
6628         * message.el (message-required-news-headers): Removed Lines.
6629         (message-reply): Don't insert References first.
6630         (message-followup): Ditto.
6631         (message-make-references): New function.
6632         (message-followup): Set message-reply-headers before generating
6633         the buffer stuff.
6634
6635 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
6636
6637         * mml.el (mml-generate-mime-1): Reverse the order of
6638         encoding/flowing.
6639
6640 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6641
6642         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
6643         after moving them.
6644
6645         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
6646         fit with newer standard format.
6647         (gnus-summary-make-false-root-always): New variable.
6648         (gnus-gather-threads-by-subject): Use it.
6649
6650         * message.el (message-get-reply-headers): Take an address list
6651         optional argument.
6652
6653 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6654
6655         * gnus.el (gnus-keep-backlog): Change default to 20.
6656
6657         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
6658         start.
6659         (gnus-agent-check-overview-buffer): Remove negative article
6660         numbers.
6661
6662         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
6663         (nnmail-cache-ignore-groups): Doc fix.
6664
6665         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
6666         (nnimap-debug-buffer): New variable.
6667         (nnimap-debug): Use it.
6668
6669 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
6670
6671         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
6672
6673 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6674
6675         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
6676         they aren't already sorted.
6677
6678 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
6679
6680         * message.el (message-mode-menu): Add ellipses to menu items
6681         expecting user interaction.
6682         (message-mode-field-menu): do.
6683
6684 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
6685
6686         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
6687         it isn't used any more.
6688
6689 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
6690
6691         * binhex.el (binhex-decoder-program): Fix docstring.
6692
6693 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6694
6695         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
6696         special chars if the mailcap file uses single quotes around %s.
6697         From Laurent Martelli <laurent@bearteam.org>.
6698
6699 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
6700
6701         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
6702         return the info object.
6703
6704 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
6705
6706         * gnus-int.el (gnus-request-update-info): Artificially add
6707         (1 . (1- min)) to the read range, in case the backend doesn't
6708         store marks for nonexistent articles.
6709
6710 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * binhex.el (binhex-insert-char): Eval-and-compile.
6713
6714 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
6715
6716         * lpath.el: Add tool-bar-local-item-from-menu.
6717
6718         * message.el (message-tool-bar-local-item-from-menu): New function.
6719         (message-tool-bar-map): Use it.
6720
6721 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
6722
6723         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
6724
6725         * gnus-art.el (gnus-article-header-rank): Last header in
6726         gnus-sorted-header-list should have higher rank than non-members.
6727
6728 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6729
6730         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
6731         covered methods.
6732
6733 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6734
6735         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
6736         eval-when-compile.  Suggested by Kevin Greiner.
6737
6738 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
6739
6740         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
6741         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
6742         even though no headers may have been fetched
6743         (gnus-agent-fetch-group-1, and perhaps others, require this
6744         behavior).
6745         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
6746         server buffer is constrained by gnus-agent-max-fetch-size.
6747         Multiple chunks in the same group may perform arbitrarily large
6748         updates.
6749
6750 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
6751
6752         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
6753         gnus-summary-update-download-mark to update the article in the
6754         summary.
6755
6756 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
6757
6758         * gnus.el (gnus-summary-high-uncached-face,
6759         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
6760         New faces.
6761
6762         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
6763         added this on 2002-11-23 but it just wasn't working out as
6764         intended.  The idea isn't entirely dead, three new faces
6765         gnus-summary-*-uncached-face are being added to gnus.el to provide
6766         the basis for an improved implementation.
6767         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
6768         proper file to open is lib/servers.
6769         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
6770         (i.e. removing the article from gnus-newsgroup-downloadable) will
6771         now restore the article's default mark rather than simply setting
6772         no mark.
6773         (gnus-agent-get-undownloaded-list): Corrected documentation.
6774         Added code to set new summary local variable,
6775         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
6776         a temporary list.  No longer sets gnus-newsgroup-downloadable.
6777         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
6778         up to date.  Call new gnus-summary-update-download-mark to keep
6779         summary buffer up-to-date.
6780         (gnus-agent-fetch-selected-article): Keep
6781         gnus-newsgroup-undownloaded up to date.
6782         (gnus-agent-fetch-articles): Return list of articles that were
6783         successfully fetched.
6784         (gnus-agent-check-overview-buffer): No more thingatpt.
6785         (gnus-agent-expire): No longer deletes NOV entries of unread
6786         articles.
6787         (gnus-agent-unread-articles): New function.
6788         (gnus-agent-regenerate-group): The article number must be
6789         terminated by a tab character.  Added more messages to report
6790         repairs.  Inhibit quits while writing changes so it is now safe
6791         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
6792         downloaded to 1) resolve the unbound references and 2) avoid
6793         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
6794
6795         * gnus-art.el (gnus-article-prepare): The agent
6796         downloaded/undownloaded mark is no longer stored as the article's
6797         mark.
6798
6799         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
6800         gnus-summary-highlight may use it.  Added downloaded as
6801         gnus-summary-highlight was using it.
6802
6803         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
6804         the download mark now follows Kai's +/- convention.
6805         (gnus-downloaded-mark): Added ?+ mark.
6806         (gnus-summary-highlight): Added rules to select
6807         gnus-summary-high-uncached-face,
6808         gnus-summary-normal-uncached-face, and
6809         gnus-summary-low-uncached-face.  Removed the
6810         gnus-agent-downloaded-article-face.
6811         (gnus-summary-line-format-alist): Implemented the download flag
6812         format (?O) as named in the manual.  This implementation displays
6813         either gnus-undownloaded-mark, gnus-downloaded-mark, or
6814         gnus-no-mark.
6815         (gnus-newsgroup-agentized): New local variable that identifies
6816         which groups are agentized.  While the agent is now on by default,
6817         you don't have to agentize every server that you use.
6818         (gnus-update-summary-mark-positions): Completed support for the
6819         download type of mark.
6820         (gnus-summary-insert-line): Added undownloaded to the parameters.
6821         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
6822         reference by the gnus-summary-line-format-spec.
6823
6824         * nntp.el (nntp-with-open-group): This macro handles dropped or
6825         broken connections by opening a new connection and repeating the
6826         failed command.
6827         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
6828         XOVER commands preceeding the active articles with the nov entry
6829         of the first available article.  When gnus connected to such a
6830         server, the unexpected nov entry would result in duplicate lines
6831         in the agent's overview file.  This patch fixes the duplicate
6832         lines problem and improves performance by skipping over all
6833         articles IDs that preceed the first nov entry in the server's
6834         reply.
6835
6836 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6837
6838         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
6839         (gnus-summary-highlight): Use it instead of `downloaded'.
6840         (gnus-summary-highlight-line): Ditto.
6841
6842         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
6843
6844 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6845
6846         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
6847
6848         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
6849         calls.
6850
6851         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
6852         downloaded variable if we're in an uncovered group.
6853
6854         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
6855         font to soemthing less noticeable.
6856         (gnus-agent-group-covered-p): New function.
6857
6858 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6859
6860         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
6861         Because of an unknown bug, the group buffer is saved in .overview
6862         file.
6863
6864 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6865
6866         * nntp.el (nntp-send-command): Braino in last commit.  Replace
6867         `and' with `or'.
6868
6869 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6870
6871         * nntp.el (nntp-send-command): Assume that echo does not happen
6872         when nntp-open-connection-function is nntp-open-network-stream.
6873         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
6874
6875 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6876
6877         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
6878
6879 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
6880
6881         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
6882         nntp-server-buffer if we aren't going to write to it.
6883
6884 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6885         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
6886
6887         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
6888
6889 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6890
6891         * rfc2047.el (rfc2047-decode-region): Remove newlines between
6892         decoded words.
6893
6894 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6895
6896         * gnus.el (fboundp): After loading mm-util, make sure it was the
6897         right one.
6898
6899 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6900
6901         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
6902         gnus-sum.  Made into a user option.
6903
6904         * gnus-sum.el (gnus-simplify-ignored-prefixes)
6905         (gnus-summary-mark-article-as-unread)
6906
6907 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6908
6909         * time-date.el (date-to-time): Typo.
6910
6911         * parse-time.el: Typo.
6912
6913         * nnsoup.el (nnsoup-retrieve-headers): Typo.
6914
6915         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
6916
6917         * nnimap.el:
6918         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
6919
6920         * mm-encode.el (mm-safer-encoding): Typo.
6921
6922         * messcompat.el: Typo.
6923
6924         * message.el (message-face-alist): Typo.
6925
6926         * imap.el (imap-interactive-login, imap-open): Typos.
6927
6928         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
6929
6930         * gnus.el: Typo.
6931
6932         * gnus-win.el (gnus-configure-frame): Typo.
6933
6934         * gnus-util.el (gnus-atomic-progn-assign): Typo.
6935
6936         * gnus-topic.el (gnus-topic-sort-topics): Typo.
6937
6938         * gnus-sum.el (gnus-summary-article-number)
6939         (gnus-summary-read-group-1, gnus-summary-mark-article)
6940         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
6941
6942         * gnus-mule.el (gnus-mule-add-group): Typo.
6943
6944         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
6945
6946         * gnus-group.el (gnus-group-fetch-faq): Typo.
6947
6948         * gnus-art.el (gnus-decode-header-methods): Typo.
6949
6950         * flow-fill.el: Typo.
6951
6952 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
6953
6954         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
6955
6956 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6957
6958         * gnus-sum.el (gnus-simplify-ignored-prefixes)
6959         (gnus-summary-mark-article-as-unread)
6960         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
6961         Reformatting to avoid long lines.
6962         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
6963
6964 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
6965
6966         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
6967         be accessed through `mail-header-number'.
6968
6969 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6970
6971         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
6972         compressed range to gnus-summary-insert-articles.
6973
6974 2002-11-26  Kevin Ryde <user42@zip.com.au>
6975
6976         * gnus-art.el (gnus-mime-copy-part): Look for filename
6977         parameter under content-disposition, not content-type.
6978
6979         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
6980         (gnus-summary-reselect-current-group): Use it.
6981
6982 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6983
6984         * gnus-agent.el (gnus-agent-uncached-articles): if
6985         gnus-agent-load-alist fails, return ARTICLES.
6986
6987         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
6988
6989 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6990
6991         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
6992         superfluous function call.
6993         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
6994         Add warning to docstring.
6995
6996 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6997
6998         * gnus-agent.el: Autoload number-at-point instead.
6999         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
7000
7001 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7002
7003         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
7004         require thingatpt (for number-at-point) and protect against
7005         deactivate-mark being unbound (on XEmacs).
7006
7007 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7008
7009         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
7010         print message on entry.
7011
7012         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
7013
7014         * gnus-range.el (gnus-range-difference): New function.
7015         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
7016
7017 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7018
7019         * gnus-sum.el (gnus-summary-insert-old-articles): Use
7020         gnus-remove-from-range instead of gnus-range-difference which
7021         doesn't exist.
7022
7023 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7024         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
7025
7026         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
7027         used for showing which articles have been downloaded.
7028         (gnus-agent-article-alist): Format change.  Add documentation.
7029         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
7030         process-marked articles.
7031         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
7032         in the series are individually fetched to minimize lose of
7033         content due to an error/quit.
7034         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
7035         gnus-message instead of message.
7036         (gnus-agent-read-servers): Use file lib/methods instead of
7037         lib/servers.  TODO: Why?
7038         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
7039         (gnus-agent-get-undownloaded-list): Remove articles that appear to
7040         come from the agent.  This means that they are not downloaded.
7041         (gnus-agent-fetch-selected-article): Don't use history.
7042         (gnus-agent-save-history, gnus-agent-enter-history)
7043         (gnus-agent-article-in-history-p, gnus-agent-history-path):
7044         Removed function; history is not used anymore.
7045         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
7046         (gnus-agent-crosspost): Started rewrite then realized that a typo
7047         in gnus-agent-fetch-articles ensures that this function is never
7048         called.  This will need to be fixed later.
7049         (gnus-agent-check-overview-buffer): Some sanity checks on the
7050         agent overview buffer.  This is a safety net used during
7051         development.
7052         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
7053         changed, write a number to the file indicating this.
7054         (gnus-agent-fetch-headers): Rewrite to respect
7055         gnus-agent-consider-all-articles without relying on the
7056         `.fetched' files.  Make it fast.
7057         (gnus-agent-braid-nov): Change resulting from
7058         gnus-agent-fetch-headers change.
7059         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
7060         `.fetched' files.
7061         (gnus-agent-read-agentview): New function, used by
7062         gnus-agent-load-alist.
7063         (gnus-agent-load-fetched-headers): Remove.
7064         (gnus-agent-save-alist): Rewrite to accomodate new format.
7065         (gnus-agent-fetch-group-1): Make sure list of articles is in the
7066         same order as in gnus-newsgroup-headers.
7067         (gnus-agent-expire): Document and implement extra args ARTICLES,
7068         GROUP, FORCE.  Do not restrict usage.
7069         (gnus-agent-uncached-articles): New function.
7070         (gnus-agent-retrieve-headers): Use it.
7071         (gnus-agent-regenerate-group): No longer needs to be called from
7072         gnus-agent-regenerate.  Individual groups may be regenerated. The
7073         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
7074         The article fetch dates are validated in the article alist.  The
7075         article alist is pruned of entries that do not reference existing
7076         NOV entries.  All changes are computed then applied with
7077         inhibit-quit bound to t.  As a result, it is now safe to quit out of
7078         regeneration.  The optional clean parameter has been replaced with
7079         an optional reread parameter.  Clean is no longer necessary as
7080         regeneration gets the appropriate setting from
7081         gnus-agent-consider-all-articles.  The new reread parameter will
7082         result in fetched, or all, articles being marked as unread.
7083         (gnus-agent-regenerate): Removed code to regenerate the history
7084         file as it is no longer used.
7085
7086         * gnus-start.el (gnus-make-ascending-articles-unread): New
7087         function, for efficient mass-marking.
7088
7089         * gnus-sum.el (gnus-summary-highlight): Use new face for
7090         downloaded articles.
7091         (gnus-article-mark): Prefer to indicate read/unread status over
7092         downloaded status.
7093         (gnus-summary-highlight-line-0): New function, maybe rehighlights
7094         line.
7095         (gnus-summary-highlight-line): Use new face for downloaded
7096         articles.
7097         (gnus-summary-insert-old-articles): Improved performance by
7098         replacing the initial LIST of older articles with a compressed
7099         RANGE of older articles.  Some servers appear to lie about
7100         their active range so the original list could contain millions
7101         of article numbers.  The range is not expanded into a list
7102         until the optional ALL parameter has been applied.
7103
7104 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7105
7106         * gnus-agent.el (gnus-category-mode): Typo in doc string.
7107
7108 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
7109
7110         * spam.el:
7111         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
7112
7113         * spam.el: added `M s t' and `M s x' key mappings
7114
7115 2002-11-20  Simon Josefsson  <jas@extundo.com>
7116
7117         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
7118
7119 2002-11-19  Simon Josefsson  <jas@extundo.com>
7120
7121         * gnus-sum.el (gnus-summary-morse-message): Load
7122         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
7123         (unmorse-region): Autoload it instead.
7124
7125 2002-11-18  Simon Josefsson  <jas@extundo.com>
7126
7127         * gnus-sum.el (gnus-summary-morse-message): New function.
7128         (gnus-summary-wash-map): Bind to `W m'.
7129         (gnus-summary-make-menu-bar): Add.
7130
7131         * nnimap.el (nnimap-request-expire-articles): Compress sequence
7132         before storing \Deleted mark on expired articles.
7133
7134 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
7135         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
7136
7137         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
7138         parens in column 0.
7139
7140 2002-11-17  Juanma Barranquero  <lektu@terra.es>
7141
7142         * nnweb.el (nnweb-google-create-mapping): Fix typo.
7143
7144         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
7145
7146         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
7147
7148 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7149
7150         * message.el (message-set-auto-save-file-name): Use
7151         make-directory, to avoid the dependence on gnus-util.
7152
7153 2002-11-16  Simon Josefsson  <jas@extundo.com>
7154
7155         * nnimap.el (nnimap-callback-callback-function):
7156         (nnimap-callback-buffer): Removed, these cannot be global but must
7157         be embedded into the callback.
7158         (nnimap-make-callback): New.  Embedd article number, callback and
7159         buffer in function.
7160         (nnimap-callback, nnimap-request-article-part): Update.
7161
7162 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7163
7164         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
7165
7166 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7167
7168         * gnus.el (gnus-summary-line-format): Document %C.
7169
7170 2002-11-11  Simon Josefsson  <jas@extundo.com>
7171
7172         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
7173         output when called interactively.
7174
7175 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7176
7177         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
7178
7179         * message.el (message-draft-coding-system): Improve comment; use
7180         mm-auto-save-coding-system for the default value.
7181
7182         * nndraft.el (nndraft-request-article): Revert to the state before
7183         2002-10-29; regexp-quote mail-header-separator.
7184
7185 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
7186
7187         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
7188         allow editing of drafts from an nnvirtual group.
7189
7190 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * nndraft.el (nndraft-request-article): Replace emacs-mule with
7193         mm-auto-save-coding-system.
7194
7195         * message.el (message-draft-coding-system): Default to
7196         iso-2022-7bit.
7197
7198         * mm-util.el (mm-auto-save-coding-system): Undo last change to
7199         restore the default value to emacs-mule or escape-quoted.
7200
7201 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7202
7203         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
7204         a delayed or a queued article as well as a draft.
7205
7206         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
7207         delayed or a queued article in the raw format; treat a delayed
7208         article as a raw article as well as a draft.
7209         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
7210         for the delayed group.
7211
7212         * nndraft.el (nndraft-request-article): Ignore auto save files for
7213         a delayed or a queued article; don't bother to decode a queued
7214         article; don't bind nnmail-file-coding-system for a queued article.
7215
7216         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
7217         and the queue group.
7218
7219 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
7220
7221         * gnus-group.el (gnus-group-delete-group):
7222         gnus-cache-active-hashtb might be void.
7223
7224 2002-11-02  Simon Josefsson  <jas@extundo.com>
7225
7226         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
7227         setting of the default user ID.  From Raymond Scholz
7228         <ray-2002@zonix.de>.
7229
7230 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
7231
7232         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
7233         charset.
7234
7235 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
7236         From Alex Schroeder <alex@emacswiki.org>
7237         * spam-stat.el (spam-stat-process-directory): add dir to message
7238         (spam-stat-reduce-size): No longer remove words
7239         with values close to 0.5, because the default value is 0.2.
7240
7241 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7242
7243         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
7244         documentation.
7245
7246 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7247
7248         * gnus-agent.el (gnus-agent-fetched-headers)
7249         (gnus-agent-load-fetched-headers)
7250         (gnus-agent-save-fetched-headers): Remove variable and two
7251         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
7252         works better.
7253         (gnus-agent-fetch-headers): New implementation from Kevin
7254         Greiner.  Uses gnus-agent-article-alist to store information
7255         about fetched messages which aren't on the server anymore.  The
7256         trick is to return a list of considered messages to the caller,
7257         but to only fetch those which haven't been fetched yet.
7258
7259 2002-10-30  Simon Josefsson  <jas@extundo.com>
7260
7261         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
7262
7263         * pgg.el (pgg-passphrase-cache-expiry): Removed.
7264
7265 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7266
7267         * mm-view.el (mm-w3m-local-map-property): Make it work with older
7268         versions of emacs-w3m than 1.3.3.
7269
7270         * lpath.el: Bind w3m-minor-mode-map.
7271
7272         * mm-view.el (mm-w3m-mode-command-alist)
7273         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
7274         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
7275         (mm-setup-w3m): Simplified.
7276         (mm-w3m-local-map-property): New function.
7277         (mm-inline-text-html-render-with-w3m): Use it.
7278
7279         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
7280         mm-w3m-local-map-property.
7281
7282 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * mm-util.el (mm-auto-save-coding-system): Default to
7285         iso-2022-7bit.
7286
7287         * nndraft.el (nndraft-request-article): Decode an article using
7288         the coding-system emacs-mule if it seems to have been saved using
7289         emacs-mule.
7290         (nndraft-request-replace-article): Use message-draft-coding-system
7291         instead of mm-auto-save-coding-system for the draft or delayed
7292         group.
7293
7294 2002-10-28  Josh  <huber@alum.wpi.edu>
7295
7296         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
7297         functions.
7298
7299 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7300         From mah@everybody.org (Mark A. Hershberger).
7301
7302         * mm-url.el (mm-url-insert-file-contents): Make it return the same
7303         type values ("url" size) regardless of the values of
7304         mm-url-use-external.
7305
7306 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7307
7308         * nnimap.el (nnimap-request-article-part): Try harder to show
7309         group name in debugging message.
7310
7311 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7312
7313         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
7314         directory if it doesn't exist.
7315         (gnus-agent-fetch-headers): Remove old cruft that tried to
7316         abstain from downloading articles more than once if
7317         gnus-agent-consider-all-articles was true.  This is now done
7318         properly via the .fetched files.
7319
7320 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * nndraft.el (nndraft-request-article): Treat delayed articles
7323         like drafts.
7324
7325 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
7328
7329 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7330
7331         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
7332         Remove unused optional arg DIR and corresponding code.
7333
7334         * nnimap.el (nnimap-request-article-part): Include group name in
7335         debugging output.
7336
7337 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
7338
7339         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
7340
7341 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7342
7343         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
7344         contains range of headers that have been fetched by the agent
7345         already.  Compare gnus-agent-article-alist.
7346         (gnus-agent-file-header-cache): Like
7347         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
7348         (gnus-agent-fetch-headers): Improve comment.  Revert to old
7349         seen/recent logic.
7350         Remember which headers have been fetched before and don't fetch
7351         them again the next time round.
7352         (gnus-agent-load-fetched-headers)
7353         (gnus-agent-save-fetched-headers): New functions, for remembering
7354         which headers have been fetched before.
7355
7356 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7357
7358         * lpath.el: Remove useless bindings.
7359
7360 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
7361
7362         * gnus-sum.el (gnus-summary-execute-command): Disable visual
7363         features while searching.
7364
7365 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7366
7367         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
7368
7369 2002-10-22  Simon Josefsson  <jas@extundo.com>
7370
7371         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
7372         (pgg-snarf-keys): Add.
7373
7374 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7375
7376         * lpath.el: Fbind bbdb-records.
7377
7378         * spam.el: Don't autoload bbdb-records.
7379
7380 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7381
7382         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
7383         prevent inf-loop.
7384
7385 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7386
7387         * nnslashdot.el: Removed some test lines.
7388         More test.
7389
7390 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7391
7392         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
7393         are known to be downloaded already.
7394
7395 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7396
7397         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
7398         (mm-text-html-washer-alist): Ditto.
7399
7400 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7401
7402         * nnheader.el (nnheader-remove-body): Fix an error of detecting
7403         boundary between headers and body.
7404         * nnml.el (nnml-parse-head): Ditto.
7405
7406 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7407
7408         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
7409         entries.
7410
7411         * gnus-group.el (gnus-fetch-group): Allow an optional
7412         specification of the articles to select.
7413
7414         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
7415
7416 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7417
7418         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
7419         headers from the group, update variable `articles' to contain
7420         only those numbers where headers exist.  (When fetching all
7421         articles in a group, Gnus creates lots of numbers where there is
7422         no articles.)
7423
7424 2002-10-20  Steve Youngs  <youngs@xemacs.org>
7425
7426         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
7427         doesn't have the 'alist custom type, use cons cells instead.
7428         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
7429         (pgg-parse-hash-algorithm-alist): Ditto.
7430         (pgg-parse-compression-algorithm-alist): Ditto.
7431         (pgg-parse-signature-type-alist): Ditto.
7432
7433         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
7434
7435         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
7436
7437         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
7438
7439 2002-10-19  Simon Josefsson  <jas@extundo.com>
7440
7441         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
7442         buffer.
7443
7444 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7445
7446         * gnus-spec.el (gnus-make-format-preserve-properties)
7447         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
7448         properties also on XEmacs.  `gnus-xmas-format' is like format but
7449         preserves text properties on XEmacs (though it only understands
7450         simple format specs).  The variable
7451         `gnus-make-format-preserve-properties' controls whether the
7452         function is used, and is checked in `gnus-parse-simple-format'.
7453         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
7454
7455         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
7456         output.
7457         (gnus-agent-consider-all-articles): New variable.
7458         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
7459         (gnus-agent-fetch-headers): Depending on
7460         gnus-agent-consider-all-articles, maybe get all articles.
7461         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
7462         `read'.
7463         (gnus-predicate-imples-unread): New function.
7464         (gnus-agent-fetch-headers): Optimize to call
7465         gnus-list-of-unread-articles if that is sufficient.
7466         Check unseen and recent instead of seen and recent.
7467         (gnus-agent-fetch-headers): Abstain from calling
7468         gnus-list-range-intersection if range (a . b) would have (> a b).
7469
7470 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * message.el (message-send-mail): Make it possible to perform
7473         edebug-defun.
7474
7475 2002-10-18  Simon Josefsson  <jas@extundo.com>
7476
7477         * gnus-art.el (gnus-button-man-handler): Change default to
7478         `manual-entry' (defined in both emacsen).
7479         (gnus-button-man-handler): Remove emacsen difference and use
7480         `manual-entry'.
7481
7482 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7483
7484         * spam.el: Wrap autoload settings for bbdb-records,
7485         executable-find and ifile-spam-filter with eval-and-compile.
7486         (spam-display-buffer-contents): Remove.
7487         (spam-bogofilter-score): Merge spam-display-buffer-contents.
7488
7489 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
7490
7491         * spam.el (spam-display-buffer-contents): New function.
7492         (spam-bogofilter-score): use spam-display-buffer-contents, patch
7493         from Katsumi Yamaoka <yamaoka@jpl.org>.
7494
7495 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7496
7497         * nnheader.el (nnheader-parse-naked-head): New function.
7498         (nnheader-parse-head): Use the above function, in order to handle
7499         continuation lines properly.
7500         (nnheader-remove-body): New function.
7501         (nnheader-remove-cr-followed-by-lf): New function.
7502         (nnheader-ms-strip-cr): Use the above function.
7503
7504         * gnus-agent.el (gnus-agent-regenerate-group): Call
7505         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
7506         `nnheader-parse-head'.
7507         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
7508
7509         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
7510         continuation lines by itself; call `nnheader-parse-naked-head'
7511         instead of `nnheader-parse-head'.
7512         * nndiary.el (nndiary-parse-head): Ditto.
7513         * nnfolder.el (nnfolder-parse-head): Ditto.
7514         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
7515         * nnmaildir.el (nnmaildir--update-nov): Ditto.
7516         * nnml.el (nnml-parse-head): Ditto.
7517
7518 2002-10-17  Steve Youngs  <youngs@xemacs.org>
7519
7520         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
7521         XEmacs, default to it if featurep 'xemacs.
7522
7523 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * spam-stat.el: Check for the existence of hash functions instead
7526         of the Emacs version to decide whether to load cl.  Suggested by
7527         Kai Gro\e,A_\e(Bjohann.
7528
7529 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7530
7531         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
7532         if it isn't open yet.
7533
7534 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7535
7536         * gnus-group.el: Require mm-url only when compiling.
7537         (gnus-group-fetch-charter): Require mm-url.
7538
7539         * spam-stat.el: Require cl for the functions gethash,
7540         hash-table-count, make-hash-table and mapc for Emacs 20.
7541         (puthash): Alias to cl-puthash for Emacs 20.
7542         (with-syntax-table): New macro for Emacs 20.
7543
7544 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
7545
7546         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
7547
7548 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
7549
7550         * spam.el (spam-check-ifile): added ifile as a spam checking
7551         backend, and spam-use-ifle as the variable to toggle that check.
7552
7553 2002-10-12  Simon Josefsson  <jas@extundo.com>
7554
7555         * message.el (message-beginning-of-line): New variable.
7556         (message-beginning-of-line): Use it.
7557
7558 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
7559
7560         * spam.el: more compilation fixes for BBDB
7561
7562         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
7563         (spam-stat-reduce-size): Interactive.
7564         (spam-stat-reset): New function.
7565         (spam-stat-save): Interactive.
7566
7567 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7568
7569         * gnus.el: Autoload gnus-delay-initialize.
7570
7571         * message.el: Autoload gnus-delay-article.
7572
7573 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
7574
7575         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
7576         text property in Emacs.
7577
7578 2002-10-11  Simon Josefsson  <jas@extundo.com>
7579
7580         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
7581         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
7582
7583         * mml1991.el (mml1991-pgg-sign): Remove CR.
7584
7585 2002-10-10  Simon Josefsson  <jas@extundo.com>
7586
7587         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
7588         decrypt failed.
7589         (mml2015-trust-boundaries-alist): Removed.
7590         (mml2015-gpg-extract-signature-details): Don't use it.
7591         (mml2015-unabbrev-trust-alist): New.
7592         (mml2015-gpg-extract-signature-details): Use it.
7593
7594 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
7595
7596         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
7597         BBDB installed
7598
7599         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
7600         statistical analysis of spam in Lisp only
7601
7602 2002-10-10  Simon Josefsson  <jas@extundo.com>
7603
7604         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
7605         auth, selected or examine state.
7606
7607         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
7608         buffer and error buffer depending on type of information.
7609
7610         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
7611         --status-fd stuff even if gpg.el is not used (revert earlier
7612         change).
7613         (mml2015-pgg-{clear-,}verify): Store both output and errors as
7614         gnus details.
7615         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
7616         buffer.
7617
7618         * pgg.el (pgg-verify-region): Use it.
7619
7620         * pgg-def.el (pgg-query-keyserver): New variable.
7621
7622         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
7623         key-identifier in packet.  Is this a good idea?
7624
7625         * mml.el (mml-mode-map): Add security commands that operates on
7626         MIME parts.
7627         (mml-menu): And menu items for them.
7628
7629         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
7630
7631         * mml.el (mml-parse-1): Support sender in #secure tags.
7632
7633         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
7634         defined.
7635
7636         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
7637         (mml-pgp-encrypt-buffer): Support combined signing.
7638
7639         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
7640         (mml1991-gpg-encrypt): Ditto.
7641         (mml1991-pgg-encrypt): Ditto.
7642         (mml1991-encrypt): Pass sign parameter.
7643
7644         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
7645         (mml-signencrypt-style): Mention the variable.
7646
7647 2002-10-09  Simon Josefsson  <jas@extundo.com>
7648
7649         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
7650         pgg-gpg-user-id.
7651
7652         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
7653         (pgg-fetch-key-function): Nil if w3 is not installed.
7654
7655 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7656
7657         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
7658         gnus-agent-current-history.
7659
7660 2002-10-06  Simon Josefsson  <jas@extundo.com>
7661
7662         * imap.el (imap-parse-status): Don't use read to read token.
7663
7664 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7665
7666         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
7667         for methods not covered by the agent, and when unplugged.
7668
7669 2002-10-05  Simon Josefsson  <jas@extundo.com>
7670
7671         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
7672         signing.
7673
7674         * gnus-agent.el (gnus-agent-read-servers): If getting method from
7675         a named server fails, ignore the server.
7676
7677         * mml1991.el (mml1991-pgg-sign): Do QP.
7678
7679         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
7680         work.
7681
7682 2002-10-04  Simon Josefsson  <jas@extundo.com>
7683
7684         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
7685
7686         * pgg-pgp.el (pgg-pgp-verify-region): Inline
7687         binary-write-decoded-region from MEL.
7688
7689         * pgg.el (pgg-encrypt-region): Support sign.
7690
7691         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
7692
7693         * mml2015.el (mml2015-pgg-encrypt): Ditto.
7694
7695         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
7696         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
7697         branch where PGG was taken from in the ChangeLog entries below.
7698
7699 2002-10-01  Simon Josefsson  <jas@extundo.com>
7700
7701         * pgg-pgp.el: Don't require mel.  Don't use luna.
7702         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
7703         (pgg-pgp-process-region): Use expand-file-name instead of concat.
7704         (pgg-pgp-process-region): Don't use binary-funcall.
7705
7706         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
7707
7708         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
7709         instead of concat.
7710
7711         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7712
7713 2002-09-29  Simon Josefsson  <jas@extundo.com>
7714
7715         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
7716         compile warnings.
7717
7718         * pgg.el (pgg-decrypt-region): Don't parse packet.
7719
7720         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
7721
7722 2002-09-29  Daiki Ueno <ueno@unixuser.org>
7723
7724         * pgg.el: Remove dependency on calist.el.
7725
7726 2002-09-28  Simon Josefsson  <jas@extundo.com>
7727
7728         * pgg.el (pgg-temporary-file-directory): New variable.
7729         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
7730
7731         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
7732         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
7733
7734         * pgg-parse.el (pgg-char-int): Defalias.
7735         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
7736         (pgg-read-bytes, pgg-read-body): Use it.
7737         (pgg-decode-packets): Don't use MEL, use base64-*.
7738         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
7739         (pgg-string-as-unibyte): Defalias.
7740         (pgg-parse-armor-region): Use it.
7741
7742         * pgg-gpg.el (pgg-gpg-process-region): Use
7743         pgg-temporary-file-directory.
7744
7745         * luna.el: Don't def-edebug.
7746
7747         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
7748         binary-write-decoded-region from MEL.
7749
7750         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
7751
7752         * alist.el, calist.el: Don't require product/APEL.
7753
7754         * pgg-parse.el (top-level): Remove dependency on static.el,
7755         pccl.el, mel.el.
7756         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
7757         `define-ccl-program' is boundp, instead of using broken.
7758
7759 2002-10-01  Simon Josefsson  <jas@extundo.com>
7760
7761         * message.el (message-required-mail-headers): Remove Lines:.
7762
7763 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7764         From Jesper Harder.
7765
7766         * gnus-group.el (gnus-group-fetch-charter,
7767         gnus-group-fetch-control): Prompt for group if given a prefix
7768         argument.
7769         * gnus-sum.el (t): Add gnus-group-fetch-charter and
7770         gnus-group-fetch-control to summary key map and menu.
7771
7772 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
7773
7774         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
7775         number when there are no articles.
7776
7777 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7778
7779         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
7780         arg ALL means to fetch all articles, not only downloadable ones.
7781         (gnus-agent-fetch-selected-article): New function for
7782         gnus-select-article-hook or gnus-mark-article-hook.
7783
7784 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7785         From Peter von der Ahe <nospam2159@daimi.au.dk>.
7786
7787         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
7788         raw-text.
7789
7790 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
7791
7792         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
7793         Pinard).
7794         Major revamp of the code, documentation is in comments in the file
7795         for now.
7796
7797 2002-09-30  Simon Josefsson  <jas@extundo.com>
7798
7799         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
7800         buffer seem to be needed?
7801
7802 2002-09-29  Simon Josefsson  <jas@extundo.com>
7803
7804         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
7805         compile warnings.
7806
7807         * mml1991.el (mml1991-function-alist): Add pgg.
7808         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
7809         (mml1991-pgg-encrypt): Fix recipients querying.
7810
7811 2002-09-28  Simon Josefsson  <jas@extundo.com>
7812
7813         * mml2015.el (autoload): Autoload correct files.  Trivial patch
7814         from dme@dme.org.
7815         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
7816         handle is returned.
7817
7818 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7819
7820         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7821         Protect against non-existent of `nnimap-mailbox-info'.
7822
7823 2002-09-27  Simon Josefsson  <jas@extundo.com>
7824
7825         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
7826         (gnus-setup-news-hook): Use it.
7827         (gnus-after-getting-new-news-hook): Ditto.
7828
7829         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
7830
7831 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7832         From Mats Lidell <matsl@contactor.se>.
7833
7834         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
7835
7836 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7837
7838         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
7839         the part to decode encoded words, use raw words instead of decoded
7840         words.
7841
7842 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7843
7844         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
7845
7846         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
7847         (mm-setup-w3m): Use it.
7848
7849 2002-09-27  Simon Josefsson  <jas@extundo.com>
7850
7851         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
7852         article buffers.
7853
7854         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
7855         it just in case.
7856         (nnimap-update-unseen): New function; update unseen count in
7857         `n-m-info'.
7858         (nnimap-close-group): Call it.
7859
7860         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
7861         (gnus-after-getting-new-news-hook): Ditto.
7862
7863         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
7864         message into verboselevel 9.  Change slow mail check message.
7865         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
7866         (nnimap-fixup-unread-after-getting-new-news): New function, to be
7867         used as a hook after getting new mail.
7868
7869 2002-09-26  Simon Josefsson  <jas@extundo.com>
7870
7871         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
7872         SELECT/EXAMINE is first unseen article, not number of unseen
7873         articles.  Make them distinct by renaming the former to
7874         `first-unseen' instead of `unseen'.
7875
7876         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
7877         too.
7878         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
7879         changed.
7880         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
7881
7882         * gnus-int.el (gnus-server-unopen-status): Defcustom.
7883
7884         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
7885         better.
7886
7887         * mml2015.el (mml2015-pgg-decrypt): Only add security information
7888         if dissecting resulting buffer actually had any information.
7889
7890 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7891
7892         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
7893         because the function `string<' allows symbols.
7894
7895         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
7896
7897 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
7898
7899         * message.el (message-forward-make-body): Revert an early change
7900         because 8-bit utf-8 emails.
7901
7902 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7903
7904         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
7905         links to Info)
7906         * gnus-art.el (gnus-treat-highlight-signature):
7907         * gnus-art.el (gnus-treat-buttonize):
7908         * gnus-art.el (gnus-treat-buttonize-head):
7909         * gnus-art.el (gnus-treat-emphasize):
7910         * gnus-art.el (gnus-treat-strip-cr):
7911         * gnus-art.el (gnus-treat-unsplit-urls):
7912         * gnus-art.el (gnus-treat-leading-whitespace):
7913         * gnus-art.el (gnus-treat-hide-headers):
7914         * gnus-art.el (gnus-treat-hide-boring-headers):
7915         * gnus-art.el (gnus-treat-hide-signature):
7916         * gnus-art.el (gnus-treat-fill-article):
7917         * gnus-art.el (gnus-treat-hide-citation):
7918         * gnus-art.el (gnus-treat-hide-citation-maybe):
7919         * gnus-art.el (gnus-treat-strip-list-identifiers):
7920         * gnus-art.el (gnus-treat-strip-pgp):
7921         * gnus-art.el (gnus-treat-strip-pem):
7922         * gnus-art.el (gnus-treat-strip-banner):
7923         * gnus-art.el (gnus-treat-highlight-headers):
7924         * gnus-art.el (gnus-treat-highlight-citation):
7925         * gnus-art.el (gnus-treat-date-ut):
7926         * gnus-art.el (gnus-treat-date-local):
7927         * gnus-art.el (gnus-treat-date-english):
7928         * gnus-art.el (gnus-treat-date-lapsed):
7929         * gnus-art.el (gnus-treat-date-original):
7930         * gnus-art.el (gnus-treat-date-iso8601):
7931         * gnus-art.el (gnus-treat-date-user-defined):
7932         * gnus-art.el (gnus-treat-strip-headers-in-body):
7933         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
7934         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
7935         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
7936         * gnus-art.el (gnus-treat-unfold-headers):
7937         * gnus-art.el (gnus-treat-fold-headers):
7938         * gnus-art.el (gnus-treat-fold-newsgroups):
7939         * gnus-art.el (gnus-treat-overstrike):
7940         * gnus-art.el (gnus-treat-display-xface):
7941         * gnus-art.el (gnus-treat-display-smileys):
7942         * gnus-art.el (gnus-treat-from-picon):
7943         * gnus-art.el (gnus-treat-mail-picon):
7944         * gnus-art.el (gnus-treat-newsgroups-picon):
7945         * gnus-art.el (gnus-treat-body-boundary):
7946         * gnus-art.el (gnus-treat-capitalize-sentences):
7947         * gnus-art.el (gnus-treat-fill-long-lines):
7948         * gnus-art.el (gnus-treat-play-sounds):
7949         * gnus-art.el (gnus-treat-translate):
7950         * gnus-art.el (gnus-treat-x-pgp-sig):
7951         * gnus-art.el (gnus-mime-button-line-format):
7952         * gnus-art.el (gnus-button-man-level):
7953         * gnus-art.el (gnus-button-emacs-level):
7954         * gnus-cus.el (gnus-group-parameters):
7955         * gnus-gl.el (bbb-build-mid-scores-alist):
7956         * gnus-group.el (gnus-group-line-format):
7957         * gnus-mlspl.el (gnus-group-split-setup):
7958         * gnus-mlspl.el (gnus-group-split):
7959         * gnus-msg.el (gnus-mailing-list-groups):
7960         * gnus-msg.el (gnus-posting-styles):
7961         * gnus-nocem.el (gnus-nocem-issuers):
7962         * gnus-score.el (gnus-score-regexp-bad-p):
7963         * gnus-srvr.el (gnus-server-line-format):
7964         * gnus-topic.el (gnus-topic-line-format):
7965         * gnus.el (gnus-summary-line-format):
7966         * mail-source.el (mail-sources):
7967         * message.el (message-subscribed-address-file):
7968         * nnmail.el (nnmail-split-fancy):
7969
7970 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
7971
7972         * mail-source.el(mail-source-run-script): use `functionp' to test
7973         whether the argument `script' is in fact a function.
7974         (mail-sources): adjust the defcustom to allow users to specify a
7975         function or a string as the value of the `:prescript' and
7976         `:postscript' arguments of the `file' and `pop3' mail sources.
7977
7978 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
7979
7980         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
7981         number when article 1 does not exist.
7982
7983 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7984
7985         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
7986         apropos if apropos-variable does not exist.
7987         (gnus-button-guessed-mid-regexp)
7988         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
7989         regexes.  From Reiner Steib.
7990         (gnus-button-handle-describe-function)
7991         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
7992         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
7993         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
7994
7995 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
7996         Trivial patch.
7997
7998         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
7999         the file.
8000
8001 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
8002
8003         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
8004
8005 2002-09-24  Simon Josefsson  <jas@extundo.com>
8006
8007         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
8008         (mml2015-use): Prefer PGG if installed.
8009         (mml2015-function-alist): Add PGG wrappers.
8010         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
8011         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
8012         prefix, make regexp optionally skip it.
8013         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
8014         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
8015         (mml2015-pgg-encrypt): New functions.
8016         (defvar, autoload): Prevent byte-compile warnings.
8017
8018 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8019         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
8020
8021         * gnus-art.el (article-strip-banner): Check for the existence of
8022         from header.
8023
8024 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
8025
8026         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
8027         (gnus-button-alist): Improved regexp for
8028         gnus-button-handle-mid-or-mail (false positives), fixed
8029         gnus-button-handle-man entries.
8030         From Reiner Steib.
8031
8032 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
8033         From Josh Huber.
8034
8035         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
8036         nnmail-extra-headers is non-nil.
8037
8038 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
8039
8040         * nnmaildir.el: Store article numbers persistently.  General
8041         revision.
8042         (nnmaildir-request-expire-articles): handle 'immediate and 'never
8043         for nnmail-expiry-wait; delete instead of moving if 'force is
8044         given.
8045
8046 2002-09-23  Simon Josefsson  <jas@extundo.com>
8047         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
8048
8049         * smime.el (smime-sign-buffer): Get key and extra certs.
8050         (smime-get-key-with-certs-by-email): Utility function.
8051
8052 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8053         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
8054
8055         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
8056         article exists.
8057
8058 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
8059
8060         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
8061
8062 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
8063         From Reiner Steib.
8064
8065         * gnus-art.el (gnus-button-handle-custom,
8066         gnus-button-handle-mid-or-mail,
8067         gnus-button-handle-describe-{function,variable,key},
8068         gnus-button-handle-apropos{,command,variable}): New functions.
8069         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
8070         gnus-button-{man,emacs,mail}-level): New variables.
8071         (gnus-button-alist): Use the above to buttonize emacs and mail
8072         related links.
8073
8074 2002-09-18  Juanma Barranquero  <lektu@terra.es>
8075
8076         * gnus-int.el (gnus-status-message): Fix spacing.
8077
8078         * imap.el (imap-continuation): Fix typos.
8079
8080 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8081
8082         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
8083
8084         * gnus-art.el (gnus-article-reply-with-original): Correct
8085         with-current-buffer scope.
8086
8087         * message.el (message-completion-alist): Add Reply-To, From, etc.
8088
8089 2002-09-18  Simon Josefsson  <jas@extundo.com>
8090
8091         * nnimap.el (nnimap-request-expire-articles): Make flag setting
8092         conditional.  From Nevin Kapur <nevin@jhu.edu>.
8093
8094 2002-09-17  Simon Josefsson  <jas@extundo.com>
8095
8096         * nnimap.el (nnimap-expiry-target): Don't search for which
8097         articles exists here.
8098         (nnimap-request-expire-articles): Do it here instead.  Only expire
8099         when articles are found.  Suggested by Nevin Kapur
8100         <nevin@jhu.edu>.
8101
8102 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8103         From Reiner Steib <reiner.steib@gmx.de>.
8104
8105         * message.el (message-strip-subject-trailing-was)
8106         (message-change-subject, message-add-archive-header)
8107         (message-xpost-fup2-header, message-xpost-insert-note)
8108         (message-xpost-fup2, message-reduce-to-to-cc): New functions
8109         adopted from message-utils.el.  Add functions to the keymap, mode
8110         describtion and menu.
8111         (message-change-subject,message-xpost-fup2): Signal error if
8112         current header is empty.
8113         (message-xpost-insert-note): Changed insert position.
8114         (message-archive-note): Ensure to insert note in message body (not
8115         in head).
8116         (message-archive-header, message-archive-note)
8117         (message-xpost-default, message-xpost-note, message-fup2-note)
8118         (message-xpost-note-function): New variables adopted from
8119         message-utils.el.  Changed some doc-strings.
8120         (message-mark-insert-{begin,end}): Rename from
8121         message-{begin,end}-inserted-text-mark (message-utils.el), changed
8122         values.
8123         (message-subject-trailing-was-query)
8124         (message-subject-trailing-was-ask-regexp)
8125         (message-subject-trailing-was-regexp): New variables.
8126         (message-to-list-only): Added doc-string and menu entry.
8127
8128         * message-utils.el: Removed.  Functions are now in message.el.
8129
8130 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
8131
8132         * gnus-art.el (gnus-article-reply-with-original,
8133         gnus-article-followup-with-original): Switch to
8134         gnus-summary-buffer before reply/followup.
8135
8136 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
8137
8138         * gnus-sum.el (gnus-summary-toggle-header): The article window may
8139         not exist. Toggle it anyway.
8140
8141 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
8142
8143         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
8144
8145         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
8146         Trivial patch from Urban Engberg <ue@ccieurope.com>.
8147
8148         * rfc2047.el (message-posting-charset): Defvar it.
8149         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
8150         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
8151
8152         * mail-source.el (mail-source-fetch): Hide password.
8153
8154         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
8155
8156 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8157         From John Paul Wallington <jpw@shootybangbang.com>.
8158
8159         * gnus.el (gnus-visual, gnus-meta): Fix typo.
8160
8161 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8162
8163         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
8164
8165 2002-09-11  Simon Josefsson  <jas@extundo.com>
8166
8167         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
8168         (nnimap-split-rule): Doc fix.
8169         (nnimap-request-expire-articles): Cleanup code.
8170
8171 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8172         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
8173
8174         * gnus-art.el (gnus-article-address-banner-alist): New option.
8175         (article-strip-banner): Refer the above option to split banners of
8176         free mail servers, when no group parameter is specified.
8177
8178 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * nntp.el (nntp-wait-for-string): Check for a process in the
8181         current buffer instead of `nntp-server-buffer'.
8182
8183 2002-09-09  Simon Josefsson  <jas@extundo.com>
8184
8185         * gnus-art.el (gnus-button-man-handler): New variable.
8186         (gnus-button-alist): Use g-b-handle-man.
8187         (gnus-button-handle-man): New, call g-b-man-handler.
8188
8189 2002-09-08  Simon Josefsson  <jas@extundo.com>
8190
8191         * gnus-art.el (gnus-button-alist): Buttonize man page links.
8192
8193 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8194
8195         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
8196
8197 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8198
8199         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
8200
8201         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
8202         keystroke.
8203
8204         * gnus-srvr.el (gnus-browse-describe-group): New command and
8205         keystroke.
8206
8207 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
8210         value for gnus-decoration property.
8211
8212 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8213
8214         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
8215         string) as group name in case we have a CRLF in the file.
8216
8217 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
8218
8219         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
8220         group.
8221         (rfc1843-decode-hzp): do.
8222         (rfc1843-newsgroups-regexp): do.
8223
8224 2002-09-04  Simon Josefsson  <jas@extundo.com>
8225
8226         * message.el (message-canlock-generate): Make sure sha1 doesn't
8227         call external programs.
8228
8229 2002-09-03  Simon Josefsson  <jas@extundo.com>
8230
8231         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
8232
8233         * gnus-agent.el (gnus-agent-batch): Add doc.
8234
8235 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
8236
8237         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
8238         check for signed and encrypted parts.
8239         * mml.el (mml-parse-1): Correct small typo which preventing
8240         setting recipients in a secure tag.
8241
8242 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * mm-util.el (mm-coding-system-priorities): Default to a list of
8245         iso-2022-jp and others for the Japanese environment.
8246
8247 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
8250         invalid display names.
8251
8252 2002-08-30  Simon Josefsson  <jas@extundo.com>
8253
8254         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
8255         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
8256
8257 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
8258
8259         * gnus.el (gnus-group-charter-alist): New option.
8260         (gnus-group-fetch-control-use-browse-url): New option.
8261
8262         * gnus-group.el (gnus-group-fetch-charter): New function.
8263         (gnus-group-fetch-control): New function.
8264         Add them to the keymap and menu. Require mm-url.
8265
8266 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8267
8268         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
8269         From Alex Schroeder <alex@emacswiki.org>.
8270
8271 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
8272
8273         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
8274         items expecting user interaction.
8275
8276         * gnus-topic.el (gnus-topic-make-menu-bar): do.
8277
8278         * gnus-sum.el (gnus-summary-make-menu-bar): do.
8279
8280         * gnus-srvr.el (gnus-server-make-menu-bar): do.
8281
8282         * mml.el (mml-menu): do.
8283
8284 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8285
8286         * mail-source.el (mail-source-touch-pop): New function.
8287
8288         * message.el (message-smtpmail-send-it): New function.
8289         (message-send-mail-function): Add it for a candidate.
8290
8291 2002-08-27  Simon Josefsson  <jas@extundo.com>
8292
8293         * gnus-msg.el (posting-charset-alist): Use
8294         gnus-define-group-parameter instead of defcustom.
8295         (gnus-put-message): Handle SPC in GCC.
8296         (gnus-inews-insert-gcc): Ditto.
8297         (gnus-inews-insert-archive-gcc): Ditto.
8298
8299 2002-08-26  Simon Josefsson  <jas@extundo.com>
8300
8301         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
8302         (gnus-agentize): Auto agentize all nntp and nnimap groups.
8303         (gnus-agent-possibly-save-gcc): Autoload.
8304         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
8305
8306 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8307
8308         * gnus.el (gnus-other-frame-function): New user option.
8309         (gnus-other-frame): Use it; add a doc-string; make it work with
8310         the gnuclient program.
8311
8312         * gnus-util.el (gnus-frame-or-window-display-name): New function.
8313
8314         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
8315         `device-connection' and `dfw-device'.
8316
8317 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8318
8319         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
8320         positives, make it stricter.  From Jochen Hein (trivial change).
8321
8322 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8323
8324         * gnus.el (gnus-other-frame): Trivial fix.
8325
8326 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * gnus.el (gnus-other-frame-parameters): New user option.
8329         (gnus-other-frame-object): New variable.
8330         (gnus-other-frame): Make it search for existing Gnus frame; don't
8331         read new news; delete frame on exit.
8332
8333         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
8334
8335         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
8336
8337 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8338         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
8339
8340         * message.el (message-set-auto-save-file-name): Add support for
8341         the Cygwin Emacs; the system-type is `cygwin'.
8342         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
8343
8344 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
8345
8346         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
8347
8348         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
8349         avoid arithmetic errors.
8350
8351 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
8354
8355 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8356
8357         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
8358         (message-ignored-resent-headers): Add envelope From.
8359
8360 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8361
8362         * gnus.el (gnus-summary-line-format): Document %k specifier.
8363
8364 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8365
8366         * gnus-sum.el (gnus-summary-line-message-size): New function.
8367         (gnus-summary-line-format-alist): Use it.
8368
8369 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8370
8371         * gnus-art.el (article-make-date-line): Refer to the value for
8372         `gnus-article-time-format' in the summary buffer.
8373
8374         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
8375
8376 2002-08-14  Simon Josefsson  <jas@extundo.com>
8377
8378         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
8379         quoting.
8380         (gnus-button-alist): Fix doc.
8381         (gnus-header-button-alist): Use ' not ` for default value quoting.
8382         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
8383         rationale similar to 2002-05-01 change.
8384         (gnus-article-add-buttons-to-head): Evaluate expression.
8385
8386         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
8387
8388 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * message.el (message-font-lock-keywords): Refer to the value for
8391         `message-cite-prefix-regexp' dynamically.
8392
8393 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8394
8395         * gnus-art.el (gnus-decode-header-methods): Doc fix.
8396
8397 2002-08-12  Simon Josefsson  <jas@extundo.com>
8398
8399         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
8400         (imap-shell-open): Skip initial junk before IMAP greeting.
8401
8402 2002-08-11  Simon Josefsson  <jas@extundo.com>
8403
8404         * message-utils.el (message-xpost-default,
8405         message-xpost-fup2-header, message-xpost-fup2): Fixed
8406         Typos.  Trivial changes from Reiner Steib
8407         <4uce.02.r.steib@gmx.net>.
8408
8409 2002-08-09  Simon Josefsson  <jas@extundo.com>
8410
8411         * message.el (message-canlock-password): Set
8412         canlock-password-for-verify to newly generated canlock-password.
8413         When Emacs is restarted, Custom makes sure this is set, but during
8414         the same session we must set it manually.
8415
8416 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
8417
8418         * yenc.el: New file.
8419
8420         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
8421         (mm-uu-type-alist): Add yenc.
8422         (mm-uu-yenc-filename): New function.
8423         (mm-uu-yenc-extract): New function.
8424
8425         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
8426
8427 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8428
8429         * dgnushack.el (merge): Don't use coerce.
8430
8431 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
8432
8433         * mailcap.el (mailcap-mime-data): Test window-system rather than
8434         mm-device-type.
8435         (mailcap-mime-data): Call xdvi and gv with "-safer".
8436
8437         * mm-util.el: Don't define mm-device-type.
8438
8439 2002-08-05  Simon Josefsson  <jas@extundo.com>
8440
8441         * mm-util.el (mm-coding-system-priorities): coding-system type not
8442         supported everywhere.
8443
8444 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8445
8446         * gnus.el (gnus-version-number): Bumped version number.
8447
8448 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8449
8450         * gnus.el: Oort Gnus v0.07 is released.
8451
8452 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8453
8454         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
8455         (gnus-article-sort-functions): Doc fix.
8456         (t): New keystroke.
8457         (gnus-article-sort-by-random): New function.
8458         (gnus-thread-sort-by-random): New function.
8459
8460 2002-08-02  Simon Josefsson  <jas@extundo.com>
8461
8462         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
8463         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
8464
8465 2002-07-31  Danny Siu  <dsiu@adobe.com>
8466
8467         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
8468         when splitting malformed messages without message-id
8469
8470 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8471         From Niklas Morberg <niklas.morberg@axis.com>.
8472
8473         * nnweb.el (nnweb-type, nnweb-type-definition)
8474         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
8475         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
8476         functionality.
8477         * nnweb.el: Removed old non-functioning search engines.
8478
8479 2002-07-27  Simon Josefsson  <jas@extundo.com>
8480
8481         * message.el (message-forward-make-body): Don't use
8482         `message-forward-ignored-headers' when doing a "raw" followup (it
8483         is important to preserve e.g. CTE).
8484
8485         * flow-fill.el (fill-flowed): Disable filladapt-mode.
8486
8487         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
8488         regexp-quote, Cyrus Sieve is fixed.
8489
8490         * sieve-manage.el (sieve-manage-deletescript): New function.
8491
8492         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
8493         (sieve-manage-mode): Fix menubar.
8494         (sieve-activate): Change some messages.
8495         (sieve-deactivate-all): New function.
8496         (sieve-deactivate): New alias.
8497         (sieve-remove): New function.
8498         (sieve-help): Fix help.
8499         All suggested by Ned Ludd.
8500
8501 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
8504         (mm-w3m-safe-url-regexp): New user option.
8505
8506         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
8507         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
8508
8509 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
8510
8511         * gnus-sum.el (gnus-summary-delete-article): Force
8512         nnmail-expiry-target to 'delete, so that absolute deletion
8513         happens when absolute deletion is requested.
8514
8515 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8516         From Nevin Kapur <nevin@jhu.edu>.
8517
8518         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
8519         headers as empty headers.
8520
8521 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8522         From Jochen Hein <jochen@jochen.org>.
8523
8524         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
8525         correct typo.
8526         (gnus-emphasis-strikethru): New face.
8527
8528 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8529         From Jason Merrill <jason@redhat.com>.
8530
8531         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
8532         entire file for each of a sequence of missing articles.
8533
8534         * gnus-salt.el (gnus-binary-display-article): Respect an existing
8535         value for gnus-view-pseudos.
8536
8537         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
8538         avoid nreverse.
8539
8540 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8541         From Ted Zlatanov <teodor.zlatanov@divine.com>.
8542
8543         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
8544         (gnus-summary-mode-line-format-alist): Add %h for number of
8545         spams.
8546         (gnus-newsgroup-spam-marked): New variable.
8547         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
8548         (gnus-article-read-p, gnus-article-mark)
8549         (gnus-set-global-variables, gnus-set-global-variables)
8550         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
8551         (gnus-summary-mark-article-as-unread)
8552         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
8553         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
8554         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
8555
8556 2002-07-10  Simon Josefsson  <jas@extundo.com>
8557
8558         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
8559         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
8560
8561 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
8562
8563         * gnus-sum.el (gnus-summary-delete-article): Respect group
8564         parameters while expiring.
8565
8566 2002-07-08  Simon Josefsson  <jas@extundo.com>
8567
8568         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
8569         Enberg.
8570
8571 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8572
8573         * gnus-art.el (article-unsplit-urls): Only display MIME when this
8574         function is called interactively.  From Niklas Morberg.
8575
8576 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8577
8578         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
8579         cdaar to cdar and car.
8580
8581         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
8582         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
8583
8584 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8585
8586         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
8587         don't break a narrowed article.
8588
8589         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
8590         (nntp-open-via-rlogin-and-telnet): Ditto.
8591
8592 2002-07-02  Didier Verna  <didier@xemacs.org>
8593
8594         * nnmail.el (nnmail-split-methods): fix custom type.
8595
8596 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8597
8598         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
8599         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
8600
8601 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8602
8603         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
8604         (gnus-summary-resend-message): Use it.
8605
8606 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8607
8608         * nntp.el (nntp-via-rlogin-command-switches): New variable.
8609         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
8610
8611 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8612
8613         * message.el (message-font-lock-keywords): Don't fontify
8614         headers in the message body, only in the header.
8615         (message-font-lock-make-header-matcher): New function, used by
8616         message-font-lock-keywords.
8617         From Katsumi Yamaoka <yamaoka@jpl.org>.
8618
8619 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
8622
8623 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8624
8625         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
8626
8627 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8628
8629         * message.el (message-font-lock-keywords): Revert 2002-06-22
8630         change.
8631
8632 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8633
8634         * message.el (message-font-lock-keywords): Put colon in header
8635         name match.
8636
8637 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8638
8639         * message.el (message-font-lock-keywords): Don't use header faces
8640         in the body.  Thanks to Stefan Monnier for the hint on the
8641         implementation.
8642
8643 2002-05-09  Miles Bader  <miles@gnu.org>
8644
8645         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
8646         (gnus-article-hide-citation): Respect it.
8647
8648 2002-04-12  Juanma Barranquero  <lektu@terra.es>
8649
8650         * pop3.el (pop3-open-server): Fix typo.
8651
8652 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
8653
8654         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
8655         instead of push to ignore duplicate to-(list|address) values.
8656         * nnmail.el (nnmail-cache-ignore-groups): New.
8657         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
8658
8659 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8660
8661         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
8662         before sending.  Suggested by Jan Rychter.
8663
8664 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8665
8666         * dgnushack.el (remove): New compiler macro.
8667         (last, coerce, subseq): Remove compiler macros for those built-in
8668         or unused functions.
8669
8670 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8671
8672         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
8673         sure to write byte-compiled versions of gnus-*-format-alist to
8674         .newsrc.eld.  From Simon Josefsson.
8675
8676 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8677
8678         * gnus-agent.el (gnus-agent-read-servers)
8679         (gnus-agent-write-servers): Put server name (string like
8680         "nnchoke:frumple") in the file instead of a server specification
8681         (Lisp expression like (nnchoke "frumple" ...parameters...)).
8682         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
8683
8684 2002-06-16  Simon Josefsson  <jas@extundo.com>
8685
8686         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
8687         Reiner Steib <4uce.02.r.steib@gmx.net>.
8688
8689 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8690
8691         * nnheader.el (nnheader-file-name-translation-alist): Set the
8692         default value for MS Windows systems.
8693
8694         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
8695
8696 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8697
8698         * message.el (message-beginning-of-line): Keep the region active
8699         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
8700
8701 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
8702
8703         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
8704         * gnus-msg.el (gnus-summary-reply): Ditto.
8705         * gnus-msg.el (gnus-summary-handle-replysign): New.
8706
8707 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8708
8709         * message.el (message-send-mail-with-sendmail): Kill errbuf even
8710         if sending failed.
8711
8712 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
8713
8714         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
8715         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
8716         to sign while encrypting.
8717
8718 2002-06-11  Simon Josefsson  <jas@extundo.com>
8719
8720         * gnus-int.el (gnus-request-move-article): Agent expire article if
8721         successfuly moved.
8722
8723         * nnweb.el (nnweb-google-create-mapping): Honors the value of
8724         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
8725
8726 2002-06-10  Simon Josefsson  <jas@extundo.com>
8727
8728         * gnus-int.el (gnus-request-expire-articles): Fix last change?
8729
8730 2002-06-09  Simon Josefsson  <jas@extundo.com>
8731
8732         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
8733
8734         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
8735
8736 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8737
8738         * flow-fill.el (fill-flowed): Ignore errors.
8739
8740 2002-06-06  Simon Josefsson  <jas@extundo.com>
8741
8742         * message.el (message-send-mail-with-sendmail): Improve error message.
8743
8744 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8745
8746         * message.el (message-interactive): Change default from nil to t.
8747         Better to be safe than to be fast.
8748
8749 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8750
8751         * message.el (message-send-mail-with-sendmail): Check return value
8752         from call-process-region.
8753
8754 2002-06-04  Simon Josefsson  <jas@extundo.com>
8755
8756         * gnus-msg.el (gnus-group-mail, gnus-group-news)
8757         (gnus-group-post-news, gnus-summary-mail-other-window)
8758         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
8759         gnus-article-copy to nil, thereby inhibiting the `header' posting
8760         style match to use data from last viewed article.
8761         Suggested by Hrvoje Niksic.
8762
8763 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8764
8765         * spam.el (spam-point-at-eol): New alias.
8766         (spam-parse-whitelist): Use it.
8767
8768 2002-06-03  Simon Josefsson  <jas@extundo.com>
8769
8770         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
8771         (nnmail-article-group): Use it.
8772
8773 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8774
8775         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
8776         so that code reading them won't be surprised.  From Jesper Harder
8777         <harder@ifa.au.dk>.
8778
8779 2002-05-29  Simon Josefsson  <jas@extundo.com>
8780
8781         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
8782         articles.
8783
8784         * gnus.el (gnus-agent-cache): Doc fix.
8785         (gnus-agent): Change default to t.
8786
8787         * gnus-agent.el (gnus-agent-expire): Make it accept optional
8788         ARTICLES, GROUP and FORCE parameters.
8789
8790 2002-05-28  Simon Josefsson  <jas@extundo.com>
8791
8792         * gnus-group.el (gnus-group-line-format): Doc fix.
8793
8794 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8795
8796         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
8797         original article before yanking.  From Jesper Harder
8798         <harder@ifa.au.dk>.
8799
8800 2002-05-26  Simon Josefsson  <jas@extundo.com>
8801
8802         * gnus-sum.el (gnus-summary-menu-split): New function.
8803         (gnus-summary-make-menu-bar): Split charset submenu.
8804         (gnus-summary-menu-maxlen): New variable.
8805         (gnus-summary-menu-split): Use it.
8806
8807 2002-05-25  Simon Josefsson  <jas@extundo.com>
8808
8809         * mml.el (mml-preview): Generate some headers.
8810
8811         * gnus.el (gnus-large-newsgroup): Fix :type.
8812
8813         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
8814         Agent cache NOV's by default now).
8815         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
8816
8817 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
8818
8819         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
8820         call to gnus-parent-id when we check for References loops.
8821         (gnus-summary-prepare-threads): Avoid simplifying every Subject
8822         twice by saving the simplified subject string in simp-subject.
8823
8824 2002-05-23  Simon Josefsson  <jas@extundo.com>
8825
8826         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
8827         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
8828
8829         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
8830         Niklas Morberg <niklas.morberg@axis.com>.
8831
8832 2002-05-22  Simon Josefsson  <jas@extundo.com>
8833
8834         * sieve.el (sieve-change-region): Define it before it is used.
8835
8836         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
8837         (gnus-summary-reply): Ask for confirmation when replying to news.
8838         Defaults to not ask.  From Benjamin Rutt
8839         <rutt+news@cis.ohio-state.edu>.
8840
8841         * nnimap.el (nnimap-nov-is-evil): Improve doc.
8842
8843 2002-05-21  Simon Josefsson  <jas@extundo.com>
8844
8845         * sieve-mode.el (sieve-manage): Fix autoloads.
8846
8847         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
8848         name (makes it work with recent Cyrus timsieved).
8849
8850 2002-05-20  Jason  <jbaker@cs.utah.edu>
8851         Trivial patch.
8852
8853         * gnus-art.el (gnus-request-article-this-buffer): Try
8854         reconnecting if you don't get the message.
8855
8856 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8857
8858         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
8859         Reply-To headers from the headers.
8860
8861 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8862
8863         * mm-url.el (mm-url-insert): Remove junk message.
8864
8865 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8866
8867         * nnslashdot.el (nnslashdot-request-list): Parse new html.
8868         (nnslashdot-use-front-page): New variable.
8869         (nnslashdot-request-list): Use it.
8870
8871         * mm-url.el (mm-url-timeout): New variable.
8872         (mm-url-retries): Ditto.
8873         (mm-url-insert): Use it.
8874
8875 2002-05-16  Simon Josefsson  <jas@extundo.com>
8876
8877         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
8878         (gnus-simplify-subject-functions): Mention g-s-a-w.
8879
8880 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
8881
8882         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
8883         nnmail-cache-insert.
8884         * nndiary.el (nndiary-request-accept-article): Ditto.
8885         * nnfolder.el (nnfolder-request-accept-article): Ditto.
8886         * nnimap.el (nnimap-request-accept-article): Ditto.
8887         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
8888         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
8889         * nnmbox.el (nnmbox-request-accept-article): Ditto.
8890         * nnmh.el (nnmh-request-accept-article): Ditto.
8891         * nnmail.el (nnmail-cache-insert): Change group to required,
8892         removed code which tried to figure out the group.
8893
8894 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
8895
8896         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
8897         messages. From Hans de Graaff <hans@degraaff.org>.
8898         * nnml.el (nnml-request-accept-article): Pass in the group name to
8899         nnmail-cache-insert, since it's available.
8900
8901 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8902
8903         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
8904
8905 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8906         From Florian Weimer <fw@deneb.enyo.de>.
8907
8908         * gnus.el (subscribed): New group parameter.
8909         (gnus-find-subscribed-addresses): Use it.
8910
8911 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
8912
8913         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
8914         the default for pgpmime to support pgp v2.
8915         * mml-sec.el (mml-signencrypt-style): New accessor function to
8916         allow users to get/set the signencrypt style more easily without
8917         frobbing the alist directly.
8918         * mml.el (mml-generate-mime-1): Use accessor function.
8919
8920 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8921
8922         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
8923         parenthesis for "<" and ">".  Suggested by Andreas Schwab
8924         <schwab@suse.de>.
8925
8926 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8927
8928         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
8929         when intuiting the group the message is written to.  From Josh
8930         Huber <huber@alum.wpi.edu>.
8931
8932 2002-05-06  Simon Josefsson  <jas@extundo.com>
8933
8934         * gnus-topic.el (gnus-group-topic-parameters): Work when group
8935         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
8936
8937 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
8938
8939         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
8940         argument, and fixed compiler warning. (added autoload for
8941         gpg-encrypt).
8942
8943 2002-05-04  Simon Josefsson  <jas@extundo.com>
8944
8945         * mml1991.el (mml1991-function-alist): Doc fix.
8946
8947         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
8948         doesn't exist (for previewing messages without having Gnus
8949         started).
8950
8951         * mm-util.el (mm-coding-system-priorities): Defcustom.
8952
8953         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
8954
8955 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
8956
8957         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
8958         default.
8959         * mml-sec.el:
8960         * mml-sec.el (mml-signencrypt-style): New.
8961         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
8962         argument `sign'.
8963         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
8964         signencrypt.
8965         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
8966         * mml.el (mml-generate-mime-1): Changed logic so a part which is
8967         both signed & encryped is processed in one operation. (rather than
8968         two separate ops: sign, then encrypt)
8969         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
8970         indication if a message is signed by an expired key.
8971         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
8972         enables combined sign & encrypt operation. (this was always on
8973         before).
8974         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
8975
8976 2002-05-01  Simon Josefsson  <jas@extundo.com>
8977
8978         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
8979         server.
8980         (nnimap-mailbox-info): defvar instead of defvoo.
8981
8982 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8983
8984         * gnus.el: Oort Gnus v0.06 is released.
8985
8986 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8987
8988         * lpath.el: Bind url-package-version.
8989
8990 2002-05-01  Simon Josefsson  <jas@extundo.com>
8991
8992         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
8993         filename before deleting the group itself, because the presence of
8994         a group filename decides if long filenames are used or not.
8995
8996         * gnus-art.el (gnus-button-alist): Don't inline
8997         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
8998         without also modifying g-button-alist.
8999         (gnus-button-alist): Fix type to allow variable as well as regexp.
9000         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
9001         themselves, variables to its contents.
9002         (gnus-button-entry): Ditto.
9003
9004 2002-05-01  Simon Josefsson  <jas@extundo.com>
9005
9006         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
9007         UIDNEXT as a string.
9008
9009         * nnimap.el (nnimap-string-lessp-numerical): New function.
9010         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
9011         integers.
9012
9013 2002-04-29  Simon Josefsson  <jas@extundo.com>
9014
9015         * nnmail.el (nnmail-cache-insert): Accept optional group
9016         parameter.
9017
9018         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
9019         n-r-g-a is disabled.
9020
9021 2002-04-29  Simon Josefsson  <jas@extundo.com>
9022
9023         * nnimap.el (nnimap-split-fancy): Fix doc.
9024         (nnimap-split-fancy): Fix doc.
9025
9026         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
9027         (nnimap-mailbox-info): New internal variable.
9028         (nnimap-retrieve-groups): Implement faster new mail check.
9029
9030         * nnimap.el (nnimap-split-articles): Support
9031         nnmail-cache-accepted-message-ids.
9032         (nnimap-request-accept-article): Ditto.
9033
9034         * imap.el (imap-mailbox-status-asynch): New command.
9035
9036 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
9037
9038         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
9039         are no subscribed mail groups.
9040         - Strip quoted names when comparing addresses
9041
9042 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
9043
9044         * mm-decode.el (mm-text-html-renderer): Change customize type to
9045         const.
9046
9047         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
9048         (gnus-debug-exclude-variables): do.
9049
9050 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
9051
9052         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
9053         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
9054
9055 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9056
9057         * dns.el (dns-make-network-process): New macro.
9058         (query-dns): Use it.
9059
9060 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
9061
9062         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
9063         article-buffer.
9064
9065         * mm-url.el (mm-url-package-name): New variable.
9066         (mm-url-package-version): New variable.
9067         (mm-url-insert-file-contents): Bind url-package-name and
9068         url-package-version here.
9069         * nnrss.el (nnrss-insert-w3): Move the bindings.
9070
9071         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
9072         url-package-version. Trivial change from Andrew J Cosgriff
9073         <ajc@polydistortion.net>
9074
9075         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
9076         attachments. Trivial change from Peter 'Luna' Runestig
9077         <peter@runestig.com>.
9078
9079 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
9080
9081         * nnkiboze.el (nnkiboze-request-scan): Call
9082         nnkiboze-possibly-change-group.
9083         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
9084         problems.
9085         (nnkiboze-generate-group): Set newsrc to the *highest* article
9086         number kibozed, not the lowest.
9087
9088 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
9089
9090         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
9091
9092 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9093         From Dan Christensen <jdc+news@uwo.ca>.
9094
9095         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9096         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9097         Recognize math postings.  Extract Date (now ignores "(15kb)").
9098         Extract email address using gnus-extract-address-components
9099         instead of just taking the first word.  Create Date and From
9100         headers for message which are missing these headers.  Get rid
9101         of spurious \\ lines (purely cosmetic).  Extend body-end and
9102         file-end regexps, to exclude more garbage from the message.
9103         Make URL rephrasing regexp more flexible, to match current
9104         format.
9105
9106 2002-04-23  Simon Josefsson  <jas@extundo.com>
9107
9108         * netrc.el: New file, functions copied from gnus-util.el by Ted
9109         Zlatanov <tzz@lifelogs.com>.
9110
9111         * gnus-util.el: Require netrc.
9112         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
9113         new code in netrc.el.
9114
9115 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9116
9117         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
9118         message-ignored-resent-headers, too.  From Matthieu Moy
9119         <Matthieu.Moy@imag.fr>.
9120
9121 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9122
9123         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
9124         boolean not a string
9125         * gnus-group.el (gnus-group-line-format): add description of %C
9126         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
9127           as %C
9128         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
9129
9130 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
9131
9132         * nnmaildir.el (nnmaildir-request-scan): typo: set
9133         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
9134         nnmail-get-new-mail for 'find-new-groups.
9135
9136 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
9137
9138         * nnmaildir.el (nnmaildir-request-update-info,
9139         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
9140         unnecessary calls to nnmaildir-request-scan.
9141
9142 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
9143
9144         * gnus-msg.el:
9145         * gnus-msg.el (gnus-message-replysign): New.
9146         * gnus-msg.el (gnus-message-replyencrypt): New.
9147         * gnus-msg.el (gnus-message-replysignencrypted): New.
9148         * gnus-msg.el (gnus-summary-reply): Use the three new variables
9149         (above) to automatically encrypt/sign to encrypted/signed
9150         messages.
9151         * message.el:
9152         * message.el (message-mode-map): Add keybinding for
9153         `message-to-list-only'
9154         * message.el (message-mode): Add description for
9155         `message-to-list-only'
9156         * message.el (message-to-list-only): New.
9157         * message.el (message-make-mft): Changed to use the cl loop macro,
9158         and added optional flag to return only the matched list. (for use
9159         in new message-to-list-only function)
9160
9161 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
9162
9163         * gnus-msg.el:
9164         * gnus-msg.el (gnus-message-replysign):
9165         * gnus-msg.el (gnus-replysign): New.
9166         * gnus-msg.el (gnus-replyencrypt): New.
9167         * gnus-msg.el (gnus-replysignencrypted): New.
9168         * gnus-msg.el (gnus-summary-reply):
9169         * message.el:
9170         * message.el (message-mode-map):
9171         * message.el (message-mode):
9172         * message.el (message-to-list-only): New.
9173         * message.el (message-make-mft):
9174
9175 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9176
9177         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
9178
9179 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
9180
9181         * message.el (message-gen-unsubscribed-mft): accept a prefix
9182         argument so CC can be included with C-u C-c C-f C-a
9183
9184 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9185         From Ted Zlatanov <teodor.zlatanov@divine.com>.
9186
9187         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
9188         Improve docstring.
9189         (spam-enter-blacklist): New command.
9190
9191         * gnus-sum.el (gnus-spam-mark): New mark.
9192         (gnus-auto-expirable-marks): Add gnus-spam-mark.
9193         (gnus-summary-make-tool-bar): Correct conditional.
9194         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
9195         (gnus-summary-mark-as-spam): New command.
9196
9197 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
9198
9199         * mml-sec.el (mml-secure-message): changed to support arbritrary
9200         modes.
9201         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
9202         changed to support "signencrypt" mode.
9203         * mml.el (mml-parse-1): changed to support different secure modes
9204         more easily. (for signencrypt)
9205
9206 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
9207
9208         * gnus-sum.el (gnus-update-summary-mark-positions)
9209         (gnus-summary-toggle-header):
9210         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
9211         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
9212         (gnus-uu-post-encoded):
9213         * nnfolder.el (nnfolder-possibly-change-group):
9214         * nnimap.el (nnimap-retrieve-headers):
9215         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
9216
9217 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
9218
9219         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
9220         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
9221
9222 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9223
9224         * gnus-srvr.el (gnus-server-set-info): Clear
9225         `gnus-server-method-cache' when `gnus-server-alist' is changed.
9226         From Daiki Ueno <ueno@unixuser.org>.
9227
9228 2002-04-11  Simon Josefsson  <jas@extundo.com>
9229
9230         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
9231         viewing of security buttons.  Thanks to Nicolas Kowalski
9232         <Nicolas.Kowalski@imag.fr>.
9233
9234         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
9235         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
9236         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
9237         <Nicolas.Kowalski@imag.fr>.
9238         (smime-decrypt-buffer): Ditto.
9239
9240 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9241
9242         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
9243         header line.
9244
9245 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
9246
9247         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
9248
9249 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9250
9251         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
9252
9253 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
9254
9255         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
9256         errors when debug.
9257
9258 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
9259
9260         * message.el (message-make-mft): Changed MFT code from using
9261         message-recipients (which included Bcc) to use only the To and CC
9262         headers.
9263
9264 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9265
9266         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
9267         add link.
9268         (gnus-treat-mail-picon): Ditto.
9269         (gnus-treat-newsgroups-picon): Ditto.
9270         (gnus-picon-databases): Fix custom type.
9271         (gnus-picon-databases): Add link.
9272         (gnus-article-x-face-command): Add to gnus-picon group.
9273
9274 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
9275
9276         * message.el (message-buffer-naming-style): Remove.
9277
9278 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9279
9280         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
9281
9282         * message.el (message-tool-bar-map): Ditto.
9283
9284         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9285
9286 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9287
9288         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
9289
9290 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
9291
9292         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
9293
9294 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
9295         Trivial patch.
9296
9297         * dns.el: open-network-stream under XEmacs does udp.
9298
9299 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
9300
9301         * spam.el (spam-enter-whitelist): New function.
9302         (spam-parse-whitelist): Ditto.
9303         (spam-refresh-list-cache): Ditto.
9304         (spam-address-whitelisted-p): New function.
9305
9306         * dns.el (query-dns): Use TCP when make-network-process isn't
9307         available.
9308         (dns-servers): New variable.
9309         (dns-parse-resolv-conf): New function.
9310         (query-dns): Use it.
9311
9312         * spam.el: New file.
9313
9314         * dns.el (query-dns): Test.
9315
9316 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9317
9318         * lpath.el (featurep): Bind make-network-process.
9319
9320 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
9321
9322         * nnmaildir.el: Use defstruct.  Use a single copy of
9323         nnmail-extra-headers to save memory.  Store server's group name
9324         prefix instead of each group's prefixed name.
9325         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
9326         nntp-server-buffer.
9327
9328 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9329
9330         * dns.el: New file.
9331
9332 2002-03-28  Simon Josefsson  <jas@extundo.com>
9333
9334         * gnus-sum.el (gnus-summary-dummy-line-format):
9335         * gnus.el (gnus-summary-line-format): Fixing links to Info.
9336         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
9337
9338 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9339
9340         * gnus-sum.el (gnus-summary-move-article)
9341         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
9342         the doc string.
9343
9344 2002-03-28  Simon Josefsson  <jas@extundo.com>
9345
9346         * mml-sec.el (mml-secure-message): Search after
9347         mail-header-separator from top of message.
9348
9349 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
9350
9351         * nnmaildir.el: Cosmetic changes.
9352         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
9353         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
9354         nnmaildir--group-ls): New macros/functions.  Use them.
9355         (nnmaildir--unlink): Evalutate argument only once.
9356
9357 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
9358
9359         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
9360         symbols.
9361         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
9362         `gnus-point-at-eol'.
9363
9364 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
9365
9366         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
9367         nnmaildir--marks-dir): New macros.  Use them.
9368         Use inhibit-quit for atomicity instead of in-memory journaling.
9369         (nnmaildir--edit-prep): New function.
9370         (Local Variables): Use it.
9371
9372 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
9373
9374         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9375
9376 2002-03-25  Simon Josefsson  <jas@extundo.com>
9377
9378         * message.el (message-mode): Fix doc.
9379
9380 2002-03-25  Simon Josefsson  <jas@extundo.com>
9381
9382         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
9383         Matthieu Moy <Matthieu.Moy@imag.fr>.
9384
9385 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
9386
9387         * mml-sec.el (mml-unsecure-message): Add docstring.
9388
9389 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
9390
9391         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
9392         value.
9393         Trivial change from andre@slamdunknetworks.com
9394
9395 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
9396
9397         * mml.el (mml-mode-map): Added a keybinding for
9398         `mml-unsecure-message'.  Also, added a menu entry for said
9399         function in the Attachments menu.
9400
9401 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9402
9403         * canlock.el (canlock-version): Remove.
9404         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
9405         here; simplify \x insertions.
9406         (canlock-sha1): New function, always return a unibyte string.
9407         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
9408         of a password.
9409         (canlock-insert-header): Use `canlock-sha1'.
9410         (canlock-verify): Ditto.
9411
9412 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
9413
9414         * message.el (message-fix-before-sending): Add an option that
9415         ignores illegible text.
9416         Trivial change from Mark Milhollan <mlm@attglobal.net>
9417
9418         * message.el (message-font-lock-keywords): Support multi-line MML
9419         tags.
9420
9421         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
9422         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
9423
9424 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9425
9426         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
9427         symbols for "View as different encoding" submenu.
9428
9429 2002-03-19  Simon Josefsson  <jas@extundo.com>
9430
9431         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
9432         encoding" submenu.
9433
9434 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9435
9436         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
9437
9438 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9439
9440         * gnus-sum.el (gnus-sum-thread-tree-root)
9441         (gnus-sum-thread-tree-single-indent)
9442         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9443         (gnus-sum-thread-tree-leaf-with-other)
9444         (gnus-sum-thread-tree-single-leaf): Make customizable.
9445
9446 2002-03-16  Simon Josefsson  <jas@extundo.com>
9447
9448         * gnus-util.el (gnus-extract-address-components): Don't break on
9449         names such as James "Kibo" Parry.  From Francis Litterio
9450         <franl@world.std.com>.
9451
9452 2002-03-13  Simon Josefsson  <jas@extundo.com>
9453
9454         * pop3.el (pop3-open-server): Revert multibyte change.  From
9455         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9456
9457         * message.el (message-send-mail-with-qmail): Make it work.  From
9458         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9459
9460 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
9461
9462         * message.el (message-make-mft): Set case-fold-search while
9463         generating the MFT.  Also, a little cleanup in the MFT code.
9464
9465 2002-03-12  Simon Josefsson  <jas@extundo.com>
9466
9467         * message.el (message-qmail-inject-args): May be function.
9468         (message-send-mail-with-qmail): Call function if m-q-i-a is
9469         function.  From fn@hungry.org (Faried Nawaz).
9470
9471 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9472
9473         * message.el (message-abbrevs-loaded): Remove.
9474         (mailabbrev): Require it.
9475
9476         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
9477
9478 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9479
9480         * pop3.el (pop3-open-server): Set process buffer unibyte.
9481
9482 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9483
9484         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
9485
9486 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
9487
9488         * nnslashdot.el (nnslashdot-request-article): Remove javascript
9489         too.
9490
9491 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
9492
9493         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
9494         duplication.
9495         (gnus-summary-save-parts-type-history): Ditto.
9496         (gnus-summary-save-parts-last-directory): Ditto.
9497         Trivial change from andre@slamdunknetworks.com
9498
9499 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
9500
9501         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
9502
9503 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9504
9505         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
9506         -->" as the end of the first article.
9507
9508         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
9509         From Matthieu Moy <Matthieu.Moy@imag.fr>
9510
9511         * message.el (message-add-action): Use add-to-list.
9512         (message-delete-action): New function.
9513
9514         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
9515         pieces.
9516
9517 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
9518
9519         * nnnil.el: New file.
9520         * gnus.el (gnus-valid-select-methods): Include nnnil.
9521
9522 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9523
9524         * message.el (message-syntax-checks): Because canlock is
9525         supported, we disable sender syntax check.
9526         (message-shoot-gnksa-feet): Add cancel-messages option doc.
9527
9528         * gnus-draft.el (gnus-draft-send): If interactive, use its default
9529         value of message-syntax-checks.
9530
9531         * qp.el (quoted-printable-decode-region): Doc addition.
9532         From: Eli Zaretskii <eliz@is.elta.co.il>
9533
9534         * mail-source.el (make-source-make-complex-temp-name): Use
9535         make-temp-file.
9536
9537         * mm-util.el (mm-make-temp-file): New function.
9538         * nneething.el (nneething-file-name): Use it.
9539         * mml-smime.el (mml-smime-encrypt): Ditto.
9540         * mm-view.el (mm-inline-wash-with-file): Ditto.
9541         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
9542         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
9543         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
9544         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
9545         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
9546         * gnus-art.el (gnus-mime-print-part): Ditto.
9547
9548 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
9549
9550         * message.el (nnmaildir-article-number-to-base-name): New
9551         function.
9552         (nnmaildir-base-name-to-article-number): New function.
9553
9554 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9555
9556         * smime.el (smime-make-temp-file): Don't quote
9557         `temporary-file-directory'.
9558
9559 2002-03-04  Simon Josefsson  <jas@extundo.com>
9560
9561         * smime.el (smime-sign-region): Rename argument keyfiles to
9562         keyfile. You only sign something with one key.
9563         (smime-sign-buffer): Better completing-read prompt.
9564         (smime-decrypt-buffer): Ditto.
9565
9566         * smime.el (smime-make-temp-file): Make it work under XEmacs.
9567
9568         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
9569         completing-read.
9570         (mm-view-pkcs7-decrypt): CRLF->LF.
9571
9572 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
9573
9574         * message.el (message-hierarchical-addresses): New variable.
9575         (message-get-reply-headers): Use it.
9576         From Ted Zlatanov <teodor.zlatanov@divine.com>
9577
9578 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9579
9580         * message.el (message-mode): If buffer-file-name, don't set auto
9581         save file name.
9582         Trivial change from Geoff Greene <ggreene@wpi.edu>
9583
9584 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9585
9586         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
9587         takes one argument in read-char.
9588
9589         * message.el (message-fix-before-sending): Forward a char.
9590         Check mmu-multibyte-p, add control-1.
9591
9592 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9593
9594         * gnus-start.el (gnus-read-init-file): Ditto.
9595
9596         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
9597
9598         * dgnushack.el (dgnushack-make-load): Ditto.
9599
9600         * mail-source.el (mail-source-fetch): Extract the right error
9601         code.
9602
9603         * message.el (message-fix-before-sending): Check illegible text.
9604
9605         * gnus-util.el (gnus-multiple-choice): New function.
9606
9607         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
9608         also defined in gnus-score.el.
9609
9610 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
9611
9612         * message.el (message-get-reply-headers): downcase email addresses
9613         for comaparisons for duplicate removal.
9614
9615 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9616
9617         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
9618         implementation of PKCS#7, which just allows users read the
9619         message.
9620         (mm-view-pkcs7): Use it.
9621
9622 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
9623
9624         * gnus.el (large-newsgroup-initial): New parameter.
9625
9626         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
9627         (gnus-summary-insert-old-articles): Ditto.
9628
9629 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
9630
9631         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
9632         used as the default answer of the question, "How many articles?".
9633         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9634
9635         * nnagent.el (nnagent-retrieve-headers): Remove articles with
9636         small numbers.
9637
9638 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
9639
9640         * deuglify.el: Fix comments.
9641
9642 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
9643
9644         * html2text.el (html2text-clean-anchor): If there is no HREF,
9645         insert nothing.
9646
9647         * mml.el (mml-generate-mime-1): Add cdr.
9648         From: andre@slamdunknetworks.com
9649
9650         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
9651         (mm-text-html-washer-alist): Ditto.
9652
9653         * mm-decode.el (mm-text-html-renderer): Add html2text.
9654
9655         * html2text.el: Face lift.
9656
9657         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
9658
9659 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
9660
9661         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
9662
9663         * deuglify.el: Change copy right. Add autoload. Add coding-system.
9664
9665         * deuglify.el: New file. The original file name is
9666         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
9667
9668         * mm-decode.el (mm-display-external): Use
9669         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
9670
9671 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
9672
9673         * nnmaildir.el (nnmaildir-request-list): Report the highest
9674         article number, not the total number of articles.
9675
9676 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
9677
9678         * gnus-sum.el: Move uu key map here.
9679         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
9680
9681 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
9682
9683         * nnmaildir.el (nnmaildir-request-expire-articles): Use
9684         nnmail-expiry-wait* if expire-age parameter is not set.
9685
9686 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
9687
9688         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
9689         function.
9690         (gnus-group-sort-selected-groups-by-real-name): New function.
9691         (gnus-group-make-menu-bar): Add sort by real name.
9692
9693         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
9694         rebuild.
9695         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
9696         nil as dependencies as well.
9697
9698 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
9699
9700         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
9701         for mime-parts.
9702
9703         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
9704
9705         * gnus-group.el (gnus-group-name-decode): Don't test
9706         multibyte-string, because it breaks XEmacs.
9707         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
9708
9709         * message.el (message-send-mail): Be talkative.
9710
9711         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
9712         (mm-automatic-display): Ditto.
9713
9714         * mailcap.el (mailcap-mime-data): Ditto.
9715         From: Reiner Steib <4uce.02.r.steib@gmx.net>
9716
9717 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * many files: Remove trailing whitespaces, replace spc+tab with
9720         tab, replace leading whitespaces with tabs.
9721
9722 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
9723
9724         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
9725         articles with no body and no blank line after the header.
9726
9727 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9728
9729         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
9730         parts.
9731
9732         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
9733         non-ascii chars.
9734
9735         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9736
9737         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
9738         w3-delay-image-loads.
9739         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
9740         (mm-w3-prepare-buffer): Ditto.
9741
9742         * mail-source.el (mail-source-fetch-directory): Run scripts.
9743
9744 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9745
9746         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
9747         for Majordomo confirmations.
9748
9749 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9750
9751         * gnus-fun.el (gnus-respond-to-confirmation): New command.
9752
9753 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9754
9755         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
9756
9757 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
9758
9759         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
9760         References header field.  From Mark Thomas <mthomas@cmu.edu>.
9761
9762 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9763
9764         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
9765         (mm-inline-render-with-stdin): Ditto.
9766         (mm-inline-render-with-function): Ditto.
9767         (mm-inline-wash-with-file): Bind coding-system-for-write.
9768         (mm-inline-wash-with-stdin): Ditto.
9769
9770 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9771
9772         Suggested by Felix Natter <fnatter@gmx.net>
9773
9774         * gnus-art.el (gnus-mime-view-part-externally): Rename from
9775         gnus-mime-externalize-view.
9776         (gnus-mime-view-part-internally): Rename from
9777         gnus-mime-internalize-view.
9778         (gnus-article-view-part-externally): Rename from
9779         gnus-article-externalize-part.
9780         (gnus-mime-action-alist): Change correspondingly.
9781         (gnus-mime-button-commands): Ditto.
9782         (gnus-mime-action-alist): Remove duplication.
9783
9784         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
9785
9786 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9787
9788         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
9789
9790         * gnus-art.el (gnus-display-mime): Use it.
9791
9792         * mm-partial.el (mm-partial-find-parts): Use it.
9793
9794         * gnus-sum.el (gnus-article-loose-mime): Rename from
9795         gnus-article-no-strict-mime.
9796         (gnus-summary-save-parts): Use it.
9797
9798 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9799
9800         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
9801         local variable.
9802
9803         * gnus-art.el (article-display-x-face): Don't sort multiple
9804         X-Faces.
9805
9806 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9807
9808         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
9809         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
9810
9811         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
9812
9813 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9814
9815         Some ideas is inspired by code from Hrvoje Niksic
9816         <hniksic@arsdigita.com>
9817
9818         * gnus-art.el (gnus-article-wash-function): Set the default to
9819         nil, so that we use mm-text-html-renderer instead.
9820         (article-wash-html): Use mm-text-html-renderer.
9821
9822         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
9823         (mm-text-html-renderer): New variable.
9824         (mm-inline-text-html-renderer): Set the default to nil, so that we
9825         use mm-text-html-renderer instead.
9826
9827         * mm-view.el (mm-inline-text-html): New function.
9828         (mm-text-html-renderer-alist): New variable.
9829         (mm-inline-text-vcard): New function.
9830         (mm-inline-text): Split.
9831         (mm-links-remove-leading-blank): New function.
9832         (mm-inline-render-with-file): New function.
9833         (mm-inline-render-with-stdin): New function.
9834         (mm-inline-render-with-function): New function.
9835         (mm-text-html-washer-alist): New variable.
9836         (mm-inline-wash-with-file): New function.
9837         (mm-inline-wash-with-stdin): New function.
9838
9839 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9840
9841         * message-utils.el: Fix installation doc.
9842         From: Reiner Steib <4uce.02.r.steib@gmx.net>
9843
9844 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
9845
9846         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
9847         (gnus-post-method): Use it.
9848         (gnus-summary-cancel-article): Find the correct post-method.
9849
9850         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
9851         * message.el (message-send-news): Ditto.
9852         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
9853         <ipmonger@delamancha.org>
9854
9855         * gnus.el (gnus-select-method): Fix doc.
9856         (gnus-server-string): Use 'using nntp'.
9857
9858         * gnus-agent.el (gnus-slave-unplugged): New command.
9859         From: Felix Natter <fnatter@gmx.net>
9860
9861 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9862
9863         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
9864         Call edit-done-function first, then change the window
9865         configuration.
9866         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
9867         (gnus-article-edit-mode): mml-mode.
9868
9869         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
9870         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
9871
9872         * message-utils.el: Adopt the file.
9873
9874         * message-utils.el: New file.
9875         From Holger Schauer <Holger.Schauer@gmx.de>
9876
9877 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
9878
9879         * gnus-sum.el (gnus-summary-move-article): Select-article only
9880         when gnus-move-split-methods is non-nil. And we don't render or
9881         mark the article.
9882
9883         * gnus-fun.el (gnus-shell-command-to-string): New function.
9884         (gnus-shell-command-on-region): New function.
9885         (gnus-random-x-face): Use them.
9886         (gnus-x-face-from-file): Ditto.
9887         (gnus-convert-image-to-gray-x-face): Ditto.
9888         (gnus-convert-gray-x-face-to-xpm): Ditto.
9889         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
9890
9891 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9892
9893         * gnus-art.el (gnus-treat-display-xface): Don't use
9894         `shell-command-to-string' when compiling.
9895         (gnus-treat-display-grey-xface): Ditto.
9896
9897 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
9898
9899         * nnmaildir.el (nnmaildir--article-count): If the group is
9900         completely empty, report minimum article number as 1 instead of 0.
9901
9902 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
9903
9904         * gnus-agent.el (gnus-get-predicate): Use nconc.
9905
9906         * gnus-sum.el (gnus-summary-display-make-predicate): Use
9907         gnus-summary-display-cache as cache.
9908
9909         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
9910         (nndoc-mail-in-mail-type-p): New function.
9911         (nndoc-mail-in-mail-article-begin): New function.
9912
9913 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9914
9915         * mailcap.el (mailcap-mime-data): Use enriched-decode.
9916
9917         * gnus-cite.el (gnus-article-fill-cited-article): Bind
9918         use-hard-newlines to nil.
9919
9920         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
9921         image is not available if window-system is not available.
9922
9923         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
9924
9925 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9926
9927         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
9928         bookmark, because update-mark doesn't handle it correctly.
9929
9930 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
9931
9932         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
9933         directly instead of calling message-send-mail.
9934
9935         * gnus-start.el (gnus-read-descriptions-file): Use
9936         gnus-default-charset.
9937
9938         * mm-util.el (mm-guess-mime-charset): New function.
9939
9940         * gnus.el (gnus-default-charset): Use it.
9941         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
9942         the default.
9943
9944 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9945
9946         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
9947         (article-display-x-face): Use it.  Disable grey xface, if
9948         uncompface is not found.
9949
9950         * message.el (message-mode): Don't enable multibyte on an indirect
9951         buffer.
9952
9953         * nnrss.el (nnrss-content-function): New variable.
9954         (nnrss-request-article): Use it.
9955
9956 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9957
9958         * gnus.el: Add article-unsplit-urls.
9959         * gnus-sum.el: Ditto.
9960         * gnus-art.el (gnus-treat-strip-cr): New variable.
9961         (gnus-treatment-function-alist): Use it.
9962         (article-unsplit-urls): New function.
9963         (gnus-article-make-menu-bar): Use it.
9964         From: Michael Cook <michael.cook@cisco.com>
9965
9966 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9967
9968         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
9969         copy.
9970
9971 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
9972
9973         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
9974         with internal whitespace.
9975         (gnus-parent-id): Ditto.
9976
9977 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
9978
9979         * gnus-art.el (gnus-article-treat-body-boundary): Add
9980         gnus-decoration property.
9981         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
9982
9983         * message.el (message-mode): Set local-abbrev-table.
9984         From Matt Armstrong <matt@lickey.com>.
9985
9986         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
9987         too many spaces.
9988
9989         * rfc2047.el (rfc2047-unfold-region): Ditto.
9990         (rfc2047-decode-region): Don't unfold. Let
9991         gnus-article-treat-unfold-headers do it.
9992
9993         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
9994         From: Jesper Harder <harder@ifa.au.dk>
9995
9996 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9997
9998         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
9999         (gnus-configure-posting-styles): Use it.
10000         (gnus-configure-posting-styles): Remove trailing newspaces.
10001
10002 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10003
10004         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
10005         is non-nil.
10006
10007         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
10008
10009         * gnus.el (gnus-server-to-method): Switch position with
10010         gnus-server-get-method.
10011         (gnus-agent): Add doc.
10012
10013         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
10014         (gnus-summary-save-parts): Use it.
10015
10016         * gnus-art.el (gnus-display-mime): Use it.
10017         * mm-partial.el (mm-partial-find-parts): Use it.
10018
10019         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
10020
10021         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
10022         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
10023
10024         * nnagent.el (nnagent-request-expire-articles): Don't delete
10025         files.
10026
10027 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10028
10029         * message.el (message-gen-unsubscribed-mft): New function.
10030         From Sriram Karra <karra@cs.utah.edu>.
10031
10032         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
10033         open parenthesis.
10034
10035         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
10036         (mm-inline-text-html-render-with-w3): Ditto.
10037         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
10038         Suggested by Dave Love  <d.love@dl.ac.uk>.
10039
10040         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
10041
10042         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
10043         * nntp.el (nntp-send-command): Ditto.
10044         * nntp.el (nntp-send-command-nodelete): Ditto.
10045
10046 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10047
10048         * mm-url.el (mm-url-load-url): New function.
10049         (mm-url-insert-file-contents): Use it.
10050
10051         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
10052
10053         * message.el (message-forward-make-body): Correctly copy
10054         forward-buffer.
10055
10056         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
10057
10058 2002-02-04  Simon Josefsson  <jas@extundo.com>
10059
10060         * gnus-art.el (gnus-article-followup-with-original): Mark with
10061         force, prevent errors when following up from article buffer.
10062         (gnus-article-reply-with-original): Ditto.
10063
10064         * binhex.el (binhex-decoder-switches): Fix doc.  From
10065         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
10066
10067 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10068
10069         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
10070         highlight-citation after emphasize.
10071
10072 2002-02-04  Simon Josefsson  <jas@extundo.com>
10073
10074         * nnfolder.el (nnfolder-open-marks):
10075
10076         * nnml.el (nnml-open-marks): Message when done.  From David
10077         Edmondson <dme@sun.com>.
10078
10079 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10080
10081         * imap.el (imap-anonymous-auth): Fix typo.
10082         From: Steinar Bang <sb@dod.no>
10083
10084         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
10085         save-excursion.
10086         (gnus-cache-braid-heads): Ditto.
10087
10088         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
10089         line, because there are extra articles in the overview buffer.
10090
10091         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
10092
10093         * message.el (message-forward-rmail-make-body): Directly use
10094         rmail-msg-restore-non-pruned-header to avoid calling
10095         vertical-motion.
10096
10097 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10098
10099         * gnus-cache.el (gnus-summary-insert-cached-articles):
10100         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
10101
10102         * gnus-group.el (gnus-group-mark-article-read): Nreverse
10103         gnus-newsgroups-unselected.
10104
10105         * gnus-agent.el (gnus-summary-set-agent-mark): Use
10106         gnus-add-to-sorted-list.
10107
10108         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
10109         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
10110         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
10111         (gnus-update-read-articles): UNREAD is sorted.
10112         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
10113         (gnus-newsgroup-marked, gnus-newsgroup-cached)
10114         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
10115         (gnus-newsgroup-dormant): Require sorted.
10116
10117         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
10118         directories.
10119         (gnus-dired-print): New function.
10120
10121         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
10122         ps-despool.
10123
10124 2002-02-02  Simon Josefsson  <jas@extundo.com>
10125
10126         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
10127
10128 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10129
10130         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
10131         t. This makes gnus-agent customizable without putting
10132         gnus-agentize into .gnus.
10133
10134         * gnus.el (gnus-agent): Make it customizable.
10135
10136         * gnus-dired.el: New file.
10137         From Benjamin Rutt <brutt@bloomington.in.us>
10138
10139         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
10140         if no article.
10141         (gnus-cache-possibly-remove-article): Ditto.
10142         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
10143
10144 2002-02-01  Simon Josefsson  <jas@extundo.com>
10145
10146         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
10147
10148 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10149
10150         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
10151         (mm-setup-w3m): Don't bind keys listed in the above.
10152
10153 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10154
10155         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
10156         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
10157         is non-nil; bind `w3m-force-redisplay' with nil.
10158
10159         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10160
10161         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
10162
10163 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10164
10165         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
10166         use mail-header-unfold-field.
10167
10168         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
10169         gnus-summary-limit.
10170
10171         * gnus-range.el (gnus-add-to-sorted-list): New function.
10172         * gnus-sum.el (gnus-mark-article-as-read): Use it.
10173         (gnus-mark-article-as-unread): Ditto.
10174         (gnus-summary-mark-article-as-unread): Ditto.
10175         (gnus-build-get-header): Ditto.
10176         (gnus-summary-prepare-threads): Ditto.
10177         (gnus-summary-insert-pseudos): Ditto.
10178         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
10179         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
10180         (gnus-summary-insert-old-articles): Ditto.
10181
10182         * gnus-msg.el (gnus-posting-styles): Add new format of header.
10183         (gnus-configure-posting-styles): Support the new format.
10184
10185         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
10186         edebug-form-spec to (sexp body).
10187         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
10188
10189         * message.el (message-reply-headers): Add doc.
10190
10191 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10192
10193         * gnus-group.el (gnus-group-delete-group): Nix the entry in
10194         gnus-cache-active-hashtb.
10195
10196         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
10197         (gnus-agent-summary-fetch-group): Use it.
10198
10199         * gnus-msg.el (gnus-debug-files): New variable.
10200         (gnus-debug-exclude-variables): New variable.
10201         (gnus-debug): Use them.
10202
10203         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
10204
10205 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10206
10207         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
10208         (message-mode-syntax-table): Move back the previous position.
10209
10210         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
10211
10212         * gnus-agent.el (gnus-agent-retrieve-headers): Use
10213         gnus-sorted-difference.
10214
10215         * nnsoup.el (nnsoup-request-expire-articles): Use
10216         gnus-sorted-difference.
10217
10218         * nnheader.el: Autoload gnus-sorted-difference.
10219
10220         * nnfolder.el (nnfolder-request-expire-articles): Use
10221         gnus-sorted-difference.
10222
10223         * gnus-cache.el (gnus-cache-retrieve-headers): Use
10224         gnus-sorted-difference.
10225
10226         * gnus-range.el: Autoload cookies.
10227         (gnus-sorted-difference): New function.
10228         (gnus-sorted-ndifference): New function.
10229         (gnus-sorted-nintersection): Rename from
10230         gnus-set-sorted-intersection.
10231         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
10232         (gnus-list-range-difference): Rename from
10233         gnus-inverse-list-range-intersection.
10234         (gnus-inverse-list-range-intersection): Use defalias.
10235
10236         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
10237         gnus-sorted-ndifference, and gnus-sorted-nintersection.
10238         (gnus-articles-to-read): Use gnus-sorted-difference.
10239         (gnus-summary-limit-mark-excluded-as-read): Use
10240         gnus-sorted-intersection and gnus-sorted-ndifference.
10241         (gnus-list-of-read-articles): Use gnus-list-range-difference.
10242         (gnus-summary-insert-articles): Use gnus-sorted-difference.
10243
10244         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
10245
10246 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
10249         property to the buffer for using emacs-w3m command keys.
10250
10251         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
10252         option.
10253
10254         * mm-view.el (mm-w3m-mode-map): New variable.
10255         (mm-w3m-mode-command-alist): New variable.
10256         (mm-w3m-minor-mode): Removed.
10257         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
10258         (mm-inline-text-html-render-with-w3m): Add keymap property to the
10259         buffer for using emacs-w3m command keys.
10260
10261 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10262
10263         * message.el (message-mode-syntax-table): Move forward.
10264         (message-cite-prefix-regexp): Auto detect non word constituents.
10265         (message-cite-prefix-regexp): Don't use with-syntax-table.
10266
10267         * gnus-sum.el (gnus-summary-update-info): Use
10268         gnus-list-range-intersection.
10269
10270         * gnus-agent.el (gnus-agent-fetch-headers): Use
10271         gnus-list-range-intersection.
10272
10273         * gnus-range.el (gnus-range-normalize): Use correct predicate.
10274         (gnus-list-range-intersection): Use it.
10275         (gnus-inverse-list-range-intersection): Ditto.
10276         (gnus-sorted-intersection): Add doc.
10277         (gnus-set-sorted-intersection): Add doc.
10278         (gnus-sorted-union): New function.
10279         (gnus-set-sorted-union): New function.
10280
10281         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
10282         (gnus-inverse-list-range-intersection): Ditto.
10283
10284 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
10285
10286         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
10287
10288         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
10289         and permit `:' and `\' in order to handle full Windows pathnames.
10290         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
10291         technically not correct per standard, but seems to have common use.
10292
10293 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10294
10295         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
10296         replacing numbers.
10297
10298 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
10299
10300         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
10301
10302         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
10303         Don't split when the window is small, e.g. when a small *BBDB*
10304         window is the lowest one.
10305
10306         * gnus-agent.el (gnus-agent-retrieve-headers): Use
10307         nnheader-find-nov-line to speed up. Use nreverse, because it is
10308         sorted. Use nnheader-insert-nov-file.
10309
10310 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10311
10312         * mm-decode.el (mm-inline-text-html-with-images): New user option.
10313
10314         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
10315         of `w3m-display-inline-images' with the value of
10316         `mm-inline-text-html-with-images'.
10317         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
10318
10319         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10320
10321 2002-01-27  Richard M. Stallman  <rms@gnu.org>
10322
10323         * time-date.el: Add autoload cookies.  Many doc fixes.
10324         (time-add): New function.
10325         (time-subtract): Renamed from subtract-time.
10326         (subtract-time): New alias for time-subtract.
10327
10328 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
10331         emacs-w3m in doc-string.
10332
10333         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
10334         `w3m-current-buffer'.
10335
10336 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10337
10338         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
10339
10340         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
10341         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
10342         (mm-w3m-cid-retrieve): New function.
10343         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
10344
10345 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
10346
10347         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
10348
10349 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10350
10351         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
10352
10353 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10354
10355         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
10356         32K.
10357
10358         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
10359
10360         * nnmail.el (nnmail-article-group): Decode headers before running
10361         split rules over them.
10362         (nnmail-mail-splitting-charset): New variable.
10363
10364         * smiley.el: Replaced with smiley-ems.el.
10365
10366 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
10367
10368         * mm-url.el (mm-url-predefined-programs): Add w3m.
10369         (mm-url-program): Ditto.
10370
10371 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10372
10373         * nnml.el (nnml-use-compressed-files): New variable.
10374         (nnml-filenames-are-evil): Removed.
10375         (nnml-current-group-article-to-file-alist): Don't use.
10376         (nnml-update-file-alist): Inhibit.
10377         (nnml-article-to-file): Use new var.
10378
10379 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
10380
10381         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
10382
10383         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
10384
10385 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10386
10387         * gnus-agent.el (gnus-agent-load-alist): Use new caching
10388         function.
10389
10390         * gnus-util.el (gnus-cache-file-contents): New function.
10391
10392         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
10393         (gnus-agent-load-alist): Use it.
10394
10395         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
10396
10397         * nnheader.el (nnheader-insert-nov-file): New function.
10398
10399         * gnus-util.el (gnus-parse-without-error): Correct the loop.
10400
10401         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
10402         there are no references.
10403         (gnus-extract-message-id-from-in-reply-to): New function.
10404         (gnus-nov-parse-line): Use in-reply-to if there are no
10405         references.
10406
10407 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10408
10409         * nnagent.el (nnagent-retrieve-headers): Use new macro.
10410
10411         * gnus-util.el (gnus-parse-without-error): New macro.
10412
10413 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
10414
10415         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
10416         (gnus-article-wash-function): use locate-library to decide which
10417         to use.
10418
10419 2002-01-25  Simon Josefsson  <jas@extundo.com>
10420
10421         * pop3.el (pop3-munge-message-separator): Work if no date.
10422         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
10423
10424 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10425
10426         * gnus-agent.el (gnus-agent-save-alist): Fix.
10427
10428         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
10429         mistake.  Reinstated lost code.
10430
10431 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
10432
10433         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
10434         one exists in the case of an encrypted message with an internal
10435         signature.
10436
10437 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10438
10439         * gnus-agent.el (gnus-agent-save-alist): Optimized.
10440
10441 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * dgnushack.el: Commented out the experimental code.
10444
10445 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10446
10447         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
10448         error.
10449
10450         * gnus.el (gnus-server-to-method): Made into subst.
10451         (gnus-server-method-cache): New variable.
10452         (gnus-server-to-method): Use it.
10453         (gnus-group-method-cache): New variable.
10454         (gnus-find-method-for-group-1): Renamed.
10455         (gnus-find-method-for-group): New function.
10456         (gnus-group-method-cache): Removed.
10457
10458         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
10459         function.
10460
10461         * gnus-range.el (gnus-members-of-range): New function.
10462         (gnus-list-range-intersection): Renamed.
10463         (gnus-inverse-list-range-intersection): New function.
10464
10465         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
10466
10467         * nnagent.el (nnagent-retrieve-headers): New implementation.
10468
10469         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
10470         implementation.
10471
10472 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
10475         `w3m-meta-content-type-charset-regexp'.
10476
10477         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
10478         charset-encoded html contents.
10479
10480 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
10481
10482         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
10483         an empty file.
10484
10485         * nnweb.el (url): Ignore errors when request url.
10486
10487         * nnrss.el: Clean up the comments.
10488
10489 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10490
10491         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
10492
10493         * mm-decode.el (mm-inline-text-html-renderer): New user option.
10494         (mm-inline-media-tests): Test whether the value of
10495         `mm-inline-text-html-renderer' is a function for text/html.
10496
10497         * mm-view.el (mm-inline-text-html-render-with-w3): New function
10498         separated from `mm-inline-text'.
10499         (mm-w3m-minor-mode): New variable.
10500         (mm-w3m-setup): New variable.
10501         (mm-setup-w3m): New function.
10502         (mm-inline-text-html-render-with-w3m): New function.
10503         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
10504         text/html.
10505
10506 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
10507
10508         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
10509
10510 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10511
10512         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
10513         and `gnus-xmas-completing-read'.
10514
10515 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10516
10517         * nneething.el (nneething-message-id-number): Abolished.
10518         (nneething-encode-file-name): Not encode numerical characters.
10519         (nneething-make-head): `nneething-message-id-number' is not
10520         used to generate message IDs.
10521
10522 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10523
10524         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
10525         characters.
10526
10527 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10528
10529         * gnus-xmas.el (gnus-xmas-completing-read): New function.
10530         (gnus-xmas-redefine): Redefine conditionally.
10531
10532 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
10533
10534         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
10535         tag.
10536
10537 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
10538
10539         * message.el (message-font-lock-keywords): Added the secure tag.
10540         * mml-sec.el: Added functions to generate/modify/remove the secure
10541         tag while in message mode.
10542         * mml-sec.el (mml-secure-message): New.
10543         * mml-sec.el (mml-unsecure-message): New.
10544         * mml-sec.el (mml-secure-message-sign-smime): New.
10545         * mml-sec.el (mml-secure-message-sign-pgp): New.
10546         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
10547         * mml-sec.el (mml-secure-message-encrypt-smime): New.
10548         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
10549         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
10550         * mml.el (mml-parse-1): Added code to recognise the secure tag and
10551         convert it to either a part or multipart depending on if there are
10552         other parts in the message.
10553         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
10554         to use the secure tag, rather than the part tag.
10555         * mml.el (mml-preview): Added a save-excursion to keep cursor
10556         position after doing an MML preview.
10557
10558 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10559
10560         * nnheader.el (nnheader-parse-overview-file): New function.
10561         (nnheader-write-overview-file): New function.
10562
10563 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10564
10565         * gnus.el (gnus-group-fast-parameter): Check better if expansion
10566         in wanted.
10567
10568         * nnweb.el (nnweb-type-definition): Clean up.
10569
10570 2002-01-21  Alastair Burt  <burt@dfki.de>
10571         Trivial patch.
10572
10573         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
10574         buffer exists before jumping to it.
10575
10576 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10577
10578         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
10579         function.
10580         (article-wash-html): Use it.
10581         (gnus-article-wash-function): New variable.
10582         (gnus-article-wash-html-with-w3m): New function.
10583
10584 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
10585
10586         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
10587         XEmacs.
10588
10589 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
10590
10591         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
10592         command line.
10593
10594 2002-01-21  Simon Josefsson  <jas@extundo.com>
10595
10596         * canlock.el (base64-encode-string): Autoload it from base64.
10597         (canlock-make-cancel-key): Base64 encode unibyte string.
10598
10599 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10600
10601         * nnfolder.el (nnfolder-request-accept-article): Unfold
10602         x-from-line.
10603         (nnfolder-request-replace-article): Ditto.
10604
10605 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
10606
10607         * gnus-group.el (gnus-group-best-unread-group): Use the right
10608         positioning function.
10609
10610 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10611
10612         * smiley-ems.el (smiley-region): Use new function.
10613         (smiley-update-cache): Use general image functions.
10614         (smiley-region): Use general functions.
10615
10616         * gnus-util.el (gnus-graphic-display-p): New function.
10617
10618         * nnmail.el (nnmail-article-group): Allow outputting traces of
10619         non-strings.
10620
10621         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
10622         (nndoc-exim-bounce-type-p): New function.
10623
10624         * message.el (message-dont-send): Doc fix.
10625
10626         * gnus-util.el (gnus-completing-read): Remove
10627         inherit-input-method.
10628
10629         * gnus-art.el (gnus-treat-smiley): Doc fix.
10630
10631         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
10632         articles.
10633
10634 2002-01-19  Simon Josefsson  <jas@extundo.com>
10635
10636         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
10637         (imap-kerberos4-open): Ditto.
10638         (imap-open): Set port correctly, don't set auth.
10639
10640 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10641
10642         * gnus.el (gnus-version-number): Bump version number.
10643
10644 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10645
10646         * gnus.el: Oort Gnus v0.05 is released.
10647
10648 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10649
10650         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
10651         exists.
10652
10653         * gnus-spec.el (gnus-string-width-function): New function.
10654         (gnus-tilde-cut-form): Use it.
10655         (gnus-tilde-max-form): Ditto.
10656         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
10657         (gnus-substring-function): Use it.
10658         (gnus-tilde-cut-form): Ditto.
10659         (gnus-substring-function): New function.
10660
10661         * message.el (message-check-news-header-syntax): New message.
10662
10663         * gnus.el (gnus-slave-no-server): Doc fix.
10664
10665         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
10666
10667 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
10670         `seen' if it looks like (seen NUM1 . NUM2).  It should be
10671         (seen (NUM1 . NUM2)).
10672
10673 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10674
10675         * gnus-topic.el (gnus-topic-catchup-articles): Update article
10676         number in closed topics.
10677
10678 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
10679
10680         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
10681         functions.
10682
10683 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10684
10685         * gnus.el (gnus-group-find-parameter): Clean up.
10686
10687         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
10688         articles.
10689
10690         * gnus-util.el (gnus-completing-read-with-default): Renamed.
10691
10692         * nnmail.el (nnmail-article-group): Clean up.
10693
10694 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
10695
10696         * gnus-agent.el (gnus-category-name): Intern the category name.
10697
10698 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10699
10700         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
10701
10702         * gnus-util.el (gnus-completing-read): New function.
10703
10704 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
10705
10706         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
10707
10708         * smiley-ems.el (smiley-region): Register smiley.
10709         (smiley-toggle-buffer): Rewrite the function.
10710         (smiley-active): Removed.
10711
10712 2002-01-19  Simon Josefsson  <jas@extundo.com>
10713
10714         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
10715         Jesper Harder <harder@ifa.au.dk>.
10716
10717 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10718
10719         * gnus-art.el (gnus-request-article-this-buffer): Call
10720         `nneething-get-file-name' to extract the file name from the
10721         message id.
10722
10723         * nneething.el (nneething-encode-file-name): New function.
10724         (nneething-decode-file-name): Ditto.
10725         (nneething-get-file-name): Ditto.
10726         (nneething-make-head): Encode the file name and encapsulate it
10727         into the field of the message id.
10728
10729 2002-01-18  Simon Josefsson  <jas@extundo.com>
10730
10731         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
10732         stored in .marks.
10733
10734         * nnfolder.el (nnfolder-request-update-info): Ditto.
10735
10736 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
10737
10738         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
10739
10740 2002-01-18  Simon Josefsson  <jas@extundo.com>
10741
10742         * imap.el (imap-starttls-p): Don't check for binary.
10743         (imap-gssapi-auth-p): Ditto.
10744         (imap-kerberos4-auth-p): Ditto.
10745         (imap-open): Change logic.  Iterate through all possible streams,
10746         instead of bailing out after first failure.  Move authenticator
10747         decision to `imap-authenticate'.
10748         (imap-authenticate): Change logic, now finds the authenticator to
10749         use, was previously in `imap-open'.
10750         (imap-open): Return nil on failure.
10751         (imap-open): Setup temp buffer correctly.
10752         (imap-open): Return buffer only on success.
10753         (imap-interactive-login, imap-interactive-login): Tell the user
10754         which stream/authenticator is used for the queried
10755         username/password.
10756         (imap-open, imap-authenticate): Set variables.
10757         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
10758         (imap-open): Don't assume how `with-temp-buffer' is implemented.
10759
10760 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10761
10762         * gnus-fun.el (gnus-grab-cam-x-face): New function.
10763
10764 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10765
10766         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
10767
10768 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
10769
10770         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
10771         (gnus-agent-group-mode-map): Bind it to "Jo".
10772         (gnus-agent-group-make-menu-bar): Add it into menu bar.
10773
10774 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
10775
10776         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
10777         (gnus-summary-mail-toolbar): Add mail article deletion button.
10778
10779         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
10780         false positives for lines of "^^^^".
10781
10782         * gnus-picon.el (gnus-picon-find-face): faces database is all
10783         lowercase.
10784
10785 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
10786
10787         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
10788         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
10789         duplications.
10790         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
10791
10792 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10793
10794         * gnus-sum.el (gnus-summary-initial-limit): Inline
10795         gnus-summary-limit-children.
10796         (gnus-summary-initial-limit): Don't limit if
10797         gnus-newsgroup-display is nil.
10798         (gnus-summary-initial-limit): No, don't.
10799
10800         * gnus-util.el
10801         (gnus-put-text-property-excluding-characters-with-faces): Inline
10802         gnus-put-text-property.
10803
10804         * gnus-spec.el (gnus-default-format-specs): New variable.
10805
10806         * gnus-start.el (gnus-read-newsrc-file): Don't clear
10807         gnus-format-specs.
10808         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
10809
10810         * gnus-spec.el (gnus-update-format-specifications): Really check
10811         the Gnus version of the .newsrc.eld file.
10812         (gnus-format-specs): Save the new default summary format.
10813
10814         * gnus-util.el (gnus-parent-id): Check whether references is empty
10815         before splitting.
10816
10817         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
10818         functions.
10819         (gnus-gather-threads-by-references): Inline
10820         `gnus-split-references'.
10821
10822         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
10823         default value of gnus-summary-line-format-spec.
10824
10825 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10826
10827         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
10828         message.
10829         (nnslashdot-request-list): Ditto.
10830         (nnslashdot-sid-strip): Removed.
10831
10832 2002-01-15  Simon Josefsson  <jas@extundo.com>
10833
10834         * nnimap.el (nnimap-close-asynchronous): Enable.
10835         (nnimap-close-group): Expunge.
10836
10837 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10838
10839         * gnus-util.el (gnus-user-date-format-alist): Typo.
10840         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
10841
10842 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10843
10844         * nneething.el (nneething-request-article): Set
10845         `nnmail-file-coding-system' to `binary' locally, in order to read
10846         files without any conversion.
10847
10848 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10849
10850         * gnus-agent.el (gnus-agent-retrieve-headers): Use
10851         nnheader-file-coding-system and nnmail-active-file-coding-system.
10852         (gnus-agent-regenerate-group): Ditto.
10853         (gnus-agent-regenerate): Ditto.
10854         (gnus-agent-write-active): Ditto.
10855         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
10856
10857 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
10858
10859         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
10860         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
10861
10862 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
10863
10864         * gnus.el: We don't need gnus-article-show-all-headers.
10865
10866         * gnus-art.el (article-show-all, gnus-article-show-all-header):
10867         Ditto.
10868
10869         * gnus-sum.el (gnus-summary-select-article): Don't call
10870         show-all-headers, because hidden headers are not hidden text any
10871         more.
10872
10873 2002-01-13  Simon Josefsson  <jas@extundo.com>
10874
10875         * message.el (message-newline-and-reformat): Use `newline' instead
10876         of inserting \n, so that the newline is marked as hard.
10877
10878         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
10879         From Jesper Harder <harder@ifa.au.dk>.
10880
10881 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
10882
10883         * imap.el (imap-close): Keep going if quit.
10884
10885         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
10886         nntp-server-buffer.
10887
10888 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10889
10890         * mm-view.el (mm-display-inline-fontify): Require font-lock to
10891         avoid unbinding shadowed variables.
10892
10893         * gnus-art.el (gnus-picon-databases): Moved here.
10894         (gnus-picons-installed-p): Moved here.
10895         (gnus-article-reply-with-original): Use `mark'.
10896
10897         * gnus.el (gnus-picon): Moved here and renamed.
10898
10899         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
10900         installed.
10901         (gnus-treat-mail-picon): Ditto.
10902         (gnus-treat-newsgroups-picon): Ditto.
10903
10904         * gnus-picon.el (gnus-picons-installed-p): New function.
10905
10906 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
10907
10908         * gnus-agent.el (gnus-agent-go-online): Fix doc.
10909
10910 2002-01-12  Simon Josefsson  <jas@extundo.com>
10911
10912         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
10913         (nnimap-before-find-minmax-bugworkaround): Use it.
10914         (nnimap-find-minmax-uid): Don't reselect current mailbox.
10915         (nnimap-dont-close): New variable.
10916         (nnimap-close-group): Use it.
10917
10918 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10919
10920         * gnus-art.el (gnus-article-reply-with-original): Use
10921         `mark-active'.
10922
10923         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
10924
10925         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
10926         (gnus-score-advanced): Clean up.
10927         (gnus-score-advanced): Accept a multiple of the score.
10928
10929 2002-01-12  Simon Josefsson  <jas@extundo.com>
10930
10931         * flow-fill.el (fill-flowed-display-column)
10932         (fill-flowed-encode-columnq): New variables.  Suggested by
10933         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
10934         (fill-flowed-encode, fill-flowed): Use them.
10935
10936         * message.el (message-send-news, message-send-mail): Use
10937         m-b-s-n-p-e-h-n.
10938
10939         * mml.el (autoload): Autoload fill-flowed-encode.
10940         (mml-buffer-substring-no-properties-except-hard-newlines): New
10941         function.
10942         (mml-read-part): Use it.
10943         (mml-generate-mime-1): Encode format=flowed if appropriate.
10944         (mml-insert-mime-headers): Insert format=flowed.
10945
10946         * flow-fill.el (fill-flowed-encode): New function.
10947         (fill-flowed): Bind fill-column to window width.
10948
10949 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10950
10951         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
10952         it exists.
10953         (gnus-summary-setup-buffer): Wake up dead summary buffers.
10954         (gnus-summary-buffer-name): Don't return the dead name after all.
10955         (gnus-summary-setup-buffer): Kill the dead buffer.
10956
10957         * gnus-art.el (gnus-article-followup-with-original): Store the
10958         value of the mark before deactivating it.
10959
10960 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10961
10962         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
10963         From: Karl Kleinpaste <karl@charcoal.com>
10964
10965         * gnus-art.el (article-display-x-face): Ditto.
10966         (gnus-article-reply-with-original): Use gnus-region-active-p.
10967         (gnus-article-followup-with-original): Ditto.
10968
10969         * gnus-sum.el (gnus-summary-read-group-1): Don't select
10970         downloadable article either.
10971
10972 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10973
10974         * gnus-art.el (article-display-x-face): Insert From:.
10975
10976         * gnus-sum.el (gnus-summary-move-article): Don't draw the
10977         article. Bind gnus-display-mime-function and
10978         gnus-article-prepare-hook.
10979
10980         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
10981         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
10982         gnus-agent-possibly-synchronize-flags to the last.
10983         (gnus-agent-go-online): New function. New variable.
10984
10985 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10986
10987         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
10988         (gnus-agent-regenerate): Ditto.
10989
10990 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10991
10992         * message.el (message-ignored-news-headers)
10993         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
10994         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
10995
10996         * gnus.el (gnus-gethash-safe): New macro.
10997
10998         * gnus-agent.el (gnus-agent-regenerate-history): New function.
10999         (gnus-agent-regenerate): Show messages.
11000
11001 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
11002
11003         * gnus-agent.el (gnus-agent-regenerate-group): New function.
11004         (gnus-agent-regenerate): New function.
11005         (gnus-agent-save-alist): Sort.
11006         (gnus-agent-copy-nov-line): Test eobp.
11007         (gnus-agent-retrieve-headers): Erase buffer.
11008
11009 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
11010
11011         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
11012         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
11013
11014         * gnus.el (gnus-agent-covered-methods): Move here.
11015         (gnus-online): New function.
11016         (gnus-agent-method-p): Move here.
11017
11018         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
11019         nil. Remove articles-alist.
11020
11021         * gnus-start.el (gnus-get-unread-articles): Check online.
11022         (gnus-groups-to-gnus-format): Ditto.
11023         (gnus-active-to-gnus-format): Ditto.
11024
11025         * gnus-agent.el (gnus-agent-get-function): Use it.
11026         (gnus-agent-get-undownloaded-list): Ditto.
11027         (gnus-agent-fetch-session): Only fetch online methods.
11028
11029         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
11030         (gnus-server-mode-map): Ditto.
11031         (gnus-server-offline-face): New face.
11032         (gnus-server-offline-face): New variable.
11033         (gnus-server-font-lock-keywords): Add offline.
11034         (gnus-server-insert-server-line): Ditto.
11035         (gnus-server-offline-server): New function.
11036
11037         * gnus-int.el (gnus-open-server): Turn to offline.
11038         (gnus-server-unopen-status): New variable.
11039
11040 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
11041
11042         * nnkiboze.el (nnkiboze-request-article): Use
11043         gnus-agent-request-article.
11044
11045         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
11046         function. Insert undownloaded NOV.
11047
11048         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
11049         (gnus-agent-request-article): New function.
11050
11051         * gnus.el (gnus-agent-cache): New variable.
11052
11053         * gnus-int.el (gnus-retrieve-headers): Use
11054         gnus-agent-retrieve-headers.
11055         (gnus-request-head): Use gnus-agent-request-article.
11056         (gnus-request-body): Ditto.
11057
11058         * gnus-art.el (gnus-request-article-this-buffer): Use
11059         gnus-agent-request-article.
11060
11061         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
11062         article if it is undownloaded.
11063
11064 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11065
11066         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
11067
11068 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * canlock.el (canlock-string-as-unibyte): New macro.
11071         (canlock-sha1-with-openssl): Return a unibyte string.
11072         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
11073
11074 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11075
11076         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
11077
11078 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11079
11080         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
11081         application/x-emacs-lisp.
11082
11083         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
11084
11085         * nntp.el (nntp-request-article): Add group parameter.
11086         (nntp-request-head): Ditto.
11087         (nntp-find-group-and-number): Add parameter group. Figure out
11088         number if the status line doesn't give (e.g. quimby.gnus.org).
11089
11090 2002-01-08  Simon Josefsson  <jas@extundo.com>
11091
11092         * mml.el (mml-generate-mime-1): Set recipient correctly.
11093
11094 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11095
11096         * message.el (message-read-from-minibuffer): Add parameter
11097         initial-contents.
11098         * gnus-msg.el (gnus-summary-resend-message): Use it.
11099
11100         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
11101         behavior of quit-config.
11102
11103         * message.el (message-make-from): Don't quote fullname.
11104         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
11105
11106         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
11107         From: <andre@slamdunknetworks.com>
11108
11109 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11110
11111         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
11112
11113         * gnus-art.el (gnus-header-button-alist): Handle mailto.
11114
11115         * mml.el (mml-preview): Bind gnus-original-article-buffer because
11116         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
11117         because bbdb may use it.
11118
11119 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11120
11121         * nneething.el (nneething-request-article): When a non-text file
11122         is converted to an article, its data is encoded in base64.  Call
11123         `nneething-make-head' with options to specify MIME types.
11124         (nneething-make-head): Add optional arguments to specify MIME
11125         types.
11126
11127 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
11128
11129         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
11130         header if there is not.
11131
11132         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
11133
11134         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
11135         (gnus-inews-mark-gcc-as-read): Obsolete variable.
11136         (gnus-inews-do-gcc): Use them.
11137
11138         * gnus-group.el (gnus-group-mark-article-read): Put holes into
11139         gnus-newsgroup-unselected.
11140
11141 2002-01-06  Simon Josefsson  <jas@extundo.com>
11142
11143         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
11144         condition-case, not ignore-errors.
11145
11146 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
11147
11148         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
11149         gnus-fetch-old-headers.
11150
11151         * gnus-art.el (article-display-x-face): Use the current buffer
11152         unless `W f'. Otherwise, X-Face may be shown in the header of a
11153         forwarded part.
11154         (gnus-treatment-function-alist): Treat xface before hiding
11155         headers.
11156
11157 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11158
11159         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
11160         parameters.
11161
11162 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
11163
11164         * mm-util.el (mm-multibyte-p): Define conditionally when load.
11165         (mm-guess-charset): New function.
11166         (mm-charset-after): Use it.
11167         (mm-detect-coding-region): New function.
11168         (mm-detect-mime-charset-region): New function.
11169
11170         * gnus-sum.el (gnus-summary-show-article): Use
11171         mm-detect-coding-region.
11172
11173 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11174
11175         * message.el (message-make-fqdn): Be less violent.
11176
11177         * gnus.el (gnus-logo-color-style): Compute custom form
11178         automatically.
11179
11180         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
11181         score file of the parent to the document group.
11182
11183         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
11184         parameters parameter.
11185
11186         * gnus-score.el (gnus-score-load-file): Clean up.
11187
11188 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
11189
11190         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
11191         From: Damien Wyart <damien.wyart@free.fr>
11192
11193         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
11194
11195 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11196
11197         * gnus-sum.el (gnus-select-group-hook): Typo.
11198
11199         * rfc2047.el (rfc2047-decode-string): Return immediately if there
11200         is no quoted-printable-encoded STRING.
11201         From: Jesper Harder <harder@ifa.au.dk>
11202
11203         (rfc2047-decode-string): Decode it.
11204
11205 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11206
11207         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
11208
11209 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
11210         Trivial patch.
11211
11212         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
11213         buffer to get rid of junk line.
11214
11215 2002-01-05  Simon Josefsson  <jas@extundo.com>
11216
11217         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
11218         C-o.
11219         (message-mode-map): Bind message-insert-or-toggle-importance to
11220         C-c C-u.
11221         (message-mode-map): Bind message-disposition-notification-to to
11222         C-c M-n.
11223         (message-mode-menu): Add m-d-n-t.
11224         (message-mode-field-menu): Add m-goto-from.
11225         (message-mode): Doc fix.
11226         (message-goto-from): New function.
11227         (message-insert-disposition-notification-to): New function.
11228         (message-tool-bar-map): Add receipt button.
11229
11230 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11231
11232         * gnus-sum.el (gnus-thread-latest-date): New function.
11233         (gnus-thread-sort-by-most-recent-number): Renamed.
11234         (gnus-thread-sort-functions): Doc fix.
11235         (gnus-select-group-hook): Don't use setq on a hook.
11236         (gnus-thread-latest-date): Use date, not number
11237
11238         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
11239         (gnus-agent-expire): Allow regexp of expire-days.
11240
11241         * gnus-art.el (gnus-article-reply-with-original): Deactivate
11242         region.
11243         (gnus-article-followup-with-original): Ditto.
11244
11245         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
11246
11247         * gnus-art.el (gnus-mime-display-alternative): Use
11248         gnus-local-map-property.
11249         (gnus-mime-display-alternative): Ditto.
11250         (gnus-insert-mime-security-button): Ditto.
11251         (gnus-insert-next-page-button): Ditto.
11252         (gnus-button-prev-page): Take optional args.
11253         (gnus-insert-prev-page-button): widget-convert.
11254
11255         * gnus-util.el (gnus-local-map-property): New function.
11256
11257         * gnus-art.el (gnus-prev-page-map): Use parent map.
11258         (gnus-next-page-map): Ditto.
11259
11260         * gnus-spec.el (gnus-parse-format): Clean up.
11261         (gnus-parse-format): Do complex formatting for %=.
11262
11263         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
11264         "X-Face: " to the data in the built-in scenario.
11265
11266         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
11267         (gnus-correct-pad-form): Renamed.
11268         (gnus-tilde-max-form): Clean up.
11269         (gnus-pad-form): Use gnus-use-correct-string-widths.
11270
11271         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
11272         support if that is available.
11273
11274         * gnus-sum.el (gnus-thread-highest-number): New function.
11275         (gnus-thread-sort-by-most-recent-thread): New function.
11276         (gnus-thread-sort-functions): Doc fix.
11277
11278 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11279
11280         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
11281         all cases.
11282         (gnus-summary-mode): Enable it in all cases.
11283         (gnus-summary-display-article): Ditto.
11284         (gnus-summary-edit-article): Ditto.
11285
11286         * gnus-ems.el (gnus-put-image): Really return glyph.
11287
11288         * gnus-art.el (gnus-article-x-face-command): Fix :type.
11289         (gnus-treat-smiley): Don't take "P" in the interactive form.
11290
11291 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11292
11293         * compface.el (uncompface): XEmacs and Emacs have differing
11294         capabilities.
11295
11296         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
11297
11298         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
11299         (gnus-article-xface-ring-size): Removed.
11300         (gnus-article-display-xface): Removed.
11301         (gnus-remove-image): Cleaned up.
11302
11303         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
11304         (gnus-xmas-create-image): Take pbm files.
11305         (gnus-x-face): Removed.
11306         (gnus-xmas-article-display-xface): Removed.
11307
11308         * gnus-fun.el (gnus-display-x-face-in-from): Bind
11309         default-enable-multibyte-characters.
11310
11311         * compface.el (uncompface): Doc fix.
11312
11313         * gnus-art.el (gnus-article-x-face-command): Use
11314         gnus-display-x-face-in-from.
11315
11316         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
11317
11318         * gnus-ems.el (gnus-put-image): Return the image.
11319
11320         * gnus-fun.el (gnus-display-x-face-in-from): New function.
11321         (gnus-x-face): Moved here.
11322
11323 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11324
11325         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
11326         invisible if string is nil.
11327         (gnus-xmas-article-display-xface): Use it.
11328
11329         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
11330         property when string is nil.
11331         (gnus-article-display-xface): Use it.
11332
11333 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11334
11335         * gnus-art.el (article-display-x-face): Check whether valid grey
11336         face was returned.
11337         (article-display-x-face): Place image in the right spot.
11338
11339         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
11340         stderr.
11341         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
11342
11343 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11344
11345         * gnus-xmas.el (gnus-xmas-create-image): Take optional
11346         parameters.
11347         (gnus-xmas-put-image): Allow non-strings to be passed.
11348
11349         * gnus-art.el (article-display-x-face): Use optional parameters.
11350
11351         * gnus-ems.el (gnus-create-image): Take optional parameters.
11352
11353         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
11354
11355         * compface.el (compface-xbm-p): Removed.
11356
11357         * gnus-ems.el (gnus-article-compface-xbm): Removed.
11358         (gnus-article-display-xface): Use compface.
11359
11360         * compface.el: New file.
11361
11362         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
11363         (gnus-convert-image-to-x-face-command): Ditto.
11364         (gnus-random-x-face): Quote argument.
11365         (gnus-x-face-from-file): Ditto.
11366
11367 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
11368
11369         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
11370         the expire-group parameter once per article rather than once
11371         per group; bind `nnmaildir-article-file-name' and `article'
11372         for convenience.  Leave article alone when expire-group
11373         specifies the current group.
11374         (nnmaildir--update-nov): be more concurrency-friendly with
11375         temp file names.
11376
11377 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11378
11379         * gnus-start.el (gnus-read-init-file): Cleaned up.
11380
11381 2002-01-03  Dave Love  <d.love@dl.ac.uk>
11382
11383         * gnus-start.el (gnus-startup-file-coding-system): Removed.
11384         (gnus-read-init-file): Don't use it.
11385
11386 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11387
11388         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
11389
11390 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11391
11392         * gnus-start.el (gnus-read-init-file): Don't force coding system
11393         for ~/.gnus.  From Dave Love <fx@gnu.org>.
11394
11395 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11396
11397         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
11398         * nnspool.el (nnspool-request-post): Ditto.
11399
11400         * mm-util.el (mm-use-find-coding-systems-region): New variable.
11401         (mm-find-mime-charset-region): Use it.
11402
11403 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
11404
11405         * gnus.el (gnus-summary-line-format): Added :link.
11406         * gnus-topic.el (gnus-topic-line-format): Ditto.
11407         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
11408         * gnus-srvr.el (gnus-server-line-format): Ditto.
11409         * gnus-group.el (gnus-group-line-format): Ditto.
11410
11411         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
11412         :keys, it works on both Emacsen.
11413
11414 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11415
11416         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
11417
11418 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11419
11420         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
11421
11422 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
11423
11424         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
11425         very wide reply.
11426
11427 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11428
11429         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
11430         (gnus-picon-cache): New variable.
11431         (gnus-picon-transform-newsgroups): Cache stuff.
11432
11433         * gnus-art.el (gnus-article-reply-with-original): New command.
11434         (gnus-article-followup-with-original): New command.
11435
11436         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
11437         END parameters.
11438         (gnus-summary-followup): Take a list of list of articles.
11439         (gnus-inews-yank-articles): Allow lists of article/regions.
11440
11441         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
11442         longer the usual commands.
11443
11444         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
11445         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
11446         shell-command-on-region.
11447
11448 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11449
11450         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
11451           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
11452
11453 2002-01-03  Steve Youngs  <youngs@xemacs.org>
11454
11455         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
11456         understand ':keys', wrap it in an featurep 'xemacs.
11457
11458 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11459
11460         * gnus-ems.el (gnus-article-display-xface): Show xface in the
11461         order of headers (Actually, it is called in a reversed order). Add
11462         'gnus-image-text-deletable property.
11463         (gnus-remove-image): Remove text with such a property.
11464
11465         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
11466         gnus-put-image.
11467
11468         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
11469         with ", "
11470
11471 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11472
11473         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
11474
11475         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
11476         (article-display-x-face): Display grey X-Faces.
11477
11478         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
11479         (gnus-convert-gray-x-face-to-ppm): Ditto.
11480         (gnus-convert-image-to-gray-x-face): Ditto.
11481
11482         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
11483         gnus-summary-show-raw-article.
11484
11485 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11486
11487         Display picons in XEmacs without showing text.
11488
11489         * gnus-xmas.el (gnus-xmas-create-image): Don't use
11490         mm-create-image-xemacs to create xbm glyph, because it deletes
11491         temporary files.
11492         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
11493         (gnus-xmas-remove-image): Make text visible, remove glyph.
11494
11495         * gnus-picon.el (gnus-picon-transform-newsgroups)
11496         (gnus-picon-transform-address): Insert spec backward, due to the
11497         incompatibility of gnus-xmas-put-image.
11498
11499 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11500
11501         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
11502
11503 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11504
11505         * gnus.el: Doc fix.
11506
11507         * gnus-art.el: Doc fix.
11508
11509         * gnus-agent.el: Doc fix.
11510
11511 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11512
11513         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
11514
11515 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
11516
11517         * nnmaildir.el (nnmaildir--update-nov): automatically parse
11518         NOV data out of the message again if nnmail-extra-headers has
11519         changed.
11520
11521 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11522
11523         * gnus-fun.el: New file.
11524         (gnus-convert-image-to-x-face-command): New variable.
11525         (gnus-insert-x-face): New function.
11526         (gnus-random-x-face): Renamed.
11527         (gnus-x-face-from-file): Renamed.
11528
11529         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
11530         "_".
11531         (gnus-body-boundary-delimiter): Typo fix.
11532
11533 2002-01-02  Simon Josefsson  <jas@extundo.com>
11534
11535         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
11536         (gnus-body-boundary-delimiter): Fix type.
11537
11538 2002-01-01  Simon Josefsson  <jas@extundo.com>
11539
11540         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
11541         (gnus-treat-emphasize, gnus-treat-strip-cr)
11542         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
11543         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
11544         (gnus-treat-fill-article, gnus-treat-hide-citation)
11545         (gnus-treat-hide-citation-maybe)
11546         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
11547         (gnus-treat-strip-pem, gnus-treat-strip-banner)
11548         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
11549         (gnus-treat-date-ut, gnus-treat-date-local)
11550         (gnus-treat-date-english, gnus-treat-date-lapsed)
11551         (gnus-treat-date-original, gnus-treat-date-iso8601)
11552         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
11553         (gnus-treat-strip-trailing-blank-lines)
11554         (gnus-treat-strip-leading-blank-lines)
11555         (gnus-treat-strip-multiple-blank-lines)
11556         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
11557         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
11558         (gnus-treat-display-xface, gnus-treat-display-smileys)
11559         (gnus-treat-from-picon, gnus-treat-mail-picon)
11560         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
11561         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
11562         (gnus-treat-play-sounds, gnus-treat-translate)
11563         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
11564
11565         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
11566         (gnus-article-treat-body-boundary): Use it.
11567
11568         * message.el (message-mode): Fix doc.
11569         (message-mode-menu): Fix names.
11570
11571 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11572
11573         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
11574         articles.
11575
11576         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
11577         (gnus-picon-transform-address): Search for unknown faces as well.
11578         (gnus-picon-find-face): Don't search "news" for MISC.
11579         (gnus-picon-user-directories): Changed default back to exclude
11580         "unknown".
11581
11582         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
11583
11584         * gnus-picon.el (gnus-picon-find-face): Search through all
11585         databases.
11586         (gnus-picon-find-face): New implementation.
11587
11588         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
11589         keystroke.
11590         (gnus-topic-goto-next-topic): Ditto.
11591
11592         * gnus.el (gnus-summary-line-format): Changed default.
11593
11594         * nnmail.el (nnmail-extra-headers): Change default.
11595
11596         * gnus-sum.el (gnus-extra-headers): Change default.
11597
11598         * message.el (message-news-other-window): Changed "news" to
11599         "posting".
11600         (message-news-other-frame): Ditto.
11601         (message-do-send-housekeeping): Ditto.
11602
11603         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
11604         function.
11605         (gnus-article-unread-p): New function.
11606         (gnus-article-unseen-p): New function.
11607         (gnus-dead-summary-mode-map): Typo.
11608
11609         * gnus-util.el (gnus-make-predicate): New function.
11610         (gnus-make-predicate-1): New function.
11611
11612         * gnus-sum.el: New function.
11613         (gnus-map-articles): New function.
11614
11615         * gnus-art.el (gnus-treat-fold-headers): New variable.
11616         (gnus-article-treat-fold-headers): New command and keystroke.
11617
11618         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
11619         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
11620
11621 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11622
11623         * message.el (message-fcc-externalize-attachments): New variable.
11624         (message-do-fcc): Use it.
11625
11626         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
11627         (gnus-inews-do-gcc): Use it.
11628
11629         * mml.el (mml-tweak-sexp-alist): New variable.
11630         (mml-externalize-attachments): New variable.
11631         (mml-tweak-part): Use mml-tweak-sexp-alist.
11632         (mml-tweak-externalize-attachments): New function.
11633
11634 2002-01-01  Steve Youngs  <youngs@xemacs.org>
11635
11636         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
11637         'set-glyph-face' so x-face back/foreground can be set.
11638
11639 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11640
11641         * message.el (message-fix-before-sending): Fix a typo.
11642
11643 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11644
11645         * gnus-art.el (gnus-treat-smiley): Renamed command.
11646         (gnus-article-remove-images): New command and keystroke.
11647
11648         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
11649
11650         * smiley-ems.el (gnus-smiley-display): Removed.
11651
11652         * gnus.el (gnus-version-number): Update version.
11653
11654         * message.el (message-text-with-property): Renamed and moved
11655         here.
11656         (message-fix-before-sending): Highlight invisible text and place
11657         point there.
11658
11659 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11660
11661         * gnus.el: Oort Gnus v0.04 is released.
11662
11663 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11664
11665         * gnus-delay.el (gnus-delay-send-queue): Renamed.
11666
11667         * gnus-art.el (gnus-ignored-headers): More headers,
11668
11669         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
11670         of `scan-error', since XEmacs doesn't seem to support that.
11671
11672 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11673
11674         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
11675         arg.
11676         (gnus-summary-best-unread-subject): Ditto.
11677         (gnus-summary-best-unread-subject): No, don't.
11678         (gnus-summary-better-unread-subject): New command.
11679
11680         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
11681
11682         * lpath.el ((featurep 'xemacs)): fbind url function.
11683
11684         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
11685         buffer.
11686         (gnus-xmas-remove-image): Implementation that does something.
11687         (gnus-xmas-article-display-xface): Mark images properly.
11688
11689         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
11690
11691 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
11692
11693         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
11694
11695 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11696
11697         * gnus-group.el (gnus-group-line-format): Added %O to the default
11698         value.
11699
11700         * gnus-util.el (gnus-text-with-property): The smallest point is
11701         point-min.
11702
11703         * smiley-ems.el (smiley-region): Return images.
11704         (gnus-smiley-display): Allow toggling.
11705         (smiley-region): Use text properties, not overlays.
11706
11707         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
11708         implemented yet.
11709
11710         * smiley-ems.el (smiley-update-cache): Check for valid types.
11711
11712         * gnus-art.el (gnus-with-article-buffer): New macro.
11713
11714         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
11715         strings as well as the glyphs.
11716         (gnus-picon-transform-address): Ditto.
11717         (gnus-picon-insert-glyph): Ditto.
11718         (gnus-picon-transform-newsgroups): Toggle.
11719         (gnus-picon-transform-address): Toggle.
11720
11721         * gnus-ems.el (gnus-remove-image): New function.
11722         (gnus-put-image): Take an optional string.
11723
11724         * gnus-util.el (gnus-text-with-property): New function.
11725
11726         * gnus-art.el (gnus-delete-images): New function.
11727
11728         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
11729
11730         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
11731         (gnus-article-wash-status): Use it.
11732         (gnus-signature-toggle): Clean up.
11733         (gnus-add-wash-status): New function.
11734         (gnus-delete-wash-status): New function.
11735         (gnus-article-hide-text-type): Use them throughout.
11736         (gnus-add-image): New function.
11737
11738         * gnus-ems.el (gnus-article-display-xface): Use new interface.
11739
11740         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
11741         interface.
11742
11743         * gnus-art.el (article-display-x-face): Cleaned up.
11744
11745         * rfc2047.el (rfc2047-field-value): New function.
11746
11747         * mail-parse.el (mail-header-field-value): New alias.
11748
11749         * gnus-art.el (gnus-mime-print-part): Fix typos.
11750
11751         * smiley-ems.el (gnus-smiley-file-types): New variable.
11752         (smiley-update-cache): Use it.
11753         (smiley-regexp-alist): Suffix-less smiley names.
11754         (smiley-regexp-alist): Added more smileys.
11755
11756         * gnus-sum.el (gnus-print-buffer): Made into own function.
11757         (gnus-summary-print-article): Use it.
11758
11759         * mailcap.el (mailcap-mime-info): Actually return the bit that we
11760         looked for when REQUEST is a string.
11761
11762         * gnus-art.el (gnus-mime-button-commands): Add printing
11763         keystroke.
11764         (gnus-mime-copy-part): Doc fix.
11765         (gnus-mime-print-part): New command.
11766
11767 2001-12-31  Simon Josefsson  <jas@extundo.com>
11768
11769         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
11770         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
11771
11772 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11773
11774         * gnus-picon.el (gnus-treat-from-picon): Autoload.
11775         (picon): Fix doc.
11776
11777         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
11778         longer exists. Remove those codes.
11779         * gnus.el (gnus-use-picons): Ditto.
11780
11781 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11782
11783         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
11784         infloop.
11785
11786         * gnus-sum.el (t): New `W D' map.
11787
11788         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
11789         (gnus-article-treat-body-boundary): Clean up.
11790         (gnus-body-boundary-face): Removed.
11791         (gnus-article-goto-header): Moved here.
11792         (gnus-article-goto-header): Allow better regexps.
11793         (gnus-article-treat-fold-newsgroups): New command.
11794
11795         * gnus-sum.el (gnus-summary-move-article): We have to select an
11796         article to give `gnus-read-move-group-name' an opportunity to
11797         suggest an appropriate default.
11798
11799         * rfc2047.el (rfc2047-fold-line): New function.
11800         (rfc2047-unfold-line): Ditto.
11801         (rfc2047-fold-region): Don't fold just after the header name.
11802
11803         * mail-parse.el (mail-header-fold-line): New alias.
11804         (mail-header-unfold-line): Ditto.
11805
11806         * gnus-art.el (gnus-body-boundary-face): Renamed.
11807         (gnus-article-treat-body-boundary): Use it.
11808         (gnus-article-treat-body-boundary): Use an invisible header and a
11809         line of underline characters.
11810
11811 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11812
11813         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
11814
11815         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
11816         (gnus-picon-split-address): New function.
11817         (gnus-picon-find-face): Use it.
11818         (gnus-picon-transform-address): Use it. Set first to t for each
11819         address.
11820
11821         * gnus-art.el (gnus-with-article-headers): Move to here. Define
11822         the macro then use it.
11823         (gnus-treatment-function-alist): Treat picons earlier.
11824
11825 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11826
11827         * gnus-art.el (gnus-body-separator-face): New variable.
11828         (gnus-article-treat-body-boundary): Use a blank, colored line.
11829
11830         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
11831         well.
11832
11833         * gnus-art.el (gnus-treat-body-boundary): New variable.
11834         (gnus-article-treat-unfold-headers): Use helper macro.
11835         (gnus-article-treat-body-boundary): New command.
11836
11837         * gnus.el (gnus-logo-color-style): Change the default color.
11838         (gnus-splash-face): Gray, gray.
11839
11840         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
11841         colors.
11842
11843         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
11844         (gnus-logo-color-style): Ditto.
11845         (gnus-logo-colors): Ditto.
11846
11847         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
11848
11849         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
11850
11851         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
11852         (gnus-picon-transform-newsgroups): New function.
11853
11854         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
11855         string.
11856
11857         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
11858
11859         * gnus-art.el (gnus-treat-cc-picon): New variable.
11860         (gnus-treat-mail-picon): Renamed.
11861
11862         * gnus-picon.el: New implementation.
11863         (gnus-picon-find-face): Renamed.
11864         (gnus-treat-from-picon): Use it.
11865         (gnus-picon-transform-address): Renamed.
11866         (gnus-treat-from-picon): Use it.
11867         (gnus-picon-create-glyph): Renamed.
11868         (gnus-picon-transform-address): Use it.
11869         (gnus-treat-cc-picon): New command.
11870
11871         * mm-decode.el (mm-create-image-xemacs): Separated out into
11872         function.
11873         (mm-get-image): Use it.
11874
11875         * gnus-art.el (gnus-treat-display-picons): Simplify.
11876         (gnus-treat-from-picon): Renamed.
11877
11878         * gnus-ems.el (gnus-create-image): New function.
11879         (gnus-put-image): New function.
11880
11881         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
11882         (gnus-with-article-headers): New macro.
11883         (gnus-article-goto-header): New function.
11884
11885         * gnus-xmas.el (gnus-image-type-available-p): New function.
11886
11887         * gnus-ems.el (gnus-image-type-available-p): New function.
11888
11889 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11890
11891         * nnrss.el (nnrss-check-group): Find the correct tag, because
11892         xml.el is changed.
11893
11894 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11895
11896         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
11897         lines are shorter than the window width.
11898         (gnus-ignored-headers): More headers.
11899
11900 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11901
11902         * gnus-art.el (gnus-treat-unfold-lines): New variable.
11903         (gnus-treat-unfold-headers): Renamed.
11904         (gnus-article-treat-unfold-headers): New command and keystroke.
11905
11906         * rfc2047.el (rfc2047-encode-message-header): Clean up.
11907
11908         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
11909
11910 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11911
11912         * sha1-el.el (sha1-use-external): New variable.
11913         (sha1-region): Use it.
11914         (sha1-string): Ditto.
11915
11916         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
11917         * gnus-picon.el: Less warnings when compile.
11918
11919 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11920
11921         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
11922         alias.
11923         (gnus-picons-database): Default to list.
11924         (gnus-picons-lookup-internal): Use it.
11925
11926         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
11927         to "bogus".
11928
11929         * gnus-win.el (gnus-configure-windows-hook): New hook.
11930
11931 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
11932
11933         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
11934
11935 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11936
11937         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
11938         lists.
11939         (gnus-select-newsgroup): Don't append; push.
11940         (gnus-adjust-marked-articles): Remove obsolete ranges from
11941         `seen'.
11942         (gnus-update-marks): Clean up.
11943         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
11944
11945 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
11946
11947         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
11948
11949 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11950
11951         * gnus-sum.el (gnus-auto-select-subject): New variable.
11952         (gnus-summary-best-unread-subject): New function.
11953         (gnus-summary-best-unread-article): Use it.
11954         (gnus-summary-first-unseen-subject): New function and command.
11955
11956         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
11957         other treatments.
11958
11959         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
11960         function.
11961
11962         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
11963         from the list of hidden types.
11964
11965         * mm-view.el (mm-inline-text): Ditto.
11966         (mm-inline-text): Ditto.
11967         (mm-w3-prepare-buffer): Ditto.
11968
11969         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
11970
11971 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11972
11973         * gnus-art.el (gnus-ignored-headers): Added more headers.
11974
11975 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
11976
11977         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
11978         once.
11979
11980 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11981
11982         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
11983
11984 2001-12-28  Simon Josefsson  <jas@extundo.com>
11985
11986         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
11987         Jesper Harder <harder@ifa.au.dk>.
11988
11989 2001-12-27  Simon Josefsson  <jas@extundo.com>
11990
11991         * gnus-sum.el (gnus-select-newsgroup): Make
11992         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
11993         contain all articles (instead of none) when no seen marks have
11994         been set for the group.
11995         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
11996         instead, it seems to result in shorter ranges.
11997
11998 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11999
12000         * mm-util.el (mm-iso-8859-x-to-15-region): Use
12001         insert-before-markers.
12002         From Jesper Harder <harder@ifa.au.dk>
12003
12004 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
12005
12006         * nnmaildir.el (nnmaildir-save-mail): create the destination
12007         groups if they do not exist.
12008
12009 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
12012
12013 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12014
12015         * gnus-group.el (gnus-group-read-ephemeral-group): Call
12016         gnus-group-real-name.
12017
12018         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
12019         (gnus-newsgroup-variables): Ditto.
12020
12021         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
12022         return it.
12023
12024 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
12025
12026         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
12027         * nnmaildir.el (top-level): Add commentary.
12028         (nnmaildir-version): Indicate that nnmaildir is now a standard
12029         part of Gnus, not separately released.
12030
12031 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12032
12033         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
12034         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
12035         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
12036         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12037
12038 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12039
12040         * nnmaildir.el: Copyright changes. Require cl only at compile time.
12041
12042 2001-12-20  Simon Josefsson  <jas@extundo.com>
12043
12044         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
12045         ZHU <zsh@cs.rochester.edu>.
12046         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
12047         Brian P Templeton <bpt@tunes.org>.
12048
12049 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12050
12051         * nnmaildir.el: New file.
12052         From Paul Jarc <prj@po.cwru.edu>.
12053
12054 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12055
12056         * nndoc.el (nndoc-type-alist): Move forward to the end.
12057
12058 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12059
12060         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
12061         `dolist'.
12062
12063 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12064
12065         * gnus-win.el (gnus-frames-on-display-list): New function.
12066         (gnus-get-buffer-window): Use it.
12067
12068 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12069
12070         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
12071
12072 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12073
12074         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
12075
12076 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12077            From Harald Meland <Harald.Meland@usit.uio.no>
12078
12079         * gnus-win.el (gnus-get-buffer-window): New function.
12080         (gnus-all-windows-visible-p): Use it.
12081
12082         * gnus-util.el (gnus-horizontal-recenter)
12083         (gnus-horizontal-recenter, gnus-horizontal-recenter)
12084         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
12085
12086         * gnus-score.el (gnus-score-insert-help): Use it.
12087
12088         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
12089         (gnus-generate-tree, gnus-highlight-selected-tree)
12090         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
12091         it.
12092
12093         * gnus-art.el (gnus-article-set-window-start)
12094         (gnus-mm-display-part, gnus-request-article-this-buffer)
12095         (gnus-button-next-page, gnus-button-prev-page)
12096         (gnus-article-button-next-page, gnus-article-button-prev-page):
12097         Use it.
12098
12099 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
12100
12101         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
12102         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
12103         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
12104
12105 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12106
12107         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
12108         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
12109         * mml1991.el, nnultimate.el: Add `coding'.
12110
12111 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
12112
12113         * ChangeLog: changed coding to buffer-file-coding-system
12114         * ChangeLog.1: same
12115         * nnwfm.el: same
12116         * gnus-smiley.el: same
12117         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
12118         * gnus-delay.el: same
12119         * gnus-spec.el: same
12120         * message.el: same
12121         * mml1991.el: same
12122         * nnultimate.el: same
12123
12124 2001-12-16  Simon Josefsson  <jas@extundo.com>
12125         Inspired by code by Dirk Meyer <dischi@tzi.de>.
12126
12127         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
12128         (gnus-summary-save-map): Add muttprint.
12129         (gnus-summary-make-menu-bar): Ditto.
12130         (gnus-summary-muttprint): New function.
12131
12132         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
12133
12134 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12135
12136         * uudecode.el (uudecode-decode-region-internal): Speedup by using
12137         temporary list instead of buffer.
12138
12139         * mm-url.el (executable-find): autoload.
12140
12141 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12142
12143         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
12144         to variable, follow doc-string conventions).
12145
12146 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
12147
12148         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
12149         subscribe-level
12150         * gnus-topic.el (gnus-subscribe-topics): use it.
12151
12152 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12153
12154         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
12155         messages. (A small patch with indentation)
12156         From Sean Neakums <sneakums@zork.net>.
12157
12158         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
12159         nil after shooting down the gnus-original-article-buffer.
12160
12161 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12162
12163         * uudecode.el (uudecode-use-external): New variable.
12164         (uudecode-decode-region): Automatically detect external program.
12165
12166         * binhex.el (binhex-use-external): New variable.
12167         (binhex-decode-region-internal): New function.
12168         (binhex-decode-region): Automatically detect external program.
12169
12170         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
12171         Use them.
12172
12173 2001-12-12  Simon Josefsson  <jas@extundo.com>
12174
12175         * nnvirtual.el (nnvirtual-always-rescan)
12176         (nnvirtual-component-regexp): Fix doc.
12177
12178         * nnoo.el (defvoo): Add doc to defvoo variables.
12179
12180         * nnml.el (nnml-directory, nnml-active-file)
12181         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
12182         (nnml-marks-is-evil, nnml-filenames-are-evil)
12183         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
12184
12185         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
12186         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
12187         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
12188         `error'.
12189
12190         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
12191         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
12192
12193         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
12194         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
12195         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
12196         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
12197
12198         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
12199         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
12200
12201         * imap.el, nnimap.el: Fix indentation.
12202
12203         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
12204
12205 2001-12-12  Didier Verna  <didier@xemacs.org>
12206
12207         * gnus-msg.el (gnus-group-news): New function.
12208         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
12209         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
12210         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
12211         for it.
12212         * gnus-msg.el (gnus-summary-news-other-window): New function.
12213         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
12214         bind it to `i'.
12215         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
12216         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
12217         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
12218         for it (called with a prefix).
12219         * gnus-msg.el (gnus-configure-posting-styles): add an optional
12220         group-name argument.
12221         * gnus-msg.el (gnus-setup-message): use it.
12222
12223 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12224
12225         * gnus-sum.el (gnus-summary-show-article): Fix doc.
12226
12227 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12228
12229         * mml.el (mime-to-mml): Remove Content-Disposition too.
12230
12231 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12232
12233         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
12234         * gnus-group.el (gnus-group-name-decode): Decode unibyte
12235         strings only.
12236         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12237
12238 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
12239
12240         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
12241         (nnmail-fancy-expiry-target): Use it.
12242         Suggestions from Simon Josefsson <jas@extundo.com>.
12243
12244 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12245
12246         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
12247
12248 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12249
12250         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
12251
12252         * gnus-util.el (gnus-url-unhex-string): Move here.
12253
12254 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12255
12256         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
12257         mm-url-decode-entities-nbsp.
12258
12259         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
12260         * webmail.el, nnwfm.el: Use mm-url.
12261
12262         * mm-url.el (mm-url-fetch-form): Move from nnweb.
12263         (mm-url-remove-markup): Move from nnweb.
12264         (mm-url-fetch-simple): Move from webmail.
12265
12266         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
12267
12268 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12269
12270         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
12271         (gnus-summary-print-article): Use it.
12272
12273         * gnus-util.el (gnus-replace-in-string): Typo.
12274
12275 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12276
12277         * nnweb.el (nnweb-replace-in-string): Removed.
12278
12279         * gnus-util.el (gnus-replace-in-string): New function.
12280         (gnus-mode-string-quote): Use it.
12281
12282         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
12283         * nnwfm.el (nnwfm-create-mapping): Ditto.
12284
12285 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12286
12287         * dgnushack.el (dgnushack-compile): nnrss.el and
12288         nnslashdot.el don't depend on nnweb, url, w3.
12289
12290         * nnrss.el: Use mm-url.
12291
12292 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12293
12294         * mm-url.el (mm-url-insert-file-contents): Support file:.
12295
12296 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12297
12298         * mm-view.el: Lower case for the description line. Sync from the
12299         Emacs CVS.
12300
12301 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12302
12303         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
12304         From:  Stefan Monnier  <monnier@cs.yale.edu>
12305
12306 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12307
12308         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
12309
12310 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12311
12312         * mm-url.el: Require executable.
12313         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
12314
12315 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12316
12317         * pop3.el (pop3-munge-message-separator): Only use valid date.
12318         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
12319
12320         * Makefile.in: gnus-load.elc may not be generated.
12321
12322 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12323
12324         * mm-url.el: New file.
12325         * nnslashdot.el: Use it.
12326         * mm-extern.el (mm-extern-url): Use it.
12327
12328 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12329
12330         * gnus-sum.el (gnus-summary-save-article): Nix
12331         gnus-display-mime-function and gnus-article-prepare-hook.
12332
12333         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
12334         the beginning of lines.
12335         (gnus-complex-form-to-spec): Ditto.
12336
12337 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12338
12339         * message.el (message-make-mft): Fix the m-s-a-file regexp.
12340         From Paul Jarc <prj@po.cwru.edu>.
12341
12342 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12343
12344         * message.el: New variable message-subscribed-address-file;
12345         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
12346
12347 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12348
12349         * message.el (message-tab-body-function): Set to nil.
12350         (message-tab): Use text-mode-map or global-map.
12351         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
12352
12353 2001-11-30  Simon Josefsson  <jas@extundo.com>
12354
12355         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
12356         instead of gnus-union, for speed.  Suggested by Christoph Conrad
12357         <christoph.conrad@gmx.de>.
12358         (gnus-agent-fetch-group-1): Add verbose message.
12359
12360 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12361
12362         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
12363         of integers.
12364
12365 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12366
12367         * message.el (message-newgroups-header-regexp)
12368         (message-completion-alist, message-tab-body-function): Use
12369         defcustom rather than defvar.
12370         (message-tab): Mention `message-tab-body-function' in doc.
12371         Suggested by Karl Eichwalder.
12372
12373 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12374
12375         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
12376
12377 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12378
12379         * nnheader.el (nnheader-find-nov-line): Don't use macro
12380         gnus-delete-line.
12381
12382         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
12383         (gnus-group-name-charset): Ditto.
12384
12385         * gnus-util.el (gnus-buffer-live-p): Ditto.
12386
12387 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12388
12389         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
12390         open parenthesis in doc.
12391         (sieve-manage-authenticator-alist): Typo in doc.
12392         * imap.el (imap-authenticator-alist): Typo in doc.
12393         (imap-stream-alist): Backslash.
12394
12395         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
12396           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
12397
12398 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12399
12400         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
12401
12402         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
12403
12404         * gnus-msg.el (gnus-configure-posting-styles): use
12405         make-local-hook. Add LOCAL for add-hook.
12406
12407 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
12408
12409         * message.el (message-mode): Use `make-local-hook' unless
12410         obsolete.
12411         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
12412
12413 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12414
12415         * canlock.el: Remove sha1.el and base64.el stuff.
12416
12417 2001-11-26  Didier Verna  <didier@xemacs.org>
12418
12419         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
12420         if needed.
12421
12422 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12423
12424         * message.el (message-tamago-not-in-use-p): New function.
12425         (message-strip-forbidden-properties): Use it.
12426
12427 2001-11-26  Didier Verna  <didier@xemacs.org>
12428
12429         * gnus-start.el (gnus-check-first-time-used): only check for
12430         existence of .el[d] files.
12431
12432 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12433
12434         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
12435
12436         * message.el (message-setup-1): Clean up mc-*.
12437
12438 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12439
12440         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
12441         * gnus-score.el (gnus-score-find-bnews): Use it.
12442
12443         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
12444         (gnus-summary-limit-to-author): Ditto.
12445         (gnus-summary-limit-to-extra): Ditto.
12446         (gnus-summary-find-matching): Support not-matching argument.
12447
12448 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12449
12450         * message.el (message-wash-subject): Use `insert' rather than
12451         `insert-string', which is deprecated.
12452
12453 2001-11-24  Simon Josefsson  <jas@extundo.com>
12454
12455         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
12456         message. (Gnus does not "default" to using 8bit for the message,
12457         it default to use 8bit encoding and the user-supplied CTE
12458         value. Calling this behaviour "treating it as 8bit" is perhaps
12459         better.)
12460
12461         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
12462         (compare mm-charset-to-coding-system).
12463
12464 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12465
12466         * canlock.el (canlock-sha1-with-openssl): Use unibyte
12467         buffer. Correctly decode hex.
12468
12469 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12470
12471         * gnus-agent.el (gnus-category-insert-line): Convert category
12472         names to strings.
12473
12474 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12475
12476         * message.el (sha1): eval-and-compile.
12477
12478 2001-11-20  Simon Josefsson  <jas@extundo.com>
12479
12480         * message.el (message-allow-no-recipients): New variable.
12481         (message-send): Use it, customize the prompting when posting to
12482         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
12483
12484 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12485
12486         * mm-util.el (mm-coding-system-priorities): New variable.
12487         (mm-sort-coding-systems-predicate): New function.
12488         (mm-find-mime-charset-region): Resort coding systems if needed.
12489         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
12490
12491 2001-11-20  Didier Verna  <didier@xemacs.org>
12492
12493         * gnus-group.el (gnus-group-make-help-group): new optional
12494         argument to control the error behavior.
12495         * gnus-start.el (gnus-check-first-time-used): use it to avoid
12496         erroring.
12497
12498 2001-11-19  Simon Josefsson  <jas@extundo.com>
12499
12500         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
12501         instead of C-c C-u.  Suggested by Per Abrahamsen
12502         <abraham@dina.kvl.dk>.
12503
12504 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12505
12506         * nnfolder.el (nnfolder-read-folder): Use group instead of
12507         nnfolder-current-group.
12508         Suggested by Lorentey Karoly <lorentey@elte.hu>.
12509
12510 2001-11-17  Simon Josefsson  <jas@extundo.com>
12511
12512         * message.el (message-send): Ask user if Fcc/Gcc should be
12513         performed when no other sender was specified.
12514         Suggested by prj@po.cwru.edu (Paul Jarc).
12515
12516 2001-11-17  Simon Josefsson  <jas@extundo.com>
12517
12518         * message.el (message-mode, message-mode-map): Use C-c C-u for
12519         Importance: instead of C-c C-p (used by SC).
12520
12521 2001-11-16  Simon Josefsson  <jas@extundo.com>
12522
12523         * message.el (message-insert-importance-high)
12524         (message-insert-importance-low): Save point.
12525
12526         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
12527         value.
12528
12529 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
12530
12531         * message.el (message-strip-special-text-properties): New option.
12532         (message-strip-forbidden-properties): Obey it.
12533
12534 2001-11-14  Sam Steingold  <sds@gnu.org>
12535
12536         * gnus-score.el: Fixed some doc strings to properly quote symbols.
12537
12538 2001-11-15  Simon Josefsson  <jas@extundo.com>
12539
12540         Support "Importance:" header in Message.
12541
12542         * message.el (message-mode-map): Bind C-c C-p to
12543         `message-insert-or-toggle-importance'
12544         (message-mode-menu): Add message-insert-importance-{high,low}.
12545         (message-insert-importance-high, message-insert-importance-low)
12546         (message-insert-or-toggle-importance): New functions.
12547         (message-tool-bar-map): Add {un,}important.
12548         (message-mode): Doc fix.
12549
12550 2001-11-15  Simon Josefsson  <jas@extundo.com>
12551
12552         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
12553
12554         * mml.el (mml-menu): Fix toolbar tooltip.
12555
12556 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12557
12558         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
12559         * nnml.el (nnml-save-marks): Ditto.
12560
12561         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
12562
12563 2001-11-15  Simon Josefsson  <jas@extundo.com>
12564
12565         * nnml.el (nnml-save-marks):
12566         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
12567         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
12568
12569 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
12570
12571         * gnus-art.el (gnus-article-wash-status-strings): Use
12572         `copy-sequence', not `copy-seq'.
12573
12574 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
12575
12576         * gnus-art.el (gnus-article-wash-status-strings): New constant.
12577         (gnus-gnus-article-wash-status-entry): New function.
12578         (gnus-article-wash-status): Use it.
12579
12580 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12581
12582         * mml1991.el: Add coding header.
12583
12584 2001-11-12  Simon Josefsson  <jas@extundo.com>
12585
12586         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
12587         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
12588         `mml1991-sign' and `mml1991-encrypt'.
12589         (mml1991-encrypt, mml1991-sign): New glue functions.
12590         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
12591
12592         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
12593         (mml-menu): Add PGP to menu.
12594
12595         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
12596         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
12597         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
12598         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
12599
12600         * mml2015.el: Mention RFC 3156.
12601
12602         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
12603
12604 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12605
12606         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
12607
12608         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
12609           From <Michael.Cook@cisco.com>
12610
12611 2001-11-11  Simon Josefsson  <jas@extundo.com>
12612
12613         * message.el (top-level): Autoload sha1.
12614         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
12615         canlock, no need to require two different hash algs).  Suggested
12616         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
12617
12618 2001-11-09  Simon Josefsson  <jas@extundo.com>
12619
12620         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
12621         <Pavel@Janik.cz>.
12622
12623 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12624
12625         * message.el (message-point-in-header-p): New function.
12626         (message-do-auto-fill): Use it.
12627         (message-beginning-of-line): New function.  Goes to beginning of
12628         header value (i.e., end of header name), or to beginning of line
12629         if already at beginning of value.  Behaves like
12630         `beginning-of-line' when in message body.
12631         (message-mode-map): Bind it.
12632
12633 2001-11-08  Simon Josefsson  <jas@extundo.com>
12634
12635         * gnus-msg.el (gnus-posting-styles): Add doc.
12636
12637 2001-11-07  Simon Josefsson  <jas@extundo.com>
12638
12639         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
12640
12641         * sieve-mode.el (sieve-control-commands-face)
12642         (sieve-control-commands-face, sieve-action-commands-face)
12643         (sieve-test-commands-face, sieve-tagged-arguments-face): New
12644         faces.
12645         (sieve-font-lock-keywords): Use them.
12646         (sieve-mode): Only set font-lock-defaults in emacs.
12647
12648         * gnus-art.el (gnus-default-article-saver): Add
12649         gnus-summary-save-body-in-file.
12650         (gnus-summary-write-to-file): Fix doc.
12651
12652 2001-11-07  Simon Josefsson  <jas@extundo.com>
12653
12654         * gnus-art.el (gnus-treat-highlight-signature): Add cross
12655         reference to the correct chapter in the manual.
12656
12657         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
12658         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
12659
12660 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12661
12662         * mml.el (mml-preview): Bind mail-header-separator.
12663
12664 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * message.el: Always require canlock.
12667         (message-ignored-supersedes-headers): Include Cancel-Lock and
12668         Cancel-Key.
12669         (message-insert-canlock): Don't require canlock.
12670         (message-cancel-news): Don't check whether canlock is available.
12671         (message-supersede): Support cancel-locks.
12672
12673         * gnus-art.el: Don't autoload canlock.
12674
12675 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12676
12677         * mail-source.el (mail-source-fetch-imap): ASYNC param.
12678         From: <andre@slamdunknetworks.com>
12679
12680 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12681
12682         * many files: Fix copyright lines.
12683
12684 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12685
12686         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
12687         Suggested by Dave Love  <fx@gnu.org>.
12688
12689 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12690
12691         * message.el (message-kill-buffer): Remove auto-save file after
12692         confirm.
12693
12694         * message.el (message-send-mail): Call message-generate-headers
12695         once.  Suggested by Matt Armstrong <matt@lickey.com>.
12696
12697         * gnus-topic.el (gnus-topic-rename): Initial-input.
12698         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
12699
12700 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12701
12702         * message.el (message-forbidden-properties): New constant.
12703         (message-strip-forbidden-properties): New function.
12704         (message-mode): Activate it.
12705
12706 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12707
12708         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
12709         (mm-hack-charsets): Fix doc.
12710
12711 2001-11-02  Simon Josefsson  <jas@extundo.com>
12712
12713         * gnus-int.el (gnus-check-server): Message "...done" when done.
12714
12715         * imap.el (imap-close): Don't message (imap-send-command-wait
12716         returns if the connection is dropped).
12717         (imap-wait-for-tag): Nix out message only when necessary.
12718
12719         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
12720         for non-crossposting.
12721         (gnus-sieve-crosspost): Default to t to be consistent with other
12722         parts of Gnus.
12723
12724 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12725
12726         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
12727         (mm-iso-8859-x-to-15-table): Ditto.
12728         (mm-iso-8859-x-to-15-region): Ditto.
12729         (mm-find-mime-charset-region): Ditto.
12730
12731 2001-11-01  Simon Josefsson  <jas@extundo.com>
12732
12733         * nnimap.el (nnimap-close-asynchronous): New variable.
12734         (nnimap-close-group): Use it.
12735         (nnimap-expunge): Don't use it.
12736
12737         * imap.el (imap-callbacks): New variable.
12738         (imap-remassoc): Copied from `gnus-remassoc'.
12739         (imap-add-callback): New function.
12740         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
12741         behaviour.
12742         (imap-parse-response): Call the callback.
12743
12744         * message.el (message-insert-canlock): New variable.
12745         (message-canlock-generate, message-canlock-password)
12746         (message-insert-canlock): New functions.
12747         (message-send-news): Call `message-insert-canlock'.
12748         (top-level): Require canlock when compiling.
12749         (message-insert-canlock): Require canlock before we need it.
12750
12751 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12752
12753         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
12754
12755 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12756
12757         * dgnushack.el (dgnushack-make-load): A workaround for
12758         custom-add-loads bug in some versions of XEmacs.
12759
12760 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12761
12762         * mm-util.el (mm-charset-synonym-alist): Revert (some).
12763
12764 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12765
12766         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
12767         (mm-hack-charsets): New variable.
12768         (mm-iso-8859-15-compatible): New variable.
12769         (mm-iso-8859-x-to-15-table): New variable.
12770         (mm-find-mime-charset-region): Add parameter hack-charsets.
12771
12772         * mm-bodies.el (mm-encode-body): Use it.
12773         * mml.el (mml-parse-1): Ditto.
12774
12775 2001-11-01  Simon Josefsson  <jas@extundo.com>
12776
12777         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
12778
12779 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12780
12781         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
12782         is nil.
12783
12784 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12785
12786         * smiley-ems.el (smiley-update-cache): Auto detect file type.
12787
12788         * message.el (message-forward-rmail-make-body): Use
12789         save-window-excursion.
12790         (message-encode-message-body): Search with noerror.
12791         (message-setup-1): Convert compose-mail send-actions to
12792         message-send-actions.
12793
12794 2001-11-01  Simon Josefsson  <jas@extundo.com>
12795
12796         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
12797         <yamaoka@jpl.org>.
12798
12799 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12800
12801         * sieve-manage.el (sieve-string-bytes): No complain.
12802
12803 2001-11-01  Simon Josefsson  <jas@extundo.com>
12804
12805         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
12806         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
12807         has autoload cookies, so no `require' should be necessary.)
12808
12809         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
12810         files.
12811
12812 2001-10-31  Simon Josefsson  <jas@extundo.com>
12813
12814         * gnus-cus.el (gnus-group-parameters): Support integer `display'
12815         parameter.
12816
12817         * gnus-sum.el (gnus-select-newsgroup): If group parameter
12818         `display' is a number (and C-u wasn't used to enter group), only
12819         fetch that number of articles.
12820
12821 2001-10-31  Matt Armstrong  <matt@lickey.com>
12822
12823         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
12824         not-subscribed -> subscribed.
12825
12826 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12827         From: Josh Huber <huber@alum.wpi.edu>
12828
12829         * message.el (message-subscribed-address-functions): New variable.
12830         (message-subscribed-addresses): New variable.
12831         (message-subscribed-regexps): New variable.
12832         (message-goto-mail-followup-to): New function.
12833         (message-send-mail): Add Mail-Followup-To.
12834         (message-make-mft): New function.
12835
12836         * gnus.el (gnus-find-subscribed-addresses): New function.
12837
12838 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12839
12840         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
12841         (mail-source-fetch-pop): Ditto.
12842         (mail-source-check-pop): Ditto.
12843
12844         * gnus-start.el (gnus-read-init-file): Ditto.
12845         (gnus-activate-group): Ditto.
12846         (gnus-read-newsrc-el-file): Ditto.
12847
12848 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12849
12850         * message.el (message-get-reply-headers): Make sure there is ", ".
12851
12852         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
12853         mm-coding-system-p. Don't correct it only in XEmacs.
12854         (mm-charset-to-coding-system): Use mm-coding-system-p and
12855         mm-get-coding-system-list.
12856         (mm-emacs-mule, mm-mule4-p): New variables.
12857         (mm-enable-multibyte, mm-disable-multibyte,
12858         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
12859         mm-with-unibyte-current-buffer,
12860         mm-with-unibyte-current-buffer-mule4): Use them.
12861         (mm-find-mime-charset-region): Treat iso-2022-jp.
12862
12863         From  Dave Love  <fx@gnu.org>:
12864
12865         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
12866         construction.
12867         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
12868         entries conditional on not having a coding system defined for
12869         them.
12870         (mm-mule-charset-to-mime-charset): Use
12871         find-coding-systems-for-charsets if defined.
12872         (mm-charset-to-coding-system): Don't use
12873         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
12874         later.  Add last resort search of coding systems.
12875         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
12876         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
12877         Mule 4.
12878         (mm-find-mime-charset-region): Re-write.
12879         (mm-with-unibyte-current-buffer): Restore buffer as well as
12880         multibyteness.
12881
12882 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12883
12884         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
12885         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
12886         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
12887
12888 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12889
12890         * gnus-art.el (article-display-x-face): Nix buffer-read-only
12891         again.
12892
12893         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
12894
12895 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12896
12897         * gnus-spec.el (gnus-parse-simple-format): Use
12898           buffer-substring-no-properties.
12899
12900 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12901
12902         * gnus-art.el (article-verify-cancel-lock): New function.
12903
12904         * nnheader.el (nntp-process-response): New variable.
12905         (nnheader-init-server-buffer): Make `nntp-process-response'
12906         buffer-local in `nntp-server-buffer'.
12907
12908         * nntp.el (nntp-prepare-post-hook): New hook.
12909         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
12910         (nntp-async-trigger): Ditto.
12911         (nntp-request-post): Insert a server's ID if there's no Message-ID
12912         header; run `nntp-prepare-post-hook'.
12913
12914 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12915
12916         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
12917         instead.
12918
12919         * message.el (message-forward-subject-author-subject): Don't use
12920         message-news-p, which widens the buffer.
12921         (message-forward-make-body): New function.
12922         (message-forward): Use it.
12923         (message-insinuate-rmail): New function.
12924         (message-forward-rmail-make-body): New function.
12925
12926 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12927
12928         * mm-extern.el (mm-extern): Provide it.
12929
12930         * mm-partial.el (mm-partial): Provide it.
12931
12932 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12933
12934         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
12935
12936 2001-10-29  Simon Josefsson  <jas@extundo.com>
12937
12938         * mml.el (mml-preview): Bind message-this-is-news if it is
12939         news. From Jesper Harder <harder@myrealbox.com>.
12940
12941 2001-10-28  Simon Josefsson  <jas@extundo.com>
12942
12943         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
12944
12945 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
12946
12947         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
12948         ironic smilies.
12949
12950 2001-10-27  Simon Josefsson  <jas@extundo.com>
12951
12952         * message.el (message-indent-citation): Don't add trailing
12953         whitespace when citing text.
12954
12955         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
12956         <harder@ifa.au.dk>.
12957
12958 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12959
12960         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
12961         not available.
12962         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
12963         (nnweb-type-definition): Add google as alias of dejanews.
12964         (nnweb-google-parse-1): Forward 1 line.
12965
12966 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12967
12968         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
12969         variable `message-forward-ignored-headers'.
12970
12971 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
12972
12973         * gnus.el (gnus-expand-group-parameter): New function.
12974         (gnus-expand-group-parameters): Call it.
12975         (gnus-group-fast-parameter): New function.
12976         (gnus-group-find-parameter): Call it.
12977
12978 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12979
12980         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
12981         vector (it didn't before because of a bug).
12982         * gnus-msg.el (gnus-post-news): Use header vector directly, if
12983         available.  Before it converted it to an article number.
12984
12985         This makes followup to news articles with negative numbers in
12986         nnvirtual groups use news instead of mail.
12987
12988 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12989
12990         * gnus.el (post-method): Use `native' instead of `nil'.
12991
12992         * gnus-msg.el (gnus-post-method): Ditto.
12993
12994 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12995
12996         * gnus.el (gnus-define-group-parameter): Grammar fix.
12997
12998 2001-10-22  Simon Josefsson  <jas@extundo.com>
12999
13000         * gnus-msg.el (gnus-extended-version): Include
13001         system-configuration.
13002         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
13003
13004 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
13005
13006         * gnus.el (post-method): Customization fix: `native' is not a
13007         valid value.
13008         * gnus-msg.el (gnus-post-method): Doc and customization fix:
13009         `native' is not a valid value.
13010
13011 2001-10-21  Simon Josefsson  <jas@extundo.com>
13012
13013         * nnimap.el (nnimap): Defgroup
13014         (nnimap-strict-function, nnimap-strict-function-match): New
13015         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
13016         (nnimap-split-crosspost, nnimap-split-inbox)
13017         (nnimap-split-rule, nnimap-split-predicate)
13018         (nnimap-split-predicate): Defcustom.
13019         (nnimap-split-inbox, nnimap-expunge-search-string)
13020         (nnimap-importantize-dormant): Remove "*" from doc.
13021
13022 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13023
13024         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
13025         not supplied via prefix arg.  From Lisp, make arg mandatory.
13026         Suggested by Frank Schmitt.
13027
13028 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13029
13030         * message.el (message-do-auto-fill): Avoid calling
13031         'rfc822-goto-eoh'.
13032
13033 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13034         From Paul Jarc <prj@po.cwru.edu>.
13035
13036         * message.el (message-get-reply-headers): Restructure the logic
13037         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
13038
13039 2001-10-20  Simon Josefsson  <jas@extundo.com>
13040
13041         * message.el (message-cancel-news): Support cancel-locks.
13042         Suggested by Per Abrahamsson.
13043
13044         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
13045         conses.  From David Z Maze <dmaze@MIT.EDU>.
13046
13047         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
13048
13049 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
13050
13051         * mm-decode.el (mm-default-directory): Fix customize type.
13052
13053         * message.el (message-setup-fill-variables): Kludge to use
13054         normal-auto-fill-function even if auto fill is already activated.
13055
13056 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
13057
13058         * message.el (message-do-auto-fill): New version that does not
13059         rely on text properties, by Simon Josefsson <jas@extundo.com>.
13060         (message-setup-1): Removed the `message-field' property.
13061
13062         * gnus-draft.el (gnus-draft-edit-message): Removed the
13063         `message-field' property.
13064
13065 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
13066
13067         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
13068         `message-field'.  The `field' property has a special significance in
13069         Emacs 21.
13070
13071         * message.el (message-send, message-setup-1): Ditto.
13072
13073 2001-10-18  Simon Josefsson  <jas@extundo.com>
13074
13075         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
13076         when undoing.
13077
13078 2001-10-18  Simon Josefsson  <jas@extundo.com>
13079         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
13080
13081         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
13082         (gnus-summary-make-menu-bar): Ditto.
13083
13084 2001-10-17  Simon Josefsson  <jas@extundo.com>
13085
13086         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
13087         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
13088
13089 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13090
13091         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
13092         * gnus-util.el (gnus-user-date): New function.
13093         From Frank Schmitt <usenet@Frank-Schmitt.net>.
13094
13095 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
13096
13097         * message.el (message-check-news-header-syntax): Special case
13098         nnvirtual groups.
13099
13100         * gnus-sum.el (gnus-summary-respool-default-method): Changed
13101         customize type to `symbol'.
13102
13103 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13104
13105         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
13106         %&foo;.
13107         (gnus-parse-simple-format): Support user extended spec too.
13108         %u&foo; invokes gnus-user-format-function-foo.
13109
13110 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13111
13112         * nnml.el (nnml-request-expire-articles): Make sure it is back to
13113         the server.
13114         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
13115         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13116         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
13117         * nndiary.el (nndiary-request-expire-articles): Ditto.
13118         (nndiary-schedule): Defsubst it before use it.
13119         (nndiary-error): eval-and-compile.
13120
13121 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
13122
13123         * gnus-msg.el (gnus-post-method): Changed two instances of
13124         `active' to `current' and one `null' to `not'.
13125
13126 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13127         From Katsumi Yamaoka <yamaoka@jpl.org>.
13128
13129         * message.el (message-setup-fill-variables): Use
13130         `normal-auto-fill-function' instead of `auto-fill-function'.
13131
13132 2001-10-16  Simon Josefsson  <jas@extundo.com>
13133
13134         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
13135         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
13136         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
13137
13138 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13139         Patch by Oliver Scholz <oscholz@my.gnus.org>.
13140
13141         * gnus-draft.el (gnus-draft-edit-message): Add text property
13142         `field' with value `header' to message headers.
13143         * message.el (message-setup-1): Really add text property to all of
13144         the header, not just part of it.
13145
13146 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13147
13148         * gnus-group.el (gnus-group-sort-by-server): Use it.
13149
13150         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
13151
13152         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
13153         and keystroke.
13154
13155 2001-10-14  Simon Josefsson  <jas@extundo.com>
13156
13157         * dig.el: Doc fix.
13158
13159         * smime.el: Doc fix.
13160
13161         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
13162         charset magic from message.el.
13163
13164 2001-10-12  Simon Josefsson  <jas@extundo.com>
13165         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
13166
13167         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
13168         'cite from g-a-wash-types.
13169         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
13170         (gnus-article-hide-citation): Fix.
13171
13172         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
13173         character.
13174         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
13175
13176         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
13177         definition.
13178         (gnus-signature-toggle): Toggle `s' mode line character.
13179
13180         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
13181         doing stuff that clears it.
13182
13183 2001-10-12  Simon Josefsson  <jas@extundo.com>
13184
13185         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
13186         From Eric Marsden <emarsden@laas.fr>.
13187
13188 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13189
13190         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
13191         (autoload): Add some autoloads.
13192
13193 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13194         Suggested by Oliver Scholz <epameinondas@gmx.de>.
13195
13196         * message.el (message-do-auto-fill): New function.  Like
13197         `do-auto-fill' but don't fill when in the message header.
13198         (message-setup-1): Put a text property on the message header.
13199         (message-setup-fill-variables): Use `message-do-auto-fill'.
13200
13201 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13202
13203         * message.el (message-send-mail-partially): Insert an empty line
13204         first, because of the change of message-make-lines.
13205
13206 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
13207
13208         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
13209         iso-8859-15, make it an alias for iso-8859-1.
13210
13211 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13212
13213         * message.el (message-send-news): Don't modify the value of
13214         `message-syntax-checks' if it is not a list (possibly it is
13215         `dont-check-for-anything-just-trust-me').
13216
13217 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * gnus-group.el (gnus-group-name-charset-group-alist): Use
13220         `find-coding-system' for XEmacs to check whether the coding-system
13221         `utf-8' is available.
13222
13223 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13224
13225         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
13226
13227 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
13228
13229         * message.el (message-send-news): Oops, missed case with no
13230         "Followup-To" header...
13231
13232 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
13233
13234         * message.el (message-send-news): Allow
13235         `gnus-group-name-charset-group-alist' to affect encoding of the
13236         "Newsgroups" and "Followup-To" headers.
13237
13238 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13239
13240         * Makefile.in (install-el): Depend on gnus-load.el.
13241
13242 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13243
13244         * Makefile.in (install-el): Use -f.
13245         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
13246
13247 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
13248
13249         * message.el (message-send-news): Don't encode Followups-To when
13250         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
13251
13252         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
13253         header.
13254
13255         * gnus-art.el (article-decode-group-name): Also decode
13256         "Followup-To".
13257
13258         * rfc2047.el (rfc2047-encode-message-header): Encode without
13259         asking for null methods.
13260
13261         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
13262         default charset for newsgroup names in accordance with USEFOR.
13263
13264         * gnus-group.el (gnus-group-name-charset-method-alist,
13265         gnus-group-name-charset-group-alist): Removed "*" from doc
13266         strings, "*" should not be used for complex variables.
13267
13268 2001-10-06  Simon Josefsson  <jas@extundo.com>
13269
13270         Support UTF-8 group names better.
13271
13272         * message.el (message-check-news-header-syntax): Encode group
13273         names before comparison.
13274
13275         * gnus-msg.el (gnus-copy-article-buffer): Run all
13276         `gnus-article-decode-hook's except `article-decode-charset'
13277         instead of hardcoding call to one of them.
13278
13279         * gnus-art.el (gnus-article-decode-hook): Add
13280         `article-decode-group-name'.
13281         (article-decode-group-name): New function, use `g-d-n'.
13282
13283         * gnus-group.el (gnus-group-insert-group-line): Decode
13284         gnus-tmp-group using `g-d-n'.
13285
13286         * gnus-util.el (gnus-decode-newsgroups): New function.
13287
13288 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
13289
13290         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
13291         `gnus-group-name-charset-group-alist'.
13292
13293 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13294
13295         * Makefile.in: Install el in install. Add uninstall.
13296
13297 2001-10-05  Simon Josefsson  <jas@extundo.com>
13298
13299         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
13300
13301         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
13302
13303         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
13304         empty folders.
13305
13306         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
13307         limiting if read-all (C-u RET) was used.
13308
13309 2001-10-04  Simon Josefsson  <jas@extundo.com>
13310
13311         * mail-source.el (mail-source-movemail-program): New variable.
13312         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
13313         <thutt@thutt.vmware.com>.
13314
13315 2001-10-03  Simon Josefsson  <jas@extundo.com>
13316
13317         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
13318         (gnus-summary-line-format-alist): Fix param.
13319
13320 2001-10-02  Simon Josefsson  <jas@extundo.com>
13321
13322         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
13323         don't go through `nnimap-request-expire-articles' to delete the
13324         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
13325
13326 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13327
13328         * gnus-agent.el (gnus-agent-write-active): The min in the
13329         agent/active may be larger than that in the server/active.
13330
13331 2001-10-01  Simon Josefsson  <jas@extundo.com>
13332
13333         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
13334         is IMAP4rev1.
13335
13336         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
13337
13338         * nnfolder.el: Ditto.
13339
13340 2001-09-30  Dan Christensen  <jdc@uwo.ca>
13341
13342         * gnus-sum.el (gnus-summary-extract-address-component): New function.
13343         (gnus-summary-from-or-to-or-newsgroups): Optimize.
13344
13345 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13346
13347         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
13348         (message-mode-menu): Menu item for same.
13349
13350         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
13351         delayed articles.
13352
13353         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
13354         nndraft:delayed does not exist.
13355         (gnus-delay-initialize): Don't set up keymap, that's done from
13356         message.el now.
13357         (gnus-delay, gnus-delay-group, gnus-delay-header)
13358         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
13359
13360 2001-09-29  Simon Josefsson  <jas@extundo.com>
13361
13362         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
13363         utf-8, not eight-bit-control.
13364
13365         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
13366         (imap-log, imap-debug): Custom.
13367         (imap-log-buffer, imap-debug-buffer): New constants.
13368         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
13369         (imap-network-open, imap-shell-open, imap-starttls-open)
13370         (imap-send-command-1, imap-send-command, imap-arrival-filter)
13371         (imap-debug): Use imap-*-buffer.
13372
13373         * nndoc.el (nndoc-article-type): Add mailman.
13374         (nndoc-type-alist): Ditto.
13375         (nndoc-mailman-type-p): New function.
13376
13377 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13378
13379         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
13380         gnus-art.el.
13381
13382 2001-09-27  Simon Josefsson  <jas@extundo.com>
13383
13384         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
13385         (gnus-topic-catchup-articles): New function. Suggested by Robin
13386         S. Socha <robin-dated-1001857693.185e29@socha.net>.
13387
13388 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13389         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
13390
13391         * gnus-ems.el (gnus-article-display-xface): Insert xface after
13392         previous ones.
13393
13394 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13395         From Daiki Ueno  <ueno@unixuser.org>
13396
13397         * gnus-sum.el (gnus-summary-show-article): The arglist of
13398         detect-coding-region is incompatible.
13399
13400 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13401         From Katsuhiro Hermit Endo <hermit@koka-in.org>
13402
13403         * gnus-group.el (gnus-group-delete-group): Typo.
13404
13405 2001-09-26  Simon Josefsson  <jas@extundo.com>
13406
13407         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
13408
13409         * nnimap.el (nnimap-expiry-target): Use temp buffer.
13410
13411 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13412
13413         * gnus-cus.el (gnus-group-parameters): Display as sexp.
13414
13415 2001-09-22  Simon Josefsson  <jas@extundo.com>
13416
13417         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
13418
13419         * nnfolder.el (nnfolder-open-marks): Ditto.
13420
13421         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
13422         (gnus-update-marks): Use it.
13423         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
13424         hardcoded list.
13425
13426         * gnus.el (gnus-article-special-mark-lists): Add killed.
13427         (gnus-article-unpropagated-mark-lists): New constant.
13428
13429 2001-09-22  Simon Josefsson  <jas@extundo.com>
13430
13431         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
13432         custom option.
13433
13434 2001-09-23  Simon Josefsson  <jas@extundo.com>
13435
13436         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
13437
13438 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13439
13440         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
13441
13442 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
13443
13444         * gnus-group.el (gnus-group-sort-function): Fix customize type to
13445         accept lists of functions.
13446
13447 2001-09-20  Simon Josefsson  <jas@extundo.com>
13448
13449         * gnus-group.el (gnus-group-catchup): Update expire marks in
13450         backend.  Also, if ALL also set expire marks on tick/dormant.
13451
13452 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13453
13454         * message.el (message-tab-body-function): New variable.
13455         * message.el (message-tab): Use it.
13456
13457 2001-09-19  Sam Steingold  <sds@gnu.org>
13458
13459         * gnus-win.el (gnus-buffer-configuration): Respect
13460         `gnus-bug-create-help-buffer'.
13461
13462 2001-09-18  Simon Josefsson  <jas@extundo.com>
13463
13464         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
13465         (gnus-parse-simple-format): Re-revert.
13466
13467 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
13468         Trivial patch.
13469
13470         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
13471         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
13472
13473 2001-09-18  Simon Josefsson  <jas@extundo.com>
13474
13475         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
13476         signed.
13477         (gnus-parse-simple-format): Don't use it.
13478
13479 2001-09-17  Miles Bader  <miles@gnu.org>
13480
13481         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
13482         error querying a backend abort the whole process.
13483
13484 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13485
13486         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
13487         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
13488
13489 2001-09-17  Didier Verna  <didier@xemacs.org>
13490
13491         * nndiary.el: version 0.2-b14.
13492         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
13493         compatibility problem with XEmacs 21.1.
13494
13495 2001-09-15  Simon Josefsson  <jas@extundo.com>
13496
13497         * gnus-group.el (gnus-group-line-format): Document %c.
13498
13499         * nnml.el (nnml-parse-head): Handle CRLF files.
13500         (nnml-generate-nov-file): Ditto.
13501         (nnml-retrieve-headers): Ditto.
13502
13503 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
13504
13505         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
13506
13507 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
13508
13509         * gnus-spec.el (gnus-correct-substring): Still stopped one
13510         character before we wanted (never included last character).
13511         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
13512         add missing "," (once per function)
13513
13514 2001-09-14  Simon Josefsson  <jas@extundo.com>
13515
13516         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
13517         (otherwise e.g. gnus-agentize in .gnus overrides the customized
13518         default before gnus-group is loaded and the variable set.)
13519
13520         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
13521         killed or unsent marks.
13522
13523         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
13524         isn't an article to set it on (e.g. when you `a' in a group).
13525
13526 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13527
13528         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
13529         can read e-mails from Microsoft Outlook users not using ISO
13530         8859-2 character set.
13531
13532 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13533
13534         * gnus-diary.el: Minor modifications to avoid warnings.
13535         (gnus-summary-misc-menu): defvar.
13536         (gnus-diary-check-message): Use gnus-point-at-eol.
13537         (gnus-diary-kill-entire-line): eval-and-compile.
13538
13539 2001-09-12  Didier Verna  <didier@xemacs.org>
13540
13541         * nndiary.el: new version (0.2-b13).
13542         * nndiary.el (nndiary-mail-sources): doc update.
13543         * nndiary.el (nndiary-split-methods): ditto.
13544         * nndiary.el (nndiary-request-accept-article-hooks): New.
13545         * nndiary.el (nndiary-request-accept-article): use it, check
13546         message validity.
13547         * nndiary.el (nndiary-get-new-mail): changed default to nil.
13548         * nndiary.el (nndiary-schedule): fix bug (misplaced
13549         condition-case): it didn't return nil on error.
13550         * gnus-diary.el: new version.
13551         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
13552         * gnus-diary.el (gnus-diary-header-value-history): New.
13553         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
13554         * gnus-diary.el (gnus-diary-add-header): New.
13555         * gnus-diary.el (gnus-diary-check-message): New.
13556         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
13557         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
13558
13559 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13560
13561         * gnus-sum.el (gnus-select-newsgroup): Make
13562         `gnus-current-select-method' buffer-local.
13563
13564         * gnus-art.el (gnus-request-article-this-buffer): Refer
13565         `gnus-current-select-method' in the current summary buffer.
13566
13567 2001-09-10  Simon Josefsson  <jas@extundo.com>
13568         From Daniel Pittman <daniel@rimspace.net>
13569
13570         * gnus-spec.el (gnus-correct-pad-form): Fix.
13571
13572 2001-09-09  Simon Josefsson  <jas@extundo.com>
13573
13574         * mm-decode.el (mm-inline-media-tests): Add
13575         application/x-emacs-lisp.
13576         (mm-attachment-override-types): Add
13577         application/{x-,}pkcs7-signature.
13578
13579         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
13580         (gnus-server-line-format, gnus-server-mode-line-format)
13581         (gnus-server-browse-in-group-buffer): Customize.
13582
13583 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13584
13585         * nnml.el (nnml-marks-changed-p): Typo.
13586         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
13587         (nnml-marks-changed-p): Use gnus-gethash.
13588         (nnml-marks-modtime): Use gnus-make-hashtable.
13589
13590         * nnfolder.el (nnfolder-marks-changed-p): Typo.
13591         (nnfolder-request-expire-articles, nnfolder-save-marks)
13592         (nnfolder-open-marks): Typo.
13593         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
13594         (nnfolder-marks-changed-p): Use gnus-gethash.
13595         (nnfolder-marks-modtime): Use gnus-make-hashtable.
13596
13597 2001-09-08  Simon Josefsson  <jas@extundo.com>
13598
13599         * nnfolder.el (nnfolder-marks-modtime): New variable.
13600         (nnfolder-marks-changed-p): New function.
13601         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
13602         (nnfolder-request-update-info): Don't update if marks didn't change.
13603
13604         * nnml.el (nnml-marks-modtime): New variable.
13605         (nnml-marks-changed-p): New function.
13606         (nnml-save-marks, nnml-open-marks): Save modtime.
13607         (nnml-request-update-info): Don't update if marks didn't change.
13608
13609         * gnus-agent.el (gnus-agent-any-covered-gcc)
13610         (gnus-agent-add-server, gnus-agent-remove-server): Use
13611         gnus-agent-method-p.
13612
13613         * gnus-art.el (gnus-buttonized-mime-types): New variable.
13614         (gnus-unbuttonized-mime-type-p): Use it.
13615
13616         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
13617         fetch group.
13618
13619 2001-09-08  Simon Josefsson  <jas@extundo.com>
13620         From Daniel Pittman <daniel@rimspace.net>
13621
13622         * gnus-spec.el (gnus-correct-pad-form): New function.
13623         (gnus-parse-simple-format): Use it.
13624
13625 2001-09-07  Simon Josefsson  <jas@extundo.com>
13626
13627         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
13628         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
13629         Putnam <reader@newsguy.com>.
13630         (gnus-group-sort-selected-groups): Touch dribble file.
13631
13632 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
13633
13634         * nnml.el (nnml-filenames-are-evil): New variable.
13635         (nnml-article-to-file-alist): Rename to ...
13636         (nnml-current-group-article-to-file-alist): ... this.
13637         Respect `nnml-filenames-are-evil'.
13638         (nnml-active-number): Update.
13639         (nnml-update-file-alist): Update.
13640         (nnml-request-article): Use nnheader-article-to-file-alist.
13641         (nnml-request-rename-group): Likewise.
13642
13643 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13644
13645         * gnus-sum.el (gnus-summary-insert-line): Fix.
13646
13647 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
13648
13649         * gnus-sum.el: Bind g-s-t-s to "W g".
13650         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
13651         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
13652         display of graphical smilies.
13653
13654 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13655
13656         * gnus-start.el (gnus-setup-news): A typo.
13657         From Bill White <billw@wolfram.com>.
13658
13659 2001-09-06  Simon Josefsson  <jas@extundo.com>
13660
13661         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
13662         and unseen marks.
13663
13664 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13665
13666         * nnmail.el (nnmail-split-fancy): Document `junk'.
13667
13668 2001-09-04  Simon Josefsson  <jas@extundo.com>
13669
13670         * imap.el (imap-search): Don't error if server is broken.
13671
13672 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
13673
13674         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
13675         searching for an article that isn't in the mbox.
13676
13677 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13678
13679         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
13680         right, and get all the comments.
13681
13682 2001-09-02  Simon Josefsson  <jas@extundo.com>
13683         Suggested by Dan Christensen <jdc+news@uwo.ca>
13684
13685         * nnfolder.el (nnfolder-request-update-info): Fix message.
13686
13687         * nnml.el (nnml-request-update-info): Ditto.
13688
13689 2001-09-01  Simon Josefsson  <jas@extundo.com>
13690
13691         * nnml.el (nnml-request-expire-articles): Also bind
13692         `nnml-current-group' and `nnml-article-file-alist' when using
13693         expiry-target. (Otherwise nnml will be in a inconsistent internal
13694         state causing all kind of problems.)
13695         (nnml-request-expire-articles): If `nnml-article-to-file' or
13696         `file-attributes' failes, return article as un-expirable instead
13697         of treating it as expired.
13698
13699 2001-08-31  Sam Steingold  <sds@gnu.org>
13700
13701         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
13702         typo: `exmine' --> `examine'.
13703
13704 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13705
13706         * nndoc.el (nndoc-forward-type-p): It is not a digest.
13707
13708 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13709
13710         * nnml.el (nnml-check-directory-twice): Remove.
13711         (nnml-retrieve-headers): Ditto.
13712         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
13713
13714 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13715
13716         * nnheader.el (nnheader-directory-files-is-safe): No need to read
13717         directory twice on Windows, or on GNU Emacs-21.
13718
13719 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13720
13721         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
13722         (nnml-request-rename-group): Ditto.
13723         (nnml-active-number): Ditto.
13724         (nnml-request-create-group): Use nnml-directory-articles.
13725         (nnml-request-expire-articles): Use nnml-directory-articles, which
13726         gets list from nov database if available.
13727         (nnml-get-nov-buffer): New function.
13728         (nnml-open-nov): Use it.
13729         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
13730         gets alist from nov database if available.
13731         (nnml-directory-articles): New function.
13732         (nnml-article-to-file-alist): New function.
13733
13734 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13735
13736         * mm-decode.el (mm-display-external): Use `name' as filename, if
13737         `filename' attribute is not present.
13738
13739 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13740
13741         * mail-source.el (mail-source-flash): New defcustom.
13742         (mail-source-new-mail-p): Ring visible bell if appropriate.
13743         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
13744         timer is cleared even if mail check signals an error.
13745
13746 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13747
13748         * gnus-sum.el (gnus-summary-move-article): Only update marks of
13749         type 'list.
13750
13751 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13752
13753         * flow-fill.el (fill-flowed): eol might be point-max.
13754
13755 2001-08-27  Simon Josefsson  <jas@extundo.com>
13756
13757         * nnml.el (nnml-request-update-info): Fix message.
13758         (nnml-open-marks): Ditto.
13759
13760         * nnfolder.el (nnfolder-request-update-info):
13761         (nnfolder-open-marks): Fix message.
13762
13763 2001-08-25  Simon Josefsson  <jas@extundo.com>
13764
13765         * nnfolder.el (nnfolder-save-marks): Don't create directory named
13766         after group in ~/.
13767
13768 2001-08-25  Simon Josefsson  <jas@extundo.com>
13769         From Andreas Jaeger  <aj@suse.de>
13770
13771         * nnfolder.el (nnfolder-open-marks): Fix typo.
13772         * nnml.el (nnml-open-marks): Likewise.
13773
13774 2001-08-25  Simon Josefsson  <jas@extundo.com>
13775
13776         Make nnfolder groups self-contained as far as marks are concerned.
13777
13778         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
13779         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
13780         (nnfolder-open-server): Make marks directory.
13781         (nnfolder-request-delete-group): Delete marks file.
13782         (nnfolder-request-delete-group): Check of nov/marks file exist
13783         before deleting.
13784         (nnfolder-request-rename-group): Rename marks file.
13785         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
13786         (nnfolder-request-set-mark, nnfolder-request-update-info)
13787         (nnfolder-group-marks-pathname, nnfolder-save-marks)
13788         (nnfolder-open-marks): New functions.
13789         (top-level): Require gnus.
13790
13791 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13792
13793         * nnweb.el (nnweb-type-definition): Use google raw file.
13794         (nnweb-google-parse-1): Ditto.
13795         (nnweb-google-identity): Ditto.
13796         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
13797         (nnweb-altavista-wash-article): Ditto.
13798         (nnweb-request-article): Remove nnweb-decode-entities.
13799
13800         * nnml.el: Require 'gnus.
13801
13802 2001-08-25  Simon Josefsson  <jas@extundo.com>
13803
13804         * nnml.el (nnml-marks-is-evil): Add doc.
13805
13806 2001-08-25  Simon Josefsson  <jas@extundo.com>
13807
13808         * nnml.el (nnml-save-marks): Wrap saving marks in a
13809         condition-case, to allow user to start Gnus if saving marks failed
13810         for some reason.
13811
13812 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13813
13814         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
13815
13816         * gnus-group.el (gnus-update-group-mark-positions): Bind
13817         gnus-group-update-hook to nil.
13818
13819 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13820
13821         * mml.el (mml-generate-mime-1): Force as multibyte string.
13822
13823 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13824
13825         * gnus-sum.el (gnus-summary-insert-line)
13826         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
13827         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
13828
13829         * gnus-spec.el (gnus-correct-substring): Take optional END.
13830
13831         * nnrss.el (nnrss-request-article): Remove \n.
13832         (nnrss-retrieve-headers): Lines number is -1.
13833
13834 2001-08-24  Simon Josefsson  <jas@extundo.com>
13835
13836         * gnus-group.el (gnus-info-clear-data): Call
13837         nnfoo-request-set-mark to propagate marks.  Fix bug:
13838         `gnus-group-update-line' doesn't update read range unless we call
13839         `gnus-get-unread-articles-in-group' first.
13840
13841         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
13842         to server.
13843
13844 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13845
13846         * gnus-util.el (gnus-create-info-command): Return an interactive
13847         function.
13848
13849 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13850         From Katsumi Yamaoka <yamaoka@jpl.org>
13851
13852         * gnus-spec.el (gnus-parse-complex-format): Use equal.
13853
13854 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13855
13856         * gnus-sum.el (gnus-select-newsgroup): Use it.
13857
13858         * gnus-util.el (gnus-not-ignore): New function.
13859
13860         * lpath.el (featurep): Don't fbind char-int.
13861
13862         * gnus-util.el (gnus-create-info-command): New function.
13863
13864         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
13865         right node.
13866
13867         * gnus-sum.el (gnus-select-newsgroup): Clean up.
13868         (gnus-summary-limit-children): Use 'identity instead of `all'.
13869         (gnus-summary-limit-to-display-predicate): New command and
13870         keystroke.
13871
13872 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13873
13874         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
13875
13876         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
13877
13878 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13879
13880         * gnus-spec.el: Add the Gnus version.
13881         (gnus-update-format-specifications): If the Gnus version changes,
13882         nix out the format spec cache.
13883
13884         * gnus.el (gnus-continuum-version): Made into a command and
13885         optionalize the VERSION.
13886
13887         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
13888         the start of the lines.
13889
13890 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13891
13892         * gnus.el (gnus-visual-p): Define function before use of
13893         function.
13894
13895 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13896
13897         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
13898         (gnus-article-mark-to-type): New function.
13899         (gnus-update-missing-marks): Only update marks of type 'list.
13900
13901         * gnus.el (gnus-article-special-mark-lists): New variable.
13902
13903 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13904
13905         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
13906         (gnus-select-newsgroup): Still use 'all.
13907         (gnus-summary-initial-limit): Comparing with 'all.
13908
13909 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13910
13911         * gnus-start.el (gnus-activate-group): If dont-check, don't update
13912         active.
13913
13914 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13915
13916         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
13917         nnslashdot-*-retrieve-headers.
13918         (nnslashdot-request-article): Fix for slashcode 2.2.
13919         (nnslashdot-make-tuple): New function.
13920         (nnslashdot-read-groups): Use it.
13921
13922 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13923
13924         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
13925         list.
13926
13927         * gnus-sum.el (gnus-summary-move-article): Don't select article.
13928
13929 2001-08-20  Simon Josefsson  <jas@extundo.com>
13930
13931         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
13932         opened, error instead of continuing (and exploding later).
13933
13934 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13935
13936         * gnus.el (gnus-expand-group-parameters): Return the parameter
13937         list.
13938
13939         * gnus-sum.el (gnus-summary-show-article): Doc fix.
13940         (gnus-summary-show-article): Guess at charset if required.
13941
13942         * gnus-spec.el (gnus-correct-substring): Stopped one character
13943         before we wanted.
13944
13945 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13946
13947         * earcon.el (earcon-auto-play): Remove unused option.
13948
13949 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13950
13951         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
13952         message down in levels, since it happens very fast.
13953
13954         * smiley-ems.el (smiley-update-cache): Respect the symbol version
13955         of smiley-regexp-alist.
13956
13957         * mm-view.el (mm-inline-text): Ignore vcard errors.
13958
13959         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
13960
13961         * gnus-score.el (gnus-all-score-files): Use append instead of
13962         nconc.
13963
13964         * gnus.el (gnus-splash-face): Doc fix.
13965
13966         * mm-decode.el (mm-mailcap-command): Use
13967         mm-path-name-rewrite-functions.
13968         (mm-path-name-rewrite-functions): New variable.
13969
13970         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
13971         (gnus-complex-form-to-spec): Insert tab.
13972         (gnus-spec-tab): New function.
13973
13974         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
13975         entering the group.
13976
13977         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
13978         the positional spec.
13979         (gnus-parse-complex-format): React to %C.
13980
13981         * gnus-ems.el (gnus-char-width): Moved here.
13982
13983         * gnus-sum.el (gnus-select-newsgroup): Set
13984         gnus-newsgroup-articles.
13985         (gnus-unseen-mark): New variable.
13986         (gnus-newsgroup-unseen): Ditto.
13987         (gnus-newsgroup-seen): Ditto.
13988         (gnus-adjust-marked-articles): Use them.
13989         (gnus-update-marks): Use them.
13990         (gnus-summary-update-secondary-mark): Display.
13991         (gnus-summary-prepare-threads): Display.
13992
13993         * gnus-msg.el (gnus-inews-group-method): Use and return the
13994         method, not the server.
13995
13996 2001-08-19  Simon Josefsson  <jas@extundo.com>
13997
13998         * gnus-srvr.el (gnus-server-agent-face): New.
13999         (gnus-server-agent-face): New.
14000         (gnus-server-mode): Turn on font-lock-mode.
14001
14002         * gnus.el (gnus-server-visual): Add defgroup.
14003
14004 2001-08-19  Simon Josefsson  <jas@extundo.com>
14005         From Joe Casadonte <jcasadonte@northbound-train.com>
14006
14007         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
14008         gnus-server-denied-face): New.
14009         (gnus-server-opened-face, gnus-server-closed-face,
14010         gnus-server-denied-face): New.
14011         (gnus-server-font-lock-keywords): Add.
14012
14013 2001-08-19  Simon Josefsson  <jas@extundo.com>
14014
14015         * nnml.el (nnml-request-set-mark): Return nil.
14016         (nnml-save-marks): Use nnml-possibly-create-directory.
14017         (nnml-open-marks): Only work in temp buffer when inserting/reading
14018         .marks file.
14019
14020 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14021
14022         * gnus.el (gnus-expand-group-parameters): Fix.
14023
14024         * gnus-spec.el (gnus-char-width): New function.
14025         (gnus-correct-substring, gnus-correct-length): Use it.
14026
14027         * message.el (message-required-mail-headers): Fix doc.
14028
14029 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14030
14031         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
14032
14033         * mm-decode.el (mm-save-part-to-file): Insert the handle.
14034
14035 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14036
14037         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
14038         slashdot 2.2 (not fully fixed yet).
14039         (nnslashdot-request-article): Ditto.
14040
14041 2001-08-18  Simon Josefsson  <jas@extundo.com>
14042
14043         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
14044         nnimap.
14045
14046         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
14047         gnus-util.
14048         (nnimap-request-update-info-internal): Use new functions.
14049
14050         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
14051         new functions.
14052
14053 2001-08-18  Simon Josefsson  <jas@extundo.com>
14054
14055         Make nnml groups self-contained as far as marks are concerned.
14056
14057         * nnml.el (nnml-request-delete-group): Delete marks file.
14058         (nnml-request-rename-group): Move marks file.
14059         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
14060         variables.
14061         (nnml-request-set-mark, nnml-request-update-info): New server
14062         functions.
14063         (nnml-save-marks, nnml-open-marks): New functions.
14064
14065 2001-08-18  Simon Josefsson  <jas@extundo.com>
14066
14067         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
14068         `set' when setting marks.
14069
14070 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14071
14072         * gnus.el (gnus-info-find-node): Take an argument.
14073
14074         * gnus-art.el (gnus-button-handle-info): New function.
14075         (gnus-url-unhex-string): Replace "+" with " ".
14076
14077 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14078
14079         * message.el (message-check-news-header-syntax): Check bad From.
14080
14081 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14082
14083         * gnus-spec.el (gnus-correct-length): New function.
14084         (gnus-correct-substring): New function.
14085         (gnus-tilde-max-form): Use it.
14086
14087 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
14088
14089         * nnmh.el: Docstring changes as below.
14090
14091         * nnml.el: Docstring changes as below.
14092
14093         * nnbabyl.el: Docstring changes as below.
14094
14095         * nnmbox.el: Docstring changes as below.
14096
14097         * nnfolder.el: Added docstrings identifying each virtual server
14098         parameter.
14099
14100 2001-08-18  Simon Josefsson  <jas@extundo.com>
14101
14102         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
14103
14104 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
14105
14106         * message.el: rename "Abort Message" to "Postpone Message".
14107         Remove "Attach file as MIME" from Message menu, it's already in
14108         the MIME menu.
14109
14110 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14111
14112         * smime.el (smime-point-at-eol): eval-and-compile.
14113         (smime-make-temp-file): New function.
14114         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
14115         Use it.
14116
14117 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14118
14119         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
14120         (gnus-agent-summary-fetch-group): New command and keystroke.
14121
14122         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
14123         (gnus-mime-display-security): Make it respect
14124         gnus-unbuttonized-mime-type-p.
14125
14126         * gnus-sum.el (gnus-articles-to-read): Comments.
14127         (gnus-article-marked-p): New function.
14128         (gnus-summary-display-make-predicate): New function.
14129         (gnus-select-newsgroup): Use them.
14130
14131         * mm-decode.el (mm-save-part-to-file): Made it not error.
14132
14133 2001-08-17  Simon Josefsson  <jas@extundo.com>
14134
14135         * imap.el (imap-wait-for-tag): If process-status isn't open or
14136         run, return nil instead of sit-for looping.
14137
14138 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14139
14140         * lpath.el (featurep): fbind xml-parse-region.
14141
14142         * gnus.el (gnus-message-archive-method): Default to "archive".
14143         (gnus-message-archive-method): Doc fix.
14144         (gnus-parameters-get-parameter): Cleaned up.
14145         (gnus-expand-group-parameter): New function.
14146
14147         * gnus-start.el (gnus-setup-news): Push the archive server only
14148         the server list.
14149
14150         * mml.el (mml-menu): Changed name to "Attachments".
14151
14152         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
14153         when there is something to detroy.
14154
14155 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14156
14157         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
14158         nil.
14159
14160 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14161
14162         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
14163         which specifies a time today or tomorrow.
14164
14165 2001-08-15  Simon Josefsson  <jas@extundo.com>
14166         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
14167
14168         * gnus-agent.el (gnus-agent-make-mode-line-string)
14169         (gnus-agent-toggle-plugged): Use new API.
14170
14171 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14172
14173         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
14174         deadline has expired.
14175
14176 2001-08-12  Simon Josefsson  <jas@extundo.com>
14177         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
14178
14179         Support `recent' mark indicating newly arrived messages (to
14180         separate from old but unread messages).
14181
14182         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
14183         `nnmail-split-history' if recent is > 0.
14184         (nnimap-request-update-info-internal): Update `recent' marks.
14185         (nnimap-request-set-mark): Never set `recent' marks.
14186         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
14187         recent.
14188
14189         * gnus-sum.el (gnus-recent-mark): New mark.
14190         (gnus-newsgroup-recent): New variable.
14191         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
14192         (gnus-summary-prepare-threads): Mark recent articles.
14193         (gnus-summary-add-mark): Support recent.
14194         (gnus-summary-update-secondary-mark): Support recent.
14195
14196         * gnus.el (gnus-article-mark-lists): Add recent.
14197
14198 2001-08-12  Simon Josefsson  <jas@extundo.com>
14199
14200         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
14201         whether successful decoding took place.  Add doc.
14202
14203 2001-08-12  Simon Josefsson  <jas@extundo.com>
14204         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
14205
14206         * gnus.el (gnus-summary-line-format, gnus-parameters):
14207         * gnus-gl.el (gnus-summary-grouplens-line-format):
14208         * gnus-salt.el (gnus-summary-pick-line-format):
14209         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
14210
14211 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
14212         Committed by Kai Gro\e,b_\e(Bjohann.
14213
14214         * gnus-score.el (gnus-score-string): Fix `match' regexp
14215         for `extra' header case.
14216
14217 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14218
14219         * nnmbox.el (nnmbox-read-mbox): No warning.
14220
14221 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14222
14223         * nndoc.el (nndoc-article-type): Fix doc.
14224         (nndoc-generate-article-function): New variable.
14225         (nndoc-dissection-function): New variable.
14226         (nndoc-type-alist): Add oe-dbx.
14227         (nndoc-oe-dbx-type-p): New function.
14228         (nndoc-oe-dbx-dissection): New function.
14229         (nndoc-oe-dbx-generate-article): New function.
14230
14231 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14232
14233         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
14234         whether deadline has been reached.  Patch from Dan Nicolaescu
14235         <dann@godzilla.ics.uci.edu>.
14236
14237 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14238
14239         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
14240         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
14241         <rintaman@cs.Helsinki.FI>.
14242
14243         * mail-source.el (mail-source-movemail): The error buffer is
14244         modified, but nothing in it.
14245
14246 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14247
14248         * message.el (message-bogus-system-names): New variable.
14249         (message-make-fqdn): Use it.
14250
14251 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14252
14253         * nndraft.el (nndraft-request-group): Use
14254         nndraft-auto-save-file-name.
14255
14256 2001-08-09  Simon Josefsson  <jas@extundo.com>
14257
14258         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
14259         Don't ask whether to decrypt.  Just leave result in buffer (don't
14260         call mm).
14261
14262         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
14263         parts as well.
14264         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
14265         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
14266
14267 2001-08-09  Simon Josefsson  <jas@extundo.com>
14268
14269         * mm-decode.el (mm-insert-part): Return decoding success status.
14270         (mm-save-part-to-file): Error if decoding failed.
14271
14272 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14273
14274         * message.el (message-tab): Use indent-relative.
14275         (message-mode): Don't bind indent-line-function to indent-relative.
14276
14277 2001-08-09  Simon Josefsson  <jas@extundo.com>
14278
14279         * message.el (message-get-reply-headers): Fix string. Suggested by
14280         Christoph Conrad <cc@cli.de>.
14281
14282 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14283
14284         * message.el (message-tab): Use the current value of
14285         indent-line-function.
14286         (message-mode): Bind indent-line-function to indent-relative.
14287
14288 2001-08-08  Simon Josefsson  <jas@extundo.com>
14289
14290         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
14291         whether `imtest' is installed.
14292
14293 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14294         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
14295
14296         * gnus-sum.el (gnus-summary-show-article): Call
14297         gnus-summary-update-secondary-secondary-mark.
14298         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
14299         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
14300
14301 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14302
14303         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
14304
14305         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
14306
14307         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
14308         <gerd@gnu.org>.
14309
14310         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
14311
14312         * gnus-util.el (gnus-output-to-rmail): Ditto.
14313         (gnus-output-to-mail): Ditto.
14314
14315         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
14316
14317 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
14318
14319         * message.el (message-indent-citation): Use
14320         `message-yank-cited-prefix' for empty lines.
14321
14322 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
14323
14324         * message.el (message-indent-citation): Quote only lines starting
14325         with ">" using `message-yank-cited-prefix'.
14326
14327 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
14328         Trivial patch.
14329
14330         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
14331         gnus-cache-fully-p.
14332
14333 2001-08-04  Simon Josefsson  <jas@extundo.com>
14334
14335         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
14336         file if it doesn't exist (by calling gnus-cache-read-active).
14337
14338 2001-08-04  Simon Josefsson  <jas@extundo.com>
14339
14340         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
14341         (gnus-cache-passively-or-fully-p): Removed.
14342         (gnus-cache-fully-p): Fix it.
14343
14344         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
14345
14346 2001-08-04  Simon Josefsson  <jas@extundo.com>
14347
14348         * gnus-cache.el (gnus-cache-fully-p)
14349         (gnus-cache-passively-or-fully-p): New functions.
14350         (gnus-cache-possibly-enter-article): Cosmetic change, use
14351         `g-c-p-o-f-p'.
14352         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
14353         was bogus (`g-c-p-a-a' does not change active info, just change
14354         the functions parameters).
14355         (gnus-cache-possibly-remove-articles-1): Make sure articles are
14356         not removed in groups that match `gnus-uncacheable-groups'.
14357
14358         Reported and modifications based on discussions with Nuutti
14359         Kotivuori <nuutti.kotivuori@smarttrust.com>.
14360
14361 2001-08-04  Simon Josefsson  <jas@extundo.com>
14362         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
14363
14364         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
14365         calls `gnus-cache-update-active' if bounds has been extended.
14366
14367 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14368
14369         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
14370         before remove.
14371         (gnus-mime-security-show-details): Ditto.
14372
14373 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14374
14375         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
14376         syntax.  Protect string-match against nil string and regexp.
14377
14378 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14379
14380         * mm-util.el (mm-find-charset-region): Remove control-1.
14381
14382 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14383
14384         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
14385
14386 2001-08-04  Simon Josefsson  <jas@extundo.com>
14387
14388         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
14389         buffer.  Delete MIME-Version header.
14390
14391 2001-08-03  Simon Josefsson  <jas@extundo.com>
14392
14393         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
14394         that is entered does not necessarily have the highest article
14395         number in the group, so use `gnus-cache-possibly-alter-active'
14396         instead of `gnus-cache-update-active'.
14397
14398 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14399
14400         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
14401
14402 2001-08-03  Simon Josefsson  <jas@extundo.com>
14403
14404         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
14405         menu.
14406
14407 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14408
14409         * gnus.el (post-method): New group parameter.  It also provides
14410         the user option `gnus-post-method-alist' and the internal function
14411         `gnus-parameter-post-method'.
14412
14413         * gnus-msg.el (gnus-post-method): Bind the value of
14414         `gnus-post-method' to the group parameter if it is defined.
14415
14416 2001-08-02  Simon Josefsson  <jas@extundo.com>
14417
14418         * smime.el (smime-extra-arguments): Removed.
14419         (smime-call-openssl-region): Don't use it.
14420
14421 2001-08-02  Simon Josefsson  <jas@extundo.com>
14422
14423         * smime.el (smime-sign-region): Handle stderr.
14424         (smime-encrypt-region): Ditto.
14425
14426         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
14427         match the ASN.1 length bytes.
14428         (mm-pkcs7-enveloped-magic): Ditto.
14429         (mm-view-pkcs7-get-type): Don't regexp quote.
14430
14431 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14432         From Andreas Fuchs <asf@void.at>
14433
14434         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
14435
14436 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14437
14438         * gnus-art.el (gnus-header-button-alist): References regexp.
14439
14440 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
14441
14442         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
14443         already fboundp.  Add INTERACTIVE arg to autoload form.
14444
14445 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14446
14447         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
14448
14449         * nnmail.el (nnmail-cache-open): Ditto.
14450
14451 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14452
14453         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
14454
14455 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14456
14457         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
14458
14459 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14460         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14461
14462         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
14463         (gnus-agent-toggle-plugged): Use it.
14464
14465 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
14466
14467         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
14468         (gnus-ding-file-coding-system): New variable.
14469         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
14470         (gnus-slave-save-newsrc): Use it.
14471
14472 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14473
14474         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
14475         syntax.
14476
14477 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14478         Originally from Andreas Fuchs <asf@void.at>
14479
14480         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
14481         (mml2015-gpg-pretty-print-fpr): New function.
14482         (mml2015-gpg-extract-signature-details): More details, rename from
14483         `m-g-e-from'.
14484         (mml2015-gpg-verify): Use them.
14485         (mml2015-gpg-clear-verify): Use them.
14486
14487 2001-07-31  Simon Josefsson  <jas@extundo.com>
14488
14489         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
14490         buffer when done.
14491
14492 2001-07-30  Simon Josefsson  <jas@extundo.com>
14493
14494         * smime.el (smime-call-openssl-region): Revert previous change,
14495         just pass on buf to `call-process-region'.
14496         (smime-verify-region): Doc fix.  Don't message stuff.  Use
14497         `smime-new-details-buffer'.  Inserts error messages into buffer.
14498         (smime-noverify-region): Ditto.
14499         (smime-decrypt-region): Ditto.  Handles stderr separately.
14500         (smime-verify-buffer, smime-noverify-buffer)
14501         (smime-decrypt-buffer): Doc fix.
14502         (smime-new-details-buffer): New function.
14503         (smime-pkcs7-region, smime-pkcs7-certificates-region)
14504         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
14505         (smime-sign-region, smime-encrypt-region): Don't use
14506         `insert-buffer'.
14507
14508         * mml-smime.el (mml-smime-verify): Fix security button strings.
14509
14510 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14511
14512         * gnus-art.el (gnus-mime-save-part-and-strip): Save
14513         gnus-article-mime-handles.
14514
14515 2001-07-29  Simon Josefsson  <jas@extundo.com>
14516
14517         * mail-source.el (top-level): Require message for message-directory.
14518         (mail-source-directory): Change default to message-directory.
14519
14520         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
14521         (smime-certificate-directory, smime-openssl-program)
14522         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
14523         (smime-extra-arguments): New variable.
14524         (smime-dns-server): Fix customize group.
14525         (smime-call-openssl-region): Use `smime-extra-arguments'.
14526
14527 2001-07-29  Simon Josefsson  <jas@extundo.com>
14528         From Vladimir Volovich <vvv@vsu.ru>
14529
14530         * smime.el (smime-call-openssl-region): Ignore stderr.
14531
14532 2001-07-29  Simon Josefsson  <jas@extundo.com>
14533         From Christoph Conrad <christoph.conrad@gmx.de>
14534
14535         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
14536         file.
14537
14538 2001-07-29  Simon Josefsson  <jas@extundo.com>
14539
14540         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
14541
14542         Support S/MIME decryption.
14543
14544         * mm-decode.el (mm-inline-media-tests):
14545         (mm-inlined-types):
14546         (mm-automatic-display):
14547         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
14548
14549         * mm-view.el (mm-pkcs7-signed-magic):
14550         (mm-pkcs7-enveloped-magic): New variables.
14551         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
14552         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
14553         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
14554         PKCS#7 blobs.
14555
14556         * smime.el (smime-decrypt-region): Expand keyfile.
14557
14558 2001-07-29  Simon Josefsson  <jas@extundo.com>
14559
14560         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
14561         `ssl.el' variables.
14562
14563         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
14564         but line instead of narrowing to it, because `nnmail-parse-active'
14565         calls widen.  Thanks to Christoph Conrad
14566         <christoph.conrad@gmx.de>.
14567
14568 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14569
14570         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
14571         for %B spec.
14572
14573         * gnus-sum.el (gnus-summary-prepare-threads): If
14574         gnus-sum-thread-tree-root is nil, use subject instead.
14575         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
14576         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14577         (gnus-sum-thread-tree-leaf-with-other)
14578         (gnus-sum-thread-tree-single-leaf): Documentation.
14579         (gnus-sum-thread-tree-single-indent): Allow nil.
14580
14581 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14582
14583         * message.el (message-fill-paragraph): Do nothing if the user
14584         wants filladapt-mode.
14585
14586 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14587
14588         * mm-decode.el (mm-image-type-from-buffer): New function.
14589         (mm-get-image): Use it.
14590
14591 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14592
14593         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
14594
14595         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
14596         mm-display-parts too.
14597
14598 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14599
14600         * nnfolder.el (nnfolder-request-accept-article): Bind
14601         nntp-server-buffer.
14602
14603         * nnmail.el (nnmail-parse-active): Read from buffer instead of
14604         nntp-server-buffer.
14605
14606 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14607
14608         * message.el (message-check-news-header-syntax): Use
14609         message-post-method.
14610         (message-send-news): Bind message-post-method.
14611
14612 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14613
14614         * mml.el (mml-tweak-type-alist): New variable.
14615         (mml-tweak-function-alist): New variable.
14616         (mml-tweak-part): New function.
14617         (mml-generate-mime-1): Use it.
14618
14619 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14620
14621         * nnfolder.el (nnfolder-request-accept-article): Replace
14622         nnfolder-request-list.
14623
14624 2001-07-27  Simon Josefsson  <jas@extundo.com>
14625
14626         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
14627         nnoo-change-server failed to do it.
14628
14629 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14630
14631         * gnus.el (gnus-parameters): Make it customizable.
14632
14633 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14634
14635         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
14636
14637         * message.el (message-set-auto-save-file-name): More
14638         poor-system-types.
14639
14640         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
14641
14642         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
14643         supports +.
14644
14645 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14646
14647         * mm-decode.el (mm-readable-p): New function.
14648         (mm-inline-media-tests): Fix the default testers.
14649
14650 2001-07-26  Simon Josefsson  <jas@extundo.com>
14651
14652         * nnimap.el (nnimap-version): Bump version number.
14653
14654 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14655         From Steven E. Harris <seh@speakeasy.org>
14656
14657         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
14658         in M$Windows too.
14659
14660 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14661
14662         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
14663
14664 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14665
14666         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
14667
14668         * mm-decode.el (mm-get-image): Guess then use the type.
14669
14670         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
14671
14672 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
14673
14674         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
14675         display (%B) for threads if threading is off.
14676
14677 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14678         From Henrik Enberg <henrik@enberg.org>
14679
14680         * gnus-msg.el: Customization patch.
14681
14682 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
14683
14684         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
14685         variable.
14686         (nnmail-split-fancy-with-parent): Ignore certain groups.
14687
14688 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14689
14690         * gnus-util.el (gnus-byte-compile): New function.
14691         (gnus-use-byte-compile): New variable.
14692         (gnus-make-sort-function): Use it.
14693
14694         * nnmail.el (nnmail-get-new-mail): Use it.
14695
14696         * gnus-agent.el (gnus-category-make-function): Simple function or
14697         compiled function.
14698         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
14699
14700         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
14701         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
14702         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
14703
14704         * message.el (message-check-news-header-syntax): Remove quote.
14705
14706 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14707
14708         * message.el (message-use-mail-followup-to): `t' is not a
14709         documented value.
14710
14711 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14712
14713         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
14714
14715 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14716
14717         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
14718         there are long lines.
14719
14720 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14721
14722         * dgnushack.el (copy-list): New compiler macro.
14723
14724 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14725
14726         * message.el (message-bounce): If no Return-Path, the whole
14727         content is considered as the original message.
14728
14729         * nnml.el (nnml-check-directory-twice): New variable.
14730         (nnml-article-to-file): Use it.
14731         (nnml-retrieve-headers): Hack it.
14732
14733 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14734
14735         * gnus-win.el (gnus-buffer-configuration): New configure.
14736
14737         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
14738         not alive.
14739
14740         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
14741         (mm-display-external): Use display-term configure.
14742
14743 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14744
14745         * gnus-delay.el (gnus-delay-default-hour): New variable.
14746         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
14747
14748 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14749         From Karl Kleinpaste <karl@charcoal.com>
14750
14751         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
14752         (gnus-summary-prepare-threads): Ditto.
14753
14754         * gnus.el (gnus-summary-line-format): Add %B.
14755
14756 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14757
14758         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
14759
14760         * mm-util.el (mm-string-as-multibyte): New function.
14761
14762         * nnmh.el (nnmh-request-list-1): Encode, not decode!
14763
14764 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14765
14766         * mm-util.el (mm-universal-coding-system): New variable.
14767
14768         * gnus-start.el (gnus-startup-file-coding-system): Use it.
14769
14770         * score-mode.el (score-mode-coding-system): Use it.
14771
14772 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14773
14774         * gnus-start.el (gnus-setup-news): Call
14775         `gnus-check-bogus-newsgroups' just after the native server is
14776         opened.
14777
14778 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14779
14780         * nnmail.el (nnmail-do-request-post): Util function to be used by
14781         `nnchoke-request-post' for all nnmail-derived backends.
14782
14783         * nnml.el (nnml-request-post): Use it.
14784
14785         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
14786         backend, for it groks nnml-request-post.
14787
14788         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
14789         Treat `mail-post' backends like `mail' backends, not like `news'
14790         backends.
14791
14792 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14793
14794         * gnus-msg.el (gnus-setup-message): make-local-hook.
14795
14796 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14797
14798         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
14799         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
14800         <karl@charcoal.com>, slightly changed by Kai.
14801
14802         * message.el (message-check-news-header-syntax): When checking
14803         whether the groups exist, check the right server based on
14804         `gnus-post-method'.
14805
14806 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14807
14808         * gnus-delay.el: New file.
14809
14810 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14811
14812         * mm-util.el (mm-read-coding-system): Take two arguments.
14813
14814         * gnus-sum.el (gnus-summary-show-article): Use
14815         mm-read-coding-system.
14816
14817         * gnus-art.el (article-de-quoted-unreadable):
14818         (article-de-base64-unreadable, article-wash-html):
14819         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
14820
14821 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14822
14823         * nnml.el (nnml-request-post): New function.  Can be used for
14824         annotations in nnml groups.
14825
14826 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14827
14828         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
14829         command.
14830
14831         * gnus-start.el (gnus-find-new-newsgroups): Use
14832         `message-make-date' instead of `current-time-string'.
14833         (gnus-ask-server-for-new-groups): Ditto.
14834         (gnus-check-first-time-used): Ditto.
14835
14836 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14837
14838         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
14839
14840 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
14841
14842         * message.el (message-shorten-references): Change `maxcount' and
14843         `cut' to obey USEFOR draft 5.
14844
14845 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
14846
14847         * gnus-sum.el (gnus-summary-display-arrow): New variable.
14848         (gnus-summary-set-article-display-arrow): New function.
14849         (gnus-summary-goto-subject): Use it.
14850
14851 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14852
14853         * gnus-sum.el (gnus-summary-import-article): Insert date if
14854         doesn't exist.
14855
14856 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14857
14858         * mml.el (mml-content-type-parameters): New variable.
14859         (mml-content-disposition-parameters): New variable.
14860         (mml-insert-mime-headers): Use them.
14861         (mml-parse-1): Accept charset.
14862
14863 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14864
14865         * gnus-group.el (gnus-group-select-group): Doc fix.
14866
14867         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
14868
14869 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14870
14871         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
14872         to handle `define-derived-mode'.
14873
14874 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14875         From:  Stefan Monnier  <monnier@cs.yale.edu>
14876
14877         * message.el (message-mode): Use define-derived-mode.
14878         (message-tab): message-completion-alist.
14879
14880         * imap.el (imap-interactive-login): Use make-local-variable.
14881         (imap-open): Ditto.
14882         (imap-authenticate): Ditto.
14883
14884         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
14885
14886         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
14887
14888 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14889
14890         * message.el (message-citation-line-function): Refer to
14891         gnus-cite-attribution-suffix.
14892
14893 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14894
14895         * gnus-art.el,...: Error convention changes.
14896
14897 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14898
14899         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
14900
14901 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14902
14903         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
14904         (nnrss-read-server-data): Ditto.
14905
14906 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14907
14908         * gnus-setup.el (gnus-use-installed-gnus): Typo.
14909         * Cleanup files.
14910         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
14911
14912 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14913
14914         * gnus.el (gnus-summary-line-format): Add %o.
14915
14916         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
14917         unless shell outputs something.
14918
14919 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14920
14921         * gnus-art.el (gnus-boring-article-headers): Better doc.
14922         (article-hide-headers): Better regexp.
14923         Suggested by Matt Swift <swift@alum.mit.edu>.
14924
14925         * nnheader.el (nnheader-max-head-length): Better doc.
14926         (nnheader-header-value): Skip spaces.
14927         (nnheader-parse-head): Remove space.
14928         Suggested by Matt Swift <swift@alum.mit.edu>.
14929
14930         * gnus-sum.el (gnus-summary-show-raw-article): New function.
14931         (gnus-get-newsgroup-headers): Remove space.
14932
14933 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14934
14935         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
14936         (gnus-summary-reply): Use it.
14937         (gnus-summary-reply-broken-reply-to): New function.
14938         (gnus-msg-force-broken-reply-to): New function.
14939
14940         * mm-view.el (mm-inline-text): Showing as text/plain when error.
14941
14942 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14943
14944         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
14945
14946 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14947
14948         * mm-decode.el (mm-external-terminal-program): New variable.
14949         (mm-display-external): Use it. Use term to display when no
14950         window-system.
14951
14952 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
14953
14954         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
14955         Browse->Next entries to Browse->Prev
14956
14957 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14958
14959         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
14960
14961 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14962
14963         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
14964         for the default encoding.
14965
14966         * nnrss.el (nnrss-url-field): New field.
14967         (nnrss-request-article): Add newsgroups.
14968
14969         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
14970
14971 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14972
14973         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
14974
14975         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
14976         (gnus-draft-setup): Remove backlog.
14977
14978 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14979
14980         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
14981         Cleanup.
14982
14983 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14984
14985         * gnus-msg.el (gnus-bug): Erase buffer.
14986
14987         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
14988
14989 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14990
14991         * mm-decode.el (mm-attachment-override-p): Fix typo.
14992
14993 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
14994
14995         * gnus-kill.el (gnus-execute): Work with the extra headers.
14996         * gnus-sum.el (gnus-summary-execute-command): Ditto.
14997
14998 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14999
15000         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
15001         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
15002
15003         * message.el (message-send-mail-real-function): New variable.
15004         (message-send-mail-partially, message-send-mail):
15005
15006         * nngateway.el (nngateway-request-post): Use it.
15007
15008         * gnus-agent.el (gnus-agentize): Use it.
15009
15010         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
15011         (nnsoup-revert-variables): Use it.
15012
15013 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
15014
15015         * mm-decode.el (mm-inline-media-tests): Default to displaying as
15016         text/plain if the type doesn't match any other media types.
15017         (mm-inlined-types): Doc fix.
15018         (mm-display-inline): Revert previous change (now handled by a
15019         default type in `mm-inline-media-tests'.
15020         (mm-inlinable-p): Revive.
15021         (mm-display-part): Call `mm-inlinable-p'.
15022         (mm-attachment-override-p): Ditto.
15023         (mm-inlined-p): Doc fix.
15024
15025         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
15026         well as `mm-inlined-p'.
15027
15028 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15029
15030         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
15031         (nntp-send-command-and-decode): Use gnus-point-at-bol.
15032
15033 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15034         From  Paul Jarc <prj@po.cwru.edu>
15035
15036         * message.el (message-use-mail-followup-to): New variable.
15037         (message-get-reply-headers): Use it.
15038
15039 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
15040
15041         * nnheader.el (nnheader-init-server-buffer): Make sure the
15042         *nntpd* buffer is made multibyte instead of a random buffer.
15043
15044 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15045
15046         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
15047         when it returns headers.
15048
15049 2001-07-07  Simon Josefsson  <jas@extundo.com>
15050
15051         * rfc2047.el (rfc2047-encode-message-header): Skip header when
15052         trying to fold. Thanks to Colin Walters
15053         <walters@cis.ohio-state.edu>
15054
15055 2001-07-06  Simon Josefsson  <jas@extundo.com>
15056
15057         * imap.el (imap-parse-address-list, imap-parse-flag-list)
15058         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
15059         Add information in `assert's.
15060
15061         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
15062         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
15063         and `nnimap-group-overview-filename', should handle all
15064         change-of-uidvalidity related issues.  But there may be other
15065         problems.)
15066
15067 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
15068
15069         * rfc2047.el (rfc2047-encode-message-header): Don't include the
15070         header name when folding.
15071
15072 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
15073
15074         * mm-decode.el (mm-inlined-types): Document relationship with
15075         `mm-inline-media-tests'.
15076         (mm-display-inline): Default to displaying as plain text if no
15077         inlining handler is available.
15078         (mm-inlinable-p): Remove.
15079         (mm-inlined-p): Don't call `mm-inlinable-p'.
15080         (mm-automatic-display-p): Ditto.
15081         (mm-attachment-override-p): Ditto.
15082
15083 2001-07-04  Simon Josefsson  <jas@extundo.com>
15084
15085         * nnimap.el (nnimap-importantize-dormant): New variable.
15086         (nnimap-request-update-info-internal): Use it.
15087         (nnimap-request-set-mark): Ditto.
15088
15089 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
15090
15091         * nntp.el (nntp-send-command): don't pass a buffer argument to
15092         `point'. Only XEmacs accepts this.
15093         * nntp.el (nntp-send-command-nodelete): ditto.
15094         * nntp.el (nntp-send-command-and-decode): ditto.
15095
15096 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
15097
15098         * nntp.el (nntp-open-connection-function): doc update.
15099         * nntp.el (nntp-pre-command): New.
15100         * nntp.el (nntp-via-rlogin-command): New.
15101         * nntp.el (nntp-via-telnet-command): New.
15102         * nntp.el (nntp-via-telnet-switches): New.
15103         * nntp.el (nntp-via-user-name): New.
15104         * nntp.el (nntp-via-user-password): New.
15105         * nntp.el (nntp-via-address): New.
15106         * nntp.el (nntp-via-envuser): New.
15107         * nntp.el (nntp-via-shell-prompt): New.
15108         * nntp.el (nntp-open-telnet-stream): New.
15109         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
15110         * nntp.el (nntp-open-via-telnet-and-telnet): New.
15111         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
15112         * nntp.el (nntp-send-command): ditto.
15113         * nntp.el (nntp-send-command-nodelete): ditto.
15114         * nntp.el (nntp-send-command-and-decode): ditto.
15115
15116 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
15117         Trivial patch.
15118
15119         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
15120         `when'.
15121
15122 2001-07-03  Simon Josefsson  <jas@extundo.com>
15123         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
15124
15125         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
15126
15127 2001-07-03  Simon Josefsson  <jas@extundo.com>
15128
15129         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
15130         remove it (workaround XEmacs `fill-region' bug).
15131
15132 2001-07-01  Simon Josefsson  <jas@extundo.com>
15133
15134         * nnimap.el (nnimap-date-days-ago): Defeat locale.
15135
15136 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15137
15138         * mml2015.el (mml2015-format-error): New function.
15139         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
15140         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
15141         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
15142
15143 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15144
15145         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
15146         Suggested by Christoph Conrad <C.Conrad@cli.de>.
15147
15148         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
15149         group variables.
15150
15151 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15152
15153         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
15154
15155         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
15156         (nnrss-save-group-data): Ditto.
15157
15158         * gnus-agent.el (gnus-agent-save-alist): Ditto.
15159
15160 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15161
15162         * message.el (message-do-send-housekeeping): Narrow to headers.
15163
15164 2001-06-24  Simon Josefsson  <jas@extundo.com>
15165
15166         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
15167         insertion when breaking lines looked for " \t" instead of "[ \t]".
15168         (rfc2047-encode-message-header): Fold lines even if
15169         no QP encoding is done.
15170
15171 2001-06-23  Simon Josefsson  <jas@extundo.com>
15172         From Samuel Tardieu <sam@inf.enst.fr>
15173
15174         * smime.el (smime-keys): Support additional certificates.
15175         (smime-make-certfiles): New function.
15176         (smime-sign-region): Use previous variables.
15177         (smime-get-certfiles): New function.
15178         (smime-sign-buffer): Use it.
15179         (smime-verify-region): Support both CAfile and CApath.
15180
15181 2001-06-23  Simon Josefsson  <jas@extundo.com>
15182
15183         * smime.el (smime-decrypt-region): Perhaps work.
15184
15185 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15186
15187         * gnus-msg.el (gnus-copy-article-buffer): Typo.
15188
15189 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
15190
15191         * mm-decode.el (mm-save-part): Rewrite file name.
15192         (mm-file-name-rewrite-functions): New variable.
15193         (mm-file-name-delete-whitespace): New function.
15194         (mm-file-name-trim-whitespace): New function.
15195         (mm-file-name-collapse-whitespace): New function.
15196         (mm-file-name-replace-whitespace): New variable and function.
15197
15198 2001-06-22  Simon Josefsson  <jas@extundo.com>
15199
15200         * message.el (message-make-date): Workaround locale for weekdays.
15201
15202 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15203
15204         * message.el (message-goto-body): Return nil if not found. (revert!)
15205
15206 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15207         From Fremlin <chief@bandits.org>
15208
15209         * message.el (message-goto-body): Some messages have no header.
15210
15211         * gnus-msg.el (gnus-copy-article-buffer): Use it.
15212
15213 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
15214
15215         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
15216
15217 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15218
15219         * message.el (message-make-date): Add week day.
15220         Suggested by Jason R. Mastaler <jason@mastaler.com>.
15221
15222 2001-06-19  Simon Josefsson  <jas@extundo.com>
15223
15224         * message.el (message-yank-prefix): Doc fix.
15225         (message-yank-cited-prefix): Ditto.
15226         (message-delete-not-region): Keep citation prefix on first line,
15227         if possible and appropriate.
15228
15229 2001-06-19  Simon Josefsson  <jas@extundo.com>
15230
15231         * imap.el (imap-process-connection-type): New variable.
15232         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
15233         recent `imtest's work completely (no line length issues), while
15234         making making old `imtest's unusable.  Thanks to NAGY Andras
15235         <nagya@inf.elte.hu> for his work.
15236
15237 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
15238
15239         * imap.el (imap-ssl-program): Add -quiet to shut up
15240         OpenSSL/SSLeay's internal debug talk.
15241
15242 2001-06-19  Matt Armstrong  <matt@lickey.com>
15243
15244         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
15245         server.
15246
15247 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15248
15249         * nnmail.el (nnmail-article-buffer): New variable.
15250         (nnmail-split-incoming): Use it.
15251
15252 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
15253
15254         * qp.el (quoted-printable-decode-region): If called interactively,
15255         use coding-system-for-read.
15256
15257 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15258
15259         * message.el (message-check-news-header-syntax): Check Reply-To.
15260
15261 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15262
15263         * mml.el (mml-parse-1): Use message options.
15264
15265         * message.el (message-do-fcc): Don't do anything if there is no
15266         FCC.
15267
15268 2001-06-16  Simon Josefsson  <jas@extundo.com>
15269
15270         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
15271         (nnimap-expunge-search-string): New variable.
15272         (nnimap-request-expire-articles): Use it.
15273
15274 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15275
15276         * message.el (message-send-mail-with-qmail): wrong exit status is
15277         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
15278
15279 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15280
15281         * gnus-art.el (article-strip-multiple-blank-lines): Use
15282         delete-region instead of replace-match.
15283
15284 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15285
15286         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
15287         (nnweb-google-wash-article): Ditto.
15288
15289 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
15290
15291         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
15292
15293 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15294
15295         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
15296         specs.
15297
15298 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15299
15300         * gnus.el (gnus-email-address): Move it here.
15301
15302         * gnus-art.el (article-de-quoted-unreadable): Read charset if
15303         requested.
15304         (article-de-base64-unreadable): Ditto.
15305         (article-wash-html): Ditto.
15306
15307 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15308
15309         * message.el (message-options-set-recipient): Don't add ", "
15310         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
15311
15312 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15313
15314         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
15315
15316 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15317
15318         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
15319         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
15320
15321         * nnrss.el (nnrss-node-text): Node might be nil.
15322
15323 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15324
15325         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
15326         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
15327
15328         * nnrss.el (nnrss-group-alist): More items.
15329
15330 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15331
15332         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
15333
15334 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15335         Trivial patch from Dale Hagglund  <rdh@best.com>
15336
15337         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
15338         restrict clauses.
15339
15340 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15341
15342         From Benjamin Rutt <brutt+news@bloomington.in.us>
15343
15344         * message.el (message-wide-reply-confirm-recipients): New variable.
15345
15346 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
15347         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
15348
15349         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
15350         fix so it works with XEmacs.
15351
15352 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15353
15354         * nnrss.el (nnrss-retrieve-headers): Support description as extra
15355         headers.
15356
15357 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15358
15359         * nnrss.el: Fix a few bugs.
15360
15361 2001-06-05  Simon Josefsson  <jas@extundo.com>
15362
15363         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
15364         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
15365
15366 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
15367
15368         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
15369         binary so that we don't transmit ISO 2022 garbage to the process.
15370         This is needed under XEmacs.
15371
15372 2001-06-03  Simon Josefsson  <simon@josefsson.org>
15373
15374         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
15375         autoloaded incorrectly below because ssl-program-* is bound.)
15376         Thanks to Amos Gouaux for report.
15377
15378 2001-06-02  Simon Josefsson  <simon@josefsson.org>
15379
15380         * imap.el (imap-kerberos4-open):
15381         (imap-gssapi-open):
15382         (imap-ssl-open):
15383         (imap-network-open):
15384         (imap-shell-open):
15385         (imap-starttls-open): Set buffer to workaround spurious
15386         `accept-process-output' buffer changes.  Thanks to Mats Lidell
15387         <Mats.Lidell@contactor.se> for report and partial patch and Jake
15388         Colman <colman@ppllc.com> for report.
15389
15390 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15391
15392         * gnus-sum.el (gnus-summary-catchup): New argument.
15393         (gnus-summary-catchup-from-here): New function.
15394
15395 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15396
15397         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
15398         back, then insert glyph.  (Before, the glyph was inserted first,
15399         then the newline.)  This works around a behavior in XEmacs where
15400         it is not possible to insert a character after a glyph which is at
15401         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
15402
15403 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15404
15405         From Jaap-Henk Hoepman (jhh@xs4all.nl).
15406
15407         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
15408         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
15409         mm-destroy-postponed-undisplay-list): New functions.
15410         (mm-display-external): Use them.
15411
15412 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15413
15414         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
15415         `default-low' when evaluating `gnus-summary-highlight'.
15416         From Raja R Harinath <harinath@cs.umn.edu>.
15417
15418 2001-05-27  Simon Josefsson  <simon@josefsson.org>
15419
15420         * message.el (message-yank-cited-prefix): New variable.
15421         (message-indent-citation): Use it.
15422
15423         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
15424         as details.
15425         (mml2015-mailcrypt-clear-verify): Ditto.
15426
15427 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15428         From Nevin Kapur <nevin@jhu.edu>.
15429
15430         * gnus-sum.el (gnus-summary-default-high-score,
15431         gnus-summary-default-low-score): New variables.
15432         (gnus-summary-highlight): Use them.
15433
15434 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
15435
15436         * message.el (message-mail): pass the 'send-actions argument to
15437         `message-setup'.
15438
15439 2001-05-16  Simon Josefsson  <simon@josefsson.org>
15440         From Raymond Scholz <ray-2001@zonix.de>
15441
15442         * gnus-art.el (gnus-mime-view-part-as-charset):
15443         (gnus-mime-internalize-part): Doc fixes.
15444
15445 2001-05-11  Simon Josefsson  <simon@josefsson.org>
15446
15447         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
15448         status lines without any text ("^215$").
15449
15450 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15451
15452         * nnrss.el (nnrss-check-group): Reverse.
15453
15454 2001-05-07  Simon Josefsson  <simon@josefsson.org>
15455
15456         * message.el (message-get-reply-headers):
15457         (message-followup): Fix typo, suggested by David Green
15458         <dgreen@uab.edu>
15459
15460 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15461
15462         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
15463
15464         * nnrss.el (nnrss-open-server): Read server data when it is called.
15465         (nnrss-request-expire-articles): Fix.
15466
15467 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15468
15469         * message.el (message-do-send-housekeeping): mail-abbrevs may
15470         rename buffer behind Gnus.
15471
15472 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15473
15474         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
15475         (nnrss-group-alist): Add more resources.
15476         (nnrss-check-group): Ignore errors.
15477
15478 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15479
15480         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
15481
15482         * nnslashdot.el (nnslashdot-request-list): Add time.
15483         (nnslashdot-request-expire-articles): New function.
15484
15485         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
15486         secondary methods too.
15487
15488 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15489
15490         * message.el (message-use-followup-to): Set default value to t.
15491
15492 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
15493
15494         * message.el (message-dont-reply-to-names): Fix documentation.
15495         (message-get-reply-headers): Use Mail-Followup-To only for wide
15496         replies.
15497
15498 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15499
15500         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
15501         correctly.
15502         (nnrss-check-group): Use time.
15503
15504 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15505
15506         * gnus.el: Oort Gnus v0.03 is released.
15507
15508 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15509
15510         * nnultimate.el (nnultimate-topic-article-to-article): Use the
15511         group.
15512
15513 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15514
15515         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
15516
15517 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15518
15519         * nnultimate.el (nnultimate-retrieve-headers): Return all
15520         available headers.
15521
15522         * gnus-sum.el (gnus-read-all-available-headers): New variable.
15523         (gnus-get-newsgroup-headers-xover): Use it.
15524
15525 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15526
15527         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
15528
15529 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15530
15531         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
15532
15533 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15534
15535         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
15536         disable it.
15537
15538         * gnus.el (gnus-info-nodes): Remove a few The's.
15539
15540 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15541
15542         * mail-source.el (mail-source-movemail): Call-process may return a
15543         signal description string.
15544
15545         * gnus-start.el (gnus-read-newsrc-el-file):
15546         gnus-newsrc-file-version may be nil.
15547
15548         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
15549         Suggested by Michael Sperber [Mr. Preprocessor]
15550         <sperber@informatik.uni-tuebingen.de>.
15551
15552 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
15553
15554         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
15555
15556 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
15557
15558         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
15559         fontify HANDLE.
15560
15561 2001-04-18  Simon Josefsson  <simon@josefsson.org>
15562
15563         * smime.el (smime-ask-passphrase): Rework to return value.
15564         (smime-sign-region): Rework to bind value and use it.
15565         (smime-decrypt-region): Ditto.
15566
15567 2001-04-18  Simon Josefsson  <simon@josefsson.org>
15568         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
15569
15570         * smime.el (smime-ask-passphrase): New function.
15571         (smime-sign-region): Use it.
15572         (smime-encrypt-cipher): New variable.
15573         (smime-decrypt-region): Ditto.
15574
15575 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
15576         Committed by Simon Josefsson  <simon@josefsson.org>
15577
15578         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
15579         the log.
15580
15581 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15582
15583         * gnus.el: Oort Gnus v0.02 is released.
15584
15585 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
15586
15587         * gnus.el: Oort Gnus v0.01 is released.
15588
15589 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15590
15591         * gnus-sum.el (gnus-summary-highlight): Highlight read
15592         undownloaded articles as read articles.
15593
15594         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
15595         (gnus-agent-get-undownloaded-list): Mark all undownloaded
15596         articles, even read ones, as such.
15597
15598         * gnus-sum.el (gnus-summary-find-matching): Clean up.
15599         (gnus-find-matching-articles): New function.
15600         (gnus-summary-limit-include-matching-articles): New command.
15601         (gnus-summary-limit-include-thread): Include articles that have
15602         matching subjects.
15603         (gnus-offer-save-summaries): Clean up.
15604
15605 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15606
15607         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
15608
15609 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15610         From Jason Merrill <jason_merrill@redhat.com>
15611
15612         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
15613
15614 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
15615         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15616
15617         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
15618         newsgroup names when the original article is a news message.
15619
15620 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15621
15622         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
15623         supported. Suggest by Jim Meyering <jim@meyering.net>.
15624
15625 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
15626         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
15627
15628         * nnmail.el (nnmail-split-it): Added check for .* at the end of
15629         regexp in nnmail-split-fancy.
15630
15631 2001-04-10  Simon Josefsson  <simon@josefsson.org>
15632
15633         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
15634
15635 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
15636
15637         * message.el (message-send-mail): Improve the interaction with the
15638         user.
15639
15640 2001-04-10  Simon Josefsson  <simon@josefsson.org>
15641
15642         * imap.el (imap-message-copy): Work around buggy servers that
15643         doesn't send TRYCREATE tags.
15644
15645 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
15646
15647         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
15648
15649 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15650
15651         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
15652         date.
15653
15654 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15655
15656         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
15657         lives.
15658
15659 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15660
15661         * gnus-art.el (gnus-parse-news-url): New function.
15662         (gnus-button-handle-news): New function.
15663         (gnus-button-alist): Point to new functions.
15664
15665         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
15666
15667         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
15668         gnus-format-specs.
15669
15670         * message.el (message-check-news-header-syntax): Question even
15671         when Gnus doesn't know the group names.
15672         (message-send-news): Clean up.
15673
15674         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
15675         exited on purpose without saving.
15676
15677         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
15678
15679 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15680
15681         * gnus-score.el (gnus-score-orphans): Clean up.
15682
15683         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
15684
15685         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
15686         later.
15687
15688         * gnus-start.el (gnus-close-all-servers): Find the right items to
15689         close.
15690
15691         * qp.el (quoted-printable-decode-region): Just message
15692         malformation; don't quit.
15693
15694 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15695         From Gerd Moellmann <gerd@gnu.org>.
15696
15697         * gnus.el (gnus-interactive): A typo.
15698
15699 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
15700         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15701
15702         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
15703         `assq-delete-all', if that function exists; otherwise use the old
15704         definition. Documentation changed to match the one in
15705         `assq-delete-all'.
15706
15707 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15708
15709         * gnus-start.el (gnus-close-all-servers): New function.
15710
15711         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
15712         (gnus-server-remove-denials): Clean up.
15713
15714         * gnus-sum.el (gnus-summary-sort-by-original): New command and
15715         keystroke.
15716
15717 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15718
15719         * message.el (message-send-news): Message where we are sending.
15720         (message-send-mail): Ditto.
15721
15722         * gnus.el (gnus-server-string): New function.
15723
15724         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
15725
15726         * mm-decode.el (mm-default-directory): Customized.
15727         (mm-tmp-directory): Ditto.
15728
15729         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
15730         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
15731         or Chars.
15732         (gnus-summary-line-format-alist): ?l is now a string.
15733         (gnus-summary-prepare-threads): Output ? for unknown lines.
15734         (gnus-summary-insert-line): Ditto.
15735         (gnus-summary-print-article): Unbalanced parentheses.
15736
15737         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
15738         out whether new stuff has arrived.
15739
15740 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
15741
15742         * gnus-sum.el: Let printing work on ttys on Emacs.
15743
15744 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15745
15746         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
15747         when forcing news.
15748
15749         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
15750         command.
15751
15752 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
15753
15754         * message.el (message-set-auto-save-file-name): Don't use
15755         asterisks under nt.
15756
15757 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15758
15759         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
15760         lists of articles.
15761
15762         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
15763
15764         * gnus-msg.el (gnus-put-message): Clean up.
15765         (gnus-summary-reply): Mark all replied-to articles as replied to.
15766         (gnus-inews-add-send-actions): Also mark as forwarded.
15767         (gnus-summary-mail-forward): Mark as forwarded.
15768
15769         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
15770         of articles.
15771         (gnus-summary-mark-article-as-forwarded): Ditto.
15772
15773         * gnus-msg.el (gnus-summary-resend-message): Mark article as
15774         forwarded.
15775         (gnus-summary-mail-forward): Clean up.
15776
15777         * gnus.el (gnus-article-mark-lists): Added forward.
15778
15779         * gnus-sum.el (gnus-forwarded-mark): New variable.
15780         (gnus-summary-prepare-threads): Use it.
15781         (gnus-summary-update-secondary-mark): Ditto.
15782         (gnus-newsgroup-forwarded): New variable.
15783
15784 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15785
15786         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
15787         (gnus-summary-very-wide-reply): New command and keystroke.
15788         (gnus-summary-very-wide-reply-with-original): Ditto.
15789
15790         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
15791         (gnus-score-adaptive): Use it.
15792
15793         * gnus-start.el (gnus-get-unread-articles): Clean up.
15794
15795 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15796
15797         * nnultimate.el (nnultimate-retrieve-headers): Work for other
15798         boards.
15799
15800 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
15801
15802         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
15803         * gnus-start.el (gnus-subscribe-newsgroup): use it.
15804
15805 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15806
15807         * nnultimate.el (nnultimate-retrieve-headers): Understand
15808         long-form month names.
15809
15810 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15811
15812         * gnus-sum.el (gnus-summary-show-all-headers):
15813         gnus-article-show-all-headers is broken. Use
15814         gnus-summary-toggle-header instead.
15815
15816         * mml2015.el (mml2015-gpg-extract-from): No error.
15817
15818 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15819         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
15820
15821         * mml2015.el (mml2015-gpg-extract-from): New function.
15822         (mml2015-gpg-verify): Use it.
15823         (mml2015-gpg-clear-verify): Use it.
15824
15825 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15826
15827         * message.el (message-setup-fill-variables): Use
15828         fill-paragraph-function.
15829         (message-fill-paragraph): Take an argument.
15830         (message-newline-and-reformat): Take another argument.
15831
15832 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15833
15834         * message.el (rmail-output): It is in rmailout.el not rmail.el.
15835
15836 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15837
15838         * message.el (message-forward): local-variable-p takes an extra
15839         argument in XEmacs.
15840
15841 2001-03-16  Simon Josefsson  <simon@josefsson.org>
15842
15843         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
15844         `nnimap-use-nov-p' (it really tested the negative).
15845         (nnimap-retrieve-headers): Use it.
15846
15847 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15848
15849         * message.el (message-generate-headers-first): Update doc.
15850
15851 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
15852         Trivial patch.
15853
15854         * gnus.el (gnus-summary-line-format): Typo.
15855
15856 2001-03-11  Simon Josefsson  <simon@josefsson.org>
15857
15858         * mailcap.el (mailcap-mime-data): Add application/sieve.
15859         (mailcap-mime-extensions): Add .siv, .xls.
15860
15861 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15862         From Christoph Conrad <christoph.conrad@gmx.de>
15863
15864         * gnus-score.el (gnus-summary-lower-thread): Typo.
15865
15866 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15867
15868         * message.el (message-forward-decoded-p): New variable.
15869         (message-forward-subject-author-subject): Use it.
15870         (message-make-forward-subject): Use it.
15871         (message-forward): Use it.
15872
15873         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
15874
15875         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
15876         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
15877
15878 ;;Has been fixed -- zsh.
15879 ;;2001-03-05  Dave Love  <fx@gnu.org>
15880 ;;
15881 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
15882 ;;      Move it after definition of mm-coding-system-p.
15883 ;;
15884 2001-03-01  Dave Love  <fx@gnu.org>
15885
15886         * mm-util.el (mm-inhibit-file-name-handlers): Add
15887         image-file-handler.
15888
15889 2001-02-11  Dave Love  <fx@gnu.org>
15890
15891         * message.el (message-signature-file): Fix doc, :type.
15892
15893 2001-02-08  Dave Love  <fx@gnu.org>
15894
15895         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
15896         (message-posting-charset): Defvar when compiling again.
15897         (rfc2047-encodable-p): Require message.
15898
15899         * gnus-sum.el (gnus-alter-articles-to-read-function):
15900         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
15901
15902 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15903
15904         * nnrss.el: New file.
15905
15906 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
15907         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15908
15909         * rfc2047.el (rfc2047-unfold-region): Fix arg of
15910         `skip-chars-forward'.
15911
15912 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15913
15914         * nndraft.el (nndraft-request-group): Restore auto save files if
15915         the original files do not exist.
15916
15917 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15918
15919         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
15920         SCORE paths.
15921
15922         * mm-decode.el (mm-dissect-buffer): Call
15923         mail-extract-address-components only if necessary.
15924
15925 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15926
15927         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
15928         directory part.
15929         (gnus-score-search-global-directories): Use file-directory-p.
15930
15931         * gnus-score.el (gnus-score-score-files-1): Use
15932         gnus-kill-files-directory.
15933         From Adrian Aichner <adrian@xemacs.org>.
15934
15935 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15936
15937         * gnus.el (charset): Move here from gnus-sum.el.
15938
15939 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15940
15941         * mml.el (mml-preview): Disable local map.
15942
15943         * gnus-sum.el (gnus-summary-make-menu-bar): Make
15944         gnus-article-post-menu here.
15945
15946         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
15947         if it has not been made.
15948
15949 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15950
15951         * gnus-art.el (gnus-article-describe-key): Map key to event.
15952         (gnus-article-describe-key-briefly): Ditto
15953
15954 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15955
15956         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
15957
15958 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15959         From Katsumi Yamaoka <yamaoka@jpl.org>.
15960
15961         * dgnushack.el (coerce, merge, subseq): defmacro.
15962
15963 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15964
15965         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
15966         A fake defalias in nndraft.el results a not-activated bug in
15967         uncompiled versions.
15968
15969 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
15970         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15971
15972         * gnus-util.el (gnus-split-references): Handle malformed References:.
15973
15974 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15975
15976         * gnus-art.el (gnus-article-mime-part-status): 1 part.
15977
15978 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15979         From NAGY Andras <nagya@inf.elte.hu>.
15980
15981         * gnus.el (gnus-parameters): Typo.
15982
15983 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15984
15985         * gnus.el (gnus-read-method): Remove redundancy.
15986
15987 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15988
15989         * nnslashdot.el (nnslashdot-backslash-url): New variable.
15990         (nnslashdot-request-list): Use it.
15991
15992 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15993
15994         * nnml.el (nnml-generate-active-info): Fix the case when there is
15995         no file.
15996
15997         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
15998         (gnus-summary-create-article): New function.
15999
16000         * gnus-group.el (gnus-group-mark-article-read): New function.
16001
16002         * gnus-msg.el (gnus-inews-do-gcc): Use it.
16003
16004         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
16005
16006 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16007
16008         * gnus-art.el (gnus-article-edit-done): Don't use
16009         gnus-article-edit-exit.
16010         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
16011
16012         * gnus.el (gnus-parameters): New variable.
16013         Suggested by NAGY Andras <nagya@inf.elte.hu>.
16014         (gnus-parameters-get-parameter): New function.
16015         (gnus-group-find-parameter): Use it.
16016
16017 2001-02-23  Simon Josefsson  <simon@josefsson.org>
16018
16019         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
16020         change of default value to `current'.
16021
16022 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16023
16024         * nneething.el (nneething-get-head): Insert unreadable file too.
16025
16026 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16027
16028         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
16029
16030         * webmail.el (webmail-type-definition): Deja is bought by google.
16031
16032 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16033
16034         * gnus-sum.el (gnus-fetch-headers): New function.
16035         (gnus-select-newsgroup): Use it.
16036         (gnus-summary-insert-articles): New function.
16037         (gnus-summary-insert-old-articles): New function.
16038         (gnus-summary-insert-new-articles): New function.
16039
16040         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
16041         (gnus-group-list-active): Ditto.
16042         * gnus-sum.el (gnus-set-mode-line): Ditto.
16043         (gnus-summary-read-group-1): Ditto.
16044
16045 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16046
16047         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
16048         current topic.
16049
16050 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16051
16052         * smiley.el (gnus-smiley-display): Don't do widening.
16053
16054         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
16055         within body.
16056
16057         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
16058
16059         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
16060         New variable.
16061         (gnus-mime-display-multipart-related-as-mixed): New variable.
16062         (gnus-mime-display-part): Use them.
16063
16064 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16065
16066         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
16067         something special.
16068
16069 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16070
16071         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
16072         (nnweb-request-article): Call reference if exists.
16073         (nnweb-type-definition): Dejanews is bought by google.com.
16074         Beta!
16075
16076 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16077
16078         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
16079
16080 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16081
16082         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
16083         gnus-article-sort-functions.
16084         (gnus-article-sort-functions): Doc fix.  Refer to
16085         gnus-thread-sort-functions.
16086
16087 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16088         From Paul Jarc <prj@po.cwru.edu>.
16089
16090         * message.el (message-get-reply-headers): More fixes.
16091
16092 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
16093         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
16094
16095         * message.el (message-get-reply-headers): Fix bug with
16096         Mail-Followup-To/to-address interaction.
16097
16098 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16099
16100         * gnus-msg.el (gnus-configure-posting-styles): Match header in
16101         gnus-article-copy.
16102
16103 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16104
16105         * message.el (message-do-send-housekeeping): Rename to a better
16106         name.
16107
16108 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16109
16110         * message.el (message-cancel-news): Check article first, then ask
16111         yes or no.
16112
16113 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16114
16115         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
16116
16117 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16118
16119         * gnus-range.el (gnus-range-normalize): New function.
16120
16121 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
16122
16123         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
16124
16125 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16126
16127         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
16128
16129         * nnagent.el (nnagent-request-regenerate): New function.
16130
16131         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
16132
16133         * nnml.el (nnml-generate-nov-databases): Accept argument
16134         server. Don't open server if it is opened.
16135         (nnml-request-regenerate): Use it. Change to deffoo.
16136
16137 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16138         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
16139
16140         * gnus.el (gnus-define-group-parameter): Fix.
16141
16142 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16143
16144         * gnus.el (gnus-define-group-parameter): Improved.
16145
16146         * gnus-sum.el (charset): Define parameter.
16147         (ignored-charsets): Ditto.
16148         (gnus-summary-setup-default-charset): Use them.
16149
16150         * gnus-start.el (gnus-read-descriptions-file): Use them.
16151
16152         * gnus-cus.el (gnus-group-parameters): Remove them.
16153
16154 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16155
16156         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
16157
16158 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16159
16160         * gnus-sum.el (gnus-summary-read-group-1): Remove
16161         gnus-summary-set-local-parameters.
16162         (gnus-summary-setup-buffer): Put it here.
16163
16164 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16165
16166         * gnus.el (to-address): Define parameter.
16167         (to-list): Ditto.
16168         * gnus-art.el (article-hide-boring-headers): Use them.
16169         * gnus-msg.el (gnus-post-news): Ditto.
16170         * gnus-cus.el (gnus-group-parameters): Remove them.
16171
16172 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16173
16174         * gnus-draft.el (gnus-draft-reminder): New function.
16175
16176         * gnus-art.el (gnus-sender-save-name): New function.
16177
16178 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16179
16180         * mm-util.el (mm-mime-charset): Error message.
16181
16182 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16183
16184         * message.el (message-check-news-body-syntax): Don't check mml lines.
16185
16186 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16187
16188         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
16189         subscribe.
16190
16191         * gnus-start.el (gnus-call-subscribe-functions): New function.
16192         (gnus-find-new-newsgroups): Use it.
16193         (gnus-ask-server-for-new-groups): Use it.
16194         (gnus-check-first-time-used): Use it.
16195         (gnus-subscribe-newsgroup-method): Grok a list of functions.
16196         (gnus-subscribe-options-newsgroup-method): Ditto.
16197         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
16198         return .
16199
16200 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16201
16202         * gnus-cus.el (gnus-score-customize): Doc fix.
16203
16204 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
16205
16206         * dgnushack.el (my-getenv): Typo.
16207
16208 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16209
16210         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
16211
16212 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16213
16214         * gnus-group.el (gnus-group-suspend): Offer save summaries.
16215
16216         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
16217         (gnus-treatment-function-alist): Use it.
16218         (article-remove-leading-whitespace): New function.
16219         (gnus-article-make-menu-bar): Use it.
16220
16221         * gnus-sum.el (gnus-summary-wash-empty-map): Add
16222         remove-leading-whitespace.
16223         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
16224         because of conflict.
16225
16226 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16227
16228         * Makefile.in: Hack generating gnus-load.el.
16229         * dgnushack.el: Ditto.
16230         * gnus-load.el: Remove it.
16231
16232 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16233
16234         * dgnushack.el : Add URLDIR.
16235
16236         * Makefile.in (EMACS_COMP): Ditto.
16237
16238 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16239
16240         * gnus-cus.el (gnus-score-customize): Error on no score file.
16241
16242 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16243
16244         * mm-decode.el (mm-merge-handles): New function.
16245
16246         * mm-view.el (mm-inline-message): Use it.
16247         (mm-view-message): Ditto.
16248
16249         * mm-partial.el (mm-inline-partial): Ditto.
16250
16251         * mm-extern.el (mm-inline-external-body): Ditto.
16252
16253         * gnus-art.el (gnus-mime-view-part): Ditto.
16254         (gnus-mime-view-part-as-type): Ditto.
16255         (gnus-mime-save-part-and-strip): Prevent users to strip in some
16256         cases.
16257
16258 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16259
16260         * message.el (message-cancel-news): Allow to shoot foot.
16261         (message-supersede): Ditto.
16262
16263 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
16264         Trivial patch.
16265
16266         * gnus-sum.el (gnus-simplify-subject-re): Use
16267         message-subject-re-regexp.
16268
16269 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16270
16271         * nnmail.el (nnmail-expiry-target-group): Bind
16272         nnmail-cache-accepted-message-ids to nil.
16273
16274         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
16275         coding system.
16276
16277 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16278
16279         * qp.el (quoted-printable-encode-region): Make sure characters are
16280         between 00 and FF.  Don't check charset.
16281
16282         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
16283         in Emacs 20.
16284         * rfc2047.el (rfc2047-q-encode-region): Ditto.
16285
16286 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16287
16288         * message.el (message-make-forward-subject): Argument decoded.
16289         (message-forward): Use it when digest.
16290
16291         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
16292         buffer.
16293
16294 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16295
16296         * message.el (message-generate-headers-first): Doc fix.
16297
16298 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16299
16300         * gnus-art.el (article-make-date-line): Error proof.
16301
16302 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16303
16304         * gnus-group.el (gnus-group-listing-limit): New variable.
16305         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
16306
16307         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
16308
16309 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16310
16311         * message.el (message-newline-and-reformat): Special case for
16312         breaking at BOL.
16313
16314 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
16315
16316         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
16317         message/rfc822.
16318
16319 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16320
16321         * message.el (message-encode-message-body): Don't insert
16322         Content-Type if it is inside a mail.
16323
16324 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16325
16326         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
16327         gnus-article-commands-menu.
16328
16329         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
16330         in Emacs.
16331
16332         * gnus-start.el (gnus-read-descriptions-file): Use
16333         gnus-group-name-charset and gnus-group-charset-alist.
16334
16335 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16336
16337         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
16338         active region.
16339
16340         * gnus-start.el (gnus-group-change-level): Remove from both
16341         gnus-zombie-list and gnus-killed-list.
16342
16343 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16344
16345         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
16346         gnus-subscribe-topics.
16347
16348         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
16349
16350 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16351
16352         * gnus-art.el (gnus-article-make-menu-bar): Make
16353         gnus-article-post-menu.
16354
16355         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
16356
16357         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
16358
16359         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
16360
16361         * message.el (message-mode-menu): Ditto.
16362
16363         * gnus-art.el (defvar): eval-when-compile.
16364
16365 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16366
16367         * gnus-agent.el (gnus-agentize): Fix doc.
16368
16369 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
16370
16371         * mml.el (mml-preview): Bind `q'.
16372
16373 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16374
16375         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
16376
16377 2001-01-31  Dave Love  <fx@gnu.org>
16378
16379         * mm-util.el (mm-mime-mule-charset-alist)
16380         (mm-find-mime-charset-region): Consider mule-utf-8.
16381
16382 2001-01-31  Dave Love  <fx@gnu.org>
16383
16384         * gnus-art.el (gnus-article-x-face-command)
16385         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
16386         :version.
16387
16388 2001-01-26  Dave Love  <fx@gnu.org>
16389
16390         * mm-util.el (mm-multibyte-string-p): New.
16391
16392 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
16393 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
16394 ;;      string-as-multibyte on class.  Clarify line-folding.
16395         (quoted-printable-encode-string): Make temp buffer inherit
16396         string's multibyteness.
16397
16398 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
16399
16400         * nnheader.el (toplevel): Don't require `gnus-util' at
16401         compile-time; this creates a circular dependency, and prevents
16402         a bootstrap.
16403
16404 2001-01-22  Andreas Schwab  <schwab@suse.de>
16405
16406         * nnheader.el (gnus-delete-line): Autoload it as a macro.
16407
16408 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16409
16410         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
16411
16412         * gnus-art.el (article-hide-list-identifiers): Ditto.
16413
16414         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
16415
16416 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16417
16418         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
16419
16420         * gnus-art.el (article-hide-list-identifiers): Similar.
16421
16422 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
16423
16424         * nnmail.el (nnmail-remove-list-identifiers): Improved.
16425
16426 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16427
16428         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
16429
16430 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16431
16432         * gnus-util.el (gnus-string-equal): New function.
16433
16434         * gnus-art.el (article-hide-boring-headers): Use it.
16435
16436 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
16437
16438         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
16439
16440 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16441
16442         * gnus-msg.el (gnus-msg-mail): Support switch-action.
16443
16444 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16445
16446         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
16447         command if there is not last-saver.
16448
16449 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16450
16451         * nntp.el (nntp-open-connection): 201 is possible.
16452
16453 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16454
16455         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
16456         (rfc2047-charset-encoding-alist): Add big5.
16457
16458 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16459
16460         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
16461         (gnus-agent-remove-server): Ditto.
16462         (autoload): gnus-server-update-server.
16463
16464         * gnus-srvr.el (gnus-server-line-format): Add %a.
16465         (gnus-server-line-format-alist): Add gnus-tmp-agent.
16466         (gnus-server-insert-server-line): Use it.
16467
16468 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16469
16470         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
16471         GB2312 and Big5.
16472
16473 2001-01-24  Simon Josefsson  <sj@extundo.com>
16474
16475         * mail-source.el (mail-sources): Add :program specifier to IMAP
16476         mail source.
16477         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
16478
16479 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16480
16481         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
16482
16483 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16484
16485         * nntp.el (nntp-wait-for): Return the success code.
16486         (nntp-open-connection): Use it.
16487
16488 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16489
16490         * gnus-int.el (gnus-check-server): Allow breaking the opening.
16491
16492 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16493
16494         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
16495
16496 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16497
16498         * gnus-sum.el (gnus-summary-print-article): Take one prefix
16499         argument. Allow to print several articles in one file.
16500
16501 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16502
16503         * webmail.el (webmail-type-definition): netaddress changes.
16504
16505 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16506
16507         * gnus.el: Fix copyright. Remove trailing spaces.
16508
16509         * message.el (message-forward): Use mule4.
16510
16511 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16512
16513         * mm-util.el (mm-string-as-unibyte): New function.
16514
16515         * message.el (message-forward): Use it.
16516
16517 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16518
16519         * message.el (message-cite-original-without-signature): Don't peel
16520         off the blank line.
16521         (message-get-reply-headers): Add Cc if it is not in follow-to.
16522
16523 2001-01-20  Simon Josefsson  <sj@extundo.com>
16524
16525         * mm-decode.el (mm-handle-multipart-from): Add.
16526         (mm-dissect-buffer): Save From: header value.
16527         (mm-security-from): Remove.
16528         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
16529
16530         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
16531         instead of `mml-security-from'.  Protect null from value.
16532
16533 2001-01-20  Simon Josefsson  <sj@extundo.com>
16534
16535         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
16536         application/vnd.ms-excel attachments.
16537
16538 2001-01-19  Simon Josefsson  <sj@extundo.com>
16539
16540         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
16541
16542 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16543
16544         * message.el (message-ignored-mail-headers): Ditto.
16545
16546 2001-01-19  Simon Josefsson  <sj@extundo.com>
16547
16548         * message.el (message-ignored-news-headers): Only search beginning
16549         of line.
16550
16551 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
16552         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
16553
16554         * message.el (message-send-mail): Content-Type may not be there.
16555
16556 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16557
16558         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
16559         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
16560
16561         * gnus-art.el (article-display-x-face): Insert X-Face if there is
16562         not.
16563
16564 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16565
16566         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
16567         non-native groups.
16568
16569 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16570
16571         * message.el (message-yank-original): Understand
16572         universal-argument.
16573
16574 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16575
16576         * gnus-art.el (gnus-boring-article-headers): Add to-address.
16577         (article-hide-boring-headers): Ditto.
16578
16579         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
16580
16581 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16582
16583         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
16584         one.
16585
16586 2001-01-16  Simon Josefsson  <simon@josefsson.org>
16587
16588         * message.el (message-make-in-reply-to): Add comment to message-id
16589         (old syntax, see 2000-08-02 change).
16590
16591 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16592
16593         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
16594         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
16595         (gnus-button-reply): Ditto.
16596
16597 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16598
16599         * gnus-art.el (article-display-x-face): Fix.
16600
16601 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16602
16603         * gnus-art.el (article-display-x-face): Use
16604         gnus-original-article-buffer.
16605
16606 2001-01-15  Jack Twilley  <jmt@tbe.net>
16607
16608         * message.el (message-add-header): Move to point-max.
16609
16610 2001-01-15  Simon Josefsson  <simon@josefsson.org>
16611
16612         * smime.el (smime-CA-directory, smime-CA-file): Change default to
16613         nil, improve documentation.
16614         (smime-certificate-directory): Comment out false hints (until it
16615         is implemented).
16616
16617         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
16618         there aren't any keys.
16619         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
16620         verify certificate.  Default is changed to only check integrity.
16621         Improved security status texts.  If a certificate doesn't contain
16622         a email address, don't fail.
16623
16624         * smime.el (smime-noverify-region):
16625         (smime-noverify-buffer): New functions.  Verifies integrity only.
16626
16627 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16628
16629         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
16630
16631 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16632
16633         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
16634         (gnus-remove-some-windows): Ditto.
16635
16636 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16637
16638         * gnus-art.el (article-make-date-line): 11th.
16639
16640 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16641
16642         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
16643         (mml2015-gpg-sign): Ditto.
16644
16645 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16646
16647         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
16648         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
16649
16650 2001-01-08  Dave Love  <fx@gnu.org>
16651
16652         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
16653         single character.
16654
16655         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
16656
16657         * message.el: Doc and message fixes.
16658         (message-send-rename-function)
16659         (message-make-forward-subject-function)
16660         (message-send-mail-function, message-reply-to-function)
16661         (message-wide-reply-to-function, message-followup-to-function)
16662         (message-distribution-function, message-auto-save-directory): Fix
16663         :type.
16664
16665         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
16666         proceeding after warnings.  Amend multipart warning message.
16667
16668 2001-01-04  Dave Love  <fx@gnu.org>
16669
16670         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
16671         compiling.
16672         (gnus-make-directory): Require nnmail.
16673
16674         * mm-decode.el (mm-inline-media-tests): Add
16675         image/x-portable-bitmap.
16676         (mm-get-image): Grok pbm.
16677
16678 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
16679
16680         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
16681
16682 2001-01-09  Didier Verna  <didier@xemacs.org>
16683
16684         * dgnushack.el (dgnushack-compile): give a dummy value to
16685         `gnus-xmas-glyph-directory' for the time of compilation.
16686         * gnus-agent.el: moved some XEmacs specific hook add-ons from
16687         `gnus-xmas-[re]define' to avoid loosing user custom settings.
16688         * gnus-art.el: ditto.
16689         * gnus-group.el: ditto.
16690         * gnus-salt.el: ditto.
16691         * gnus-sum.el: ditto.
16692         * gnus-topic.el: ditto.
16693         * gnus-xmas.el (gnus-xmas-define): see above.
16694         * gnus-xmas.el (gnus-xmas-redefine): see above.
16695         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
16696         non-continuable error when the directory can't be found.
16697
16698 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16699
16700         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
16701         handle.
16702         * gnus-art.el (gnus-mime-view-part): Copy it.
16703         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
16704
16705 2001-01-09  Michael Downes  <mjd@ams.org>
16706
16707         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
16708
16709 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16710
16711         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
16712         orig-file. Use ',source.
16713
16714 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16715
16716         * gnus-xmas.el (gnus-xmas-modeline-glyph):
16717         (gnus-xmas-group-startup-message):
16718         Detect gnus-xmas-glyph-directory when it is nil.
16719
16720 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16721
16722         * pop3.el (pop3-get-message-count): Andrew Innes
16723         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
16724
16725 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16726
16727         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
16728
16729         * time-date.el (time-to-number-of-days): New function.
16730
16731 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
16732         Trivial patch.
16733
16734         * nnslashdot.el (nnslashdot-request-list): Always get the right
16735         sid.
16736
16737 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16738
16739         * message.el (message-minibuffer-local-map): New keymap.
16740         (message-read-from-minibuffer): Use it.
16741         * gnus-msg.el (gnus-summary-resend-message): Use it
16742
16743 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16744
16745         * gnus-start.el (gnus-display-time-event-handler): New function.
16746         (gnus-after-getting-new-news-hook): Use it.
16747
16748 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16749
16750         * message.el (message-ignored-mail-headers): Add draft header.
16751
16752 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16753
16754         * gnus-sum.el (gnus-summary-expire-articles): Don't save
16755         excursion.
16756
16757         * nnslashdot.el (nnslashdot-request-list): Get the right year.
16758
16759 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
16760         A revoked patch.
16761
16762         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
16763
16764 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16765
16766         * qp.el (quoted-printable-decode-region): Don't backward-char.
16767
16768 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16769
16770         * gnus-draft.el: Mark articles as replied.
16771
16772         * gnus-sum.el (gnus-summary-add-mark): New function.
16773
16774         * gnus-group.el (gnus-add-mark): New function.
16775
16776         * gnus-sum.el (gnus-summary-buffer-name): New function.
16777         (gnus-summary-setup-buffer): Use it.
16778
16779         * gnus-draft.el: Set things up with the right post method and
16780         stuff.
16781
16782         * message.el (message-ignored-news-headers): Remove X-Draft-From.
16783
16784         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
16785
16786         * gnus.el (gnus-draft-meta-information-header): New variable.
16787
16788 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16789
16790         * gnus-art.el (gnus-treatment-function-alist): Move the date
16791         functions before the header sorting functions.
16792
16793         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
16794
16795         * dgnushack.el (dgnushack-compile): Message whether there is w3.
16796         Don't (push "/usr/share/emacs/site-lisp" load-path).
16797
16798         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
16799         to empty fill prefixes.
16800
16801 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16802
16803         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
16804         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
16805
16806 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16807
16808         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
16809
16810         * nnml.el (autoload): Move to nnheader.el.
16811
16812         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
16813         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
16814         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
16815         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
16816
16817 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16818
16819         * gnus-art.el (article-make-date-line): Get the hours right.
16820         (gnus-ignored-headers): More hiding.
16821
16822         * nnmail.el (nnmail-expiry-wait): Not an integer.
16823
16824         * message.el (message-goto-body): Only expand abbrev when called
16825         interactively.
16826         (message-make-lines): Use it.
16827
16828 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16829
16830         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
16831
16832 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16833
16834         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
16835         include the expunged articles.
16836
16837         * gnus-group.el (gnus-group-sort-by-server): New function.
16838
16839         * gnus.el (gnus-method-to-server-name): New function.
16840         (gnus-group-prefixed-name): Use it.
16841
16842         * gnus-group.el (gnus-group-sort-function): Doc fix.
16843         (gnus-group-sort-groups-by-server): New command.
16844
16845 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16846
16847         * gnus-art.el (gnus-treat-date-english): New variable.
16848         (article-date-english): New command.
16849         (gnus-english-month-names): New variable.
16850         (article-make-date-line): Do 'english.
16851
16852         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
16853         after the fill prefix.
16854
16855         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
16856         score...".
16857
16858         * gnus-art.el (gnus-ignored-headers): Hide more headers.
16859
16860         * message.el (message-mode-map): Bind comment-region.
16861
16862         * gnus-art.el (gnus-mime-display-part): Let w3 display
16863         multipart/related.
16864
16865         * mm-bodies.el (mm-long-lines-p): New function.
16866         (mm-body-encoding): Use it.
16867         (mm-body-encoding): Encode articles with lines longer than 1000
16868         characters.
16869
16870 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16871
16872         * mm-util.el (mm-enable-multibyte): Use
16873         default-enable-multibyte-characters.
16874         (mm-enable-multibyte-mule4): Ditto.
16875         (mm-disable-multibyte): Test XEmacs.
16876         (mm-disable-multibyte-mule4): Ditto.
16877         (mm-with-unibyte-current-buffer): Simplified.
16878         (mm-with-unibyte-current-buffer-mule4): Ditto.
16879
16880 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16881
16882         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
16883
16884         * nnheader.el (nnheader-string-as-multibyte): New alias.
16885
16886         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
16887
16888         * gnus-uu.el (gnus-message-process-mark): New function.
16889         (gnus-uu-mark-by-regexp): Use it.
16890         (gnus-new-processable): New function.
16891
16892 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
16893          Trivial patch.
16894
16895         * gnus-sum.el (gnus-no-mark): New variable.
16896
16897 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16898
16899         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
16900         backslashes.
16901
16902 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16903
16904         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
16905         definition.
16906
16907 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16908
16909         * dgnushack.el (dgnushack-compile): elc is in the current directory.
16910
16911         * qp.el (quoted-printable-encode-region): Don't check multibyte in
16912         XEmacs.
16913
16914 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
16915         Trivial patch.
16916
16917         * mml.el (mml-read-tag): Save tag location.
16918
16919 2000-12-25  Simon Josefsson  <simon@josefsson.org>
16920
16921         * starttls.el: Sync with Emacs 21.
16922
16923 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16924
16925         * message.el (message-mail): Support yank-action.
16926
16927         * message.el (message-setup): Revoke the last change.
16928
16929 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16930
16931         * message.el (message-setup): Use cons. Suggested by Johan Vromans
16932         <jvromans@squirrel.nl>.
16933
16934 2000-12-24  Simon Josefsson  <sj@extundo.com>
16935
16936         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
16937         mailing list junk at end of part.
16938
16939 2000-12-23  Simon Josefsson  <sj@extundo.com>
16940
16941         * nnimap.el (nnimap-expiry-target): New function.
16942         (nnimap-request-expire-articles): Use it.
16943
16944 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16945
16946         * gnus.el (gnus-group-parameters-more): New variable.
16947         * gnus-cus.el (gnus-group-customize): Use it.
16948
16949         * gnus.el (gnus-define-group-parameter): New macro.
16950         (auto-expire): Use it
16951         (total-expire): Use it.
16952         * gnus-art.el (banner): Use it.
16953
16954         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
16955         <ljz@asfast.com>.
16956
16957 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16958
16959         * gnus-topic.el (gnus-topic-create-topic): Use list.
16960
16961         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
16962         before binding gnus-default-article-saver.
16963
16964         * gnus-sum.el (gnus-summary-save-article):
16965         (gnus-summary-pipe-output):
16966         (gnus-summary-save-article-mail):
16967         (gnus-summary-save-article-rmail):
16968         (gnus-summary-save-article-file):
16969         (gnus-summary-write-article-file):
16970         (gnus-summary-save-article-body-file): Ditto.
16971
16972         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
16973
16974 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16975
16976         * gnus-art.el (gnus-mime-security-button-map):
16977         (gnus-mime-button-map): Add parent.
16978
16979 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16980
16981         * messagexmas.el (message-xmas-redefine): New function.
16982
16983         * message.el: Use it.
16984
16985         * gnus-art.el (gnus-article-check-hidden-text): Return t.
16986
16987         * gnus-util.el (gnus-remove-text-properties-when): Return t.
16988
16989 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16990
16991         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
16992         malformatted messages.
16993
16994 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16995
16996         * mm-util.el (mm-image-load-path): New function.
16997
16998         * gnus-group.el (gnus-group-make-tool-bar): Use it.
16999
17000         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
17001
17002         * message.el (message-tool-bar-map): Use it.
17003
17004         * Makefile.in (install-el): New rule.
17005
17006 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17007
17008         * gnus-art.el (article-treat-dumbquotes): Quote \.
17009
17010 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17011
17012         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
17013         Emacs 20 runs on a terminal.
17014
17015 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17016
17017         * gnus-msg.el (gnus-bug): Revert to save-excursion.
17018
17019         * mml.el (gnus-add-minor-mode): Autoload.
17020
17021         * message.el (message-forward): Save-restriction.
17022
17023 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17024
17025         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
17026         Paul Stevenson <p.stevenson@surrey.ac.uk>
17027
17028 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17029
17030         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
17031
17032         * mml.el (gnus-ems): Don't require.
17033
17034         * gnus.el (gnus-decode-rfc1522): Removed.
17035         (gnus-set-text-properties): Define.
17036
17037 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17038
17039         * gnus-art.el (gnus-mime-*): handle may be nil.
17040
17041         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
17042
17043         * gnus.el (gnus-group-remove-excess-properties): Not defined
17044         in gnus-xmas.
17045
17046 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17047
17048         * message.el (message-mail-user-agent): Add :version.
17049
17050 2000-12-21  Miles Bader  <miles@gnu.org>
17051
17052         * message.el (message-mode): Set `comment-start' to the  yank prefix.
17053
17054 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17055
17056         * message.el (message-mail-user-agent): New variable.
17057         (message-setup): Renamed to message-setup-1. Support
17058         mail-user-agent.
17059         (message-mail-user-agent): New function.
17060         (message-mail): Use it.
17061         (message-reply): Use it.
17062         (message-resend): Use it.
17063         (message-mail-other-window): Use it.
17064         (message-mail-other-frame): Use it.
17065
17066         * gnus-msg.el (gnus-bug): Support mail-user-agent.
17067
17068 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17069
17070         * message.el (message-tool-bar-map): Simplify.
17071         (message-narrow-to-head-1): New function.
17072         (message-narrow-to-head): Use it.
17073         (message-reply): Ditto.
17074         (message-cancel-news): Ditto.
17075         (message-supersede): Ditto.
17076         (message-make-forward-subject): Ditto.
17077         (message-bounce): Ditto.
17078
17079 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17080
17081         * uudecode.el (uudecode-decode-region-external): make-temp-file
17082         may not be defined.
17083
17084         * binhex.el (defalias): eval-and-compile.
17085
17086         * message.el (message-tool-bar-map): New function.
17087         (message-mode): Use it.
17088
17089 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17090
17091         * nntp.el (nntp-find-connection): Remove the entry.
17092         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
17093
17094 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17095
17096         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
17097
17098         * message.el (message-forward): Copy buffer in unibyte mode.
17099
17100 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17101
17102         * message.el (message-make-forward-subject): Don't widen. Decode.
17103         (message-forward): Don't decode subject.
17104
17105 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
17106
17107         * qp.el (quoted-printable-encode-region): Upcase QP.
17108
17109 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17110
17111         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
17112         mail-extract-a-c instead. Don't depend on Gnus.
17113
17114         * mml.el (gnus-ems): Require it.
17115
17116         * gnus-msg.el (gnus-summary-mail-forward):
17117
17118         * message.el (message-forward):  Move mime-to-mml here.
17119
17120 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17121
17122         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
17123         * gnus-art.el (gnus-insert-mime-button): Simplify.
17124         (gnus-mime-display-alternative): Ditto.
17125         (gnus-insert-mime-security-button): Ditto.
17126
17127 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17128
17129         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
17130         text-property-not-all doesn't return nil when start=mark(end).
17131         (gnus-remove-text-properties-when): Ditto.
17132
17133 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17134
17135         * gnus-start.el (gnus-group-change-level): Remove group from
17136         gnus-active-hashtb if real killed.
17137
17138 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17139
17140         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
17141         (gnus-mime-display-alternative): Ditto.
17142         (gnus-insert-mime-security-button): Ditto.
17143
17144 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17145
17146         * gnus-start.el (gnus-group-change-level): Don't add it into
17147         killed-list if it was killed.
17148
17149 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17150
17151         * nnmbox.el (nnmbox-file-coding-system): Use binary.
17152         (nnmbox-active-file-coding-system): Ditto.
17153
17154         * gnus-cus.el (gnus-group-parameters): Add posting-style.
17155
17156 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17157
17158         * gnus.el (gnus-version):
17159         (gnus-version-number): Set to Oort Gnus 0.01.
17160
17161         * gnus-art.el (gnus-mime-security-button-map):
17162         (gnus-insert-mime-security-button): Fix for Emacs21.
17163
17164 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17165
17166         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
17167         easymenu, because XEmacs doesn't understand :help.
17168
17169         * mm-uu.el: Require binhex.
17170
17171 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17172
17173         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
17174
17175 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
17176
17177         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
17178
17179 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
17180
17181         * *.xpm, *.pbm: Convert icons icons to size 24x24.
17182
17183 2000-12-18  Dave Love  <fx@gnu.org>
17184
17185         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
17186         (unused).
17187
17188 2000-12-13  Miles Bader  <miles@gnu.org>
17189
17190         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
17191         to t, so that we don't get stuck while trying to smilefy
17192         intangible text.
17193
17194 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
17195
17196         * smiley-ems.el (smiley-regexp-alist): Make regexps match
17197         at the end of the buffer.
17198         (smiley-region): In the loop, move to the end of the submatch
17199         matching the smiley instead of using the end of the match
17200         of the whole regexp.
17201
17202 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
17203
17204         * message.el (message-mode): Doc fix.
17205
17206 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
17207
17208         * smiley-ems.el (smiley-region): Doc fix.
17209
17210 2000-12-11  Miles Bader  <miles@gnu.org>
17211
17212         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
17213         bottom line visible, check to see if it's partially obscured, and
17214         if so, either scroll one more line to make it fully visible, or
17215         revert to showing the second line from the top.
17216
17217 2000-12-07  Dave Love  <fx@gnu.org>
17218
17219         * mailcap.el (mailcap-download-directory)
17220         * gnus-audio.el (gnus-audio-directory)
17221         * smiley-ems.el (smiley-data-directory): Fix :type.
17222
17223 2000-11-30  Dave Love  <fx@gnu.org>
17224
17225         * message.el (message-auto-save-directory): Use
17226         file-name-as-directory.
17227         (message-set-auto-save-file-name): Create
17228         message-auto-save-directory if necessary.
17229         (message-replace-chars-in-string): Removed -- unused.
17230         (message-mail-alias-type): Customize.
17231         (message-headers): Remove duplicate defgroup.
17232
17233 2000-11-29  Dave Love  <fx@gnu.org>
17234
17235         * qp.el (quoted-printable-decode-region): Use error, not message
17236         to report malformed text (like base64).  Amend message.
17237
17238 2000-11-29  Miles Bader  <miles@gnu.org>
17239
17240         * message.el (message-header-lines): Fontify tag.
17241
17242 2000-11-27  Dave Love  <fx@gnu.org>
17243
17244         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
17245         compiler warning.
17246
17247 ;2000-11-26  Dave Love  <fx@gnu.org>
17248 ;
17249 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
17250 ;
17251 2000-11-23  Dave Love  <fx@gnu.org>
17252
17253         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
17254
17255         * mm-uu.el (uudecode): Require.
17256         (uudecode-decode-region, uudecode-decode-region-external): Don't
17257         autoload.
17258         (mm-uu-copy-to-buffer): Doc fix.
17259         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
17260         type fix.
17261
17262         * mailcap.el: Doc fixes.
17263         (mailcap-mime-data): Various adjustments.
17264         (mailcap): New group.
17265         (mailcap-download-directory): Customize.
17266         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
17267         (mailcap-temporary-directory): Deleted (unused).
17268         (mailcap-unescape-mime-test): Simplify slightly.
17269         (mailcap-viewer-passes-test): Use functionp.
17270         (mailcap-command-p): Aliased to executable-find.
17271
17272         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
17273         default-enable-multibyte-characters is nil.
17274
17275 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
17276
17277         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
17278
17279 2000-11-21  Dave Love  <fx@gnu.org>
17280
17281         * gnus-art.el (gnus-mime-button-map): Don't inherit from
17282         gnus-article-mode-map.
17283 ;       (gnus-mime-button-menu): Use mouse-set-point.
17284         (gnus-insert-mime-button, gnus-mime-display-alternative)
17285         (gnus-mime-display-alternative): Don't use local-map property.
17286
17287 2000-11-17  Dave Love  <fx@gnu.org>
17288
17289         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
17290         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
17291         and make-temp-file.
17292         (uudecode-decode-region): Doc fix.
17293
17294 2000-11-14  Dave Love  <fx@gnu.org>
17295
17296         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
17297         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
17298         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
17299         New files, derived from the XPMs.
17300
17301 2000-11-10  Dave Love  <fx@gnu.org>
17302
17303         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
17304         (gnus-agent-lib-file, gnus-agent-load-alist)
17305         (gnus-agent-save-alist, gnus-agent-article-name): Use
17306         expand-file-name.
17307
17308         * gnus-group.el (gnus-group-name-charset-method-alist): Add
17309         :version.
17310         (nnkiboze-score-file): Defvar when compiling.
17311
17312         * gnus-start.el (gnus-read-newsrc-file): Add :version.
17313
17314         * gnus-art.el (gnus-article-banner-alist)
17315         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
17316         (gnus-article-date-lapsed-new-header)
17317         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
17318         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
17319         (gnus-treat-strip-headers-in-body)
17320         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
17321         (gnus-treat-translate): Add :version.
17322         (gnus-article-mime-part-function): Fix defcustom.
17323
17324         * nnmail.el (nnmail-expiry-target)
17325         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
17326         (nnmail-split-header-length-limit): Add :version.
17327
17328         * gnus-sum.el (gnus-auto-expirable-marks)
17329         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
17330         (gnus-extra-headers, gnus-ignored-from-addresses)
17331         (gnus-newsgroup-ignored-charsets)
17332         (gnus-group-highlight-words-alist)
17333         (gnus-summary-show-article-charset-alist): Add :version.
17334
17335         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
17336         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
17337         files, converted from the XPMs.
17338
17339         * gnus-cache.el (gnus-cache-active-file): Don't use
17340         file-name-as-directory on directory.
17341         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
17342         use file-name-as-directory on directory.
17343
17344         * time-date.el (timezone-make-date-arpa-standard): Autoload.
17345         (date-to-time): Use it.
17346
17347 ;       * message.el (message-mode) <adaptive-fill-regexp>:
17348 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
17349 ;       (message-newline-and-reformat): Likewise.
17350         (message-forward-as-mime, message-forward-ignored-headers)
17351         (message-buffer-naming-style, message-default-charset)
17352         (message-dont-reply-to-names, message-send-mail-partially-limit):
17353         Add :version.
17354
17355         * mm-util.el: Doc fixes.
17356         (mm-mime-charset): Don't use the raw result of
17357         mm-preferred-coding-system.
17358         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
17359         (mm-with-unibyte): Simplify.
17360
17361         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
17362         concat.
17363
17364         * pop3.el (pop3-version): Deleted.
17365         (pop3-make-date): New function, avoiding message-make-date.
17366         (pop3-munge-message-separator): Use it.
17367
17368 2000-11-09  Dave Love  <fx@gnu.org>
17369
17370         * gnus-group.el (gnus-group-make-directory-group)
17371         (gnus-group-fetch-faq): Use expand-file-name.
17372         (gnus-group-fetch-faq): Simplify completing-read form.
17373
17374         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
17375         test for Mule.
17376
17377         * message.el (tool-bar-map): Defvar when compiling.
17378
17379         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
17380         (gnus-tm-lisp-directory): Deleted.
17381         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
17382         (featurep 'xemacs).
17383         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
17384         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
17385         version numbers from file names.
17386
17387 2000-11-08  Dave Love  <fx@gnu.org>
17388
17389         * mm-view.el: Use featurep for XEmacs test.
17390         (mm-inline-message): Test for `remove-specifier'; don't use
17391         condition-case.
17392
17393         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
17394
17395         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
17396         (gnus-score-find-bnews): Don't concat "".
17397
17398         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
17399         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
17400         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
17401         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
17402
17403         * gnus-sum.el: Put some defvars in eval-when-compile.
17404         (gnus-summary-mode-hook): Add :options.
17405         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
17406         (gnus-summary-tool-bar-map): New variable.
17407         (gnus-summary-make-tool-bar): New function.
17408         (gnus-summary-mode): Put kill-all-local-variables first.
17409
17410         * gnus-group.el (gnus-group-toolbar-map): New variable.
17411         (gnus-group-make-tool-bar): Rewritten.
17412         (gnus-group-mode): Put kill-all-local-variables first.
17413
17414         * rfc2047.el: Require gnus-util.
17415
17416         * nnml.el (gnus-sorted-intersection): Autoload.
17417
17418         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
17419         Put some defvars in eval-when-compile.
17420         (gnus-intersection, gnus-sorted-complement):  Autoload.
17421
17422         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
17423
17424         * mm-encode.el (mm-body-7-or-8): Autoload.
17425
17426         * mm-decode.el (mm-insert-inline): Autoload.
17427
17428         * mml.el:
17429         * message.el: Put some defvars in eval-when-compile.
17430
17431         * gnus-msg.el: Put some defvars in eval-when-compile.
17432         (gnus-msg-mail): Move after gnus-setup-message.
17433
17434         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
17435
17436 2000-11-07  Dave Love  <fx@gnu.org>
17437
17438         * gnus-util.el (nnheader): Don't require message (recursive
17439         autoload).
17440
17441         * uudecode.el: Avoid compiler warnings.
17442
17443         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
17444         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
17445
17446 2000-11-06  Dave Love  <fx@gnu.org>
17447
17448         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
17449
17450         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
17451         (uudecode-char-int): New alias, replacing char-int.
17452         (uudecode-decode-region): Don't call buffer-disable-undo.
17453
17454 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
17455 ;       (mm-uu-configure-list): Doc fix.
17456 ;
17457 ;       * earcon.el (running-xemacs): Don't define.
17458 ;
17459 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
17460 ;
17461 ;       * message.el (message-font-lock-keywords): Match a final newline
17462 ;       to help font-lock's multiline support.
17463 ;
17464 2000-11-03  Dave Love  <fx@gnu.org>
17465
17466         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
17467
17468         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
17469         name.
17470
17471         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
17472         <banner>: Fix custom type, doc.
17473
17474         * mm-decode.el (mm-display-external): Space-prefix temp buffer
17475         name.  Don't disable undo explicitly.
17476
17477 ;2000-11-02  Dave Love  <fx@gnu.org>
17478 ;
17479 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
17480 ;       cite-prefix.
17481
17482 2000-11-01  Dave Love  <fx@gnu.org>
17483
17484         * rfc2047.el (base64): Require unconditionally.
17485         (message-posting-charset): Defvar when compiling.
17486         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
17487         message.
17488
17489         * gnus-sum.el (nnoo): Require.
17490         (mm-uu-dissect): Autoload.
17491
17492         * mml.el (mml-parse-1): Clarify message.
17493         (mml-minibuffer-read-type): Use mailcap-mime-types.
17494
17495 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
17496
17497         * mml.el: Fix a typo in the requiring of CL.
17498
17499 2000-11-01  Dave Love  <fx@gnu.org>
17500
17501         * utf7.el: Require cl when compiling.
17502
17503         * binhex.el: Use (featurep 'xemacs).
17504         (binhex-char-int): New alias, replacing char-int.  Change callers.
17505         (binhex-decode-region): Simplify work buffer code.
17506         (binhex-decode-region-external): Use expand-file-name, not concat.
17507
17508 2000-10-30  Dave Love  <fx@gnu.org>
17509
17510         * gnus-art.el: Fix 2000-10-27 change properly.
17511
17512 2000-10-28  Miles Bader  <miles@gnu.org>
17513
17514         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
17515
17516 2000-10-27  Dave Love  <fx@gnu.org>
17517
17518         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
17519         strings.
17520         (gnus-group-make-tool-bar): New function.
17521         (gnus-group-mode): Use it.
17522
17523         * message.el (message-mode-menu): Add some :help strings.
17524         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
17525         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
17526
17527         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
17528         * describe-group.xpm, get-news.xpm, kill-group.xpm:
17529         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
17530
17531         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
17532         display-graphic-p here.
17533
17534 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
17535
17536         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
17537         of the `gnus-xemacs' variable, as the latter has been removed.
17538         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
17539         * gnus-art.el (gnus-treat-display-xface)
17540         (gnus-treat-display-smileys, gnus-treat-display-picons)
17541         (gnus-article-read-summary-keys): Likewise.
17542
17543 2000-10-26  Dave Love  <fx@gnu.org>
17544
17545         (defvar): Use rmail-spool-directory unconditionally.
17546
17547 2000-10-18  Dave Love  <fx@gnu.org>
17548
17549         * mm-bodies.el (mm-uu-decode-function)
17550         (mm-uu-binhex-decode-function): Defvar when compiling.
17551
17552         * gnus-nocem.el (gnus-nocem-issuers): Update.
17553         (gnus-nocem-check-from): New option.
17554         (gnus-nocem-scan-groups): Use it.
17555         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
17556         (gnus-nocem-check-article-limit): Add :version.
17557
17558 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
17559
17560         * ietf-drums.el (mm-util): Require CL when compiling.
17561
17562 2000-10-15  Dave Love  <fx@gnu.org>
17563
17564         * qp.el: Require mm-util.
17565
17566 2000-10-13  Dave Love  <fx@gnu.org>
17567
17568         * qp.el (quoted-printable-decode-region): Avoid invalid
17569         coding-systems.
17570
17571 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
17572
17573         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
17574         to a recursive load.
17575
17576 2000-10-12  Dave Love  <fx@gnu.org>
17577
17578         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
17579
17580         * gnus.el (gnus-group-startup-message): Check for PBM image.
17581
17582 2000-10-09  Dave Love  <fx@gnu.org>
17583
17584         * mail-source.el (mail-source-fetch-imap): Bind
17585         default-enable-multibyte-characters rather than using
17586         mm-disable-multibyte.
17587
17588 2000-10-05  Dave Love  <fx@gnu.org>
17589
17590         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
17591         Autoload.
17592         (quoted-printable-decode-region):  Rename arg which confused
17593         charset with coding-system.  Don't use nonascii-insert-offset.
17594         Coding-system encode the region initially.  Don't recognize `=='
17595         as valid QP.  Coding-system decode the region finally.
17596         (quoted-printable-decode-string): Rename arg which confused
17597         charset with coding-system.
17598
17599         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
17600         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
17601         mm-encode-coding-region.
17602         (mm-decode-body, mm-decode-string): Rename variables which
17603         confused charset with coding-system.
17604         (binhex-decode-region): Don't autoload.
17605         (mm-body-encoding): Require message.
17606         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
17607         cond branches.
17608
17609         * gnus-art.el (article-de-quoted-unreadable)
17610         (article-de-base64-unreadable): Fold search case
17611         rather than downcasing string.  Apply mm-charset-to-coding-system
17612         to arg of quoted-printable-decode-region.
17613
17614 2000-10-04  Dave Love  <fx@gnu.org>
17615
17616         * gnus-ems.el: Don't turn off compiler warnings in local vars.
17617         Require ring when compiling.
17618         (gnus-article-compface-xbm): New variable.
17619
17620 2000-10-04  Dave Love  <fx@gnu.org>
17621
17622         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
17623         pbm images.
17624
17625         * frown.pbm, smile.pbm, wry.pbm: New files.
17626
17627         * frown.xbm, smile.xbm, wry.xbm: Deleted.
17628
17629 2000-10-03  Dave Love  <fx@gnu.org>
17630
17631         * mail-source.el (mail-sources): Revert to nil.
17632
17633         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
17634
17635         * qp.el: Don't require mm-util.
17636         (quoted-printable-decode-region): Rewritten.
17637         (quoted-printable-decode-string, quoted-printable-encode-region):
17638         Doc fix.
17639         (quoted-printable-encode-region): Barf on multibyte characters.
17640         Maybe make the class multibyte.  Upcase chars, not formatted
17641         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
17642         (quoted-printable-encode-string): Don't use
17643         mm-with-unibyte-buffer.
17644
17645 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
17646
17647         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
17648
17649 2000-09-21  Dave Love  <fx@gnu.org>
17650
17651         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
17652         (for Emacs 20).  Tidy somewhat.
17653
17654 2000-09-21  Dave Love  <fx@gnu.org>
17655
17656         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
17657         image processing.  Rationalize logic somewhat.
17658
17659 2000-09-20  Dave Love  <fx@gnu.org>
17660
17661         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
17662         specifically.
17663
17664         * gnus.el (gnus-version-number): Avoid some redundant
17665         autoloads.
17666
17667 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
17668
17669         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
17670         to XBM; we always have PBM support.
17671
17672 2000-09-14  Dave Love  <fx@gnu.org>
17673
17674         * gnus.el (gnus-charset):
17675         * mm-decode.el (mime-display):
17676         * imap.el (imap) <defgroup>: Add :version.
17677
17678 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
17679
17680         * parse-time.el: Fix author's mail address.
17681
17682         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
17683         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
17684         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
17685         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
17686         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
17687         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
17688         * rfc2231.el, uudecode.el: Fix copyright notice.
17689
17690         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
17691         require `w3' at load-time only if not running in batch mode.
17692
17693 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17694
17695         * gnus.el: Before merge with Emacs21.
17696
17697 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
17698
17699         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
17700
17701 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
17702
17703         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
17704         to avoid conflict with the standard `back-to-indentation'
17705         binding.
17706
17707 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17708
17709         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
17710
17711         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
17712         (mm-disable-multibyte-mule4): Ditto.
17713         (mm-with-unibyte-current-buffer-mule4): Ditto.
17714
17715 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17716
17717         * pop3.el (pop3-movemail): Use binary.
17718         (pop3-movemail-file-coding-system): Removed.
17719
17720 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17721
17722         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
17723
17724 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17725
17726         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
17727         exists.
17728
17729 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17730
17731         * gnus-msg.el (gnus-post-method): Use backend name when the
17732         address is "".
17733
17734 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17735
17736         * gnus-art.el (article-verify-x-pgp-sig): Don't test
17737         mm-verify-option.
17738         (gnus-treat-x-pgp-sig): Default value.
17739         (gnus-ignored-headers): Redundant.
17740
17741 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17742
17743         * gnus-win.el (gnus-configure-frame): Save selected window.
17744
17745 2000-02-15  Andrew Innes  <andrewi@gnu.org>
17746
17747         * nnmbox.el: Require gnus-range.
17748         (nnmbox-group-building-active-articles): New variable.
17749         (nnmbox-group-active-articles): New variable; this is a cache of
17750         all active articles by group and number.
17751         (nnmbox-in-header-p): New function.
17752         (nnmbox-find-article): New function.
17753         (nnmbox-record-active-article): New function.
17754         (nnmbox-record-deleted-article): New function.
17755         (nnmbox-is-article-active-p): New function.
17756         (nnmbox-retrieve-headers): Use nnmbox-find-article.
17757         (nnmbox-request-article): Ditto.  Also supply extra arg to
17758         nnmbox-article-group-number.
17759         (nnmbox-request-expire-articles): Ditto.
17760         (nnmbox-request-move-article): Ditto.
17761         (nnmbox-request-replace-article): Ditto.
17762         (nnmbox-request-rename-group): Rename group entry in active
17763         article cache.
17764         (nnmbox-delete-mail): Update active article cache, unless article
17765         is being replaced.
17766         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
17767         than partially duplicating it.
17768         (nnmbox-article-group-number): Add extra `this-line' arg, to
17769         handle articles belonging to multiple groups.
17770         (nnmbox-save-mail): Update active article cache.
17771         (nnmbox-read-mbox): Build active article cache when loading mbox.
17772         Also do some repair work, if we find articles that are missing the
17773         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
17774         reconstruct these from Xref info.
17775
17776 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17777
17778         * mail-source.el (mail-source-report-new-mail): Use
17779         nnheader-run-at-time.
17780
17781 2000-02-15  Andrew Innes  <andrewi@gnu.org>
17782
17783         * mail-source.el (mail-source-fetch-pop): Clear pop password when
17784         an error is thrown, and then rethrow the error.
17785         (mail-source-check-pop): Ditto.
17786         (mail-source-start-idle-timer): Prevent multiple pop checks
17787         running if the check takes a long time.
17788
17789 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17790
17791         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
17792         succeed.
17793
17794 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17795
17796         * gnus-win.el (gnus-configure-windows): Make sure
17797         nntp-server-buffer is live.
17798         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
17799
17800 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
17801
17802         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
17803
17804 2000-12-04  Andreas Jaeger  <aj@suse.de>
17805
17806         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
17807
17808 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17809
17810         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
17811
17812 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
17813         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
17814
17815         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
17816
17817 2000-12-01  Simon Josefsson  <sj@extundo.com>
17818
17819         * mml-smime.el (mml-smime-verify): Fix address parsing.
17820
17821 2000-12-01  Simon Josefsson  <sj@extundo.com>
17822
17823         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
17824         more than one certificate inside PKCS#7 blob.  Better security
17825         information (clamed / actual sender, openssl output, certificates
17826         inside message).
17827
17828         * smime.el (smime-verify-region): Output to /dev/null.
17829         (smime-buffer-as-string-region): Don't parse empty lines.
17830
17831 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17832
17833         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
17834         ?d and ?D.
17835         (gnus-mime-security-show-details-inline): New variable.
17836         (gnus-mime-security-show-details): Use them.
17837         (gnus-insert-mime-security-button): Ditto.
17838
17839         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
17840         Suggest by Michael Duggan (md5i@cs.cmu.edu).
17841         (mml2015-gpg-clear-verify): Ditto.
17842         (mml2015-gpg-decrypt-1): Ditto.
17843         (mml2015-use): Prefer 'gpg.
17844
17845 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17846
17847         * gnus-util.el (gnus-add-text-properties-when): New function.
17848         (gnus-remove-text-properties-when): Ditto.
17849
17850         * gnus-cite.el (gnus-article-hide-citation): Use them.
17851         (gnus-article-toggle-cited-text): Use them.
17852
17853         * gnus-art.el (gnus-signature-toggle): Use them.
17854         (gnus-article-show-hidden-text): Ditto.
17855         (gnus-article-hide-text): Ditto.
17856
17857 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17858
17859         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
17860
17861 2000-11-30  Simon Josefsson  <sj@extundo.com>
17862
17863         * smime.el (smime-point-at-eol): New alias.
17864         (smime-buffer-as-string-region): Use it.
17865
17866 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17867
17868         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
17869
17870 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17871
17872         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
17873
17874         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
17875
17876         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
17877
17878 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
17879
17880         * nnmh.el (nnmh-request-expire-articles): Implemented
17881         expiry-target for nnmh backend.
17882
17883 2000-11-30  Simon Josefsson  <sj@extundo.com>
17884
17885         * mm-decode.el (mm-security-from): New variable.
17886         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
17887
17888         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
17889         than `from'.
17890
17891 2000-11-30  Simon Josefsson  <sj@extundo.com>
17892
17893         * mml-smime.el (mml-smime-verify): Verify that certificate mail
17894         address match sender address.
17895
17896         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
17897
17898         * smime.el (smime-verify-region): Don't copy buffer.
17899         (smime-decrypt-buffer): Use expand-file-name on keyfile.
17900         (smime-pkcs7-region): New function.
17901         (smime-pkcs7-certificates-region): Ditto.
17902         (smime-pkcs7-email-region): Ditto.
17903         (smime-buffer-as-string-region): Ditto.
17904
17905         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
17906         buffer.
17907
17908 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
17909
17910         * smime.el (smime-decrypt-region): Fix keyfile argument.
17911
17912 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17913
17914         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
17915
17916 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17917
17918         * message.el (message-shoot-gnksa-feet): New variable.
17919         (message-gnksa-enable-p): New function.
17920         (message-send): Use it.
17921         (message-check-news-body-syntax): Ditto.
17922
17923 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17924
17925         * message.el (message-make-message-id): Remove the redundancy.
17926
17927 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17928
17929         * message.el (message-setup): Discourage using mc-install-*-mode.
17930
17931         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
17932
17933 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17934
17935         * gnus-cite.el (gnus-cite-parse): Guess citation length.
17936
17937 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17938
17939         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
17940
17941 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17942
17943         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
17944
17945 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17946
17947         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
17948         insert-buffer-substring.
17949
17950         * message.el (message-send-mail): Use buffer-substring-no-properties.
17951         (message-send-news): Ditto.
17952
17953 2000-11-22  David Edmondson  <dme@dme.org>
17954
17955         * imap.el (imap-wait-for-tag): Message read info.
17956
17957 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17958
17959         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
17960         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
17961         (mml2015-gpg-encrypt): Ditto.
17962
17963 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17964
17965         * mm-decode.el (mm-verify-option): Default value.
17966
17967         * mml-sec.el (mml-secure-part): Error message.
17968
17969 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17970
17971         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
17972
17973 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17974
17975         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
17976
17977 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17978
17979         * gnus-art.el (gnus-article-describe-key): Use prompt.
17980         (gnus-article-describe-key-briefly): Ditto.
17981
17982 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17983
17984         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
17985
17986 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17987
17988         * gnus-art.el (gnus-article-describe-key): New function.
17989         (gnus-article-describe-key-briefly): New function.
17990
17991 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17992
17993         * mm-decode.el (mm-decrypt-option): Doc typo.
17994
17995         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
17996         return a number.
17997
17998 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17999
18000         * message.el (message-newline-and-reformat): Typo.
18001
18002 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
18003
18004         * gnus-art.el (article-verify-x-pgp-sig): Check whether
18005         original-article-buffer exists.
18006
18007         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
18008         (rfc2047-header-encoding-alist): Addresses are different from text.
18009         (rfc2047-encode-message-header): Ditto.
18010         (rfc2047-dissect-region): Extra parameter.
18011         (rfc2047-encode-region): Ditto.
18012         (rfc2047-encode-string): Ditto.
18013
18014 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
18015
18016         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
18017         (mm-uu-pgp-encrypted-extract): Use it.
18018         (mm-uu-pgp-signed-extract-1): New function.
18019         (mm-uu-pgp-signed-extract): Use it.
18020
18021         * gnus-art.el (gnus-mime-display-security): New function.
18022         (gnus-mime-display-part): Use it.
18023         (gnus-mime-security-verify-or-decrypt): New function.
18024         (gnus-mime-security-press-button): New function.
18025         (gnus-insert-mime-security-button): Use it.
18026
18027         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
18028         (mm-find-raw-part-by-type): Ditto.
18029         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
18030         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
18031         (mm-destroy-parts): Kill nested multibyte buffer.
18032
18033         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
18034         (mml2015-gpg-verify): Ditto.
18035
18036 2000-11-18  Simon Josefsson  <sj@extundo.com>
18037
18038         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
18039         (mml2015-function-alist): Use it.
18040
18041         * mml-sec.el (mml-sign-alist): Update names.
18042         (mml-encrypt-alist): Ditto.
18043         (mml-secure-part-smime-sign): Moved to mml-smime.el
18044         as `mml-smime-sign-query'.
18045         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
18046         `mml-smime-get-file-cert'.
18047         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
18048         `mml-smime-get-dns-cert'.
18049         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
18050         `mml-smime-encrypt-query'.
18051         (mml-smime-sign-buffer): Use mml-smime-sign.
18052         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
18053
18054         * mml-smime.el (mml-smime-sign): New function.
18055         (mml-smime-encrypt):
18056         (mml-smime-sign-query):
18057         (mml-smime-get-file-cert):
18058         (mml-smime-get-dns-cert):
18059         (mml-smime-encrypt-query): Moved from mml-sec.el.
18060
18061 2000-11-16  Simon Josefsson  <sj@extundo.com>
18062
18063         * mml2015.el (mml2015-gpg-clear-verify): New function.
18064         (mml2015-function-alist): Add it.
18065
18066 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
18067
18068         * message.el (message-setup-fill-variables): Use
18069         message-cite-prefix-regexp.
18070         (message-newline-and-reformat): Check the end of citation, leading
18071         WSP, break in the cite prefix.
18072         (message-fill-paragraph): New function.
18073
18074 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
18075
18076         * lpath.el: Shut up.
18077
18078 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
18079
18080         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
18081         raw 8-bit in headers in dk.* newsgroups.
18082
18083 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
18084
18085         * message.el (message-newline-and-reformat): Match extra WSPs.
18086
18087 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
18088
18089         * mml.el (mml-generate-mime-1): Ignore ascii.
18090
18091 2000-11-16 Justin Sheehy  <justin@iago.org>
18092
18093         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
18094
18095 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
18096
18097         * message.el (message-cite-prefix-regexp): Prefix should not end
18098         at space.
18099
18100 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
18101
18102         * message.el (message-mode-syntax-table): Add - as a word
18103         constituent as in articles.
18104         (message-setup-fill-variables): Add -_. as supercite-style prefix.
18105         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
18106         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
18107
18108 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
18109
18110         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
18111
18112 2000-11-12  David Edmondson  <dme@dme.org>
18113
18114         * message.el (message-font-lock-keywords): use
18115         message-cite-prefix-regexp.
18116
18117 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
18118
18119         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
18120         Stein Arild Str\e,Ax\e(Bmme.
18121         (gnus-group-jump-to-group): Use it.
18122         (gnus-group-jump-to-group-prompt): Customize.
18123
18124 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
18125
18126         * mailcap.el (mailcap-possible-viewers): Match the entire string.
18127
18128 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
18129
18130         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
18131         incompatible.
18132         (mml2015-mailcrypt-sign): Ditto.
18133
18134 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
18135
18136         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
18137         group is open.
18138
18139 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
18140
18141         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
18142         nnvirtual articles.
18143         (gnus-backlog-request-article): Don't request nnvirtual articles.
18144
18145 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
18146
18147         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
18148         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
18149
18150 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
18151
18152         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
18153         * mml.el (mml-generate-mime-1): Use charset attribute.
18154         * mm-bodies.el (mm-encode-body): Add parameter charset.
18155         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
18156
18157 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
18158
18159         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
18160         (mml2015-mailcrypt-clear-decrypt): Ditto.
18161         (mml2015-mailcrypt-verify): Ditto.
18162         (mml2015-mailcrypt-clear-verify): Ditto.
18163         (mml2015-gpg-verify): Ditto.
18164
18165 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
18166
18167         * smime.el (smime-openssl-program): Test the existence of openssl.
18168         * mml-smime.el: Require mm-decode.
18169         (mml-smime-verify-test): New function.
18170         * mm-decode.el (mm-verify-function-alist): Use it.
18171
18172 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
18173
18174         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
18175         anyway.
18176
18177 2000-11-13  Simon Josefsson  <sj@extundo.com>
18178
18179         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
18180         verification doesn't work.
18181
18182 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
18183
18184         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
18185         (gnus-inews-do-gcc): Use it.
18186
18187 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
18188
18189         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
18190         leading space.
18191         * mm-extern.el (mm-inline-external-body): Report error when no
18192         access-type.
18193
18194 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
18195
18196         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
18197
18198 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
18199
18200         * gnus-art.el (gnus-mime-button-menu): Use select-window.
18201
18202 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
18203
18204         * gnus-art.el (gnus-mime-display-part): Display multipart/related
18205         as multipart/mixed.
18206
18207 2000-11-12  David Edmondson  <dme@dme.org>
18208
18209         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
18210         and replace `.' with `\w' to allow for different syntax tables
18211         (from Vladimir Volovich).
18212         * message.el (message-newline-and-reformat): use
18213         `message-cite-prefix-regexp'.
18214         * gnus-cite.el (gnus-supercite-regexp): use
18215         `message-cite-prefix-regexp'.
18216         * gnus-cite.el (gnus-cite-parse): use
18217         `message-cite-prefix-regexp'.
18218
18219 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
18220
18221         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
18222         PGP SIGNATURE.  Escape leading "-"'s.
18223         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
18224
18225 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
18226
18227         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
18228
18229 2000-11-11  Simon Josefsson  <sj@extundo.com>
18230
18231         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
18232
18233         * smime.el (smime-details-buffer): New variable.
18234         (smime-sign-region):
18235         (smime-encrypt-region):
18236         (smime-verify-region):
18237         (smime-decrypt-region): Copy OpenSSL output to the buffer.
18238
18239         * mml-smime.el (mml-smime-verify): Support security info.
18240
18241 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
18242
18243         * mm-decode.el (mm-verify-option): Set default to nil.
18244         (mm-decrypt-option): Ditto.
18245         * gnus-art.el (article-verify-x-pgp-sig): New function.
18246
18247 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
18248
18249         * gnus-art.el (gnus-mime-display-alternative): Show button if no
18250         preferred part.
18251
18252 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
18253
18254         * gnus-sum.el (gnus-move-split-methods): Say that
18255         `gnus-split-methods' uses file names, whereas this uses group
18256         names.  (Report from Nevin Kapur)
18257
18258 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
18259
18260         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
18261
18262 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
18263
18264         * nnheader.el (nnheader-directory-files-is-safe): New variable.
18265         (nnheader-directory-articles): Use it.
18266         (nnheader-article-to-file-alist): Ditto.
18267
18268 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
18269
18270         * rfc2047.el (rfc2047-pad-base64): New function.
18271         (rfc2047-decode): Use it.
18272
18273 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
18274
18275         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
18276         select method.
18277
18278 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
18279
18280         * mml2015.el (mml2015-gpg-decrypt-1):
18281         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
18282
18283 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
18284
18285         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
18286
18287 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
18288
18289         * pop3.el (pop3-munge-message-separator): A message may have an
18290         empty body.
18291
18292 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
18293
18294         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
18295         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
18296         (mm-uu-pgp-signed-extract): Use coding-system.
18297
18298 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
18299
18300         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
18301         (gnus-insert-mime-security-button): New function.
18302         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
18303         * mml2015.el:  Add security info when verify or decrypt.
18304         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
18305         (mm-uu-pgp-encrypted-extract): Ditto.
18306
18307 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
18308
18309         * mm-decode.el (mm-display-parts): New function.
18310         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
18311
18312 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18313
18314         * gnus-mlspl.el: Documentation tweaks.
18315
18316 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
18317
18318         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
18319         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
18320         argument.
18321
18322 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
18323
18324         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
18325
18326 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
18327
18328         * gnus-art.el (gnus-article-encrypt): New function.
18329         (gnus-article-encrypt-protocol-alist): New variable.
18330         (gnus-article-encrypt-protocol): New variable.
18331         * mml2015.el (mml2015-self-encrypt): New function.
18332         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
18333
18334 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
18335
18336         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
18337         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
18338         let mailcap do it.
18339         * mml2015.el: Remove snarf code.
18340         * mm-decode.el: Remove snarf code.
18341
18342 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
18343
18344         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
18345         (mml-insert-mime): Understand gnus-decoded.
18346         (mime-to-mml): New parameter handles.
18347         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18348         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
18349
18350 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
18351
18352         * mm-decode.el (mime-security): New group.
18353         (mm-verify-function-alist): Add test function.
18354         (mm-decrypt-function-alist): Ditto.
18355         (mm-snarf-option): Set default value as nil.
18356         (mm-find-part-by-type): Recursive parameter.
18357         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
18358         * mml2015.el: Support draft-ietf-openpgp-multsig.
18359
18360 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
18361
18362         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
18363         (gnus-article-view-part-as-charset): New function.
18364
18365 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
18366
18367         * mm-decode.el (mm-verify-option): Default value.
18368         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
18369
18370 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
18371
18372         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
18373
18374 2000-11-05  Simon Josefsson  <sj@extundo.com>
18375
18376         * mml-smime.el (mml-smime-verify): Work in original multipart
18377         buffert.
18378
18379         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
18380         (mm-handle-multipart-ctl-parameter): Ditto.
18381         (mm-alist-to-plist): New function.
18382         (mm-dissect-buffer): Store CTL parameters and copy original buffer
18383         for multiparts.
18384         (mm-destroy-parts): Destroy multipart buffert.
18385         (mm-remove-part): Ditto.
18386
18387         * mml-smime.el (mml-smime-sign): Not used.
18388         (mml-smime-encrypt): Ditto.
18389
18390         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
18391
18392         Verify S/MIME signature support.
18393
18394         * mm-decode.el (mm-inline-media-tests): Add
18395         application/{x-,}pkcs7-signature.
18396         (mm-inlined-types): Ditto.
18397         (mm-automatic-display): Ditto.
18398         (mm-verify-function-alist): Ditto.  Add name of method.
18399         (mm-decrypt-function-alist): Add name of method.
18400         (mm-find-part-by-type): Add documentation.
18401         (mm-possibly-verify-or-decrypt): Use new format of
18402         mm-{verify,decrypt}-function-alist.  Use method names.
18403
18404         * mml-smime.el (mml-smime-verify): New function.
18405
18406 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
18407
18408         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
18409
18410 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
18411
18412         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
18413         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
18414         * mm-decode.el (mm-snarf-option): New variable.
18415
18416 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
18417
18418         * mm-util.el (mm-subst-char-in-string): New function.
18419         (mm-replace-chars-in-string): Use it.
18420         * message.el (message-replace-chars-in-string): Use it.
18421         * nnheader.el (nnheader-replace-chars-in-string): Use it.
18422         * gnus-mh.el (mh-lib-progs): Shut up.
18423
18424 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
18425
18426         * base64.el, md5.el: Moved to contrib directory.
18427
18428 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
18429
18430         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
18431         the last article when search.
18432
18433 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
18434
18435         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
18436         * nnmail.el (nnmail-pathname-coding-system): Ditto.
18437
18438 2000-09-29  David Edmondson  <dme@thus.net>
18439
18440         * message.el (message-newline-and-reformat): Typo.
18441
18442 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
18443
18444         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
18445
18446 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
18447
18448         * nntp.el (nntp-decode-text): Delete bogus status lines.
18449
18450 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
18451
18452         * message.el (message-font-lock-keywords): Match a final newline
18453         to help font-lock's multiline support.
18454
18455 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
18456
18457         * nnoo.el (nnoo-set): New function.
18458
18459 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
18460
18461         * gpg.el, gpg-ring.el: Moved to contrib directory.
18462
18463 2000-11-04  Simon Josefsson  <sj@extundo.com>
18464
18465         * nnimap.el (nnimap-split-inbox): Typo.
18466
18467 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
18468
18469         * gnus-msg.el (gnus-msg-mail): Move it backwards.
18470
18471 2000-11-03  Simon Josefsson  <sj@extundo.com>
18472
18473         * rfc2231.el (rfc2231-parse-qp-string): New function.
18474         (require): rfc2047.
18475
18476         * mail-parse.el (mail-header-parse-content-type):
18477         (mail-header-parse-content-disposition): Support invalid QP
18478         encoded strings, by using `rfc2231-parse-qp-string'.
18479
18480 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
18481
18482         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
18483         (rfc2231-decode-encoded-string): Typo "> X 1".
18484         (rfc2231-encode-string): Insert the name of charset.
18485         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
18486
18487 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
18488
18489         * mm-decode.el (mm-save-part): Return the filename.
18490         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
18491         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
18492         (gnus-mime-action-alist): Use it.
18493         (gnus-mime-button-commands): Use it.
18494         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
18495         (mm-inline-external-body): unwind-protect.
18496
18497 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
18498
18499         * gnus-art.el (gnus-insert-mime-button): Show url.
18500
18501 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
18502
18503         * mml.el (mml-generate-mime-1): Support external url.
18504         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
18505
18506 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
18507
18508         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
18509         * mm-decode.el (mm-display-external): Ditto.
18510         * mm-extern.el: New file.
18511         * mm-decode.el (mm-inline-media-tests): Hook it up.
18512         (mm-inlined-types): Inline message/external-body.
18513
18514 2000-11-02  Simon Josefsson  <sj@extundo.com>
18515
18516         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
18517
18518         * message.el (message-get-reply-headers): Better handling when
18519         Mail-Followup-To is very large.
18520
18521 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
18522
18523         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
18524         * gnus-art.el (gnus-article-edit-done):
18525         * gnus-sum.el (gnus-summary-edit-article-done): Move line
18526         counting code here.
18527         * gnus-msg.el (gnus-setup-message): Remove a hack.
18528
18529 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
18530
18531         * gnus-sum.el (gnus-newsgroup-variables): New variable.
18532         (gnus-summary-mode): Make them local variables.
18533         (gnus-set-global-variables): Globalize them.
18534         (gnus-summary-exit): Kill them.
18535
18536 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
18537
18538         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
18539         word.
18540
18541 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
18542
18543         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
18544         gnus-article-wash-types.
18545         * gnus-art.el (gnus-article-wash-status): Use them.
18546
18547 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
18548
18549         * mml.el (mml-read-tag): Remove spaces and LF.
18550
18551 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
18552
18553         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
18554         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
18555
18556 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
18557
18558         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
18559
18560 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
18561
18562         * gnus-sum.el (gnus-article-charset): New variable.
18563         (gnus-summary-display-article): Set it.
18564         * gnus-msg.el (gnus-copy-article-buffer): Use it.
18565         * gnus-art.el (gnus-article-mode): Make it local variable.
18566
18567 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18568
18569         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
18570
18571 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18572
18573         * nnwfm.el: New file.
18574
18575         * nnweb.el (nnweb-replace-in-string): New function.
18576
18577 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
18578
18579         * mml2015.el: Wrap gpg.el.
18580         * gpg.el (gpg-verify): The last argument of apply is a list.
18581         (gpg-encrypt): Add passphrase as a parameter.
18582
18583 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
18584
18585         * gpg.el: New file.
18586         * gpg-ring.el: New file.
18587
18588 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
18589
18590         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
18591
18592 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18593
18594         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
18595         double-quote characters.
18596         (gnus-summary-prepare-threads): Ditto.
18597
18598 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
18599
18600         * gnus-art.el (gnus-mime-display-single): Forward line -1.
18601         * mml.el (mml-read-tag): Don't skip the leading space.
18602         * lpath.el (font-lock-set-defaults): Shut up.
18603
18604 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
18605
18606         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
18607
18608 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
18609
18610         * qp.el (quoted-printable-encode-region): Replace leading - when
18611         ultra safe.
18612         * mml.el (mml-generate-mime-postprocess-function): Removed.
18613         (mml-postprocess-alist): Removed.
18614         (mml-generate-mime-1): Use ultra-safe when sign.
18615         * mml2015.el (mml2015-fix-micalg): Uppercase.
18616         (mml2015-verify): Insert LF.
18617         (mml2015-mailcrypt-sign): Downcase; search backward.
18618
18619 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18620
18621         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
18622         restrictive.
18623         (nnultimate-table-regexp): New variable.
18624         (nnultimate-forum-table-p): Use it.
18625
18626 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
18627         Trivial patch.
18628
18629         * gnus-sum.el (gnus-summary-expire-articles): Save point.
18630
18631 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
18632
18633         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
18634         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
18635
18636 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
18637
18638         * mml2015.el: Shut up.
18639
18640 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
18641
18642         * gnus.el (gnus-server-browse-hashtb): Removed.
18643         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
18644         (gnus-group-insert-group-line-info): Use simplified method.
18645         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
18646
18647 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
18648
18649         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
18650         moved here.
18651         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
18652         * gnus-group.el (gnus-group-prepare-flat): Use it.
18653         * gnus-topic.el (gnus-group-prepare-topics): Use it.
18654
18655 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
18656
18657         * mml.el (mml-mode): Show menu in XEmacs.
18658
18659 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
18660
18661         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
18662         (gnus-server-read-server-in-server-buffer): New function.
18663         (gnus-browse-foreign-server): Browse in group buffer.
18664         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
18665         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
18666         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
18667         * gnus.el (gnus-server-browse-hashtb): New variable.
18668
18669 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
18670
18671         * nnfolder.el (nnfolder-open-nov): Use group.
18672
18673 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
18674
18675         * nnfolder.el: Add NOV. Set version to 2.0.
18676         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
18677
18678 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
18679
18680         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
18681
18682 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
18683
18684         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
18685         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
18686
18687 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
18688
18689         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
18690
18691 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
18692
18693         * mm-decode.el (mm-verify-function-alist): New variable.
18694         (mm-verify-option): New variable.
18695         (mm-decrypt-function-alist): Ditto.
18696         (mm-decrypt-option): Ditto.
18697         (mm-find-raw-part-by-type): New function.
18698         (mm-possibly-verify-or-decrypt): New function.
18699         (mm-dissect-multipart): Use it.
18700         * mml2015.el (mml2015-fix-micalg): New function.
18701         (mml2015-decrypt): Use new interface.
18702         (mml2015-verify):  Use new interface.
18703         (mml2015-setup): Make it bogus.
18704
18705 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
18706
18707         * mml.el (mml-generate-mime-postprocess-function): Set to
18708         mml-postprocess.
18709         (autoload): Autoload mml2015 and mml-smime.
18710         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
18711         * mml2015.el (mml2015-encrypt): New function.
18712         (mml2015-sign): New function.
18713         (mml2015-encrypt-function): New variable.
18714         (mml2015-sign-function): New variable.
18715         (mml2015-mailcrypt-encrypt): Use message-recipients.
18716         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
18717         * mml-smime.el (mml-smime-setup): Ditto.
18718
18719 2000-10-28  Simon Josefsson  <sj@extundo.com>
18720
18721         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
18722         Communigate Pro 3.3.1 server.
18723
18724         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
18725         in buffers.
18726         (mml-secure-dns-server): Removed.
18727         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
18728         write certificates to files.
18729
18730         * smime.el (smime-dns-server): New variable.
18731         (smime-mail-to-domain):
18732         (smime-cert-by-dns): New functions.
18733
18734         * dig.el: New file.
18735
18736 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
18737
18738         * message.el (message-options): New variable.
18739         (message-options-set-recipient): New function.
18740         (message-send): Use them.
18741         * gnus-int.el (gnus-request-replace-article): Use them.
18742         (gnus-request-accept-article): Ditto.
18743         * mml.el (mml-preview): Use them.
18744         * gnus-sum.el (gnus-summary-edit-article): Use them.
18745
18746         * message.el (message-options-get): New function.
18747         (message-options-get): New function.
18748         * rfc2047.el (rfc2047-encode-message-header): Use them.
18749         * mm-bodies.el (mm-encode-body): Use them.
18750
18751 2000-10-28  Simon Josefsson  <sj@extundo.com>
18752
18753         * nnimap.el (nnimap-retrieve-which-headers):
18754         (nnimap-request-article-part): Quote message-id.
18755
18756         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
18757         (smime-CA-file): New variable.
18758         (smime-call-openssl-region): Don't error.
18759         (smime-sign-region): Return result value.
18760         (smime-encrypt-region): Ditto.
18761         (smime-verify-region): New function.
18762         (smime-decrypt-region): Ditto.
18763         (smime-verify-buffer): Ditto.
18764         (smime-decrypt-buffer): Ditto.
18765
18766         * mml.el: Require mml-sec.
18767         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
18768         (mml-mode-map): Add "sign" and "encrypt" maps.
18769         (mml-menu): Add security menu.
18770         (mml-preview): Use generate-new-buffer.
18771
18772         * mml-sec.el: New file.
18773
18774 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
18775
18776         * mm-decode.el (mm-find-part-by-type): Move it here.
18777         * mml.el (mml-postprocess): Move it here.
18778         (mml-postprocess-alist): Move it here. Merge them.
18779
18780 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
18781
18782         * rfc2047.el (rfc2047-encode-message-header): Make sure no
18783         unencoded stuff in the header.
18784
18785 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
18786
18787         * gnus-group.el (gnus-group-listed-groups): New variable.
18788         (gnus-group-list-option): New variable.
18789         (gnus-group-list-limit-map): New keymap.
18790         (gnus-group-list-flush-map): New keymap.
18791         (gnus-group-list-plus-map): New keymap.
18792         (gnus-group-prepare-logic): New function.
18793         (gnus-group-prepare-flat): Merge with
18794         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
18795         (gnus-group-prepare-flat-list-dead): Ditto.
18796         (gnus-group-list-matching): Use gnus-group-prepare-function.
18797         (gnus-group-list-dormant): Ditto.
18798         (gnus-group-list-cached): Ditto.
18799         (gnus-group-listed-groups): New function.
18800         (gnus-group-list-limit): New function.
18801         (gnus-group-list-flush): New function.
18802         (gnus-group-list-plus): New function.
18803         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
18804         (gnus-topic-prepare-topic): Ditto.
18805
18806 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
18807
18808         * message.el (message-insert-to, message-get-reply-headers):
18809         (message-reply, message-followup): Mail-{Followup,Reply}-To.
18810
18811 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
18812
18813         * mml2015.el: New file.
18814         * smime.el: New file.
18815         * mml-smime.el: New file.
18816
18817 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
18818
18819         * ChangeLog: Moved to ChangeLog.1.
18820
18821     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
18822   Copying and distribution of this file, with or without modification,
18823   are permitted provided the copyright notice and this notice are preserved.
18824
18825 ;; Local Variables:
18826 ;; coding: iso-2022-7bit
18827 ;; End: