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