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