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