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