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