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