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