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