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