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