2001-10-30 20:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
[gnus] / lisp / ChangeLog
1 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2
3         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
4
5 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6
7         * gnus-spec.el (gnus-parse-simple-format): Use
8           buffer-substring-no-properties.
9
10 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11
12         * gnus-art.el (article-verify-cancel-lock): New function.
13
14         * nnheader.el (nntp-process-response): New variable.
15         (nnheader-init-server-buffer): Make `nntp-process-response'
16         buffer-local in `nntp-server-buffer'.
17
18         * nntp.el (nntp-prepare-post-hook): New hook.
19         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
20         (nntp-async-trigger): Ditto.
21         (nntp-request-post): Insert a server's ID if there's no Message-ID
22         header; run `nntp-prepare-post-hook'.
23         
24 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
25
26         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
27         instead.
28
29         * message.el (message-forward-subject-author-subject): Don't use
30         message-news-p, which widens the buffer.
31         (message-forward-make-body): New function.
32         (message-forward): Use it.
33         (message-insinuate-rmail): New.
34         (message-forward-rmail-make-body): New.
35
36 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
37
38         * mm-extern.el (mm-extern): Provide it.
39
40         * mm-partial.el (mm-partial): Provide it.
41
42 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
43
44         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
45
46 2001-10-29  Simon Josefsson  <jas@extundo.com>
47
48         * mml.el (mml-preview): Bind message-this-is-news if it is
49         news. From Jesper Harder <harder@myrealbox.com>.
50
51 2001-10-28  Simon Josefsson  <jas@extundo.com>
52
53         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
54
55 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
56
57         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
58         ironic smilies.
59
60 2001-10-27  Simon Josefsson  <jas@extundo.com>
61
62         * message.el (message-indent-citation): Don't add trailing
63         whitespace when citing text.
64
65         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
66         <harder@ifa.au.dk>.
67
68 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
69
70         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
71         not available.
72         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
73         (nnweb-type-definition): Add google as alias of dejanews.
74         (nnweb-google-parse-1): Forward 1 line.
75
76 2001-10-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
77
78         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
79         variable `message-forward-ignored-headers'.
80
81 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
82
83         * gnus.el (gnus-expand-group-parameter): New function.
84         (gnus-expand-group-parameters): Call it.
85         (gnus-group-fast-parameter): New function.
86         (gnus-group-find-parameter): Call it.
87
88 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
89
90         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
91         vector (it didn't before because of a bug).
92         * gnus-msg.el (gnus-post-news): Use header vector directly, if
93         available.  Before it converted it to an article number.
94
95         This makes followup to news articles with negative numbers in
96         nnvirtual groups use news instead of mail.
97
98 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
99
100         * gnus.el (post-method): Use `native' instead of `nil'.
101
102         * gnus-msg.el (gnus-post-method): Ditto.
103
104 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
105
106         * gnus.el (gnus-define-group-parameter): Grammar fix.
107
108 2001-10-22  Simon Josefsson  <jas@extundo.com>
109
110         * gnus-msg.el (gnus-extended-version): Include
111         system-configuration.
112         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann).
113
114 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
115
116         * gnus.el (post-method): Customization fix: `native' is not a
117         valid value.
118         * gnus-msg.el (gnus-post-method): Doc and customization fix:
119         `native' is not a valid value.
120
121 2001-10-21  Simon Josefsson  <jas@extundo.com>
122
123         * nnimap.el (nnimap): Defgroup
124         (nnimap-strict-function, nnimap-strict-function-match): New
125         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
126         (nnimap-split-crosspost, nnimap-split-inbox)
127         (nnimap-split-rule, nnimap-split-predicate) 
128         (nnimap-split-predicate): Defcustom.
129         (nnimap-split-inbox, nnimap-expunge-search-string) 
130         (nnimap-importantize-dormant): Remove "*" from doc.
131
132 2001-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
133
134         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
135         not supplied via prefix arg.  From Lisp, make arg mandatory.
136         Suggested by Frank Schmitt.
137
138 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
139
140         * message.el (message-do-auto-fill): Avoid calling
141         'rfc822-goto-eoh'. 
142
143 2001-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
144         From Paul Jarc <prj@po.cwru.edu>.
145         
146         * message.el (message-get-reply-headers): Restructure the logic
147         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
148
149 2001-10-20  Simon Josefsson  <jas@extundo.com>
150
151         * message.el (message-cancel-news): Support cancel-locks.
152         Suggested by Per Abrahamsson.
153
154         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
155         conses.  From David Z Maze <dmaze@MIT.EDU>.
156
157         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
158
159 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
160
161         * mm-decode.el (mm-default-directory): Fix customize type.
162
163         * message.el (message-setup-fill-variables): Kludge to use
164         normal-auto-fill-function even if auto fill is already activated.
165
166 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
167
168         * message.el (message-do-auto-fill): New version that does not
169         rely on text properties, by Simon Josefsson <jas@extundo.com>. 
170         (message-setup-1): Removed the `message-field' property.
171
172         * gnus-draft.el (gnus-draft-edit-message): Removed the
173         `message-field' property.
174
175 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
176
177         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
178         `message-field'.  The `field' property has a special significance in
179         Emacs 21.
180
181         * message.el (message-send, message-setup-1): Ditto.
182
183 2001-10-18  Simon Josefsson  <jas@extundo.com>
184
185         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
186         when undoing.
187
188 2001-10-18  Simon Josefsson  <jas@extundo.com>
189         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
190
191         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
192         (gnus-summary-make-menu-bar): Ditto.
193
194 2001-10-17  Simon Josefsson  <jas@extundo.com>
195
196         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
197         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
198
199 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
200
201         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
202         * gnus-util.el (gnus-user-date): New function. 
203         From Frank Schmitt <usenet@Frank-Schmitt.net>.
204         
205 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
206
207         * message.el (message-check-news-header-syntax): Special case
208         nnvirtual groups.
209
210         * gnus-sum.el (gnus-summary-respool-default-method): Changed
211         customize type to `symbol'.
212
213 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
214
215         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
216         %&foo;.
217         (gnus-parse-simple-format): Support user extended spec too. 
218         %u&foo; invokes gnus-user-format-function-foo.
219
220 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
221
222         * nnml.el (nnml-request-expire-articles): Make sure it is back to
223         the server.
224         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
225         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
226         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
227         * nndiary.el (nndiary-request-expire-articles): Ditto.
228         (nndiary-schedule): Defsubst it before use it.
229         (nndiary-error): eval-and-compile.
230
231 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
232
233         * gnus-msg.el (gnus-post-method): Changed two instances of
234         `active' to `current' and one `null' to `not'.
235
236 2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
237         From Katsumi Yamaoka  <yamaoka@jpl.org>.
238
239         * message.el (message-setup-fill-variables): Use
240         `normal-auto-fill-function' instead of `auto-fill-function'.
241
242 2001-10-16  Simon Josefsson  <jas@extundo.com>
243
244         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
245         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
246         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
247
248 2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
249         Patch by Oliver Scholz <oscholz@my.gnus.org>.
250
251         * gnus-draft.el (gnus-draft-edit-message): Add text property
252         `field' with value `header' to message headers.
253         * message.el (message-setup-1): Really add text property to all of
254         the header, not just part of it.
255
256 2001-09-04 21:42:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
257
258         * gnus-group.el (gnus-group-sort-by-server): Use it.
259
260         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
261
262         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
263         and keystroke.
264
265 2001-10-14  Simon Josefsson  <jas@extundo.com>
266
267         * dig.el: Doc fix.
268
269         * smime.el: Doc fix.
270
271         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
272         charset magic from message.el.
273
274 2001-10-12  Simon Josefsson  <jas@extundo.com>
275         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
276
277         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
278         'cite from g-a-wash-types.
279         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
280         (gnus-article-hide-citation): Fix.
281
282         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
283         character.
284         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
285
286         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
287         definition.
288         (gnus-signature-toggle): Toggle `s' mode line character.
289
290         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
291         doing stuff that clears it.
292
293 2001-10-12  Simon Josefsson  <jas@extundo.com>
294
295         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
296         From Eric Marsden <emarsden@laas.fr>.
297
298 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
299
300         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
301         (autoload): Add some autoloads.
302
303 2001-10-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
304         Suggested by Oliver Scholz <epameinondas@gmx.de>.
305         
306         * message.el (message-do-auto-fill): New function.  Like
307         `do-auto-fill' but don't fill when in the message header.
308         (message-setup-1): Put a text property on the message header.
309         (message-setup-fill-variables): Use `message-do-auto-fill'.
310
311 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
312
313         * message.el (message-send-mail-partially): Insert an empty line
314         first, because of the change of message-make-lines.
315
316 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
317
318         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
319         iso-8859-15, make it an alias for iso-8859-1.
320
321 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
322
323         * message.el (message-send-news): Don't modify the value of
324         `message-syntax-checks' if it is not a list (possibly it is
325         `dont-check-for-anything-just-trust-me').
326         
327 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
328
329         * gnus-group.el (gnus-group-name-charset-group-alist): Use
330         `find-coding-system' for XEmacs to check whether the coding-system
331         `utf-8' is available.
332
333 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
334
335         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
336
337 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
338
339         * message.el (message-send-news): Oops, missed case with no
340         "Followup-To" header...
341
342 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
343
344         * message.el (message-send-news): Allow
345         `gnus-group-name-charset-group-alist' to affect encoding of the
346         "Newsgroups" and "Followup-To" headers.
347
348 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
349
350         * Makefile.in (install-el): Depend on gnus-load.el.
351
352 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
353
354         * Makefile.in (install-el): Use -f.
355         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
356
357 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
358
359         * message.el (message-send-news): Don't encode Followups-To when
360         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
361
362         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
363         header. 
364
365         * gnus-art.el (article-decode-group-name): Also decode
366         "Followup-To". 
367
368         * rfc2047.el (rfc2047-encode-message-header): Encode without
369         asking for null methods.
370
371         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
372         default charset for newsgroup names in accordance with USEFOR.
373
374         * gnus-group.el (gnus-group-name-charset-method-alist,
375         gnus-group-name-charset-group-alist): Removed "*" from doc
376         strings, "*" should not be used for complex variables.
377         
378 2001-10-06  Simon Josefsson  <jas@extundo.com>
379
380         Support UTF-8 group names better.
381         
382         * message.el (message-check-news-header-syntax): Encode group
383         names before comparison.
384
385         * gnus-msg.el (gnus-copy-article-buffer): Run all
386         `gnus-article-decode-hook's except `article-decode-charset'
387         instead of hardcoding call to one of them.
388
389         * gnus-art.el (gnus-article-decode-hook): Add
390         `article-decode-group-name'.
391         (article-decode-group-name): New function, use `g-d-n'.
392
393         * gnus-group.el (gnus-group-insert-group-line): Decode
394         gnus-tmp-group using `g-d-n'.
395
396         * gnus-util.el (gnus-decode-newsgroups): New function.
397
398 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
399
400         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
401         `gnus-group-name-charset-group-alist'. 
402
403 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
404
405         * Makefile.in: Install el in install. Add uninstall.
406
407 2001-10-05  Simon Josefsson  <jas@extundo.com>
408
409         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
410
411         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
412
413         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
414         empty folders.
415
416         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
417         limiting if read-all (C-u RET) was used.
418
419 2001-10-04  Simon Josefsson  <jas@extundo.com>
420
421         * mail-source.el (mail-source-movemail-program): New variable.
422         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
423         <thutt@thutt.vmware.com>.
424
425 2001-10-03  Simon Josefsson  <jas@extundo.com>
426
427         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
428         (gnus-summary-line-format-alist): Fix param.
429
430 2001-10-02  Simon Josefsson  <jas@extundo.com>
431
432         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
433         don't go through `nnimap-request-expire-articles' to delete the
434         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
435
436 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
437
438         * gnus-agent.el (gnus-agent-write-active): The min in the
439         agent/active may be larger than that in the server/active.
440
441 2001-10-01  Simon Josefsson  <jas@extundo.com>
442
443         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
444         is IMAP4rev1.
445
446         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
447
448         * nnfolder.el: Ditto.
449
450 2001-09-30  Dan Christensen <jdc+news@uwo.ca>
451
452         * gnus-sum.el (gnus-summary-extract-address-component): New function.
453         (gnus-summary-from-or-to-or-newsgroups): Optimize.
454
455 2001-09-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
456
457         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
458         (message-mode-menu): Menu item for same.
459
460         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
461         delayed articles.
462
463         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
464         nndraft:delayed does not exist.
465         (gnus-delay-initialize): Don't set up keymap, that's done from
466         message.el now.
467         (gnus-delay, gnus-delay-group, gnus-delay-header) 
468         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
469
470 2001-09-29  Simon Josefsson  <jas@extundo.com>
471
472         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
473         utf-8, not eight-bit-control.
474
475         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7) 
476         (imap-log, imap-debug): Custom.
477         (imap-log-buffer, imap-debug-buffer): New constants.
478         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open) 
479         (imap-network-open, imap-shell-open, imap-starttls-open) 
480         (imap-send-command-1, imap-send-command, imap-arrival-filter) 
481         (imap-debug): Use imap-*-buffer.
482
483         * nndoc.el (nndoc-article-type): Add mailman.
484         (nndoc-type-alist): Ditto.
485         (nndoc-mailman-type-p): New function.
486
487 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
488
489         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
490         gnus-art.el.
491
492 2001-09-27  Simon Josefsson  <jas@extundo.com>
493
494         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
495         (gnus-topic-catchup-articles): New function. Suggested by Robin
496         S. Socha <robin-dated-1001857693.185e29@socha.net>.
497
498 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
499         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
500
501         * gnus-ems.el (gnus-article-display-xface): Insert xface after
502         previous ones.
503
504 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
505         From Daiki Ueno  <ueno@unixuser.org>
506
507         * gnus-sum.el (gnus-summary-show-article): The arglist of
508         detect-coding-region is incompatible.
509
510 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
511         From Katsuhiro Hermit Endo <hermit@koka-in.org>
512
513         * gnus-group.el (gnus-group-delete-group): Typo.
514
515 2001-09-26  Simon Josefsson  <jas@extundo.com>
516
517         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
518
519         * nnimap.el (nnimap-expiry-target): Use temp buffer.
520
521 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
522
523         * gnus-cus.el (gnus-group-parameters): Display as sexp.
524
525 2001-09-22  Simon Josefsson  <jas@extundo.com>
526
527         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
528
529         * nnfolder.el (nnfolder-open-marks): Ditto.
530
531         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
532         (gnus-update-marks): Use it.
533         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
534         hardcoded list.
535
536         * gnus.el (gnus-article-special-mark-lists): Add killed.
537         (gnus-article-unpropagated-mark-lists): New constant.
538
539 2001-09-22  Simon Josefsson  <jas@extundo.com>
540
541         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
542         custom option.
543
544 2001-09-23  Simon Josefsson  <jas@extundo.com>
545
546         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
547
548 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
549
550         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
551
552 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
553
554         * gnus-group.el (gnus-group-sort-function): Fix customize type to
555         accept lists of functions.
556
557 2001-09-20  Simon Josefsson  <jas@extundo.com>
558
559         * gnus-group.el (gnus-group-catchup): Update expire marks in
560         backend.  Also, if ALL also set expire marks on tick/dormant.
561
562 2001-09-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
563
564         * message.el (message-tab-body-function): New variable.
565         * message.el (message-tab): Use it.
566
567 2001-09-19  Sam Steingold  <sds@gnu.org>
568
569         * gnus-win.el (gnus-buffer-configuration): Respect
570         `gnus-bug-create-help-buffer'.
571
572 2001-09-18  Simon Josefsson  <jas@extundo.com>
573
574         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
575         (gnus-parse-simple-format): Re-revert.
576
577 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
578
579         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
580         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
581
582 2001-09-18  Simon Josefsson  <jas@extundo.com>
583
584         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
585         signed.
586         (gnus-parse-simple-format): Don't use it.
587
588 2001-09-17  Miles Bader  <miles@gnu.org>
589
590         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
591         error querying a backend abort the whole process.
592
593 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
594
595         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
596         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
597
598 2001-09-17  Didier Verna  <didier@xemacs.org>
599
600         * nndiary.el: version 0.2-b14.
601         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
602         compatibility problem with XEmacs 21.1.
603
604 2001-09-15  Simon Josefsson  <jas@extundo.com>
605
606         * gnus-group.el (gnus-group-line-format): Document %c.
607
608         * nnml.el (nnml-parse-head): Handle CRLF files.
609         (nnml-generate-nov-file): Ditto.
610         (nnml-retrieve-headers): Ditto.
611
612 2001-09-15  Michael Welsh Duggan <md5i@cs.cmu.edu>
613
614         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
615
616 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
617
618         * gnus-spec.el (gnus-correct-substring): Still stopped one
619         character before we wanted (never included last character).
620         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
621         add missing "," (once per function)
622
623 2001-09-14  Simon Josefsson  <jas@extundo.com>
624
625         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
626         (otherwise e.g. gnus-agentize in .gnus overrides the customized
627         default before gnus-group is loaded and the variable set.)
628
629         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
630         killed or unsent marks.
631
632         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
633         isn't an article to set it on (e.g. when you `a' in a group).
634
635 2001-09-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
636
637         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
638         can read e-mails from Microsoft Outlook users not using ISO
639         8859-2 character set.
640
641 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
642
643         * gnus-diary.el: Minor modifications to avoid warnings.
644         (gnus-summary-misc-menu): defvar.
645         (gnus-diary-check-message): Use gnus-point-at-eol.
646         (gnus-diary-kill-entire-line): eval-and-compile.
647
648 2001-09-12  Didier Verna  <didier@xemacs.org>
649
650         * nndiary.el: new version (0.2-b13).
651         * nndiary.el (nndiary-mail-sources): doc update.
652         * nndiary.el (nndiary-split-methods): ditto.
653         * nndiary.el (nndiary-request-accept-article-hooks): New.
654         * nndiary.el (nndiary-request-accept-article): use it, check
655         message validity.
656         * nndiary.el (nndiary-get-new-mail): changed default to nil.
657         * nndiary.el (nndiary-schedule): fix bug (misplaced
658         condition-case): it didn't return nil on error.
659         * gnus-diary.el: new version.
660         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
661         * gnus-diary.el (gnus-diary-header-value-history): New.
662         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
663         * gnus-diary.el (gnus-diary-add-header): New.
664         * gnus-diary.el (gnus-diary-check-message): New.
665         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
666         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
667
668 2001-09-10 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
669
670         * gnus-sum.el (gnus-select-newsgroup): Make
671         `gnus-current-select-method' buffer-local.
672
673         * gnus-art.el (gnus-request-article-this-buffer): Refer
674         `gnus-current-select-method' in the current summary buffer.
675
676 2001-09-10  Simon Josefsson  <jas@extundo.com>
677         From Daniel Pittman <daniel@rimspace.net>
678
679         * gnus-spec.el (gnus-correct-pad-form): Fix.
680
681 2001-09-09  Simon Josefsson  <jas@extundo.com>
682
683         * mm-decode.el (mm-inline-media-tests): Add
684         application/x-emacs-lisp.
685         (mm-attachment-override-types): Add
686         application/{x-,}pkcs7-signature.
687
688         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
689         (gnus-server-line-format, gnus-server-mode-line-format)
690         (gnus-server-browse-in-group-buffer): Customize.
691
692 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
693
694         * nnml.el (nnml-marks-changed-p): Typo.
695         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
696         (nnml-marks-changed-p): Use gnus-gethash.
697         (nnml-marks-modtime): Use gnus-make-hashtable.
698
699         * nnfolder.el (nnfolder-marks-changed-p): Typo.
700         (nnfolder-request-expire-articles, nnfolder-save-marks)
701         (nnfolder-open-marks): Typo.
702         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
703         (nnfolder-marks-changed-p): Use gnus-gethash.
704         (nnfolder-marks-modtime): Use gnus-make-hashtable.
705
706 2001-09-08  Simon Josefsson  <jas@extundo.com>
707
708         * nnfolder.el (nnfolder-marks-modtime): New variable.
709         (nnfolder-marks-changed-p): New function.
710         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
711         (nnfolder-request-update-info): Don't update if marks didn't change.
712
713         * nnml.el (nnml-marks-modtime): New variable.
714         (nnml-marks-changed-p): New function.
715         (nnml-save-marks, nnml-open-marks): Save modtime.
716         (nnml-request-update-info): Don't update if marks didn't change.
717
718         * gnus-agent.el (gnus-agent-any-covered-gcc)
719         (gnus-agent-add-server, gnus-agent-remove-server): Use
720         gnus-agent-method-p.
721
722         * gnus-art.el (gnus-buttonized-mime-types): New variable.
723         (gnus-unbuttonized-mime-type-p): Use it.
724
725         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
726         fetch group.
727
728 2001-09-08  Simon Josefsson  <jas@extundo.com>
729         From Daniel Pittman <daniel@rimspace.net>
730
731         * gnus-spec.el (gnus-correct-pad-form): New function.
732         (gnus-parse-simple-format): Use it.
733
734 2001-09-07  Simon Josefsson  <jas@extundo.com>
735
736         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
737         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
738         Putnam <reader@newsguy.com>.
739         (gnus-group-sort-selected-groups): Touch dribble file.
740
741 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
742
743         * nnml.el (nnml-filenames-are-evil): New variable.
744         (nnml-article-to-file-alist): Rename to ...
745         (nnml-current-group-article-to-file-alist): ... this.
746         Respect `nnml-filenames-are-evil'.
747         (nnml-active-number): Update.
748         (nnml-update-file-alist): Update.
749         (nnml-request-article): Use nnheader-article-to-file-alist.
750         (nnml-request-rename-group): Likewise.
751
752 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
753
754         * gnus-sum.el (gnus-summary-insert-line): Fix.
755
756 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
757
758         * gnus-sum.el: Bind g-s-t-s to "W g".
759         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
760         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
761         display of graphical smilies.
762
763 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
764
765         * gnus-start.el (gnus-setup-news): A typo.
766         From Bill White <billw@wolfram.com>.
767
768 2001-09-06  Simon Josefsson  <jas@extundo.com>
769
770         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
771         and unseen marks.
772
773 2001-09-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
774
775         * nnmail.el (nnmail-split-fancy): Document `junk'.
776
777 2001-09-04  Simon Josefsson  <jas@extundo.com>
778
779         * imap.el (imap-search): Don't error if server is broken.
780
781 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
782
783         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
784         searching for an article that isn't in the mbox.
785
786 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
787
788         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
789         right, and get all the comments.
790
791 2001-09-02  Simon Josefsson  <jas@extundo.com>
792         Suggested by Dan Christensen <jdc+news@uwo.ca>
793
794         * nnfolder.el (nnfolder-request-update-info): Fix message.
795
796         * nnml.el (nnml-request-update-info): Ditto.
797
798 2001-09-01  Simon Josefsson  <jas@extundo.com>
799
800         * nnml.el (nnml-request-expire-articles): Also bind
801         `nnml-current-group' and `nnml-article-file-alist' when using
802         expiry-target. (Otherwise nnml will be in a inconsistent internal
803         state causing all kind of problems.)
804         (nnml-request-expire-articles): If `nnml-article-to-file' or
805         `file-attributes' failes, return article as un-expirable instead
806         of treating it as expired.
807
808 2001-08-31  Sam Steingold  <sds@gnu.org>
809
810         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
811         typo: `exmine' --> `examine'.
812
813 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
814
815         * nndoc.el (nndoc-forward-type-p): It is not a digest.
816
817 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
818
819         * nnml.el (nnml-check-directory-twice): Remove.
820         (nnml-retrieve-headers): Ditto.
821         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
822
823 2001-08-30  Andrew Innes  <andrewi@gnu.org>
824
825         * nnheader.el (nnheader-directory-files-is-safe): No need to read
826         directory twice on Windows, or on GNU Emacs-21.
827
828 2001-08-30  Andrew Innes  <andrewi@gnu.org>
829
830         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
831         (nnml-request-rename-group): Ditto.
832         (nnml-active-number): Ditto.
833         (nnml-request-create-group): Use nnml-directory-articles.
834         (nnml-request-expire-articles): Use nnml-directory-articles, which
835         gets list from nov database if available.
836         (nnml-get-nov-buffer): New function.
837         (nnml-open-nov): Use it.
838         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
839         gets alist from nov database if available.
840         (nnml-directory-articles): New function.
841         (nnml-article-to-file-alist): New function.
842
843 2001-08-30  Andrew Innes  <andrewi@gnu.org>
844
845         * mm-decode.el (mm-display-external): Use `name' as filename, if
846         `filename' attribute is not present.
847
848 2001-08-30  Andrew Innes  <andrewi@gnu.org>
849
850         * mail-source.el (mail-source-flash): New defcustom.
851         (mail-source-new-mail-p): Ring visible bell if appropriate.
852         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
853         timer is cleared even if mail check signals an error.
854
855 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
856
857         * gnus-sum.el (gnus-summary-move-article): Only update marks of
858         type 'list.
859
860 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
861
862         * flow-fill.el (fill-flowed): eol might be point-max.
863
864 2001-08-27  Simon Josefsson  <jas@extundo.com>
865
866         * nnml.el (nnml-request-update-info): Fix message.
867         (nnml-open-marks): Ditto.
868
869         * nnfolder.el (nnfolder-request-update-info):
870         (nnfolder-open-marks): Fix message.
871
872 2001-08-25  Simon Josefsson  <jas@extundo.com>
873
874         * nnfolder.el (nnfolder-save-marks): Don't create directory named
875         after group in ~/.
876
877 2001-08-25  Simon Josefsson  <jas@extundo.com>
878         From Andreas Jaeger  <aj@suse.de>
879
880         * nnfolder.el (nnfolder-open-marks): Fix typo.
881         * nnml.el (nnml-open-marks): Likewise.
882
883 2001-08-25  Simon Josefsson  <jas@extundo.com>
884
885         Make nnfolder groups self-contained as far as marks are concerned.
886
887         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
888         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
889         (nnfolder-open-server): Make marks directory.
890         (nnfolder-request-delete-group): Delete marks file.
891         (nnfolder-request-delete-group): Check of nov/marks file exist
892         before deleting.
893         (nnfolder-request-rename-group): Rename marks file.
894         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
895         (nnfolder-request-set-mark, nnfolder-request-update-info)
896         (nnfolder-group-marks-pathname, nnfolder-save-marks)
897         (nnfolder-open-marks): New functions.
898         (top-level): Require gnus.
899
900 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
901
902         * nnweb.el (nnweb-type-definition): Use google raw file.
903         (nnweb-google-parse-1): Ditto.
904         (nnweb-google-identity): Ditto.
905         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
906         (nnweb-altavista-wash-article): Ditto.
907         (nnweb-request-article): Remove nnweb-decode-entities.
908
909         * nnml.el: Require 'gnus.
910
911 2001-08-25  Simon Josefsson  <jas@extundo.com>
912
913         * nnml.el (nnml-marks-is-evil): Add doc.
914
915 2001-08-25  Simon Josefsson  <jas@extundo.com>
916
917         * nnml.el (nnml-save-marks): Wrap saving marks in a
918         condition-case, to allow user to start Gnus if saving marks failed
919         for some reason.
920
921 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
922
923         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
924
925         * gnus-group.el (gnus-update-group-mark-positions): Bind
926         gnus-group-update-hook to nil.
927
928 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
929
930         * mml.el (mml-generate-mime-1): Force as multibyte string.
931
932 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
933
934         * gnus-sum.el (gnus-summary-insert-line)
935         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
936         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
937
938         * gnus-spec.el (gnus-correct-substring): Take optional END.
939
940         * nnrss.el (nnrss-request-article): Remove \n.
941         (nnrss-retrieve-headers): Lines number is -1.
942
943 2001-08-24  Simon Josefsson  <jas@extundo.com>
944
945         * gnus-group.el (gnus-info-clear-data): Call
946         nnfoo-request-set-mark to propagate marks.  Fix bug:
947         `gnus-group-update-line' doesn't update read range unless we call
948         `gnus-get-unread-articles-in-group' first.
949
950         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
951         to server.
952
953 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
954
955         * gnus-util.el (gnus-create-info-command): Return an interactive
956         function.
957
958 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
959         From Katsumi Yamaoka <yamaoka@jpl.org>
960
961         * gnus-spec.el (gnus-parse-complex-format): Use equal.
962
963 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
964
965         * gnus-sum.el (gnus-select-newsgroup): Use it.
966
967         * gnus-util.el (gnus-not-ignore): New function.
968
969         * lpath.el (featurep): Don't fbind char-int.
970
971         * gnus-util.el (gnus-create-info-command): New function.
972
973         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
974         right node.
975
976         * gnus-sum.el (gnus-select-newsgroup): Clean up.
977         (gnus-summary-limit-children): Use 'identity instead of `all'.
978         (gnus-summary-limit-to-display-predicate): New command and
979         keystroke.
980
981 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
982
983         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
984
985         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
986
987 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
988
989         * gnus-spec.el: Add the Gnus version.
990         (gnus-update-format-specifications): If the Gnus version changes,
991         nix out the format spec cache.
992
993         * gnus.el (gnus-continuum-version): Made into a command and
994         optionalize the VERSION.
995
996         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
997         the start of the lines.
998
999 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1000
1001         * gnus.el (gnus-visual-p): Define function before use of
1002         function.
1003
1004 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1005
1006         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
1007         (gnus-article-mark-to-type): New function.
1008         (gnus-update-missing-marks): Only update marks of type 'list.
1009
1010         * gnus.el (gnus-article-special-mark-lists): New variable.
1011
1012 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1013
1014         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
1015         (gnus-select-newsgroup): Still use 'all.
1016         (gnus-summary-initial-limit): Comparing with 'all.
1017
1018 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1019
1020         * gnus-start.el (gnus-activate-group): If dont-check, don't update
1021         active.
1022
1023 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1024
1025         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
1026         nnslashdot-*-retrieve-headers.
1027         (nnslashdot-request-article): Fix for slashcode 2.2.
1028         (nnslashdot-make-tuple): New.
1029         (nnslashdot-read-groups): Use it.
1030
1031 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1032
1033         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
1034         list.
1035
1036         * gnus-sum.el (gnus-summary-move-article): Don't select article.
1037
1038 2001-08-20  Simon Josefsson  <jas@extundo.com>
1039
1040         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
1041         opened, error instead of continuing (and exploding later).
1042
1043 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1044
1045         * gnus.el (gnus-expand-group-parameters): Return the parameter
1046         list.
1047
1048         * gnus-sum.el (gnus-summary-show-article): Doc fix.
1049         (gnus-summary-show-article): Guess at charset if required.
1050
1051         * gnus-spec.el (gnus-correct-substring): Stopped one character
1052         before we wanted.
1053
1054 2001-08-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1055
1056         * earcon.el (earcon-auto-play): Remove unused option.
1057
1058 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1059
1060         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
1061         message down in levels, since it happens very fast.
1062
1063         * smiley-ems.el (smiley-update-cache): Respect the symbol version
1064         of smiley-regexp-alist.
1065
1066         * mm-view.el (mm-inline-text): Ignore vcard errors.
1067
1068         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
1069
1070         * gnus-score.el (gnus-all-score-files): Use append instead of
1071         nconc.
1072
1073         * gnus.el (gnus-splash-face): Doc fix.
1074
1075         * mm-decode.el (mm-mailcap-command): Use
1076         mm-path-name-rewrite-functions.
1077         (mm-path-name-rewrite-functions): New variable.
1078
1079         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
1080         (gnus-complex-form-to-spec): Insert tab.
1081         (gnus-spec-tab): New function.
1082
1083         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
1084         entering the group.
1085
1086         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
1087         the positional spec.
1088         (gnus-parse-complex-format): React to %C.
1089
1090         * gnus-ems.el (gnus-char-width): Moved here.
1091
1092         * gnus-sum.el (gnus-select-newsgroup): Set
1093         gnus-newsgroup-articles.
1094         (gnus-unseen-mark): New variable.
1095         (gnus-newsgroup-unseen): Ditto.
1096         (gnus-newsgroup-seen): Ditto.
1097         (gnus-adjust-marked-articles): Use them.
1098         (gnus-update-marks): Use them.
1099         (gnus-summary-update-secondary-mark): Display.
1100         (gnus-summary-prepare-threads): Display.
1101
1102         * gnus-msg.el (gnus-inews-group-method): Use and return the
1103         method, not the server.
1104
1105 2001-08-19  Simon Josefsson  <jas@extundo.com>
1106
1107         * gnus-srvr.el (gnus-server-agent-face): New.
1108         (gnus-server-agent-face): New.
1109         (gnus-server-mode): Turn on font-lock-mode.
1110
1111         * gnus.el (gnus-server-visual): Add defgroup.
1112
1113 2001-08-19  Simon Josefsson  <jas@extundo.com>
1114         From Joe Casadonte <jcasadonte@northbound-train.com>
1115
1116         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
1117         gnus-server-denied-face): New.
1118         (gnus-server-opened-face, gnus-server-closed-face,
1119         gnus-server-denied-face): New.
1120         (gnus-server-font-lock-keywords): Add.
1121
1122 2001-08-19  Simon Josefsson  <jas@extundo.com>
1123
1124         * nnml.el (nnml-request-set-mark): Return nil.
1125         (nnml-save-marks): Use nnml-possibly-create-directory.
1126         (nnml-open-marks): Only work in temp buffer when inserting/reading
1127         .marks file.
1128
1129 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1130
1131         * gnus.el (gnus-expand-group-parameters): Fix.
1132
1133         * gnus-spec.el (gnus-char-width): New.
1134         (gnus-correct-substring, gnus-correct-length): Use it.
1135
1136         * message.el (message-required-mail-headers): Fix doc.
1137
1138 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1139
1140         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
1141
1142         * mm-decode.el (mm-save-part-to-file): Insert the handle.
1143
1144 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1145
1146         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
1147         slashdot 2.2 (not fully fixed yet).
1148         (nnslashdot-request-article): Ditto.
1149
1150 2001-08-18  Simon Josefsson  <jas@extundo.com>
1151
1152         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
1153         nnimap.
1154
1155         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
1156         gnus-util.
1157         (nnimap-request-update-info-internal): Use new functions.
1158
1159         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
1160         new functions.
1161
1162 2001-08-18  Simon Josefsson  <jas@extundo.com>
1163
1164         Make nnml groups self-contained as far as marks are concerned.
1165
1166         * nnml.el (nnml-request-delete-group): Delete marks file.
1167         (nnml-request-rename-group): Move marks file.
1168         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
1169         variables.
1170         (nnml-request-set-mark, nnml-request-update-info): New server
1171         functions.
1172         (nnml-save-marks, nnml-open-marks): New functions.
1173
1174 2001-08-18  Simon Josefsson  <jas@extundo.com>
1175
1176         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
1177         `set' when setting marks.
1178
1179 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1180
1181         * gnus.el (gnus-info-find-node): Take an argument.
1182
1183         * gnus-art.el (gnus-button-handle-info): New.
1184         (gnus-url-unhex-string): Replace "+" with " ".
1185
1186 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1187
1188         * message.el (message-check-news-header-syntax): Check bad From.
1189
1190 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1191
1192         * gnus-spec.el (gnus-correct-length): New function.
1193         (gnus-correct-substring): New function.
1194         (gnus-tilde-max-form): Use it.
1195
1196 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
1197
1198         * nnmh.el: Docstring changes as below.
1199
1200         * nnml.el: Docstring changes as below.
1201
1202         * nnbabyl.el: Docstring changes as below.
1203
1204         * nnmbox.el: Docstring changes as below.
1205
1206         * nnfolder.el: Added docstrings identifying each virtual server
1207         parameter.
1208
1209 2001-08-18  Simon Josefsson  <jas@extundo.com>
1210
1211         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
1212
1213 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
1214
1215         * message.el: rename "Abort Message" to "Postpone Message".
1216         Remove "Attach file as MIME" from Message menu, it's already in
1217         the MIME menu.
1218
1219 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1220
1221         * smime.el (smime-point-at-eol): eval-and-compile.
1222         (smime-make-temp-file): New.
1223         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
1224         Use it.
1225
1226 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1227
1228         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
1229         (gnus-agent-summary-fetch-group): New command and keystroke.
1230
1231         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
1232         (gnus-mime-display-security): Make it respect
1233         gnus-unbuttonized-mime-type-p.
1234
1235         * gnus-sum.el (gnus-articles-to-read): Comments.
1236         (gnus-article-marked-p): New function.
1237         (gnus-summary-display-make-predicate): New function.
1238         (gnus-select-newsgroup): Use them.
1239
1240         * mm-decode.el (mm-save-part-to-file): Made it not error.
1241
1242 2001-08-17  Simon Josefsson  <jas@extundo.com>
1243
1244         * imap.el (imap-wait-for-tag): If process-status isn't open or
1245         run, return nil instead of sit-for looping.
1246
1247 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1248
1249         * lpath.el (featurep): fbind xml-parse-region.
1250
1251         * gnus.el (gnus-message-archive-method): Default to "archive".
1252         (gnus-message-archive-method): Doc fix.
1253         (gnus-parameters-get-parameter): Cleaned up.
1254         (gnus-expand-group-parameter): New function.
1255
1256         * gnus-start.el (gnus-setup-news): Push the archive server only
1257         the server list.
1258
1259         * mml.el (mml-menu): Changed name to "Attachments".
1260
1261         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
1262         when there is something to detroy.
1263
1264 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1265
1266         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
1267         nil.
1268
1269 2001-08-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1270
1271         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
1272         which specifies a time today or tomorrow.
1273
1274 2001-08-15  Simon Josefsson  <jas@extundo.com>
1275         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk)
1276
1277         * gnus-agent.el (gnus-agent-make-mode-line-string)
1278         (gnus-agent-toggle-plugged): Use new API.
1279
1280 2001-08-14  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1281
1282         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
1283         deadline has expired.
1284
1285 2001-08-12  Simon Josefsson  <jas@extundo.com>
1286         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
1287
1288         Support `recent' mark indicating newly arrived messages (to
1289         separate from old but unread messages).
1290
1291         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
1292         `nnmail-split-history' if recent is > 0.
1293         (nnimap-request-update-info-internal): Update `recent' marks.
1294         (nnimap-request-set-mark): Never set `recent' marks.
1295         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
1296         recent.
1297
1298         * gnus-sum.el (gnus-recent-mark): New mark.
1299         (gnus-newsgroup-recent): New variable.
1300         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
1301         (gnus-summary-prepare-threads): Mark recent articles.
1302         (gnus-summary-add-mark): Support recent.
1303         (gnus-summary-update-secondary-mark): Support recent.
1304
1305         * gnus.el (gnus-article-mark-lists): Add recent.
1306
1307 2001-08-12  Simon Josefsson  <jas@extundo.com>
1308
1309         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
1310         whether successful decoding took place.  Add doc.
1311
1312 2001-08-12  Simon Josefsson  <jas@extundo.com>
1313         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
1314
1315         * gnus.el (gnus-summary-line-format, gnus-parameters):
1316         * gnus-gl.el (gnus-summary-grouplens-line-format):
1317         * gnus-salt.el (gnus-summary-pick-line-format):
1318         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
1319
1320 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
1321         Committed by Kai Gro\e,A_\e(Bjohann.
1322
1323         * gnus-score.el (gnus-score-string): Fix `match' regexp
1324         for `extra' header case.
1325
1326 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1327
1328         * nnmbox.el (nnmbox-read-mbox): No warning.
1329
1330 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1331
1332         * nndoc.el (nndoc-article-type): Fix doc.
1333         (nndoc-generate-article-function): New.
1334         (nndoc-dissection-function): New.
1335         (nndoc-type-alist): Add oe-dbx.
1336         (nndoc-oe-dbx-type-p): New.
1337         (nndoc-oe-dbx-dissection): New.
1338         (nndoc-oe-dbx-generate-article): New.
1339
1340 2001-08-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1341
1342         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
1343         whether deadline has been reached.  Patch from Dan Nicolaescu
1344         <dann@godzilla.ics.uci.edu>.
1345
1346 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1347
1348         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
1349         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
1350         <rintaman@cs.Helsinki.FI>.
1351
1352         * mail-source.el (mail-source-movemail): The error buffer is
1353         modified, but nothing in it.
1354
1355 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1356
1357         * message.el (message-bogus-system-names): New.
1358         (message-make-fqdn): Use it.
1359
1360 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1361
1362         * nndraft.el (nndraft-request-group): Use
1363         nndraft-auto-save-file-name.
1364
1365 2001-08-09  Simon Josefsson  <jas@extundo.com>
1366
1367         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
1368         Don't ask whether to decrypt.  Just leave result in buffer (don't
1369         call mm).
1370
1371         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
1372         parts as well.
1373         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
1374         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
1375
1376 2001-08-09  Simon Josefsson  <jas@extundo.com>
1377
1378         * mm-decode.el (mm-insert-part): Return decoding success status.
1379         (mm-save-part-to-file): Error if decoding failed.
1380
1381 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1382
1383         * message.el (message-tab): Use indent-relative.
1384         (message-mode): Don't bind indent-line-function to indent-relative.
1385
1386 2001-08-09  Simon Josefsson  <jas@extundo.com>
1387
1388         * message.el (message-get-reply-headers): Fix string. Suggested by
1389         Christoph Conrad <cc@cli.de>.
1390
1391 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1392
1393         * message.el (message-tab): Use the current value of
1394         indent-line-function.
1395         (message-mode): Bind indent-line-function to indent-relative.
1396
1397 2001-08-08  Simon Josefsson  <jas@extundo.com>
1398
1399         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
1400         whether `imtest' is installed.
1401
1402 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
1403         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
1404
1405         * gnus-sum.el (gnus-summary-show-article): Call
1406         gnus-summary-update-secondary-secondary-mark.
1407         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
1408         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
1409
1410 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1411
1412         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
1413
1414         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
1415
1416         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
1417         <gerd@gnu.org>.
1418
1419         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
1420
1421         * gnus-util.el (gnus-output-to-rmail): Ditto.
1422         (gnus-output-to-mail): Ditto.
1423
1424         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
1425
1426 2001-08-06  Florian Weimer   <fw@deneb.enyo.de>
1427
1428         * message.el (message-indent-citation): Use
1429         `message-yank-cited-prefix' for empty lines.
1430
1431 2001-08-05  Florian Weimer   <fw@deneb.enyo.de>
1432
1433         * message.el (message-indent-citation): Quote only lines starting
1434         with ">" using `message-yank-cited-prefix'.
1435
1436 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
1437
1438         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
1439         gnus-cache-fully-p.
1440
1441 2001-08-04  Simon Josefsson  <jas@extundo.com>
1442
1443         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
1444         file if it doesn't exist (by calling gnus-cache-read-active).
1445
1446 2001-08-04  Simon Josefsson  <jas@extundo.com>
1447
1448         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
1449         (gnus-cache-passively-or-fully-p): Removed.
1450         (gnus-cache-fully-p): Fix it.
1451
1452         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
1453
1454 2001-08-04  Simon Josefsson  <jas@extundo.com>
1455
1456         * gnus-cache.el (gnus-cache-fully-p)
1457         (gnus-cache-passively-or-fully-p): New functions.
1458         (gnus-cache-possibly-enter-article): Cosmetic change, use
1459         `g-c-p-o-f-p'.
1460         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
1461         was bogus (`g-c-p-a-a' does not change active info, just change
1462         the functions parameters).
1463         (gnus-cache-possibly-remove-articles-1): Make sure articles are
1464         not removed in groups that match `gnus-uncacheable-groups'.
1465
1466         Reported and modifications based on discussions with Nuutti
1467         Kotivuori <nuutti.kotivuori@smarttrust.com>.
1468
1469 2001-08-04  Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
1470         Committed by Simon Josefsson  <jas@extundo.com>
1471
1472         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
1473         calls `gnus-cache-update-active' if bounds has been extended.
1474
1475 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1476
1477         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
1478         before remove.
1479         (gnus-mime-security-show-details): Ditto.
1480
1481 2001-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1482
1483         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
1484         syntax.  Protect string-match against nil string and regexp.
1485
1486 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1487
1488         * mm-util.el (mm-find-charset-region): Remove control-1.
1489
1490 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1491
1492         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
1493
1494 2001-08-04  Simon Josefsson  <jas@extundo.com>
1495
1496         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
1497         buffer.  Delete MIME-Version header.
1498
1499 2001-08-03  Simon Josefsson  <jas@extundo.com>
1500
1501         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
1502         that is entered does not necessarily have the highest article
1503         number in the group, so use `gnus-cache-possibly-alter-active'
1504         instead of `gnus-cache-update-active'.
1505
1506 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1507
1508         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
1509
1510 2001-08-03  Simon Josefsson  <jas@extundo.com>
1511
1512         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
1513         menu.
1514
1515 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1516
1517         * gnus.el (post-method): New group parameter.  It also provides
1518         the user option `gnus-post-method-alist' and the internal function
1519         `gnus-parameter-post-method'.
1520
1521         * gnus-msg.el (gnus-post-method): Bind the value of
1522         `gnus-post-method' to the group parameter if it is defined.
1523
1524 2001-08-02  Simon Josefsson  <jas@extundo.com>
1525
1526         * smime.el (smime-extra-arguments): Removed.
1527         (smime-call-openssl-region): Don't use it.
1528
1529 2001-08-02  Simon Josefsson  <jas@extundo.com>
1530
1531         * smime.el (smime-sign-region): Handle stderr.
1532         (smime-encrypt-region): Ditto.
1533
1534         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
1535         match the ASN.1 length bytes.
1536         (mm-pkcs7-enveloped-magic): Ditto.
1537         (mm-view-pkcs7-get-type): Don't regexp quote.
1538
1539 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1540         From Andreas Fuchs <asf@void.at>
1541
1542         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
1543
1544 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1545
1546         * gnus-art.el (gnus-header-button-alist): References regexp.
1547
1548 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
1549
1550         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
1551         already fboundp.  Add INTERACTIVE arg to autoload form.
1552
1553 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1554
1555         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
1556
1557         * nnmail.el (nnmail-cache-open): Ditto.
1558
1559 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1560
1561         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
1562
1563 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1564
1565         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
1566
1567 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1568         Originally from Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1569
1570         * gnus-agent.el (gnus-agent-make-mode-line-string): New.
1571         (gnus-agent-toggle-plugged): Use it.
1572
1573 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
1574
1575         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
1576         (gnus-ding-file-coding-system): New variable.
1577         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
1578         (gnus-slave-save-newsrc): Use it.
1579
1580 2001-07-31  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1581
1582         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
1583         syntax.
1584
1585 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1586         Originally from Andreas Fuchs <asf@void.at>
1587
1588         * mml2015.el (mml2015-trust-boundaries-alist)
1589         (mml2015-gpg-pretty-print-fpr): New.
1590         (mml2015-gpg-extract-signature-details): More details, rename from
1591         `m-g-e-from'.
1592         (mml2015-gpg-verify): Use them.
1593         (mml2015-gpg-clear-verify): Use them.
1594
1595 2001-07-31  Simon Josefsson  <jas@extundo.com>
1596
1597         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
1598         buffer when done.
1599
1600 2001-07-30  Simon Josefsson  <jas@extundo.com>
1601
1602         * smime.el (smime-call-openssl-region): Revert previous change,
1603         just pass on buf to `call-process-region'.
1604         (smime-verify-region): Doc fix.  Don't message stuff.  Use
1605         `smime-new-details-buffer'.  Inserts error messages into buffer.
1606         (smime-noverify-region): Ditto.
1607         (smime-decrypt-region): Ditto.  Handles stderr separately.
1608         (smime-verify-buffer, smime-noverify-buffer)
1609         (smime-decrypt-buffer): Doc fix.
1610         (smime-new-details-buffer): New function.
1611         (smime-pkcs7-region, smime-pkcs7-certificates-region)
1612         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
1613         (smime-sign-region, smime-encrypt-region): Don't use
1614         `insert-buffer'.
1615
1616         * mml-smime.el (mml-smime-verify): Fix security button strings.
1617
1618 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1619
1620         * gnus-art.el (gnus-mime-save-part-and-strip): Save
1621         gnus-article-mime-handles.
1622
1623 2001-07-29  Simon Josefsson  <jas@extundo.com>
1624
1625         * mail-source.el (top-level): Require message for message-directory.
1626         (mail-source-directory): Change default to message-directory.
1627
1628         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
1629         (smime-certificate-directory, smime-openssl-program)
1630         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
1631         (smime-extra-arguments): New variable.
1632         (smime-dns-server): Fix customize group.
1633         (smime-call-openssl-region): Use `smime-extra-arguments'.
1634
1635 2001-07-29  Simon Josefsson  <jas@extundo.com>
1636         From Vladimir Volovich <vvv@vsu.ru>
1637
1638         * smime.el (smime-call-openssl-region): Ignore stderr.
1639
1640 2001-07-29  Simon Josefsson  <jas@extundo.com>
1641         From Christoph Conrad <christoph.conrad@gmx.de>
1642
1643         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
1644         file.
1645
1646 2001-07-29  Simon Josefsson  <jas@extundo.com>
1647
1648         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
1649
1650         Support S/MIME decryption.
1651
1652         * mm-decode.el (mm-inline-media-tests):
1653         (mm-inlined-types):
1654         (mm-automatic-display):
1655         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
1656
1657         * mm-view.el (mm-pkcs7-signed-magic):
1658         (mm-pkcs7-enveloped-magic): New variables.
1659         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
1660         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
1661         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
1662         PKCS#7 blobs.
1663
1664         * smime.el (smime-decrypt-region): Expand keyfile.
1665
1666 2001-07-29  Simon Josefsson  <jas@extundo.com>
1667
1668         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
1669         `ssl.el' variables.
1670
1671         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
1672         but line instead of narrowing to it, because `nnmail-parse-active'
1673         calls widen.  Thanks to Christoph Conrad
1674         <christoph.conrad@gmx.de>.
1675
1676 2001-07-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1677
1678         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
1679         for %B spec.
1680
1681         * gnus-sum.el (gnus-summary-prepare-threads): If
1682         gnus-sum-thread-tree-root is nil, use subject instead.
1683         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
1684         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
1685         (gnus-sum-thread-tree-leaf-with-other)
1686         (gnus-sum-thread-tree-single-leaf): Documentation.
1687         (gnus-sum-thread-tree-single-indent): Allow nil.
1688
1689 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1690
1691         * message.el (message-fill-paragraph): Do nothing if the user
1692         wants filladapt-mode.
1693
1694 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1695
1696         * mm-decode.el (mm-image-type-from-buffer): New.
1697         (mm-get-image): Use it.
1698
1699 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1700
1701         * gnus.el (gnus-large-newsgroup): If it is nil, ...
1702
1703         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
1704         mm-display-parts too.
1705
1706 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1707
1708         * nnfolder.el (nnfolder-request-accept-article): Bind
1709         nntp-server-buffer.
1710
1711         * nnmail.el (nnmail-parse-active): Read from buffer instead of
1712         nntp-server-buffer.
1713
1714 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1715
1716         * message.el (message-check-news-header-syntax): Use
1717         message-post-method.
1718         (message-send-news): Bind message-post-method.
1719
1720 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1721
1722         * mml.el (mml-tweak-type-alist): New.
1723         (mml-tweak-function-alist): New.
1724         (mml-tweak-part): New.
1725         (mml-generate-mime-1): Use it.
1726
1727 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1728
1729         * nnfolder.el (nnfolder-request-accept-article): Replace
1730         nnfolder-request-list.
1731
1732 2001-07-27  Simon Josefsson  <jas@extundo.com>
1733
1734         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
1735         nnoo-change-server failed to do it.
1736
1737 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1738
1739         * gnus.el (gnus-parameters): Make it customizable.
1740
1741 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1742
1743         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
1744
1745         * message.el (message-set-auto-save-file-name): More
1746         poor-system-types.
1747
1748         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
1749
1750         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
1751         supports +.
1752
1753 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1754
1755         * mm-decode.el (mm-readable-p): New.
1756         (mm-inline-media-tests): Fix the default testers.
1757
1758 2001-07-26  Simon Josefsson  <jas@extundo.com>
1759
1760         * nnimap.el (nnimap-version): Bump version number.
1761
1762 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1763         From Steven E. Harris <seh@speakeasy.org>
1764
1765         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
1766         in M$Windows too.
1767
1768 2001-07-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1769
1770         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
1771
1772 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1773
1774         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
1775
1776         * mm-decode.el (mm-get-image): Guess then use the type.
1777
1778         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
1779
1780 2001-07-25 12:54:00  Danny Siu <dsiu@adobe.com>
1781
1782         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
1783         display (%B) for threads if threading is off.
1784
1785 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1786         From Henrik Enberg <henrik@enberg.org>
1787
1788         * gnus-msg.el: Customization patch.
1789
1790 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
1791
1792         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
1793         variable.
1794         (nnmail-split-fancy-with-parent): Ignore certain groups.
1795
1796 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1797
1798         * gnus-util.el (gnus-byte-compile): New.
1799         (gnus-use-byte-compile): New.
1800         (gnus-make-sort-function): Use it.
1801
1802         * nnmail.el (nnmail-get-new-mail): Use it.
1803
1804         * gnus-agent.el (gnus-category-make-function): Simple function or
1805         compiled function.
1806         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
1807
1808         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
1809         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
1810         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
1811
1812         * message.el (message-check-news-header-syntax): Remove quote.
1813
1814 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1815
1816         * message.el (message-use-mail-followup-to): `t' is not a
1817         documented value.
1818
1819 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1820
1821         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
1822
1823 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1824
1825         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
1826         there are long lines.
1827
1828 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1829
1830         * dgnushack.el (copy-list): New compiler macro.
1831
1832 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1833
1834         * message.el (message-bounce): If no Return-Path, the whole
1835         content is considered as the original message.
1836
1837         * nnml.el (nnml-check-directory-twice): New.
1838         (nnml-article-to-file): Use it.
1839         (nnml-retrieve-headers): Hack it.
1840
1841 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1842
1843         * gnus-win.el (gnus-buffer-configuration): New configure.
1844
1845         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
1846         not alive.
1847
1848         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
1849         (mm-display-external): Use display-term configure.
1850
1851 2001-07-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1852
1853         * gnus-delay.el (gnus-delay-default-hour): New variable.
1854         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
1855
1856 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1857         From Karl Kleinpaste <karl@charcoal.com>
1858
1859         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
1860         (gnus-summary-prepare-threads): Ditto.
1861
1862         * gnus.el (gnus-summary-line-format): Add %B.
1863
1864 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1865
1866         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
1867
1868         * mm-util.el (mm-string-as-multibyte): New.
1869
1870         * nnmh.el (nnmh-request-list-1): Encode, not decode!
1871
1872 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1873
1874         * mm-util.el (mm-universal-coding-system): New.
1875
1876         * gnus-start.el (gnus-startup-file-coding-system): Use it.
1877
1878         * score-mode.el (score-mode-coding-system): Use it.
1879
1880 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1881
1882         * gnus-start.el (gnus-setup-news): Call
1883         `gnus-check-bogus-newsgroups' just after the native server is
1884         opened.
1885
1886 2001-07-23  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1887
1888         * nnmail.el (nnmail-do-request-post): Util function to be used by
1889         `nnchoke-request-post' for all nnmail-derived backends.
1890
1891         * nnml.el (nnml-request-post): Use it.
1892
1893         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
1894         backend, for it groks nnml-request-post.
1895
1896         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
1897         Treat `mail-post' backends like `mail' backends, not like `news'
1898         backends.
1899
1900 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1901
1902         * gnus-msg.el (gnus-setup-message): make-local-hook.
1903
1904 2001-07-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1905
1906         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
1907         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
1908         <karl@charcoal.com>, slightly changed by Kai.
1909
1910         * message.el (message-check-news-header-syntax): When checking
1911         whether the groups exist, check the right server based on
1912         `gnus-post-method'.
1913
1914 2001-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1915
1916         * gnus-delay.el: New file.
1917
1918 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1919
1920         * mm-util.el (mm-read-coding-system): Take two arguments.
1921
1922         * gnus-sum.el (gnus-summary-show-article): Use
1923         mm-read-coding-system.
1924
1925         * gnus-art.el (article-de-quoted-unreadable):
1926         (article-de-base64-unreadable, article-wash-html):
1927         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
1928
1929 2001-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1930
1931         * nnml.el (nnml-request-post): New function.  Can be used for
1932         annotations in nnml groups.
1933
1934 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1935
1936         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
1937         command.
1938
1939         * gnus-start.el (gnus-find-new-newsgroups): Use
1940         `message-make-date' instead of `current-time-string'.
1941         (gnus-ask-server-for-new-groups): Ditto.
1942         (gnus-check-first-time-used): Ditto.
1943
1944 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1945
1946         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
1947
1948 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
1949
1950         * message.el (message-shorten-references): Change `maxcount' and
1951         `cut' to obey USEFOR draft 5.
1952
1953 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
1954
1955         * gnus-sum.el (gnus-summary-display-arrow): New variable.
1956         (gnus-summary-set-article-display-arrow): New function.
1957         (gnus-summary-goto-subject): Use it.
1958
1959 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1960
1961         * gnus-sum.el (gnus-summary-import-article): Insert date if
1962         doesn't exist.
1963
1964 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1965
1966         * mml.el (mml-content-type-parameters): New.
1967         (mml-content-disposition-parameters): New.
1968         (mml-insert-mime-headers): Use them.
1969         (mml-parse-1): Accept charset.
1970
1971 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1972
1973         * gnus-group.el (gnus-group-select-group): Doc fix.
1974
1975         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
1976
1977 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1978
1979         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
1980         to handle `define-derived-mode'.
1981
1982 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1983         From:  Stefan Monnier  <monnier@cs.yale.edu>
1984
1985         * message.el (message-mode): Use define-derived-mode.
1986         (message-tab): message-completion-alist.
1987
1988         * imap.el (imap-interactive-login): Use make-local-variable.
1989         (imap-open): Ditto.
1990         (imap-authenticate): Ditto.
1991
1992         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
1993
1994         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
1995
1996 2001-07-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1997
1998         * message.el (message-citation-line-function): Refer to
1999         gnus-cite-attribution-suffix.
2000
2001 2001-07-15  Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2002
2003         * gnus-art.el,...: Error convention changes.
2004
2005 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2006
2007         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
2008
2009 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2010
2011         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
2012         (nnrss-read-server-data): Ditto.
2013
2014 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2015
2016         * gnus-setup.el (gnus-use-installed-gnus): Typo.
2017         * Cleanup files.
2018         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
2019
2020 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2021
2022         * gnus.el (gnus-summary-line-format): Add %o.
2023
2024         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
2025         unless shell outputs something.
2026
2027 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2028
2029         * gnus-art.el (gnus-boring-article-headers): Better doc.
2030         (article-hide-headers): Better regexp.
2031         Suggested by Matt Swift <swift@alum.mit.edu>.
2032
2033         * nnheader.el (nnheader-max-head-length): Better doc.
2034         (nnheader-header-value): Skip spaces.
2035         (nnheader-parse-head): Remove space.
2036         Suggested by Matt Swift <swift@alum.mit.edu>.
2037
2038         * gnus-sum.el (gnus-summary-show-raw-article): New function.
2039         (gnus-get-newsgroup-headers): Remove space.
2040
2041 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2042
2043         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
2044         (gnus-summary-reply): Use it.
2045         (gnus-summary-reply-broken-reply-to): New.
2046         (gnus-msg-force-broken-reply-to): New.
2047
2048         * mm-view.el (mm-inline-text): Showing as text/plain when error.
2049
2050 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2051
2052         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
2053
2054 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2055
2056         * mm-decode.el (mm-external-terminal-program): New variable.
2057         (mm-display-external): Use it. Use term to display when no
2058         window-system.
2059
2060 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
2061
2062         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
2063         Browse->Next entries to Browse->Prev
2064
2065 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2066
2067         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
2068
2069 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2070
2071         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
2072         for the default encoding.
2073
2074         * nnrss.el (nnrss-url-field): New field.
2075         (nnrss-request-article): Add newsgroups.
2076
2077         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
2078
2079 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2080
2081         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
2082
2083         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
2084         (gnus-draft-setup): Remove backlog.
2085
2086 2001-07-10  Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2087
2088         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
2089         Cleanup.
2090
2091 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2092
2093         * gnus-msg.el (gnus-bug): Erase buffer.
2094
2095         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
2096
2097 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2098
2099         * mm-decode.el (mm-attachment-override-p): Fix typo.
2100
2101 2001-03-19 05:28:00  Katsumi Yamaoka <yamaoka@jpl.org>
2102
2103         * gnus-kill.el (gnus-execute): Work with the extra headers.
2104         * gnus-sum.el (gnus-summary-execute-command): Ditto.
2105
2106 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2107
2108         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
2109         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
2110
2111         * message.el (message-send-mail-real-function): New variable.
2112         (message-send-mail-partially, message-send-mail):
2113
2114         * nngateway.el (nngateway-request-post): Use it.
2115
2116         * gnus-agent.el (gnus-agentize): Use it.
2117
2118         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
2119         (nnsoup-revert-variables): Use it.
2120
2121 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
2122
2123         * mm-decode.el (mm-inline-media-tests): Default to displaying as
2124         text/plain if the type doesn't match any other media types.
2125         (mm-inlined-types): Doc fix.
2126         (mm-display-inline): Revert previous change (now handled by a
2127         default type in `mm-inline-media-tests'.
2128         (mm-inlinable-p): Revive.
2129         (mm-display-part): Call `mm-inlinable-p'.
2130         (mm-attachment-override-p): Ditto.
2131         (mm-inlined-p): Doc fix.
2132
2133         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
2134         well as `mm-inlined-p'.
2135
2136 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2137
2138         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
2139         (nntp-send-command-and-decode): Use gnus-point-at-bol.
2140
2141 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2142         From  Paul Jarc <prj@po.cwru.edu>
2143
2144         * message.el (message-use-mail-followup-to): New variable.
2145         (message-get-reply-headers): Use it.
2146
2147 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
2148
2149         * nnheader.el (nnheader-init-server-buffer): Make sure the
2150         *nntpd* buffer is made multibyte instead of a random buffer.
2151
2152 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2153
2154         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
2155         when it returns headers.
2156
2157 2001-07-07  Simon Josefsson  <jas@extundo.com>
2158
2159         * rfc2047.el (rfc2047-encode-message-header): Skip header when
2160         trying to fold. Thanks to Colin Walters
2161         <walters@cis.ohio-state.edu>
2162
2163 2001-07-06  Simon Josefsson  <jas@extundo.com>
2164
2165         * imap.el (imap-parse-address-list, imap-parse-flag-list)
2166         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
2167         Add information in `assert's.
2168
2169         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
2170         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
2171         and `nnimap-group-overview-filename', should handle all
2172         change-of-uidvalidity related issues.  But there may be other
2173         problems.)
2174
2175 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
2176
2177         * rfc2047.el (rfc2047-encode-message-header): Don't include the
2178         header name when folding.
2179
2180 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
2181
2182         * mm-decode.el (mm-inlined-types): Document relationship with
2183         `mm-inline-media-tests'.
2184         (mm-display-inline): Default to displaying as plain text if no
2185         inlining handler is available.
2186         (mm-inlinable-p): Remove.
2187         (mm-inlined-p): Don't call `mm-inlinable-p'.
2188         (mm-automatic-display-p): Ditto.
2189         (mm-attachment-override-p): Ditto.
2190
2191 2001-07-04  Simon Josefsson  <jas@extundo.com>
2192
2193         * nnimap.el (nnimap-importantize-dormant): New variable.
2194         (nnimap-request-update-info-internal): Use it.
2195         (nnimap-request-set-mark): Ditto.
2196
2197 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
2198
2199         * nntp.el (nntp-send-command): don't pass a buffer argument to
2200         `point'. Only XEmacs accepts this.
2201         * nntp.el (nntp-send-command-nodelete): ditto.
2202         * nntp.el (nntp-send-command-and-decode): ditto.
2203
2204 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
2205
2206         * nntp.el (nntp-open-connection-function): doc update.
2207         * nntp.el (nntp-pre-command): New.
2208         * nntp.el (nntp-via-rlogin-command): New.
2209         * nntp.el (nntp-via-telnet-command): New.
2210         * nntp.el (nntp-via-telnet-switches): New.
2211         * nntp.el (nntp-via-user-name): New.
2212         * nntp.el (nntp-via-user-password): New.
2213         * nntp.el (nntp-via-address): New.
2214         * nntp.el (nntp-via-envuser): New.
2215         * nntp.el (nntp-via-shell-prompt): New.
2216         * nntp.el (nntp-open-telnet-stream): New.
2217         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
2218         * nntp.el (nntp-open-via-telnet-and-telnet): New.
2219         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
2220         * nntp.el (nntp-send-command): ditto.
2221         * nntp.el (nntp-send-command-nodelete): ditto.
2222         * nntp.el (nntp-send-command-and-decode): ditto.
2223
2224 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
2225
2226         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
2227         `when'.
2228
2229 2001-07-03  Simon Josefsson  <jas@extundo.com>
2230         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
2231
2232         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
2233
2234 2001-07-03  Simon Josefsson  <jas@extundo.com>
2235
2236         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
2237         remove it (workaround XEmacs `fill-region' bug).
2238
2239 2001-07-01  Simon Josefsson  <jas@extundo.com>
2240
2241         * nnimap.el (nnimap-date-days-ago): Defeat locale.
2242
2243 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2244
2245         * mml2015.el (mml2015-format-error): New function.
2246         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
2247         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
2248         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
2249
2250 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2251
2252         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
2253         Suggested by Christoph Conrad <C.Conrad@cli.de>.
2254
2255         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
2256         group variables.
2257
2258 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2259
2260         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
2261
2262         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
2263         (nnrss-save-group-data): Ditto.
2264
2265         * gnus-agent.el (gnus-agent-save-alist): Ditto.
2266
2267 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * message.el (message-do-send-housekeeping): Narrow to headers.
2270
2271 2001-06-24  Simon Josefsson  <jas@extundo.com>
2272
2273         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
2274         insertion when breaking lines looked for " \t" instead of "[ \t]".
2275         (rfc2047-encode-message-header): Fold lines even if
2276         no QP encoding is done.
2277
2278 2001-06-23  Simon Josefsson  <jas@extundo.com>
2279         From Samuel Tardieu <sam@inf.enst.fr>
2280
2281         * smime.el (smime-keys): Support additional certificates.
2282         (smime-make-certfiles): New function.
2283         (smime-sign-region): Use previous variables.
2284         (smime-get-certfiles): New function.
2285         (smime-sign-buffer): Use it.
2286         (smime-verify-region): Support both CAfile and CApath.
2287
2288 2001-06-23  Simon Josefsson  <jas@extundo.com>
2289
2290         * smime.el (smime-decrypt-region): Perhaps work.
2291
2292 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2293
2294         * gnus-msg.el (gnus-copy-article-buffer): Typo.
2295
2296 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
2297
2298         * mm-decode.el (mm-save-part): Rewrite file name.
2299         (mm-file-name-rewrite-functions): New variable.
2300         (mm-file-name-delete-whitespace): New function.
2301         (mm-file-name-trim-whitespace): New function.
2302         (mm-file-name-collapse-whitespace): New function.
2303         (mm-file-name-replace-whitespace): New variable and function.
2304
2305 2001-06-22  Simon Josefsson  <jas@extundo.com>
2306
2307         * message.el (message-make-date): Workaround locale for weekdays.
2308
2309 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2310
2311         * message.el (message-goto-body): Return nil if not found. (revert!)
2312
2313 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2314         From Fremlin <chief@bandits.org>
2315
2316         * message.el (message-goto-body): Some messages have no header.
2317
2318         * gnus-msg.el (gnus-copy-article-buffer): Use it.
2319
2320 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
2321
2322         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
2323
2324 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2325
2326         * message.el (message-make-date): Add week day.
2327         Suggested by Jason R. Mastaler <jason@mastaler.com>.
2328
2329 2001-06-19  Simon Josefsson  <jas@extundo.com>
2330
2331         * message.el (message-yank-prefix): Doc fix.
2332         (message-yank-cited-prefix): Ditto.
2333         (message-delete-not-region): Keep citation prefix on first line,
2334         if possible and appropriate.
2335
2336 2001-06-19  Simon Josefsson  <jas@extundo.com>
2337
2338         * imap.el (imap-process-connection-type): New variable.
2339         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
2340         recent `imtest's work completely (no line length issues), while
2341         making making old `imtest's unusable.  Thanks to NAGY Andras
2342         <nagya@inf.elte.hu> for his work.
2343
2344 2000-12-30  NAGY Andras <nagya@inf.elte.hu>
2345
2346         * imap.el (imap-ssl-program): Add -quiet to shut up
2347         OpenSSL/SSLeay's internal debug talk.
2348
2349 2001-06-19  Matt Armstrong <matt@lickey.com>
2350
2351         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
2352         server.
2353
2354 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2355
2356         * nnmail.el (nnmail-article-buffer): New variable.
2357         (nnmail-split-incoming): Use it.
2358
2359 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
2360
2361         * qp.el (quoted-printable-decode-region): If called interactively,
2362         use coding-system-for-read.
2363
2364 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2365
2366         * message.el (message-check-news-header-syntax): Check Reply-To.
2367
2368 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2369
2370         * mml.el (mml-parse-1): Use message options.
2371
2372         * message.el (message-do-fcc): Don't do anything if there is no
2373         FCC.
2374
2375 2001-06-16  Simon Josefsson  <jas@extundo.com>
2376
2377         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
2378         (nnimap-expunge-search-string): New variable.
2379         (nnimap-request-expire-articles): Use it.
2380
2381 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2382
2383         * message.el (message-send-mail-with-qmail): wrong exit status is
2384         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
2385
2386 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2387
2388         * gnus-art.el (article-strip-multiple-blank-lines): Use
2389         delete-region instead of replace-match.
2390
2391 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2392
2393         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
2394         (nnweb-google-wash-article): Ditto.
2395
2396 2001-06-14 Ferenc Wagner <wferi@bolyai1.elte.hu>
2397
2398         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
2399
2400 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2401
2402         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
2403         specs.
2404
2405 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2406
2407         * gnus.el (gnus-email-address): Move it here.
2408
2409         * gnus-art.el (article-de-quoted-unreadable): Read charset if
2410         requested.
2411         (article-de-base64-unreadable): Ditto.
2412         (article-wash-html): Ditto.
2413
2414 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2415
2416         * message.el (message-options-set-recipient): Don't add ", "
2417         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
2418
2419 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2420
2421         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
2422
2423 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2424
2425         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
2426         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
2427
2428         * nnrss.el (nnrss-node-text): Node might be nil.
2429
2430 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2431
2432         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
2433         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
2434
2435         * nnrss.el (nnrss-group-alist): More items.
2436
2437 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2438
2439         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
2440
2441 2001-06-03  Dale Hagglund  <rdh@best.com>
2442
2443         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
2444        restrict clauses.
2445
2446 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2447
2448         From Benjamin Rutt <brutt+news@bloomington.in.us>
2449
2450         * message.el (message-wide-reply-confirm-recipients): New variable.
2451
2452 2001-06-06  Mark Thomas  <mthomas@edrc.cmu.edu>
2453
2454         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
2455         fix so it works with XEmacs.
2456
2457 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2458
2459         * nnrss.el (nnrss-retrieve-headers): Support description as extra
2460         headers.
2461
2462 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2463
2464         * nnrss.el: Fix a few bugs.
2465
2466 2001-06-05  Simon Josefsson  <jas@extundo.com>
2467
2468         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
2469         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
2470
2471 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
2472
2473         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
2474         binary so that we don't transmit ISO 2022 garbage to the process.
2475         This is needed under XEmacs.
2476
2477 2001-06-03  Simon Josefsson  <simon@josefsson.org>
2478
2479         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
2480         autoloaded incorrectly below because ssl-program-* is bound.)
2481         Thanks to Amos Gouaux for report.
2482
2483 2001-06-02  Simon Josefsson  <simon@josefsson.org>
2484
2485         * imap.el (imap-kerberos4-open):
2486         (imap-gssapi-open):
2487         (imap-ssl-open):
2488         (imap-network-open):
2489         (imap-shell-open):
2490         (imap-starttls-open): Set buffer to workaround spurious
2491         `accept-process-output' buffer changes.  Thanks to Mats Lidell
2492         <Mats.Lidell@contactor.se> for report and partial patch and Jake
2493         Colman <colman@ppllc.com> for report.
2494
2495 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2496
2497         * gnus-sum.el (gnus-summary-catchup): New argument.
2498         (gnus-summary-catchup-from-here): New function.
2499
2500 2001-05-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2501
2502         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
2503         back, then insert glyph.  (Before, the glyph was inserted first,
2504         then the newline.)  This works around a behavior in XEmacs where
2505         it is not possible to insert a character after a glyph which is at
2506         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
2507
2508 2001-05-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2509
2510         From Jaap-Henk Hoepman (jhh@xs4all.nl).
2511
2512         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
2513         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
2514         mm-destroy-postponed-undisplay-list): New functions.
2515         (mm-display-external): Use them.
2516
2517 2001-05-27  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2518
2519         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
2520         `default-low' when evaluating `gnus-summary-highlight'.
2521         From Raja R Harinath <harinath@cs.umn.edu>.
2522
2523 2001-05-27  Simon Josefsson  <simon@josefsson.org>
2524
2525         * message.el (message-yank-cited-prefix): New variable.
2526         (message-indent-citation): Use it.
2527
2528         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
2529         as details.
2530         (mml2015-mailcrypt-clear-verify): Ditto.
2531
2532 2001-05-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2533         From Nevin Kapur <nevin@jhu.edu>.
2534
2535         * gnus-sum.el (gnus-summary-default-high-score,
2536         gnus-summary-default-low-score): New variables.
2537         (gnus-summary-highlight): Use them.
2538
2539 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
2540
2541         * message.el (message-mail): pass the 'send-actions argument to
2542         `message-setup'.
2543
2544 2001-05-16  Simon Josefsson  <simon@josefsson.org>
2545         From Raymond Scholz <ray-2001@zonix.de>
2546
2547         * gnus-art.el (gnus-mime-view-part-as-charset):
2548         (gnus-mime-internalize-part): Doc fixes.
2549
2550 2001-05-11  Simon Josefsson  <simon@josefsson.org>
2551
2552         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
2553         status lines without any text ("^215$").
2554
2555 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2556
2557         * nnrss.el (nnrss-check-group): Reverse.
2558
2559 2001-05-07  Simon Josefsson  <simon@josefsson.org>
2560
2561         * message.el (message-get-reply-headers):
2562         (message-followup): Fix typo, suggested by David Green
2563         <dgreen@uab.edu>
2564
2565 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2566
2567         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
2568
2569         * nnrss.el (nnrss-open-server): Read server data when it is called.
2570         (nnrss-request-expire-articles): Fix.
2571
2572 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2573
2574         * message.el (message-do-send-housekeeping): mail-abbrevs may
2575         rename buffer behind Gnus.
2576
2577 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2578
2579         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
2580         (nnrss-group-alist): Add more resources.
2581         (nnrss-check-group): Ignore errors.
2582
2583 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2584
2585         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
2586
2587         * nnslashdot.el (nnslashdot-request-list): Add time.
2588         (nnslashdot-request-expire-articles): New.
2589
2590         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
2591         secondary methods too.
2592
2593 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2594
2595         * message.el (message-use-followup-to): Set default value to t.
2596
2597 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
2598
2599         * message.el (message-dont-reply-to-names): Fix documentation.
2600         (message-get-reply-headers): Use Mail-Followup-To only for wide
2601         replies.
2602
2603 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2604
2605         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
2606         correctly.
2607         (nnrss-check-group): Use time.
2608
2609 2001-05-01 19:21:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2610
2611         * gnus.el: Oort Gnus v0.03 is released.
2612
2613 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2614
2615         * nnultimate.el (nnultimate-topic-article-to-article): Use the
2616         group.
2617
2618 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2619
2620         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
2621
2622 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2623
2624         * nnultimate.el (nnultimate-retrieve-headers): Return all
2625         available headers.
2626
2627         * gnus-sum.el (gnus-read-all-available-headers): New variable.
2628         (gnus-get-newsgroup-headers-xover): Use it.
2629
2630 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2631
2632         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
2633
2634 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2635
2636         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
2637
2638 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2639
2640         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
2641         disable it.
2642
2643         * gnus.el (gnus-info-nodes): Remove a few The's.
2644
2645 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2646
2647         * mail-source.el (mail-source-movemail): Call-process may return a
2648         signal description string.
2649
2650         * gnus-start.el (gnus-read-newsrc-el-file):
2651         gnus-newsrc-file-version may be nil.
2652
2653         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
2654         Suggested by Michael Sperber [Mr. Preprocessor]
2655         <sperber@informatik.uni-tuebingen.de>.
2656
2657 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
2658
2659         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
2660
2661 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
2662
2663         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
2664         fontify HANDLE.
2665
2666 2001-04-18  Simon Josefsson  <simon@josefsson.org>
2667
2668         * smime.el (smime-ask-passphrase): Rework to return value.
2669         (smime-sign-region): Rework to bind value and use it.
2670         (smime-decrypt-region): Ditto.
2671
2672 2001-04-18  Mathias Herberts <Mathias.Herberts@iroise.net>
2673         Committed by Simon Josefsson  <simon@josefsson.org>
2674
2675         * smime.el (smime-ask-passphrase): New function.
2676         (smime-sign-region): Use it.
2677         (smime-encrypt-cipher): New variable.
2678         (smime-decrypt-region): Ditto.
2679
2680 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
2681         Committed by Simon Josefsson  <simon@josefsson.org>
2682
2683         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
2684         the log.
2685
2686 2001-04-14 01:14:42 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2687
2688         *gnus.el: Oort Gnus v0.02 is released.
2689
2690 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
2691
2692         * gnus.el: Oort Gnus v0.01 is released.
2693
2694 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2695
2696         * gnus-sum.el (gnus-summary-highlight): Highlight read
2697         undownloaded articles as read articles.
2698
2699         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
2700         (gnus-agent-get-undownloaded-list): Mark all undownloaded
2701         articles, even read ones, as such.
2702
2703         * gnus-sum.el (gnus-summary-find-matching): Clean up.
2704         (gnus-find-matching-articles): New function.
2705         (gnus-summary-limit-include-matching-articles): New command.
2706         (gnus-summary-limit-include-thread): Include articles that have
2707         matching subjects.
2708         (gnus-offer-save-summaries): Clean up.
2709
2710 2001-04-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2711
2712         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
2713
2714 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2715         From Jason Merrill <jason_merrill@redhat.com>
2716
2717         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
2718
2719 2001-04-10 08:01:15  Katsumi Yamaoka <yamaoka@jpl.org>
2720         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
2721
2722         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
2723         newsgroup names when the original article is a news message.
2724
2725 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2726
2727         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
2728         supported. Suggest by Jim Meyering <jim@meyering.net>.
2729
2730 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
2731         Committed by Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2732
2733         * nnmail.el (nnmail-split-it): Added check for .* at the end of
2734         regexp in nnmail-split-fancy.
2735
2736 2001-04-10  Simon Josefsson  <simon@josefsson.org>
2737
2738         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
2739
2740 2001-04-10  Colin Marquardt <colin.marquardt@usa.alcatel.com>
2741
2742         * message.el (message-send-mail): Improve the interaction with the
2743         user.
2744
2745 2001-04-10  Simon Josefsson  <simon@josefsson.org>
2746
2747         * imap.el (imap-message-copy): Work around buggy servers that
2748         doesn't send TRYCREATE tags.
2749
2750 2001-04-09 01:15:54  Katsumi Yamaoka <yamaoka@jpl.org>
2751
2752         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
2753
2754 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2755
2756         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
2757         date.
2758
2759 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2760
2761         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
2762         lives.
2763
2764 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2765
2766         * gnus-art.el (gnus-parse-news-url): New function.
2767         (gnus-button-handle-news): New function.
2768         (gnus-button-alist): Point to new functions.
2769
2770         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
2771
2772         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
2773         gnus-format-specs.
2774
2775         * message.el (message-check-news-header-syntax): Question even
2776         when Gnus doesn't know the group names.
2777         (message-send-news): Clean up.
2778
2779         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
2780         exited on purpose without saving.
2781
2782         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
2783
2784 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2785
2786         * gnus-score.el (gnus-score-orphans): Clean up.
2787
2788         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
2789
2790         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
2791         later.
2792
2793         * gnus-start.el (gnus-close-all-servers): Find the right items to
2794         close.
2795
2796         * qp.el (quoted-printable-decode-region): Just message
2797         malformation; don't quit.
2798
2799 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2800         From Gerd Moellmann <gerd@gnu.org>.
2801
2802         * gnus.el (gnus-interactive): A typo.
2803
2804 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
2805         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
2806
2807         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
2808         `assq-delete-all', if that function exists; otherwise use the old
2809         definition. Documentation changed to match the one in
2810         `assq-delete-all'.
2811
2812 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2813
2814         * gnus-start.el (gnus-close-all-servers): New function.
2815
2816         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
2817         (gnus-server-remove-denials): Clean up.
2818
2819         * gnus-sum.el (gnus-summary-sort-by-original): New command and
2820         keystroke.
2821
2822 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2823
2824         * message.el (message-send-news): Message where we are sending.
2825         (message-send-mail): Ditto.
2826
2827         * gnus.el (gnus-server-string): New function.
2828
2829         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
2830
2831         * mm-decode.el (mm-default-directory): Customized.
2832         (mm-tmp-directory): Ditto.
2833
2834         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
2835         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
2836         or Chars.
2837         (gnus-summary-line-format-alist): ?l is now a string.
2838         (gnus-summary-prepare-threads): Output ? for unknown lines.
2839         (gnus-summary-insert-line): Ditto.
2840         (gnus-summary-print-article): Unbalanced parentheses.
2841
2842         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
2843         out whether new stuff has arrived.
2844
2845 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
2846
2847         * gnus-sum.el: Let printing work on ttys on Emacs.
2848
2849 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2850
2851         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
2852         when forcing news.
2853
2854         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
2855         command.
2856
2857 2001-03-31 01:04:54  Francis Litterio  <franl-removethis@world.omitthis.std.com>
2858
2859         * message.el (message-set-auto-save-file-name): Don't use
2860         asterisks under nt.
2861
2862 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2863
2864         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
2865         lists of articles.
2866
2867         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
2868
2869         * gnus-msg.el (gnus-put-message): Clean up.
2870         (gnus-summary-reply): Mark all replied-to articles as replied to.
2871         (gnus-inews-add-send-actions): Also mark as forwarded.
2872         (gnus-summary-mail-forward): Mark as forwarded.
2873
2874         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
2875         of articles.
2876         (gnus-summary-mark-article-as-forwarded): Ditto.
2877
2878         * gnus-msg.el (gnus-summary-resend-message): Mark article as
2879         forwarded.
2880         (gnus-summary-mail-forward): Clean up.
2881
2882         * gnus.el (gnus-article-mark-lists): Added forward.
2883
2884         * gnus-sum.el (gnus-forwarded-mark): New variable.
2885         (gnus-summary-prepare-threads): Use it.
2886         (gnus-summary-update-secondary-mark): Ditto.
2887         (gnus-newsgroup-forwarded): New variable.
2888
2889 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2890
2891         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
2892         (gnus-summary-very-wide-reply): New command and keystroke.
2893         (gnus-summary-very-wide-reply-with-original): Ditto.
2894
2895         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
2896         (gnus-score-adaptive): Use it.
2897
2898         * gnus-start.el (gnus-get-unread-articles): Clean up.
2899
2900 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2901
2902         * nnultimate.el (nnultimate-retrieve-headers): Work for other
2903         boards.
2904
2905 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
2906
2907         * gnus-start.el:
2908         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
2909         * gnus-start.el (gnus-subscribe-newsgroup): use it.
2910
2911
2912 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2913
2914         * nnultimate.el (nnultimate-retrieve-headers): Understand
2915         long-form month names.
2916
2917 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2918
2919         * gnus-sum.el (gnus-summary-show-all-headers):
2920         gnus-article-show-all-headers is broken. Use
2921         gnus-summary-toggle-header instead.
2922
2923         * mml2015.el (mml2015-gpg-extract-from): No error.
2924
2925 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2926         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
2927
2928         * mml2015.el (mml2015-gpg-extract-from): New function.
2929         (mml2015-gpg-verify): Use it.
2930         (mml2015-gpg-clear-verify): Use it.
2931
2932 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2933
2934         * message.el (message-setup-fill-variables): Use
2935         fill-paragraph-function.
2936         (message-fill-paragraph): Take an argument.
2937         (message-newline-and-reformat): Take another argument.
2938
2939 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2940
2941         * message.el (rmail-output): It is in rmailout.el not rmail.el.
2942
2943 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2944
2945         * message.el (message-forward): local-variable-p takes an extra
2946         argument in XEmacs.
2947
2948 2001-03-16  Simon Josefsson  <simon@josefsson.org>
2949
2950         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
2951         `nnimap-use-nov-p' (it really tested the negative).
2952         (nnimap-retrieve-headers): Use it.
2953
2954 2001-03-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2955
2956         * message.el (message-generate-headers-first): Update doc.
2957
2958 2001-03-10  Matthias Wiehl <mwiehl@gmx.de>
2959
2960         * gnus.el (gnus-summary-line-format): Typo.
2961
2962 2001-03-11  Simon Josefsson  <simon@josefsson.org>
2963
2964         * mailcap.el (mailcap-mime-data): Add application/sieve.
2965         (mailcap-mime-extensions): Add .siv, .xls.
2966
2967 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2968         From Christoph Conrad <christoph.conrad@gmx.de>
2969
2970         * gnus-score.el (gnus-summary-lower-thread): Typo.
2971
2972 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2973
2974         * message.el (message-forward-decoded-p): New variable.
2975         (message-forward-subject-author-subject): Use it.
2976         (message-make-forward-subject): Use it.
2977         (message-forward): Use it.
2978
2979         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
2980
2981         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
2982         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
2983
2984 ;;Has been fixed -- zsh.
2985 ;;2001-03-05  Dave Love  <fx@gnu.org>
2986 ;;
2987 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
2988 ;;      Move it after definition of mm-coding-system-p.
2989 ;;
2990 2001-03-01  Dave Love  <fx@gnu.org>
2991
2992         * mm-util.el (mm-inhibit-file-name-handlers): Add
2993         image-file-handler.
2994
2995 2001-02-11  Dave Love  <fx@gnu.org>
2996
2997         * message.el (message-signature-file): Fix doc, :type.
2998
2999 2001-02-08  Dave Love  <fx@gnu.org>
3000
3001         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
3002         (message-posting-charset): Defvar when compiling again.
3003         (rfc2047-encodable-p): Require message.
3004
3005         * gnus-sum.el (gnus-alter-articles-to-read-function):
3006         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
3007
3008 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3009
3010         * nnrss.el: New file.
3011
3012 2001-03-08 02:41:36  Katsumi Yamaoka <yamaoka@jpl.org>
3013         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
3014
3015         * rfc2047.el (rfc2047-unfold-region): Fix arg of
3016         `skip-chars-forward'.
3017
3018 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3019
3020         * nndraft.el (nndraft-request-group): Restore auto save files if
3021         the original files do not exist.
3022
3023 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3024
3025         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
3026         SCORE paths.
3027
3028         * mm-decode.el (mm-dissect-buffer): Call
3029         mail-extract-address-components only if necessary.
3030
3031 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3032
3033         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
3034         directory part.
3035         (gnus-score-search-global-directories): Use file-directory-p.
3036
3037         * gnus-score.el (gnus-score-score-files-1): Use
3038         gnus-kill-files-directory.
3039         From Adrian Aichner <adrian@xemacs.org>.
3040
3041 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3042
3043         * gnus.el (charset): Move here from gnus-sum.el.
3044
3045 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3046
3047         * mml.el (mml-preview): Disable local map.
3048
3049         * gnus-sum.el (gnus-summary-make-menu-bar): Make
3050         gnus-article-post-menu here.
3051
3052         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
3053         if it has not been made.
3054
3055 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3056
3057         * gnus-art.el (gnus-article-describe-key): Map key to event.
3058         (gnus-article-describe-key-briefly): Ditto
3059
3060 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3061
3062         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
3063
3064 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3065         From Katsumi Yamaoka <yamaoka@jpl.org>.
3066
3067         * dgnushack.el (coerce, merge, subseq): defmacro.
3068
3069 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3070
3071         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
3072         A fake defalias in nndraft.el results a not-activated bug in
3073         uncompiled versions.
3074
3075 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
3076         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
3077
3078         * gnus-util.el (gnus-split-references): Handle malformed References:.
3079
3080 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3081
3082         * gnus-art.el (gnus-article-mime-part-status): 1 part.
3083
3084 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3085         From NAGY Andras <nagya@inf.elte.hu>.
3086
3087         * gnus.el (gnus-parameters): Typo.
3088
3089 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3090
3091         * gnus.el (gnus-read-method): Remove redundancy.
3092
3093 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3094
3095         * nnslashdot.el (nnslashdot-backslash-url): New.
3096         (nnslashdot-request-list): Use it.
3097
3098 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3099
3100         * nnml.el (nnml-generate-active-info): Fix the case when there is
3101         no file.
3102
3103         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
3104         (gnus-summary-create-article): New.
3105
3106         * gnus-group.el (gnus-group-mark-article-read): New.
3107
3108         * gnus-msg.el (gnus-inews-do-gcc): Use it.
3109
3110         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
3111
3112 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3113
3114         * gnus-art.el (gnus-article-edit-done): Don't use
3115         gnus-article-edit-exit.
3116         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
3117
3118         * gnus.el (gnus-parameters): New.
3119         Suggested by NAGY Andras <nagya@inf.elte.hu>.
3120         (gnus-parameters-get-parameter): New.
3121         (gnus-group-find-parameter): Use it.
3122
3123 2001-02-23  Simon Josefsson  <simon@josefsson.org>
3124
3125         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
3126         change of default value to `current'.
3127
3128 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3129
3130         * nneething.el (nneething-get-head): Insert unreadable file too.
3131
3132 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3133
3134         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
3135
3136         * webmail.el (webmail-type-definition): Deja is bought by google.
3137
3138 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3139
3140         * gnus-sum.el (gnus-fetch-headers): New.
3141         (gnus-select-newsgroup): Use it.
3142         (gnus-summary-insert-articles): New.
3143         (gnus-summary-insert-old-articles): New.
3144         (gnus-summary-insert-new-articles): New.
3145
3146         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
3147         (gnus-group-list-active): Ditto.
3148         * gnus-sum.el (gnus-set-mode-line): Ditto.
3149         (gnus-summary-read-group-1): Ditto.
3150
3151 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3152
3153         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
3154         current topic.
3155
3156 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3157
3158         * smiley.el (gnus-smiley-display): Don't do widening.
3159
3160         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
3161         within body.
3162
3163         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
3164
3165         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
3166         New.
3167         (gnus-mime-display-multipart-related-as-mixed): New.
3168         (gnus-mime-display-part): Use them.
3169
3170 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3171
3172         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
3173         something special.
3174
3175 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3176
3177         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
3178         (nnweb-request-article): Call reference if exists.
3179         (nnweb-type-definition): Dejanews is bought by google.com.
3180         Beta!
3181
3182 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3183
3184         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
3185
3186 2001-02-19  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3187
3188         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
3189         gnus-article-sort-functions.
3190         (gnus-article-sort-functions): Doc fix.  Refer to
3191         gnus-thread-sort-functions.
3192
3193 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3194         From Paul Jarc <prj@po.cwru.edu>.
3195
3196         * message.el (message-get-reply-headers): More fixes.
3197
3198 2001-02-17  Paul Jarc <prj@po.cwru.edu>
3199         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
3200
3201         * message.el (message-get-reply-headers): Fix bug with
3202         Mail-Followup-To/to-address interaction.
3203
3204 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3205
3206         * gnus-msg.el (gnus-configure-posting-styles): Match header in
3207         gnus-article-copy.
3208
3209 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3210
3211         * message.el (message-do-send-housekeeping): Rename to a better
3212         name.
3213
3214 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3215
3216         * message.el (message-cancel-news): Check article first, then ask
3217         yes or no.
3218
3219 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3220
3221         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
3222
3223 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3224
3225         * gnus-range.el (gnus-range-normalize): New function.
3226
3227 2001-02-15  NAGY Andras <nagya@inf.elte.hu>
3228
3229         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
3230
3231 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3232
3233         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
3234
3235         * nnagent.el (nnagent-request-regenerate): New.
3236
3237         * nnfolder.el (nnfolder-request-regenerate): Deffoo.
3238
3239         * nnml.el (nnml-generate-nov-databases): Accept argument
3240         server. Don't open server if it is opened.
3241         (nnml-request-regenerate): Use it. Change to deffoo.
3242
3243 2001-02-14  Katsumi Yamaoka <yamaoka@jpl.org>
3244         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
3245
3246         * gnus.el (gnus-define-group-parameter): Fix.
3247
3248 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3249
3250         * gnus.el (gnus-define-group-parameter): Improved.
3251
3252         * gnus-sum.el (charset): Define parameter.
3253         (ignored-charsets): Ditto.
3254         (gnus-summary-setup-default-charset): Use them.
3255
3256         * gnus-start.el (gnus-read-descriptions-file): Use them.
3257
3258         * gnus-cus.el (gnus-group-parameters): Remove them.
3259
3260 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3261
3262         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
3263
3264 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3265
3266         * gnus-sum.el (gnus-summary-read-group-1): Remove
3267         gnus-summary-set-local-parameters.
3268         (gnus-summary-setup-buffer): Put it here.
3269
3270 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3271
3272         * gnus.el (to-address): Define parameter.
3273         (to-list): Ditto.
3274         * gnus-art.el (article-hide-boring-headers): Use them.
3275         * gnus-msg.el (gnus-post-news): Ditto.
3276         * gnus-cus.el (gnus-group-parameters): Remove them.
3277
3278 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3279
3280         * gnus-draft.el (gnus-draft-reminder): New.
3281
3282         * gnus-art.el (gnus-sender-save-name): New.
3283
3284 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3285
3286         * mm-util.el (mm-mime-charset): Error message.
3287
3288 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3289
3290         * message.el (message-check-news-body-syntax): Don't check mml lines.
3291
3292 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3293
3294         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
3295         subscribe.
3296
3297         * gnus-start.el (gnus-call-subscribe-functions): New.
3298         (gnus-find-new-newsgroups): Use it.
3299         (gnus-ask-server-for-new-groups): Use it.
3300         (gnus-check-first-time-used): Use it.
3301         (gnus-subscribe-newsgroup-method): Grok a list of functions.
3302         (gnus-subscribe-options-newsgroup-method): Ditto.
3303         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
3304         return .
3305
3306 2001-02-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3307
3308         * gnus-cus.el (gnus-score-customize): Doc fix.
3309
3310 2001-02-11  Jesper Harder <harder@ifa.au.dk>
3311
3312         * dgnushack.el (my-getenv): Typo.
3313
3314 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3315
3316         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
3317
3318 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3319
3320         * gnus-group.el (gnus-group-suspend): Offer save summaries.
3321
3322         * gnus-art.el (gnus-treat-leading-whitespace): New.
3323         (gnus-treatment-function-alist): Use it.
3324         (article-remove-leading-whitespace): New.
3325         (gnus-article-make-menu-bar): Use it.
3326
3327         * gnus-sum.el (gnus-summary-wash-empty-map): Add
3328         remove-leading-whitespace.
3329         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
3330         because of conflict.
3331
3332 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3333
3334         * Makefile.in: Hack generating gnus-load.el.
3335         * dgnushack.el: Ditto.
3336         * gnus-load.el: Remove it.
3337
3338 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3339
3340         * dgnushack.el : Add URLDIR.
3341
3342         * Makefile.in (EMACS_COMP): Ditto.
3343
3344 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3345
3346         * gnus-cus.el (gnus-score-customize): Error on no score file.
3347
3348 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3349
3350         * mm-decode.el (mm-merge-handles): New function.
3351
3352         * mm-view.el (mm-inline-message): Use it.
3353         (mm-view-message): Ditto.
3354
3355         * mm-partial.el (mm-inline-partial): Ditto.
3356
3357         * mm-extern.el (mm-inline-external-body): Ditto.
3358
3359         * gnus-art.el (gnus-mime-view-part): Ditto.
3360         (gnus-mime-view-part-as-type): Ditto.
3361         (gnus-mime-save-part-and-strip): Prevent users to strip in some
3362         cases.
3363
3364 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3365
3366         * message.el (message-cancel-news): Allow to shoot foot.
3367         (message-supersede): Ditto.
3368
3369 2001-02-08  Tommi Vainikainen <thv@iki.fi>
3370
3371         * gnus-sum.el (gnus-simplify-subject-re): Use
3372         message-subject-re-regexp.
3373
3374 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3375
3376         * nnmail.el (nnmail-expiry-target-group): Bind
3377         nnmail-cache-accepted-message-ids to nil.
3378
3379         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
3380         coding system.
3381
3382 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3383
3384         * qp.el (quoted-printable-encode-region): Make sure characters are
3385         between 00 and FF.  Don't check charset.
3386
3387         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
3388         in Emacs 20.
3389         * rfc2047.el (rfc2047-q-encode-region): Ditto.
3390
3391 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3392
3393         * message.el (message-make-forward-subject): Argument decoded.
3394         (message-forward): Use it when digest.
3395
3396         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
3397         buffer.
3398
3399 2001-02-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3400
3401         * message.el (message-generate-headers-first): Doc fix.
3402
3403 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3404
3405         * gnus-art.el (article-make-date-line): Error proof.
3406
3407 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3408
3409         * gnus-group.el (gnus-group-listing-limit): New.
3410         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
3411
3412         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
3413
3414 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3415
3416         * message.el (message-newline-and-reformat): Special case for
3417         breaking at BOL.
3418
3419 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
3420
3421         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
3422         message/rfc822.
3423
3424 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3425
3426         * message.el (message-encode-message-body): Don't insert
3427         Content-Type if it is inside a mail.
3428
3429 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3430
3431         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
3432         gnus-article-commands-menu.
3433
3434         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
3435         in Emacs.
3436
3437         * gnus-start.el (gnus-read-descriptions-file): Use
3438         gnus-group-name-charset and gnus-group-charset-alist.
3439
3440 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3441
3442         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
3443         active region.
3444
3445         * gnus-start.el (gnus-group-change-level): Remove from both
3446         gnus-zombie-list and gnus-killed-list.
3447
3448 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3449
3450         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
3451         gnus-subscribe-topics.
3452
3453         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
3454
3455 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3456
3457         * gnus-art.el (gnus-article-make-menu-bar): Make
3458         gnus-article-post-menu.
3459
3460         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
3461
3462         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
3463
3464         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
3465
3466         * message.el (message-mode-menu): Ditto.
3467
3468         * gnus-art.el (defvar): eval-when-compile.
3469
3470 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3471
3472         * gnus-agent.el (gnus-agentize): Fix doc.
3473
3474 2001-02-02  Karl Kleinpaste <karl@charcoal.com>
3475
3476         * mml.el (mml-preview): Bind `q'.
3477
3478 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3479
3480         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
3481
3482 2001-01-31  Dave Love  <fx@gnu.org>
3483
3484         * mm-util.el (mm-mime-mule-charset-alist)
3485         (mm-find-mime-charset-region): Consider mule-utf-8.
3486
3487 2001-01-31  Dave Love  <fx@gnu.org>
3488
3489         * gnus-art.el (gnus-article-x-face-command)
3490         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
3491         :version.
3492
3493 2001-01-26  Dave Love  <fx@gnu.org>
3494
3495         * mm-util.el (mm-multibyte-string-p): New.
3496
3497 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
3498 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
3499 ;;      string-as-multibyte on class.  Clarify line-folding.
3500         (quoted-printable-encode-string): Make temp buffer inherit
3501         string's multibyteness.
3502
3503 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
3504
3505         * nnheader.el (toplevel): Don't require `gnus-util' at
3506         compile-time; this creates a circular dependency, and prevents
3507         a bootstrap.
3508
3509 2001-01-22  Andreas Schwab  <schwab@suse.de>
3510
3511         * nnheader.el (gnus-delete-line): Autoload it as a macro.
3512
3513 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3514
3515         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
3516
3517         * gnus-art.el (article-hide-list-identifiers): Ditto.
3518
3519         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
3520
3521 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3522
3523         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
3524
3525         * gnus-art.el (article-hide-list-identifiers): Similar.
3526
3527 2001-01-31  Karl Kleinpaste <karl@charcoal.com>
3528
3529         * nnmail.el (nnmail-remove-list-identifiers): Improved.
3530
3531 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3532
3533         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
3534
3535 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3536
3537         * gnus-util.el (gnus-string-equal): New function.
3538
3539         * gnus-art.el (article-hide-boring-headers): Use it.
3540
3541 2001-01-27  Karl Kleinpaste <karl@charcoal.com>
3542
3543         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
3544
3545 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3546
3547         * gnus-msg.el (gnus-msg-mail): Support switch-action.
3548
3549 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3550
3551         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
3552         command if there is not last-saver.
3553
3554 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3555
3556         * nntp.el (nntp-open-connection): 201 is possible.
3557
3558 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3559
3560         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
3561         (rfc2047-charset-encoding-alist): Add big5.
3562
3563 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3564
3565         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
3566         (gnus-agent-remove-server): Ditto.
3567         (autoload): gnus-server-update-server.
3568
3569         * gnus-srvr.el (gnus-server-line-format): Add %a.
3570         (gnus-server-line-format-alist): Add gnus-tmp-agent.
3571         (gnus-server-insert-server-line): Use it.
3572
3573 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3574
3575         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
3576         GB2312 and Big5.
3577
3578 2001-01-24  Simon Josefsson  <sj@extundo.com>
3579
3580         * mail-source.el (mail-sources): Add :program specifier to IMAP
3581         mail source.
3582         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
3583
3584 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3585
3586         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
3587
3588 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3589
3590         * nntp.el (nntp-wait-for): Return the success code.
3591         (nntp-open-connection): Use it.
3592
3593 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3594
3595         * gnus-int.el (gnus-check-server): Allow breaking the opening.
3596
3597 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3598
3599         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
3600
3601 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3602
3603         * gnus-sum.el (gnus-summary-print-article): Take one prefix
3604         argument. Allow to print several articles in one file.
3605
3606 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3607
3608         * webmail.el (webmail-type-definition): netaddress changes.
3609
3610 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3611
3612         * gnus.el: Fix copyright. Remove trailing spaces.
3613
3614         * message.el (message-forward): Use mule4.
3615
3616 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3617
3618         * mm-util.el (mm-string-as-unibyte): New.
3619
3620         * message.el (message-forward): Use it.
3621
3622 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3623
3624         * message.el (message-cite-original-without-signature): Don't peel
3625         off the blank line.
3626         (message-get-reply-headers): Add Cc if it is not in follow-to.
3627
3628 2001-01-20  Simon Josefsson  <sj@extundo.com>
3629
3630         * mm-decode.el (mm-handle-multipart-from): Add.
3631         (mm-dissect-buffer): Save From: header value.
3632         (mm-security-from): Remove.
3633         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
3634
3635         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
3636         instead of `mml-security-from'.  Protect null from value.
3637
3638 2001-01-20  Simon Josefsson  <sj@extundo.com>
3639
3640         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
3641         application/vnd.ms-excel attachments.
3642
3643 2001-01-19  Simon Josefsson  <sj@extundo.com>
3644
3645         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
3646
3647 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3648
3649         * message.el (message-ignored-mail-headers): Ditto.
3650
3651 2001-01-19  Simon Josefsson  <sj@extundo.com>
3652
3653         * message.el (message-ignored-news-headers): Only search beginning
3654         of line.
3655
3656 2001-01-19  Alberto Lusiani <a.lusiani@noemail.org>
3657
3658         * message.el (message-send-mail): Content-Type may not be there.
3659
3660 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3661
3662         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
3663         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
3664
3665         * gnus-art.el (article-display-x-face): Insert X-Face if there is
3666         not.
3667
3668 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3669
3670         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
3671         non-native groups.
3672
3673 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3674
3675         * message.el (message-yank-original): Understand
3676         universal-argument.
3677
3678 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3679
3680         * gnus-art.el (gnus-boring-article-headers): Add to-address.
3681         (article-hide-boring-headers): Ditto.
3682
3683         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
3684
3685 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3686
3687         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
3688         one.
3689
3690 2001-01-16  Simon Josefsson  <simon@josefsson.org>
3691
3692         * message.el (message-make-in-reply-to): Add comment to message-id
3693         (old syntax, see 2000-08-02 change).
3694
3695 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3696
3697         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
3698         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
3699         (gnus-button-reply): Ditto.
3700
3701 2001-01-16  Katsumi Yamaoka <yamaoka@jpl.org>
3702
3703         * gnus-art.el (article-display-x-face): Fix.
3704
3705 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3706
3707         * gnus-art.el (article-display-x-face): Use
3708         gnus-original-article-buffer.
3709
3710 2001-01-15  Jack Twilley <jmt@tbe.net>
3711
3712         * message.el (message-add-header): Move to point-max.
3713
3714 2001-01-15  Simon Josefsson  <simon@josefsson.org>
3715
3716         * smime.el (smime-CA-directory, smime-CA-file): Change default to
3717         nil, improve documentation.
3718         (smime-certificate-directory): Comment out false hints (until it
3719         is implemented).
3720
3721         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
3722         there aren't any keys.
3723         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
3724         verify certificate.  Default is changed to only check integrity.
3725         Improved security status texts.  If a certificate doesn't contain
3726         a email address, don't fail.
3727
3728         * smime.el (smime-noverify-region):
3729         (smime-noverify-buffer): New functions.  Verifies integrity only.
3730
3731 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3732
3733         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
3734
3735 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3736
3737         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
3738         (gnus-remove-some-windows): Ditto.
3739
3740 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3741
3742         * gnus-art.el (article-make-date-line): 11th.
3743
3744 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3745
3746         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
3747         (mml2015-gpg-sign): Ditto.
3748
3749 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3750
3751         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
3752         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
3753
3754 2001-01-08  Dave Love  <fx@gnu.org>
3755
3756         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
3757         single character.
3758
3759         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
3760
3761         * message.el: Doc and message fixes.
3762         (message-send-rename-function)
3763         (message-make-forward-subject-function)
3764         (message-send-mail-function, message-reply-to-function)
3765         (message-wide-reply-to-function, message-followup-to-function)
3766         (message-distribution-function, message-auto-save-directory): Fix
3767         :type.
3768
3769         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
3770         proceeding after warnings.  Amend multipart warning message.
3771
3772 2001-01-04  Dave Love  <fx@gnu.org>
3773
3774         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
3775         compiling.
3776         (gnus-make-directory): Require nnmail.
3777
3778         * mm-decode.el (mm-inline-media-tests): Add
3779         image/x-portable-bitmap.
3780         (mm-get-image): Grok pbm.
3781
3782 2001-01-10  Paul Stevenson <p.stevenson@surrey.ac.uk>
3783
3784         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
3785
3786 2001-01-09  Didier Verna  <didier@xemacs.org>
3787
3788         * dgnushack.el (dgnushack-compile): give a dummy value to
3789         `gnus-xmas-glyph-directory' for the time of compilation.
3790         * gnus-agent.el: moved some XEmacs specific hook add-ons from
3791         `gnus-xmas-[re]define' to avoid loosing user custom settings.
3792         * gnus-art.el: ditto.
3793         * gnus-group.el: ditto.
3794         * gnus-salt.el: ditto.
3795         * gnus-sum.el: ditto.
3796         * gnus-topic.el: ditto.
3797         * gnus-xmas.el (gnus-xmas-define): see above.
3798         * gnus-xmas.el (gnus-xmas-redefine): see above.
3799         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
3800         non-continuable error when the directory can't be found.
3801
3802 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3803
3804         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
3805         handle.
3806         * gnus-art.el (gnus-mime-view-part): Copy it.
3807         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
3808
3809 2001-01-09  Michael Downes <mjd@ams.org>
3810
3811         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
3812
3813 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3814
3815         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
3816         orig-file. Use ',source.
3817
3818 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3819
3820         * gnus-xmas.el (gnus-xmas-modeline-glyph):
3821         (gnus-xmas-group-startup-message):
3822         Detect gnus-xmas-glyph-directory when it is nil.
3823
3824 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3825
3826         * pop3.el (pop3-get-message-count): Andrew Innes
3827         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
3828
3829 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3830
3831         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
3832
3833         * time-date.el (time-to-number-of-days): New function.
3834
3835 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
3836
3837         * nnslashdot.el (nnslashdot-request-list): Always get the right
3838         sid.
3839
3840 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3841
3842         * message.el (message-minibuffer-local-map): New keymap.
3843         (message-read-from-minibuffer): Use it.
3844         * gnus-msg.el (gnus-summary-resend-message): Use it
3845
3846 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3847
3848         * gnus-start.el (gnus-display-time-event-handler): New function.
3849         (gnus-after-getting-new-news-hook): Use it.
3850
3851 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852
3853         * message.el (message-ignored-mail-headers): Add draft header.
3854
3855 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3856
3857         * gnus-sum.el (gnus-summary-expire-articles): Don't save
3858         excursion.
3859
3860         * nnslashdot.el (nnslashdot-request-list): Get the right year.
3861
3862 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
3863
3864         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
3865
3866 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3867
3868         * qp.el (quoted-printable-decode-region): Don't backward-char.
3869
3870 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3871
3872         * gnus-draft.el: Mark articles as replied.
3873
3874         * gnus-sum.el (gnus-summary-add-mark): New function.
3875
3876         * gnus-group.el (gnus-add-mark): New function.
3877
3878         * gnus-sum.el (gnus-summary-buffer-name): New function.
3879         (gnus-summary-setup-buffer): Use it.
3880
3881         * gnus-draft.el: Set things up with the right post method and
3882         stuff.
3883
3884         * message.el (message-ignored-news-headers): Remove X-Draft-From.
3885
3886         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
3887
3888         * gnus.el (gnus-draft-meta-information-header): New variable.
3889
3890 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3891
3892         * gnus-art.el (gnus-treatment-function-alist): Move the date
3893         functions before the header sorting functions.
3894
3895         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
3896
3897         * dgnushack.el (dgnushack-compile): Message whether there is w3.
3898         Don't (push "/usr/share/emacs/site-lisp" load-path).
3899
3900         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
3901         to empty fill prefixes.
3902
3903 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3904
3905         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
3906         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
3907
3908 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3909
3910         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
3911
3912         * nnml.el (autoload): Move to nnheader.el.
3913
3914         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
3915         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
3916         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
3917         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
3918
3919 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3920
3921         * gnus-art.el (article-make-date-line): Get the hours right.
3922         (gnus-ignored-headers): More hiding.
3923
3924         * nnmail.el (nnmail-expiry-wait): Not an integer.
3925
3926         * message.el (message-goto-body): Only expand abbrev when called
3927         interactively.
3928         (message-make-lines): Use it.
3929
3930 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3931
3932         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
3933
3934 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3935
3936         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
3937         include the expunged articles.
3938
3939         * gnus-group.el (gnus-group-sort-by-server): New function.
3940
3941         * gnus.el (gnus-method-to-server-name): New function.
3942         (gnus-group-prefixed-name): Use it.
3943
3944         * gnus-group.el (gnus-group-sort-function): Doc fix.
3945         (gnus-group-sort-groups-by-server): New command.
3946
3947 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3948
3949         * gnus-art.el (gnus-treat-date-english): New variable.
3950         (article-date-english): New command.
3951         (gnus-english-month-names): New variable.
3952         (article-make-date-line): Do 'english.
3953
3954         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
3955         after the fill prefix.
3956
3957         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
3958         score...".
3959
3960         * gnus-art.el (gnus-ignored-headers): Hide more headers.
3961
3962         * message.el (message-mode-map): Bind comment-region.
3963
3964         * gnus-art.el (gnus-mime-display-part): Let w3 display
3965         multipart/related.
3966
3967         * mm-bodies.el (mm-long-lines-p): New function.
3968         (mm-body-encoding): Use it.
3969         (mm-body-encoding): Encode articles with lines longer than 1000
3970         characters.
3971
3972 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3973
3974         * mm-util.el (mm-enable-multibyte): Use
3975         default-enable-multibyte-characters.
3976         (mm-enable-multibyte-mule4): Ditto.
3977         (mm-disable-multibyte): Test XEmacs.
3978         (mm-disable-multibyte-mule4): Ditto.
3979         (mm-with-unibyte-current-buffer): Simplified.
3980         (mm-with-unibyte-current-buffer-mule4): Ditto.
3981
3982 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3983
3984         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
3985
3986         * nnheader.el (nnheader-string-as-multibyte): New alias.
3987
3988         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
3989
3990         * gnus-uu.el (gnus-message-process-mark): New function.
3991         (gnus-uu-mark-by-regexp): Use it.
3992         (gnus-new-processable): New function.
3993
3994 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
3995
3996         * gnus-sum.el (gnus-no-mark): New variable.
3997
3998 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3999
4000         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
4001         backslashes.
4002
4003 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
4004
4005         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
4006         definition.
4007
4008 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4009
4010         * dgnushack.el (dgnushack-compile): elc is in the current directory.
4011
4012         * qp.el (quoted-printable-encode-region): Don't check multibyte in
4013         XEmacs.
4014
4015 2000-12-25  Lloyd Zusman <ljz@asfast.com>
4016
4017         * mml.el (mml-read-tag): Save tag location.
4018
4019 2000-12-25  Simon Josefsson  <simon@josefsson.org>
4020
4021         * starttls.el: Sync with Emacs 21.
4022
4023 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4024
4025         * message.el (message-mail): Support yank-action.
4026
4027         * message.el (message-setup): Revoke the last change.
4028
4029 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4030
4031         * message.el (message-setup): Use cons. Suggested by Johan Vromans
4032         <jvromans@squirrel.nl>.
4033
4034 2000-12-24  Simon Josefsson  <sj@extundo.com>
4035
4036         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
4037         mailing list junk at end of part.
4038
4039 2000-12-23  Simon Josefsson  <sj@extundo.com>
4040
4041         * nnimap.el (nnimap-expiry-target): New function.
4042         (nnimap-request-expire-articles): Use it.
4043
4044 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4045
4046         * gnus.el (gnus-group-parameters-more): New variable.
4047         * gnus-cus.el (gnus-group-customize): Use it.
4048
4049         * gnus.el (gnus-define-group-parameter): New macro.
4050         (auto-expire): Use it
4051         (total-expire): Use it.
4052         * gnus-art.el (banner): Use it.
4053
4054         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
4055         <ljz@asfast.com>.
4056
4057 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4058
4059         * gnus-topic.el (gnus-topic-create-topic): Use list.
4060
4061         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
4062         before binding gnus-default-article-saver.
4063
4064         * gnus-sum.el (gnus-summary-save-article):
4065         (gnus-summary-pipe-output):
4066         (gnus-summary-save-article-mail):
4067         (gnus-summary-save-article-rmail):
4068         (gnus-summary-save-article-file):
4069         (gnus-summary-write-article-file):
4070         (gnus-summary-save-article-body-file): Ditto.
4071
4072         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
4073
4074 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4075
4076         * gnus-art.el (gnus-mime-security-button-map):
4077         (gnus-mime-button-map): Add parent.
4078
4079 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4080
4081         * messagexmas.el (message-xmas-redefine): New function.
4082
4083         * message.el: Use it.
4084
4085         * gnus-art.el (gnus-article-check-hidden-text): Return t.
4086
4087         * gnus-util.el (gnus-remove-text-properties-when): Return t.
4088
4089 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4090
4091         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
4092         malformatted messages.
4093
4094 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4095
4096         * mm-util.el (mm-image-load-path): New function.
4097
4098         * gnus-group.el (gnus-group-make-tool-bar): Use it.
4099
4100         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
4101
4102         * message.el (message-tool-bar-map): Use it.
4103
4104         * Makefile.in (install-el): New.
4105
4106 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4107
4108         * gnus-art.el (article-treat-dumbquotes): Quote \.
4109
4110 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4111
4112         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
4113         Emacs 20 runs on a terminal.
4114
4115 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4116
4117         * gnus-msg.el (gnus-bug): Revert to save-excursion.
4118
4119         * mml.el (gnus-add-minor-mode): Autoload.
4120
4121         * message.el (message-forward): Save-restriction.
4122
4123 2000-12-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4124
4125         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
4126         Paul Stevenson <p.stevenson@surrey.ac.uk>
4127
4128 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4129
4130         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
4131
4132         * mml.el (gnus-ems): Don't require.
4133
4134         * gnus.el (gnus-decode-rfc1522): Removed.
4135         (gnus-set-text-properties): Define.
4136
4137 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4138
4139         * gnus-art.el (gnus-mime-*): handle may be nil.
4140
4141         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
4142
4143         * gnus.el (gnus-group-remove-excess-properties): Not defined
4144         in gnus-xmas.
4145
4146 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4147
4148         * message.el (message-mail-user-agent): Add :version.
4149
4150 2000-12-21  Miles Bader  <miles@gnu.org>
4151
4152         * message.el (message-mode): Set `comment-start' to the  yank prefix.
4153
4154 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4155
4156         * message.el (message-mail-user-agent): New variable.
4157         (message-setup): Renamed to message-setup-1. Support
4158         mail-user-agent.
4159         (message-mail-user-agent): New function.
4160         (message-mail): Use it.
4161         (message-reply): Use it.
4162         (message-resend): Use it.
4163         (message-mail-other-window): Use it.
4164         (message-mail-other-frame): Use it.
4165
4166         * gnus-msg.el (gnus-bug): Support mail-user-agent.
4167
4168 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4169
4170         * message.el (message-tool-bar-map): Simplify.
4171         (message-narrow-to-head-1): New function.
4172         (message-narrow-to-head): Use it.
4173         (message-reply): Ditto.
4174         (message-cancel-news): Ditto.
4175         (message-supersede): Ditto.
4176         (message-make-forward-subject): Ditto.
4177         (message-bounce): Ditto.
4178
4179 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4180
4181         * uudecode.el (uudecode-decode-region-external): make-temp-file
4182         may not be defined.
4183
4184         * binhex.el (defalias): eval-and-compile.
4185
4186         * message.el (message-tool-bar-map): New function.
4187         (message-mode): Use it.
4188
4189 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4190
4191         * nntp.el (nntp-find-connection): Remove the entry.
4192         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
4193
4194 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4195
4196         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
4197
4198         * message.el (message-forward): Copy buffer in unibyte mode.
4199
4200 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4201
4202         * message.el (message-make-forward-subject): Don't widen. Decode.
4203         (message-forward): Don't decode subject.
4204
4205 2000-12-20  Christoph Conrad <C.Conrad@cli.de>
4206
4207         * qp.el (quoted-printable-encode-region): Upcase QP.
4208
4209 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4210
4211         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
4212         mail-extract-a-c instead. Don't depend on Gnus.
4213
4214         * mml.el (gnus-ems): Require it.
4215
4216         * gnus-msg.el (gnus-summary-mail-forward):
4217
4218         * message.el (message-forward):  Move mime-to-mml here.
4219
4220 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4221
4222         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
4223         * gnus-art.el (gnus-insert-mime-button): Simplify.
4224         (gnus-mime-display-alternative): Ditto.
4225         (gnus-insert-mime-security-button): Ditto.
4226
4227 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4228
4229         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
4230         text-property-not-all doesn't return nil when start=mark(end).
4231         (gnus-remove-text-properties-when): Ditto.
4232
4233 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4234
4235         * gnus-start.el (gnus-group-change-level): Remove group from
4236         gnus-active-hashtb if real killed.
4237
4238 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4239
4240         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
4241         (gnus-mime-display-alternative): Ditto.
4242         (gnus-insert-mime-security-button): Ditto.
4243
4244 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4245
4246         * gnus-start.el (gnus-group-change-level): Don't add it into
4247         killed-list if it was killed.
4248
4249 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4250
4251         * nnmbox.el (nnmbox-file-coding-system): Use binary.
4252         (nnmbox-active-file-coding-system): Ditto.
4253
4254         * gnus-cus.el (gnus-group-parameters): Add posting-style.
4255
4256 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4257
4258         * gnus.el (gnus-version):
4259         (gnus-version-number): Set to Oort Gnus 0.01.
4260
4261         * gnus-art.el (gnus-mime-security-button-map):
4262         (gnus-insert-mime-security-button): Fix for Emacs21.
4263
4264 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4265
4266         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
4267         easymenu, because XEmacs doesn't understand :help.
4268
4269         * mm-uu.el: Require binhex.
4270
4271 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4272
4273         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
4274
4275 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4276
4277         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
4278
4279 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
4280
4281         * *.xpm, *.pbm: Convert icons icons to size 24x24.
4282
4283 2000-12-18  Dave Love  <fx@gnu.org>
4284
4285         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
4286         (unused).
4287
4288 2000-12-13  Miles Bader  <miles@gnu.org>
4289
4290         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
4291         to t, so that we don't get stuck while trying to smilefy
4292         intangible text.
4293
4294 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
4295
4296         * smiley-ems.el (smiley-regexp-alist): Make regexps match
4297         at the end of the buffer.
4298         (smiley-region): In the loop, move to the end of the submatch
4299         matching the smiley instead of using the end of the match
4300         of the whole regexp.
4301
4302 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
4303
4304         * message.el (message-mode): Doc fix.
4305
4306 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
4307
4308         * smiley-ems.el (smiley-region): Doc fix.
4309
4310 2000-12-11  Miles Bader  <miles@gnu.org>
4311
4312         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
4313         bottom line visible, check to see if it's partially obscured, and
4314         if so, either scroll one more line to make it fully visible, or
4315         revert to showing the second line from the top.
4316
4317 2000-12-07  Dave Love  <fx@gnu.org>
4318
4319         * mailcap.el (mailcap-download-directory)
4320         * gnus-audio.el (gnus-audio-directory)
4321         * smiley-ems.el (smiley-data-directory): Fix :type.
4322
4323 2000-11-30  Dave Love  <fx@gnu.org>
4324
4325         * message.el (message-auto-save-directory): Use
4326         file-name-as-directory.
4327         (message-set-auto-save-file-name): Create
4328         message-auto-save-directory if necessary.
4329         (message-replace-chars-in-string): Removed -- unused.
4330         (message-mail-alias-type): Customize.
4331         (message-headers): Remove duplicate defgroup.
4332
4333 2000-11-29  Dave Love  <fx@gnu.org>
4334
4335         * qp.el (quoted-printable-decode-region): Use error, not message
4336         to report malformed text (like base64).  Amend message.
4337
4338 2000-11-29  Miles Bader  <miles@gnu.org>
4339
4340         * message.el (message-header-lines): Fontify tag.
4341
4342 2000-11-27  Dave Love  <fx@gnu.org>
4343
4344         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
4345         compiler warning.
4346
4347 ;2000-11-26  Dave Love  <fx@gnu.org>
4348 ;
4349 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
4350 ;
4351 2000-11-23  Dave Love  <fx@gnu.org>
4352
4353         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
4354
4355         * mm-uu.el (uudecode): Require.
4356         (uudecode-decode-region, uudecode-decode-region-external): Don't
4357         autoload.
4358         (mm-uu-copy-to-buffer): Doc fix.
4359         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
4360         type fix.
4361
4362         * mailcap.el: Doc fixes.
4363         (mailcap-mime-data): Various adjustments.
4364         (mailcap): New group.
4365         (mailcap-download-directory): Customize.
4366         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
4367         (mailcap-temporary-directory): Deleted (unused).
4368         (mailcap-unescape-mime-test): Simplify slightly.
4369         (mailcap-viewer-passes-test): Use functionp.
4370         (mailcap-command-p): Aliased to executable-find.
4371
4372         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
4373         default-enable-multibyte-characters is nil.
4374
4375 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
4376
4377         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
4378
4379 2000-11-21  Dave Love  <fx@gnu.org>
4380
4381         * gnus-art.el (gnus-mime-button-map): Don't inherit from
4382         gnus-article-mode-map.
4383 ;       (gnus-mime-button-menu): Use mouse-set-point.
4384         (gnus-insert-mime-button, gnus-mime-display-alternative)
4385         (gnus-mime-display-alternative): Don't use local-map property.
4386
4387 2000-11-17  Dave Love  <fx@gnu.org>
4388
4389         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
4390         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
4391         and make-temp-file.
4392         (uudecode-decode-region): Doc fix.
4393
4394 2000-11-14  Dave Love  <fx@gnu.org>
4395
4396         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
4397         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
4398         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
4399         New files, derived from the XPMs.
4400
4401 2000-11-10  Dave Love  <fx@gnu.org>
4402
4403         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
4404         (gnus-agent-lib-file, gnus-agent-load-alist)
4405         (gnus-agent-save-alist, gnus-agent-article-name): Use
4406         expand-file-name.
4407
4408         * gnus-group.el (gnus-group-name-charset-method-alist): Add
4409         :version.
4410         (nnkiboze-score-file): Defvar when compiling.
4411
4412         * gnus-start.el (gnus-read-newsrc-file): Add :version.
4413
4414         * gnus-art.el (gnus-article-banner-alist)
4415         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
4416         (gnus-article-date-lapsed-new-header)
4417         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
4418         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
4419         (gnus-treat-strip-headers-in-body)
4420         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
4421         (gnus-treat-translate): Add :version.
4422         (gnus-article-mime-part-function): Fix defcustom.
4423
4424         * nnmail.el (nnmail-expiry-target)
4425         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
4426         (nnmail-split-header-length-limit): Add :version.
4427
4428         * gnus-sum.el (gnus-auto-expirable-marks)
4429         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
4430         (gnus-extra-headers, gnus-ignored-from-addresses)
4431         (gnus-newsgroup-ignored-charsets)
4432         (gnus-group-highlight-words-alist)
4433         (gnus-summary-show-article-charset-alist): Add :version.
4434
4435         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
4436         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
4437         files, converted from the XPMs.
4438
4439         * gnus-cache.el (gnus-cache-active-file): Don't use
4440         file-name-as-directory on directory.
4441         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
4442         use file-name-as-directory on directory.
4443
4444         * time-date.el (timezone-make-date-arpa-standard): Autoload.
4445         (date-to-time): Use it.
4446
4447 ;       * message.el (message-mode) <adaptive-fill-regexp>:
4448 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
4449 ;       (message-newline-and-reformat): Likewise.
4450         (message-forward-as-mime, message-forward-ignored-headers)
4451         (message-buffer-naming-style, message-default-charset)
4452         (message-dont-reply-to-names, message-send-mail-partially-limit):
4453         Add :version.
4454
4455         * mm-util.el: Doc fixes.
4456         (mm-mime-charset): Don't use the raw result of
4457         mm-preferred-coding-system.
4458         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
4459         (mm-with-unibyte): Simplify.
4460
4461         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
4462         concat.
4463
4464         * pop3.el (pop3-version): Deleted.
4465         (pop3-make-date): New function, avoiding message-make-date.
4466         (pop3-munge-message-separator): Use it.
4467
4468 2000-11-09  Dave Love  <fx@gnu.org>
4469
4470         * gnus-group.el (gnus-group-make-directory-group)
4471         (gnus-group-fetch-faq): Use expand-file-name.
4472         (gnus-group-fetch-faq): Simplify completing-read form.
4473
4474         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
4475         test for Mule.
4476
4477         * message.el (tool-bar-map): Defvar when compiling.
4478
4479         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
4480         (gnus-tm-lisp-directory): Deleted.
4481         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
4482         (featurep 'xemacs).
4483         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
4484         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
4485         version numbers from file names.
4486
4487 2000-11-08  Dave Love  <fx@gnu.org>
4488
4489         * mm-view.el: Use featurep for XEmacs test.
4490         (mm-inline-message): Test for `remove-specifier'; don't use
4491         condition-case.
4492
4493         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
4494
4495         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
4496         (gnus-score-find-bnews): Don't concat "".
4497
4498         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
4499         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
4500         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
4501         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
4502
4503         * gnus-sum.el: Put some defvars in eval-when-compile.
4504         (gnus-summary-mode-hook): Add :options.
4505         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
4506         (gnus-summary-tool-bar-map): New variable.
4507         (gnus-summary-make-tool-bar): New function.
4508         (gnus-summary-mode): Put kill-all-local-variables first.
4509
4510         * gnus-group.el (gnus-group-toolbar-map): New variable.
4511         (gnus-group-make-tool-bar): Rewritten.
4512         (gnus-group-mode): Put kill-all-local-variables first.
4513
4514         * rfc2047.el: Require gnus-util.
4515
4516         * nnml.el (gnus-sorted-intersection): Autoload.
4517
4518         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
4519         Put some defvars in eval-when-compile.
4520         (gnus-intersection, gnus-sorted-complement):  Autoload.
4521
4522         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
4523
4524         * mm-encode.el (mm-body-7-or-8): Autoload.
4525
4526         * mm-decode.el (mm-insert-inline): Autoload.
4527
4528         * mml.el:
4529         * message.el: Put some defvars in eval-when-compile.
4530
4531         * gnus-msg.el: Put some defvars in eval-when-compile.
4532         (gnus-msg-mail): Move after gnus-setup-message.
4533
4534         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
4535
4536 2000-11-07  Dave Love  <fx@gnu.org>
4537
4538         * gnus-util.el (nnheader): Don't require message (recursive
4539         autoload).
4540
4541         * uudecode.el: Avoid compiler warnings.
4542
4543         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
4544         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
4545
4546 2000-11-06  Dave Love  <fx@gnu.org>
4547
4548         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
4549
4550         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
4551         (uudecode-char-int): New alias, replacing char-int.
4552         (uudecode-decode-region): Don't call buffer-disable-undo.
4553
4554 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
4555 ;       (mm-uu-configure-list): Doc fix.
4556 ;
4557 ;       * earcon.el (running-xemacs): Don't define.
4558 ;
4559 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
4560 ;
4561 ;       * message.el (message-font-lock-keywords): Match a final newline
4562 ;       to help font-lock's multiline support.
4563 ;
4564 2000-11-03  Dave Love  <fx@gnu.org>
4565
4566         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
4567
4568         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
4569         name.
4570
4571         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
4572         <banner>: Fix custom type, doc.
4573
4574         * mm-decode.el (mm-display-external): Space-prefix temp buffer
4575         name.  Don't disable undo explicitly.
4576
4577 ;2000-11-02  Dave Love  <fx@gnu.org>
4578 ;
4579 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
4580 ;       cite-prefix.
4581
4582 2000-11-01  Dave Love  <fx@gnu.org>
4583
4584         * rfc2047.el (base64): Require unconditionally.
4585         (message-posting-charset): Defvar when compiling.
4586         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
4587         message.
4588
4589         * gnus-sum.el (nnoo): Require.
4590         (mm-uu-dissect): Autoload.
4591
4592         * mml.el (mml-parse-1): Clarify message.
4593         (mml-minibuffer-read-type): Use mailcap-mime-types.
4594
4595 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
4596
4597         * mml.el: Fix a typo in the requiring of CL.
4598
4599 2000-11-01  Dave Love  <fx@gnu.org>
4600
4601         * utf7.el: Require cl when compiling.
4602
4603         * binhex.el: Use (featurep 'xemacs).
4604         (binhex-char-int): New alias, replacing char-int.  Change callers.
4605         (binhex-decode-region): Simplify work buffer code.
4606         (binhex-decode-region-external): Use expand-file-name, not concat.
4607
4608 2000-10-30  Dave Love  <fx@gnu.org>
4609
4610         * gnus-art.el: Fix 2000-10-27 change properly.
4611
4612 2000-10-28  Miles Bader  <miles@gnu.org>
4613
4614         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
4615
4616 2000-10-27  Dave Love  <fx@gnu.org>
4617
4618         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
4619         strings.
4620         (gnus-group-make-tool-bar): New function.
4621         (gnus-group-mode): Use it.
4622
4623         * message.el (message-mode-menu): Add some :help strings.
4624         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
4625         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
4626
4627         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
4628         * describe-group.xpm, get-news.xpm, kill-group.xpm:
4629         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
4630
4631         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
4632         display-graphic-p here.
4633
4634 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
4635
4636         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
4637         of the `gnus-xemacs' variable, as the latter has been removed.
4638         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
4639         * gnus-art.el (gnus-treat-display-xface)
4640         (gnus-treat-display-smileys, gnus-treat-display-picons)
4641         (gnus-article-read-summary-keys): Likewise.
4642
4643 2000-10-26  Dave Love  <fx@gnu.org>
4644
4645         (defvar): Use rmail-spool-directory unconditionally.
4646
4647 2000-10-18  Dave Love  <fx@gnu.org>
4648
4649         * mm-bodies.el (mm-uu-decode-function)
4650         (mm-uu-binhex-decode-function): Defvar when compiling.
4651
4652         * gnus-nocem.el (gnus-nocem-issuers): Update.
4653         (gnus-nocem-check-from): New option.
4654         (gnus-nocem-scan-groups): Use it.
4655         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
4656         (gnus-nocem-check-article-limit): Add :version.
4657
4658 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
4659
4660         * ietf-drums.el (mm-util): Require CL when compiling.
4661
4662 2000-10-15  Dave Love  <fx@gnu.org>
4663
4664         * qp.el: Require mm-util.
4665
4666 2000-10-13  Dave Love  <fx@gnu.org>
4667
4668         * qp.el (quoted-printable-decode-region): Avoid invalid
4669         coding-systems.
4670
4671 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
4672
4673         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
4674         to a recursive load.
4675
4676 2000-10-12  Dave Love  <fx@gnu.org>
4677
4678         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
4679
4680         * gnus.el (gnus-group-startup-message): Check for PBM image.
4681
4682 2000-10-09  Dave Love  <fx@gnu.org>
4683
4684         * mail-source.el (mail-source-fetch-imap): Bind
4685         default-enable-multibyte-characters rather than using
4686         mm-disable-multibyte.
4687
4688 2000-10-05  Dave Love  <fx@gnu.org>
4689
4690         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
4691         Autoload.
4692         (quoted-printable-decode-region):  Rename arg which confused
4693         charset with coding-system.  Don't use nonascii-insert-offset.
4694         Coding-system encode the region initially.  Don't recognize `=='
4695         as valid QP.  Coding-system decode the region finally.
4696         (quoted-printable-decode-string): Rename arg which confused
4697         charset with coding-system.
4698
4699         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
4700         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
4701         mm-encode-coding-region.
4702         (mm-decode-body, mm-decode-string): Rename variables which
4703         confused charset with coding-system.
4704         (binhex-decode-region): Don't autoload.
4705         (mm-body-encoding): Require message.
4706         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
4707         cond branches.
4708
4709         * gnus-art.el (article-de-quoted-unreadable)
4710         (article-de-base64-unreadable): Fold search case
4711         rather than downcasing string.  Apply mm-charset-to-coding-system
4712         to arg of quoted-printable-decode-region.
4713
4714 2000-10-04  Dave Love  <fx@gnu.org>
4715
4716         * gnus-ems.el: Don't turn off compiler warnings in local vars.
4717         Require ring when compiling.
4718         (gnus-article-compface-xbm): New variable.
4719
4720 2000-10-04  Dave Love  <fx@gnu.org>
4721
4722         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
4723         pbm images.
4724
4725         * frown.pbm, smile.pbm, wry.pbm: New files.
4726
4727         * frown.xbm, smile.xbm, wry.xbm: Deleted.
4728
4729 2000-10-03  Dave Love  <fx@gnu.org>
4730
4731         * mail-source.el (mail-sources): Revert to nil.
4732
4733         * nnmail (nnmail-spool-file): Revert to `((file))'.
4734
4735         * qp.el: Don't require mm-util.
4736         (quoted-printable-decode-region): Rewritten.
4737         (quoted-printable-decode-string, quoted-printable-encode-region):
4738         Doc fix.
4739         (quoted-printable-encode-region): Barf on multibyte characters.
4740         Maybe make the class multibyte.  Upcase chars, not formatted
4741         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
4742         (quoted-printable-encode-string): Don't use
4743         mm-with-unibyte-buffer.
4744
4745 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
4746
4747         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
4748
4749 2000-09-21  Dave Love  <fx@gnu.org>
4750
4751         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
4752         (for Emacs 20).  Tidy somewhat.
4753
4754 2000-09-21  Dave Love  <fx@gnu.org>
4755
4756         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
4757         image processing.  Rationalize logic somewhat.
4758
4759 2000-09-20  Dave Love  <fx@gnu.org>
4760
4761         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
4762         specifically.
4763
4764         * gnus.el (gnus-version-number): Avoid some redundant
4765         autoloads.
4766
4767 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
4768
4769         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
4770         to XBM; we always have PBM support.
4771
4772 2000-09-14  Dave Love  <fx@gnu.org>
4773
4774         * gnus.el (gnus-charset):
4775         * mm-decode.el (mime-display):
4776         * imap.el (imap) <defgroup>: Add :version.
4777
4778 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
4779
4780         * parse-time.el: Fix author's mail address.
4781
4782         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
4783         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
4784         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
4785         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
4786         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
4787         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
4788         * rfc2231.el, uudecode.el: Fix copyright notice.
4789
4790         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
4791         require `w3' at load-time only if not running in batch mode.
4792
4793 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4794
4795         * gnus.el: Before merge with Emacs21.
4796
4797 2000-12-19  Raymond Scholz <ray-2000@zonix.de>
4798
4799         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
4800
4801 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
4802
4803         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
4804         to avoid conflict with the standard `back-to-indentation'
4805         binding.
4806
4807 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4808
4809         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
4810
4811         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
4812         (mm-disable-multibyte-mule4): Ditto.
4813         (mm-with-unibyte-current-buffer-mule4): Ditto.
4814
4815 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4816
4817         * pop3.el (pop3-movemail): Use binary.
4818         (pop3-movemail-file-coding-system): Removed.
4819
4820 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4821
4822         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
4823
4824 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4825
4826         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
4827         exists.
4828
4829 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4830
4831         * gnus-msg.el (gnus-post-method): Use backend name when the
4832         address is "".
4833
4834 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4835
4836         * gnus-art.el (article-verify-x-pgp-sig): Don't test
4837         mm-verify-option.
4838         (gnus-treat-x-pgp-sig): Default value.
4839         (gnus-ignored-headers): Redundant.
4840
4841 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4842
4843         * gnus-win.el (gnus-configure-frame): Save selected window.
4844
4845 2000-02-15  Andrew Innes  <andrewi@gnu.org>
4846
4847         * nnmbox.el: Require gnus-range.
4848         (nnmbox-group-building-active-articles): New variable.
4849         (nnmbox-group-active-articles): New variable; this is a cache of
4850         all active articles by group and number.
4851         (nnmbox-in-header-p): New function.
4852         (nnmbox-find-article): New function.
4853         (nnmbox-record-active-article): New function.
4854         (nnmbox-record-deleted-article): New function.
4855         (nnmbox-is-article-active-p): New function.
4856         (nnmbox-retrieve-headers): Use nnmbox-find-article.
4857         (nnmbox-request-article): Ditto.  Also supply extra arg to
4858         nnmbox-article-group-number.
4859         (nnmbox-request-expire-articles): Ditto.
4860         (nnmbox-request-move-article): Ditto.
4861         (nnmbox-request-replace-article): Ditto.
4862         (nnmbox-request-rename-group): Rename group entry in active
4863         article cache.
4864         (nnmbox-delete-mail): Update active article cache, unless article
4865         is being replaced.
4866         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
4867         than partially duplicating it.
4868         (nnmbox-article-group-number): Add extra `this-line' arg, to
4869         handle articles belonging to multiple groups.
4870         (nnmbox-save-mail): Update active article cache.
4871         (nnmbox-read-mbox): Build active article cache when loading mbox.
4872         Also do some repair work, if we find articles that are missing the
4873         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
4874         reconstruct these from Xref info.
4875
4876 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4877
4878         * mail-source.el (mail-source-report-new-mail): Use
4879         nnheader-run-at-time.
4880
4881 2000-02-15  Andrew Innes  <andrewi@gnu.org>
4882
4883         * mail-source.el (mail-source-fetch-pop): Clear pop password when
4884         an error is thrown, and then rethrow the error.
4885         (mail-source-check-pop): Ditto.
4886         (mail-source-start-idle-timer): Prevent multiple pop checks
4887         running if the check takes a long time.
4888
4889 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4890
4891         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
4892         succeed.
4893
4894 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4895
4896         * gnus-win.el (gnus-configure-windows): Make sure
4897         nntp-server-buffer is live.
4898         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
4899
4900 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
4901
4902         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
4903
4904 2000-12-04  Andreas Jaeger  <aj@suse.de>
4905
4906         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
4907
4908 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4909
4910         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
4911
4912 2000-12-01  Christopher Splinter <chris@splinter.inka.de>
4913
4914         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
4915
4916 2000-12-01  Simon Josefsson  <sj@extundo.com>
4917
4918         * mml-smime.el (mml-smime-verify): Fix address parsing.
4919
4920 2000-12-01  Simon Josefsson  <sj@extundo.com>
4921
4922         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
4923         more than one certificate inside PKCS#7 blob.  Better security
4924         information (clamed / actual sender, openssl output, certificates
4925         inside message).
4926
4927         * smime.el (smime-verify-region): Output to /dev/null.
4928         (smime-buffer-as-string-region): Don't parse empty lines.
4929
4930 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4931
4932         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
4933         ?d and ?D.
4934         (gnus-mime-security-show-details-inline): New variable.
4935         (gnus-mime-security-show-details): Use them.
4936         (gnus-insert-mime-security-button): Ditto.
4937
4938         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
4939         Suggest by Michael Duggan (md5i@cs.cmu.edu).
4940         (mml2015-gpg-clear-verify): Ditto.
4941         (mml2015-gpg-decrypt-1): Ditto.
4942         (mml2015-use): Prefer 'gpg.
4943
4944 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4945
4946         * gnus-util.el (gnus-add-text-properties-when): New function.
4947         (gnus-remove-text-properties-when): Ditto.
4948
4949         * gnus-cite.el (gnus-article-hide-citation): Use them.
4950         (gnus-article-toggle-cited-text): Use them.
4951
4952         * gnus-art.el (gnus-signature-toggle): Use them.
4953         (gnus-article-show-hidden-text): Ditto.
4954         (gnus-article-hide-text): Ditto.
4955
4956 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4957
4958         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
4959
4960 2000-11-30  Simon Josefsson  <sj@extundo.com>
4961
4962         * smime.el (smime-point-at-eol): New alias.
4963         (smime-buffer-as-string-region): Use it.
4964
4965 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4966
4967         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
4968
4969 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4970
4971         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
4972
4973         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
4974
4975         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
4976
4977 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4978
4979         * nnmh.el (nnmh-request-expire-articles): Implemented
4980         expiry-target for nnmh backend.
4981
4982 2000-11-30  Simon Josefsson  <sj@extundo.com>
4983
4984         * mm-decode.el (mm-security-from): New variable.
4985         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
4986
4987         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
4988         than `from'.
4989
4990 2000-11-30  Simon Josefsson  <sj@extundo.com>
4991
4992         * mml-smime.el (mml-smime-verify): Verify that certificate mail
4993         address match sender address.
4994
4995         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
4996
4997         * smime.el (smime-verify-region): Don't copy buffer.
4998         (smime-decrypt-buffer): Use expand-file-name on keyfile.
4999         (smime-pkcs7-region): New function.
5000         (smime-pkcs7-certificates-region): Ditto.
5001         (smime-pkcs7-email-region): Ditto.
5002         (smime-buffer-as-string-region): Ditto.
5003
5004         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
5005         buffer.
5006
5007 2000-11-23  Jens Krinke <j.krinke@gmx.de>
5008
5009         * smime.el (smime-decrypt-region): Fix keyfile argument.
5010
5011 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5012
5013         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
5014
5015 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5016
5017         * message.el (message-shoot-gnksa-feet): New variable.
5018         (message-gnksa-enable-p): New function.
5019         (message-send): Use it.
5020         (message-check-news-body-syntax): Ditto.
5021
5022 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5023
5024         * message.el (message-make-message-id): Remove the redundancy.
5025
5026 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5027
5028         * message.el (message-setup): Discourage using mc-install-*-mode.
5029
5030         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
5031
5032 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5033
5034         * gnus-cite.el (gnus-cite-parse): Guess citation length.
5035
5036 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5037
5038         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
5039
5040 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5041
5042         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
5043
5044 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5045
5046         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
5047         insert-buffer-substring.
5048
5049         * message.el (message-send-mail): Use buffer-substring-no-properties.
5050         (message-send-news): Ditto.
5051
5052 2000-11-22  David Edmondson <dme@dme.org>
5053
5054         * imap.el (imap-wait-for-tag): Message read info.
5055
5056 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5057
5058         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
5059         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
5060         (mml2015-gpg-encrypt): Ditto.
5061
5062 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5063
5064         * mm-decode.el (mm-verify-option): Default value.
5065
5066         * mml-sec.el (mml-secure-part): Error message.
5067
5068 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5069
5070         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
5071
5072 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5073
5074         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
5075
5076 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5077
5078         * gnus-art.el (gnus-article-describe-key): Use prompt.
5079         (gnus-article-describe-key-briefly): Ditto.
5080
5081 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5082
5083         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
5084
5085 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5086
5087         * gnus-art.el (gnus-article-describe-key): New function.
5088         (gnus-article-describe-key-briefly): New function.
5089
5090 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5091
5092         * mm-decode.el (mm-decrypt-option): Doc typo.
5093
5094         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
5095         return a number.
5096
5097 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5098
5099         * message.el (message-newline-and-reformat): Typo.
5100
5101 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5102
5103         * gnus-art.el (article-verify-x-pgp-sig): Check whether
5104         original-article-buffer exists.
5105
5106         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
5107         (rfc2047-header-encoding-alist): Addresses are different from text.
5108         (rfc2047-encode-message-header): Ditto.
5109         (rfc2047-dissect-region): Extra parameter.
5110         (rfc2047-encode-region): Ditto.
5111         (rfc2047-encode-string): Ditto.
5112
5113 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5114
5115         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
5116         (mm-uu-pgp-encrypted-extract): Use it.
5117         (mm-uu-pgp-signed-extract-1): New function.
5118         (mm-uu-pgp-signed-extract): Use it.
5119
5120         * gnus-art.el (gnus-mime-display-security): New function.
5121         (gnus-mime-display-part): Use it.
5122         (gnus-mime-security-verify-or-decrypt): New function.
5123         (gnus-mime-security-press-button): New function.
5124         (gnus-insert-mime-security-button): Use it.
5125
5126         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
5127         (mm-find-raw-part-by-type): Ditto.
5128         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
5129         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
5130         (mm-destroy-parts): Kill nested multibyte buffer.
5131
5132         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
5133         (mml2015-gpg-verify): Ditto.
5134
5135 2000-11-18  Simon Josefsson  <sj@extundo.com>
5136
5137         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
5138         (mml2015-function-alist): Use it.
5139
5140         * mml-sec.el (mml-sign-alist): Update names.
5141         (mml-encrypt-alist): Ditto.
5142         (mml-secure-part-smime-sign): Moved to mml-smime.el
5143         as `mml-smime-sign-query'.
5144         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
5145         `mml-smime-get-file-cert'.
5146         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
5147         `mml-smime-get-dns-cert'.
5148         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
5149         `mml-smime-encrypt-query'.
5150         (mml-smime-sign-buffer): Use mml-smime-sign.
5151         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
5152
5153         * mml-smime.el (mml-smime-sign): New function.
5154         (mml-smime-encrypt):
5155         (mml-smime-sign-query):
5156         (mml-smime-get-file-cert):
5157         (mml-smime-get-dns-cert):
5158         (mml-smime-encrypt-query): Moved from mml-sec.el.
5159
5160 2000-11-16  Simon Josefsson  <sj@extundo.com>
5161
5162         * mml2015.el (mml2015-gpg-clear-verify): New function.
5163         (mml2015-function-alist): Add it.
5164
5165 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5166
5167         * message.el (message-setup-fill-variables): Use
5168         message-cite-prefix-regexp.
5169         (message-newline-and-reformat): Check the end of citation, leading
5170         WSP, break in the cite prefix.
5171         (message-fill-paragraph): New function.
5172
5173 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
5174
5175         * lpath.el: Shut up.
5176
5177 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5178
5179         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
5180         raw 8-bit in headers in dk.* newsgroups.
5181
5182 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5183
5184         * message.el (message-newline-and-reformat): Match extra WSPs.
5185
5186 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5187
5188         * mml.el (mml-generate-mime-1): Ignore ascii.
5189
5190 2000-11-16 Justin Sheehy <justin@iago.org>
5191
5192         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
5193
5194 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5195
5196         * message.el (message-cite-prefix-regexp): Prefix should not end
5197         at space.
5198
5199 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5200
5201         * message.el (message-mode-syntax-table): Add - as a word
5202         constituent as in articles.
5203         (message-setup-fill-variables): Add -_. as supercite-style prefix.
5204         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
5205         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
5206
5207 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5208
5209         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
5210
5211 2000-11-12  David Edmondson  <dme@dme.org>
5212
5213         * message.el (message-font-lock-keywords): use
5214         message-cite-prefix-regexp.
5215
5216 2000-11-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5217
5218         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
5219         Stein Arild Str\e,Ax\e(Bmme.
5220         (gnus-group-jump-to-group): Use it.
5221         (gnus-group-jump-to-group-prompt): Customize.
5222
5223 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
5224
5225         * mailcap.el (mailcap-possible-viewers): Match the entire string.
5226
5227 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
5228
5229         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
5230         incompatible.
5231         (mml2015-mailcrypt-sign): Ditto.
5232
5233 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5234
5235         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
5236         group is open.
5237
5238 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
5239
5240         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
5241         nnvirtual articles.
5242         (gnus-backlog-request-article): Don't request nnvirtual articles.
5243
5244 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5245
5246         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
5247         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
5248
5249 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
5250
5251         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
5252         * mml.el (mml-generate-mime-1): Use charset attribute.
5253         * mm-bodies.el (mm-encode-body): Add parameter charset.
5254         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
5255
5256 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5257
5258         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
5259         (mml2015-mailcrypt-clear-decrypt): Ditto.
5260         (mml2015-mailcrypt-verify): Ditto.
5261         (mml2015-mailcrypt-clear-verify): Ditto.
5262         (mml2015-gpg-verify): Ditto.
5263
5264 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
5265
5266         * smime.el (smime-openssl-program): Test the existence of openssl.
5267         * mml-smime.el: Require mm-decode.
5268         (mml-smime-verify-test): New function.
5269         * mm-decode.el (mm-verify-function-alist): Use it.
5270
5271 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5272
5273         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
5274         anyway.
5275
5276 2000-11-13  Simon Josefsson  <sj@extundo.com>
5277
5278         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
5279         verification doesn't work.
5280
5281 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
5282
5283         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
5284         (gnus-inews-do-gcc): Use it.
5285
5286 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5287
5288         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
5289         leading space.
5290         * mm-extern.el (mm-inline-external-body): Report error when no
5291         access-type.
5292
5293 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5294
5295         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
5296
5297 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5298
5299         * gnus-art.el (gnus-mime-button-menu): Use select-window.
5300
5301 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
5302
5303         * gnus-art.el (gnus-mime-display-part): Display multipart/related
5304         as multipart/mixed.
5305
5306 2000-11-12  David Edmondson  <dme@dme.org>
5307
5308         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
5309         and replace `.' with `\w' to allow for different syntax tables
5310         (from Vladimir Volovich).
5311         * message.el (message-newline-and-reformat): use
5312         `message-cite-prefix-regexp'.
5313         * gnus-cite.el (gnus-supercite-regexp): use
5314         `message-cite-prefix-regexp'.
5315         * gnus-cite.el (gnus-cite-parse): use
5316         `message-cite-prefix-regexp'.
5317
5318 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
5319
5320         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
5321         PGP SIGNATURE.  Escape leading "-"'s.
5322         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
5323
5324 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
5325
5326         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
5327
5328 2000-11-11  Simon Josefsson  <sj@extundo.com>
5329
5330         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
5331
5332         * smime.el (smime-details-buffer): New variable.
5333         (smime-sign-region):
5334         (smime-encrypt-region):
5335         (smime-verify-region):
5336         (smime-decrypt-region): Copy OpenSSL output to the buffer.
5337
5338         * mml-smime.el (mml-smime-verify): Support security info.
5339
5340 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
5341
5342         * mm-decode.el (mm-verify-option): Set default to nil.
5343         (mm-decrypt-option): Ditto.
5344         * gnus-art.el (article-verify-x-pgp-sig): New function.
5345
5346 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5347
5348         * gnus-art.el (gnus-mime-display-alternative): Show button if no
5349         preferred part.
5350
5351 2000-11-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5352
5353         * gnus-sum.el (gnus-move-split-methods): Say that
5354         `gnus-split-methods' uses file names, whereas this uses group
5355         names.  (Report from Nevin Kapur)
5356
5357 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5358
5359         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
5360
5361 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
5362
5363         * nnheader.el (nnheader-directory-files-is-safe): New variable.
5364         (nnheader-directory-articles): Use it.
5365         (nnheader-article-to-file-alist): Ditto.
5366
5367 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
5368
5369         * rfc2047.el (rfc2047-pad-base64): New function.
5370         (rfc2047-decode): Use it.
5371
5372 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5373
5374         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
5375         select method.
5376
5377 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
5378
5379         * mml2015.el (mml2015-gpg-decrypt-1):
5380         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
5381
5382 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5383
5384         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
5385
5386 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5387
5388         * pop3.el (pop3-munge-message-separator): A message may have an
5389         empty body.
5390
5391 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5392
5393         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
5394         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
5395         (mm-uu-pgp-signed-extract): Use coding-system.
5396
5397 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5398
5399         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
5400         (gnus-insert-mime-security-button): New function.
5401         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
5402         * mml2015.el:  Add security info when verify or decrypt.
5403         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
5404         (mm-uu-pgp-encrypted-extract): Ditto.
5405
5406 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
5407
5408         * mm-decode.el (mm-display-parts): New function.
5409         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
5410
5411 2000-02-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5412
5413         * gnus-mlspl.el: Documentation tweaks.
5414
5415 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
5416
5417         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
5418         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
5419         argument.
5420
5421 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5422
5423         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
5424
5425 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
5426
5427         * gnus-art.el (gnus-article-encrypt): New function.
5428         (gnus-article-encrypt-protocol-alist): New variable.
5429         (gnus-article-encrypt-protocol): New variable.
5430         * mml2015.el (mml2015-self-encrypt): New function.
5431         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
5432
5433 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
5434
5435         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
5436         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
5437         let mailcap do it.
5438         * mml2015.el: Remove snarf code.
5439         * mm-decode.el: Remove snarf code.
5440
5441 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5442
5443         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
5444         (mml-insert-mime): Understand gnus-decoded.
5445         (mime-to-mml): New parameter handles.
5446         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
5447         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
5448
5449 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
5450
5451         * mm-decode.el (mime-security): New group.
5452         (mm-verify-function-alist): Add test function.
5453         (mm-decrypt-function-alist): Ditto.
5454         (mm-snarf-option): Set default value as nil.
5455         (mm-find-part-by-type): Recursive parameter.
5456         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
5457         * mml2015.el: Support draft-ietf-openpgp-multsig.
5458
5459 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5460
5461         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
5462         (gnus-article-view-part-as-charset): New function.
5463
5464 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5465
5466         * mm-decode.el (mm-verify-option): Default value.
5467         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
5468
5469 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5470
5471         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
5472
5473 2000-11-05  Simon Josefsson  <sj@extundo.com>
5474
5475         * mml-smime.el (mml-smime-verify): Work in original multipart
5476         buffert.
5477
5478         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
5479         (mm-handle-multipart-ctl-parameter): Ditto.
5480         (mm-alist-to-plist): New function.
5481         (mm-dissect-buffer): Store CTL parameters and copy original buffer
5482         for multiparts.
5483         (mm-destroy-parts): Destroy multipart buffert.
5484         (mm-remove-part): Ditto.
5485
5486         * mml-smime.el (mml-smime-sign): Not used.
5487         (mml-smime-encrypt): Ditto.
5488
5489         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
5490
5491         Verify S/MIME signature support.
5492
5493         * mm-decode.el (mm-inline-media-tests): Add
5494         application/{x-,}pkcs7-signature.
5495         (mm-inlined-types): Ditto.
5496         (mm-automatic-display): Ditto.
5497         (mm-verify-function-alist): Ditto.  Add name of method.
5498         (mm-decrypt-function-alist): Add name of method.
5499         (mm-find-part-by-type): Add documentation.
5500         (mm-possibly-verify-or-decrypt): Use new format of
5501         mm-{verify,decrypt}-function-alist.  Use method names.
5502
5503         * mml-smime.el (mml-smime-verify): New function.
5504
5505 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
5506
5507         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
5508
5509 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5510
5511         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
5512         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
5513         * mm-decode.el (mm-snarf-option): New.
5514
5515 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5516
5517         * mm-util.el (mm-subst-char-in-string): New function.
5518         (mm-replace-chars-in-string): Use it.
5519         * message.el (message-replace-chars-in-string): Use it.
5520         * nnheader.el (nnheader-replace-chars-in-string): Use it.
5521         * gnus-mh.el (mh-lib-progs): Shut up.
5522
5523 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
5524
5525         * base64.el, md5.el: Moved to contrib directory.
5526
5527 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
5528
5529         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
5530         the last article when search.
5531
5532 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5533
5534         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
5535         * nnmail.el (nnmail-pathname-coding-system): Ditto.
5536
5537 2000-09-29  David Edmondson  <dme@thus.net>
5538
5539         * message.el (message-newline-and-reformat): Typo.
5540
5541 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5542
5543         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
5544
5545 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
5546
5547         * nntp.el (nntp-decode-text): Delete bogus status lines.
5548
5549 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
5550
5551         * message.el (message-font-lock-keywords): Match a final newline
5552         to help font-lock's multiline support.
5553
5554 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
5555
5556         * nnoo.el (nnoo-set): New function.
5557
5558 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
5559
5560         * gpg.el, gpg-ring.el: Moved to contrib directory.
5561
5562 2000-11-04  Simon Josefsson  <sj@extundo.com>
5563
5564         * nnimap.el (nnimap-split-inbox): Typo.
5565
5566 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
5567
5568         * gnus-msg.el (gnus-msg-mail): Move it backwards.
5569
5570 2000-11-03  Simon Josefsson  <sj@extundo.com>
5571
5572         * rfc2231.el (rfc2231-parse-qp-string): New function.
5573         (require): rfc2047.
5574
5575         * mail-parse.el (mail-header-parse-content-type):
5576         (mail-header-parse-content-disposition): Support invalid QP
5577         encoded strings, by using `rfc2231-parse-qp-string'.
5578
5579 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5580
5581         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
5582         (rfc2231-decode-encoded-string): Typo "> X 1".
5583         (rfc2231-encode-string): Insert the name of charset.
5584         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
5585
5586 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
5587
5588         * mm-decode.el (mm-save-part): Return the filename.
5589         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
5590         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
5591         (gnus-mime-action-alist): Use it.
5592         (gnus-mime-button-commands): USe it.
5593         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
5594         (mm-inline-external-body): unwind-protect.
5595
5596 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
5597
5598         * gnus-art.el (gnus-insert-mime-button): Show url.
5599
5600 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5601
5602         * mml.el (mml-generate-mime-1): Support external url.
5603         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
5604
5605 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
5606
5607         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
5608         * mm-decode.el (mm-display-external): Ditto.
5609         * mm-extern.el: New file.
5610         * mm-decode.el (mm-inline-media-tests): Hook it up.
5611         (mm-inlined-types): Inline message/external-body.
5612
5613 2000-11-02  Simon Josefsson  <sj@extundo.com>
5614
5615         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
5616
5617         * message.el (message-get-reply-headers): Better handling when
5618         Mail-Followup-To is very large.
5619
5620 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
5621
5622         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
5623         * gnus-art.el (gnus-article-edit-done):
5624         * gnus-sum.el (gnus-summary-edit-article-done): Move line
5625         counting code here.
5626         * gnus-msg.el (gnus-setup-message): Remove a hack.
5627
5628 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5629
5630         * gnus-sum.el (gnus-newsgroup-variables): New variable.
5631         (gnus-summary-mode): Make them local variables.
5632         (gnus-set-global-variables): Globalize them.
5633         (gnus-summary-exit): Kill them.
5634
5635 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
5636
5637         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
5638         word.
5639
5640 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5641
5642         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
5643         gnus-article-wash-types.
5644         * gnus-art.el (gnus-article-wash-status): Use them.
5645
5646 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5647
5648         * mml.el (mml-read-tag): Remove spaces and LF.
5649
5650 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5651
5652         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
5653         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
5654
5655 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5656
5657         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
5658
5659 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5660
5661         * gnus-sum.el (gnus-article-charset): New variable.
5662         (gnus-summary-display-article): Set it.
5663         * gnus-msg.el (gnus-copy-article-buffer): Use it.
5664         * gnus-art.el (gnus-article-mode): Make it local variable.
5665
5666 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5667
5668         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
5669
5670 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5671
5672         * nnwfm.el: New file.
5673
5674         * nnweb.el (nnweb-replace-in-string): New function.
5675
5676 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5677
5678         * mml2015.el: Wrap gpg.el.
5679         * gpg.el (gpg-verify): The last argument of apply is a list.
5680         (gpg-encrypt): Add passphrase as a parameter.
5681
5682 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
5683
5684         * gpg.el: New file.
5685         * gpg-ring.el: New file.
5686
5687 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5688
5689         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
5690
5691 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5692
5693         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
5694         double-quote charcters.
5695         (gnus-summary-prepare-threads): Ditto.
5696
5697 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5698
5699         * gnus-art.el (gnus-mime-display-single): Forward line -1.
5700         * mml.el (mml-read-tag): Don't skip the leading space.
5701         * lpath.el (font-lock-set-defaults): Shut up.
5702
5703 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
5704
5705         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
5706
5707 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5708
5709         * qp.el (quoted-printable-encode-region): Replace leading - when
5710         ultra safe.
5711         * mml.el (mml-generate-mime-postprocess-function): Removed.
5712         (mml-postprocess-alist): Removed.
5713         (mml-generate-mime-1): Use ultra-safe when sign.
5714         * mml2015.el (mml2015-fix-micalg): Uppercase.
5715         (mml2015-verify): Insert LF.
5716         (mml2015-mailcrypt-sign): Downcase; search backward.
5717
5718 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5719
5720         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
5721         restrictive.
5722         (nnultimate-table-regexp): New variable.
5723         (nnultimate-forum-table-p): Use it.
5724
5725 2000-10-30  Ed L Cashin <ecashin@coe.uga.edu>
5726
5727         * gnus-sum.el (gnus-summary-expire-articles): Save point.
5728
5729 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
5730
5731         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
5732         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
5733
5734 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5735
5736         * mml2015.el: Shut up.
5737
5738 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
5739
5740         * gnus.el (gnus-server-browse-hashtb): Removed.
5741         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
5742         (gnus-group-insert-group-line-info): Use simplified method.
5743         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
5744
5745 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
5746
5747         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
5748         moved here.
5749         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
5750         * gnus-group.el (gnus-group-prepare-flat): Use it.
5751         * gnus-topic.el (gnus-group-prepare-topics): Use it.
5752
5753 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
5754
5755         * mml.el (mml-mode): Show menu in XEmacs.
5756
5757 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
5758
5759         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
5760         (gnus-server-read-server-in-server-buffer): New function.
5761         (gnus-browse-foreign-server): Browse in group buffer.
5762         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
5763         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
5764         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
5765         * gnus.el (gnus-server-browse-hashtb): New variable.
5766
5767 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
5768
5769         * nnfolder.el (nnfolder-open-nov): Use group.
5770
5771 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5772
5773         * nnfolder.el: Add NOV. Set version to 2.0.
5774         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
5775
5776 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5777
5778         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
5779
5780 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5781
5782         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
5783         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
5784
5785 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
5786
5787         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
5788
5789 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5790
5791         * mm-decode.el (mm-verify-function-alist): New variable.
5792         (mm-verify-option): New variable.
5793         (mm-decrypt-function-alist): Ditto.
5794         (mm-decrypt-option): Ditto.
5795         (mm-find-raw-part-by-type): New function.
5796         (mm-possibly-verify-or-decrypt): New function.
5797         (mm-dissect-multipart): Use it.
5798         * mml2015.el (mml2015-fix-micalg): New function.
5799         (mml2015-decrypt): Use new interface.
5800         (mml2015-verify):  Use new interface.
5801         (mml2015-setup): Make it bogus.
5802
5803 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
5804
5805         * mml.el (mml-generate-mime-postprocess-function): Set to
5806         mml-postprocess.
5807         (autoload): Autoload mml2015 and mml-smime.
5808         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
5809         * mml2015.el (mml2015-encrypt): New function.
5810         (mml2015-sign): New function.
5811         (mml2015-encrypt-function): New variable.
5812         (mml2015-sign-function): New variable.
5813         (mml2015-mailcrypt-encrypt): Use message-recipients.
5814         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
5815         * mml-smime.el (mml-smime-setup): Ditto.
5816
5817 2000-10-28  Simon Josefsson  <sj@extundo.com>
5818
5819         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
5820         Communigate Pro 3.3.1 server.
5821
5822         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
5823         in buffers.
5824         (mml-secure-dns-server): Removed.
5825         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
5826         write certificates to files.
5827
5828         * smime.el (smime-dns-server): New variable.
5829         (smime-mail-to-domain):
5830         (smime-cert-by-dns): New functions.
5831
5832         * dig.el: New file.
5833
5834 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
5835
5836         * message.el (message-options): New variable.
5837         (message-options-set-recipient): New function.
5838         (message-send): Use them.
5839         * gnus-int.el (gnus-request-replace-article): Use them.
5840         (gnus-request-accept-article): Ditto.
5841         * mml.el (mml-preview): Use them.
5842         * gnus-sum.el (gnus-summary-edit-article): Use them.
5843
5844         * message.el (message-options-get): New function.
5845         (message-options-get): New function.
5846         * rfc2047.el (rfc2047-encode-message-header): Use them.
5847         * mm-bodies.el (mm-encode-body): Use them.
5848
5849 2000-10-28  Simon Josefsson  <sj@extundo.com>
5850
5851         * nnimap.el (nnimap-retrieve-which-headers):
5852         (nnimap-request-article-part): Quote message-id.
5853
5854         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
5855         (smime-CA-file): New variable.
5856         (smime-call-openssl-region): Don't error.
5857         (smime-sign-region): Return result value.
5858         (smime-encrypt-region): Ditto.
5859         (smime-verify-region): New function.
5860         (smime-decrypt-region): Ditto.
5861         (smime-verify-buffer): Ditto.
5862         (smime-decrypt-buffer): Ditto.
5863
5864         * mml.el: Require mml-sec.
5865         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
5866         (mml-mode-map): Add "sign" and "encrypt" maps.
5867         (mml-menu): Add security menu.
5868         (mml-preview): Use generate-new-buffer.
5869
5870         * mml-sec.el: New file.
5871
5872 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5873
5874         * mm-decode.el (mm-find-part-by-type): Move it here.
5875         * mml.el (mml-postprocess): Move it here.
5876         (mml-postprocess-alist): Move it here. Merge them.
5877
5878 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
5879
5880         * rfc2047.el (rfc2047-encode-message-header): Make sure no
5881         unencoded stuff in the header.
5882
5883 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
5884
5885         * gnus-group.el (gnus-group-listed-groups): New variable.
5886         (gnus-group-list-option): New variable.
5887         (gnus-group-list-limit-map): New keymap.
5888         (gnus-group-list-flush-map): New keymap.
5889         (gnus-group-list-plus-map): New keymap.
5890         (gnus-group-prepare-logic): New function.
5891         (gnus-group-prepare-flat): Merge with
5892         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
5893         (gnus-group-prepare-flat-list-dead): Ditto.
5894         (gnus-group-list-matching): Use gnus-group-prepare-function.
5895         (gnus-group-list-dormant): Ditto.
5896         (gnus-group-list-cached): Ditto.
5897         (gnus-group-listed-groups): New function.
5898         (gnus-group-list-limit): New function.
5899         (gnus-group-list-flush): New function.
5900         (gnus-group-list-plus): New function.
5901         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
5902         (gnus-topic-prepare-topic): Ditto.
5903
5904 2000-10-27  Paul Jarc <prj@po.cwru.edu>
5905
5906         * message.el (message-insert-to, message-get-reply-headers):
5907         (message-reply, message-followup): Mail-{Followup,Reply}-To.
5908
5909 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
5910
5911         * mml2015.el: New file.
5912         * smime.el: New file.
5913         * mml-smime.el: New file.
5914
5915 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5916
5917         * ChangeLog: Moved to ChangeLog.1.
5918
5919 ;; Local Variables:
5920 ;; coding: iso-2022-7bit
5921 ;; End: