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