gnus
23 years ago* message.el (message-setup-fill-variables): Use message-cite-prefix-regexp only.
ShengHuo ZHU [Fri, 17 Nov 2000 23:20:32 +0000 (23:20 +0000)]
* message.el (message-setup-fill-variables): Use message-cite-prefix-regexp only.
(message-newline-and-reformat): Almost rewrite.
(message-fill-paragraph): New function.

23 years agoSimplify quote-prefix-regexp.
ShengHuo ZHU [Fri, 17 Nov 2000 21:31:48 +0000 (21:31 +0000)]
Simplify quote-prefix-regexp.

23 years ago2000-11-17 14:21 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 17 Nov 2000 18:33:09 +0000 (18:33 +0000)]
2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>

* message.el (message-setup-fill-variables): Use
message-cite-prefix-regexp.
(message-newline-and-reformat): Check the end of citation, leading
WSP, break in the cite prefix.

23 years ago2000-11-17 13:44 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 17 Nov 2000 17:47:24 +0000 (17:47 +0000)]
2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>

* lpath.el: Shut up.

23 years ago2000-11-17 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Fri, 17 Nov 2000 12:43:21 +0000 (12:43 +0000)]
2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>

* gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
raw 8-bit in headers in dk.* newsgroups.

23 years ago2000-11-17 08:02 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 17 Nov 2000 12:05:31 +0000 (12:05 +0000)]
2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>

* message.el (message-newline-and-reformat): Match extra WSPs.

23 years ago2000-11-16 23:31 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 17 Nov 2000 03:34:43 +0000 (03:34 +0000)]
2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mml.el (mml-generate-mime-1): Ignore ascii.

23 years ago2000-11-16 Justin Sheehy <justin@iago.org>
ShengHuo ZHU [Thu, 16 Nov 2000 21:08:25 +0000 (21:08 +0000)]
2000-11-16 Justin Sheehy <justin@iago.org>

* gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.

2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

* message.el (message-cite-prefix-regexp): Prefix should not end
at space.

23 years ago* gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
ShengHuo ZHU [Wed, 15 Nov 2000 23:04:43 +0000 (23:04 +0000)]
* gnus-cite.el (gnus-cite-parse): Match from the beginning of line.

23 years ago2000-11-15 18:09 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Wed, 15 Nov 2000 22:38:33 +0000 (22:38 +0000)]
2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>

* message.el (message-mode-syntax-table): Add - as a word
constituent as in articles.
(message-setup-fill-variables): Add -_. as supercite-style prefix.
* gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.

23 years agoDon't insert " ".
ShengHuo ZHU [Wed, 15 Nov 2000 19:52:04 +0000 (19:52 +0000)]
Don't insert " ".

23 years ago2000-11-15 13:21 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Wed, 15 Nov 2000 17:24:04 +0000 (17:24 +0000)]
2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-msg.el (gnus-inews-do-gcc): Expire the article.

23 years agoAnd fix the previous patch.
ShengHuo ZHU [Wed, 15 Nov 2000 16:44:59 +0000 (16:44 +0000)]
And fix the previous patch.

2000-11-12  David Edmondson  <dme@dme.org>

* message.el (message-font-lock-keywords): use
message-cite-prefix-regexp.

23 years agogroup-group-jump-to-group-prompt: Customize.
Kai Grossjohann [Wed, 15 Nov 2000 11:04:54 +0000 (11:04 +0000)]
group-group-jump-to-group-prompt: Customize.

23 years ago(gnus-group-jump-to-group-prompt): New variable by
Kai Grossjohann [Wed, 15 Nov 2000 11:00:25 +0000 (11:00 +0000)]
(gnus-group-jump-to-group-prompt): New variable by
Stein Arild Strømme.
(gnus-group-jump-to-group): Use it.

23 years ago2000-11-14 10:32:42 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Tue, 14 Nov 2000 14:35:17 +0000 (14:35 +0000)]
2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mailcap.el (mailcap-possible-viewers): Match the entire string.

23 years ago2000-11-14 10:20:56 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Tue, 14 Nov 2000 14:23:35 +0000 (14:23 +0000)]
2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mml2015.el (mml2015-mailcrypt-verify): replace-match is
incompatible.
(mml2015-mailcrypt-sign): Ditto.

23 years ago2000-11-14 10:12:05 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Tue, 14 Nov 2000 14:15:00 +0000 (14:15 +0000)]
2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
group is open.

23 years agoTypo.
ShengHuo ZHU [Tue, 14 Nov 2000 05:22:56 +0000 (05:22 +0000)]
Typo.

23 years ago2000-11-14 00:48:52 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Tue, 14 Nov 2000 05:05:19 +0000 (05:05 +0000)]
2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
nnvirutal articles.
(gnus-backlog-request-article): Don't request nnvirtual articles.

23 years ago2000-11-13 22:08:09 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Tue, 14 Nov 2000 02:50:20 +0000 (02:50 +0000)]
2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
* mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.

23 years ago2000-11-13 20:43:37 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Tue, 14 Nov 2000 01:16:26 +0000 (01:16 +0000)]
2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mm-decode.el (mm-get-part): Don't call mm-insert-part.
* mml.el (mml-generate-mime-1): Use charset attribute.
* mm-bodies.el (mm-encode-body): Add parameter charset.
* mm-util.el (mm-mime-charset): Show error when find 8-bit characters.

23 years ago2000-11-13 16:09:09 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Mon, 13 Nov 2000 20:13:47 +0000 (20:13 +0000)]
2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
(mml2015-mailcrypt-clear-decrypt): Ditto.
(mml2015-mailcrypt-verify): Ditto.
(mml2015-mailcrypt-clear-verify): Ditto.
(mml2015-gpg-verify): Ditto.

23 years ago2000-11-13 15:29:58 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Mon, 13 Nov 2000 19:36:53 +0000 (19:36 +0000)]
2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>

* smime.el (smime-openssl-program): Test the existence of openssl.
* mml-smime.el: Require mm-decode.
(mml-smime-verify-test): New function.
* mm-decode.el (mm-verify-function-alist): Use it.

23 years ago2000-11-13 09:50:29 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Mon, 13 Nov 2000 13:54:39 +0000 (13:54 +0000)]
2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
anyway.

23 years ago2000-11-13 Simon Josefsson <sj@extundo.com>
Simon Josefsson [Mon, 13 Nov 2000 10:39:37 +0000 (10:39 +0000)]
2000-11-13  Simon Josefsson  <sj@extundo.com>

       * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
       verification doesn't work.

23 years agoTest group-art.
ShengHuo ZHU [Mon, 13 Nov 2000 04:31:43 +0000 (04:31 +0000)]
Test group-art.

23 years ago* a way to tick/mark as read Gcc'd articles.
ShengHuo ZHU [Mon, 13 Nov 2000 03:43:38 +0000 (03:43 +0000)]
*  a way to tick/mark as read Gcc'd articles.

   [done, (setq gnus-inews-mark-gcc-as-read t)]

23 years ago2000-11-12 23:36:45 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Mon, 13 Nov 2000 03:40:04 +0000 (03:40 +0000)]
2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
(gnus-inews-do-gcc): Use it.

23 years ago2000-11-12 21:35:04 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Mon, 13 Nov 2000 01:38:14 +0000 (01:38 +0000)]
2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>

* rfc2231.el (rfc2231-encode-string): Insert semi-colon and
leading space.
* mm-extern.el (mm-inline-external-body): Report error when no
access-type.

23 years ago2000-11-12 19:48:30 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Mon, 13 Nov 2000 00:04:53 +0000 (00:04 +0000)]
2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-sum.el (gnus-select-newsgroup): Change the error message.

23 years ago2000-11-12 11:53:18 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sun, 12 Nov 2000 16:03:50 +0000 (16:03 +0000)]
2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-art.el (gnus-mime-button-menu): Use select-window.

23 years ago2000-11-12 Florian Weimer <fw@deneb.enyo.de>
Florian Weimer [Sun, 12 Nov 2000 15:10:21 +0000 (15:10 +0000)]
2000-11-12  Florian Weimer  <fw@deneb.enyo.de>

* message.texi (Security): Fixed typo, change "PGP" to "OpenPGP".

23 years ago2000-11-12 09:47:54 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sun, 12 Nov 2000 13:52:03 +0000 (13:52 +0000)]
2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-art.el (gnus-mime-display-part): Display multipart/related
as multipart/mixed.

23 years ago(marginal 10-line change.)
ShengHuo ZHU [Sun, 12 Nov 2000 13:36:10 +0000 (13:36 +0000)]
(marginal 10-line change.)

2000-11-12  David Edmondson  <dme@dme.org>

* message.el (message-cite-prefix-regexp): moved from gnus-cite.el
and replace `.' with `\w' to allow for different syntax tables
(from Vladimir Volovich).
* message.el (message-newline-and-reformat): use
`message-cite-prefix-regexp'.
* gnus-cite.el (gnus-supercite-regexp): use
`message-cite-prefix-regexp'.
* gnus-cite.el (gnus-cite-parse): use
`message-cite-prefix-regexp'.

23 years ago2000-11-12 08:52:46 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sun, 12 Nov 2000 12:56:52 +0000 (12:56 +0000)]
2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mml2015.el (mml2015-mailcrypt-verify): Replace armors with
PGP SIGNATURE.  Escape leading "-"'s.
(mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.

23 years ago2000-11-11 15:55:35 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sat, 11 Nov 2000 19:58:42 +0000 (19:58 +0000)]
2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mm-uu.el (mm-uu-type-alist): Stricter shar regexp.

23 years ago2000-11-11 Simon Josefsson <sj@extundo.com>
Simon Josefsson [Sat, 11 Nov 2000 15:57:30 +0000 (15:57 +0000)]
2000-11-11  Simon Josefsson  <sj@extundo.com>

* mml2015.el (mml2015-gpg-verify): Set "OK" security status.

* smime.el (smime-details-buffer): New variable.
(smime-sign-region):
(smime-encrypt-region):
(smime-verify-region):
(smime-decrypt-region): Copy OpenSSL output to the buffer.

* mml-smime.el (mml-smime-verify): Support security info.

23 years ago2000-11-11 Simon Josefsson <sj@extundo.com>
Simon Josefsson [Sat, 11 Nov 2000 15:01:09 +0000 (15:01 +0000)]
2000-11-11  Simon Josefsson  <sj@extundo.com>

* message.texi (Security): Add.

23 years ago2000-11-11 Simon Josefsson <sj@extundo.com>
Simon Josefsson [Sat, 11 Nov 2000 13:24:42 +0000 (13:24 +0000)]
2000-11-11  Simon Josefsson  <sj@extundo.com>

* emacs-mime.texi (MML Definition): Add sign, encrypt, keyfile and
certfile.

23 years ago2000-11-10 17:11:22 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 10 Nov 2000 21:15:51 +0000 (21:15 +0000)]
2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mm-decode.el (mm-verify-option): Set default to nil.
(mm-decrypt-option): Ditto.
* gnus-art.el (article-verify-x-pgp-sig): New function.

23 years agoAnd restore some ChangeLog.
ShengHuo ZHU [Fri, 10 Nov 2000 13:09:29 +0000 (13:09 +0000)]
And restore some ChangeLog.

2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-art.el (gnus-mime-display-alternative): Show button if no
preferred part.

23 years agoDoc fixes.
Kai Grossjohann [Fri, 10 Nov 2000 11:06:52 +0000 (11:06 +0000)]
Doc fixes.

23 years ago2000-11-10 01:23:20 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 10 Nov 2000 05:25:59 +0000 (05:25 +0000)]
2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mm-partial.el (mm-inline-partial): Insert MIME-Version.

23 years ago2000-11-09 17:02:50 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Thu, 9 Nov 2000 21:07:32 +0000 (21:07 +0000)]
2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>

* nnheader.el (nnheader-directory-files-is-safe): New variable.
(nnheader-directory-articles): Use it.
(nnheader-article-to-file-alist): Ditto.

23 years ago2000-11-09 16:20:37 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Thu, 9 Nov 2000 20:24:49 +0000 (20:24 +0000)]
2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>

* rfc2047.el (rfc2047-pad-base64): New function.
(rfc2047-decode): Use it.

23 years ago2000-11-09 08:53:04 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Thu, 9 Nov 2000 12:55:41 +0000 (12:55 +0000)]
2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-srvr.el (gnus-browse-foreign-server): Bind the original
select method.

23 years ago2000-11-08 19:58:58 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Thu, 9 Nov 2000 00:02:08 +0000 (00:02 +0000)]
2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mml2015.el (mml2015-gpg-decrypt-1):
(mml2015-gpg-verify): buffer-string has no argument in Emacs.

23 years ago2000-11-08 16:37:02 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Wed, 8 Nov 2000 20:40:01 +0000 (20:40 +0000)]
2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.

23 years ago2000-11-08 08:38:30 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Wed, 8 Nov 2000 12:42:18 +0000 (12:42 +0000)]
2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>

* pop3.el (pop3-munge-message-separator): A message may have an
empty body.

23 years ago(mm-uu-pgp-signed-extract): Use coding-system.
ShengHuo ZHU [Wed, 8 Nov 2000 00:12:16 +0000 (00:12 +0000)]
(mm-uu-pgp-signed-extract): Use coding-system.

23 years ago2000-11-07 18:02:26 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Tue, 7 Nov 2000 22:05:41 +0000 (22:05 +0000)]
2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
(mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.

23 years agoAdd MIME security button.
ShengHuo ZHU [Tue, 7 Nov 2000 18:38:49 +0000 (18:38 +0000)]
Add MIME security button.

2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-art.el (gnus-mime-display-part): Show MIME security button.
(gnus-insert-mime-security-button): New function.
* mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
* mml2015.el:  Add security info when verify or decrypt.
* mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
(mm-uu-pgp-encrypted-extract): Ditto.

23 years ago2000-11-07 Martin Buchholz <martin@xemacs.org>
ShengHuo ZHU [Tue, 7 Nov 2000 13:04:28 +0000 (13:04 +0000)]
2000-11-07  Martin Buchholz <martin@xemacs.org>

* gnus.texi: Doc fix.

23 years ago2000-11-07 08:49:36 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Tue, 7 Nov 2000 12:57:22 +0000 (12:57 +0000)]
2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mm-decode.el (mm-display-parts): New function.
* gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.

23 years agoCheck in Alexandre Oliva's patch.
ShengHuo ZHU [Tue, 7 Nov 2000 03:27:19 +0000 (03:27 +0000)]
Check in Alexandre Oliva's patch.

23 years ago2000-11-06 22:06:44 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Tue, 7 Nov 2000 02:46:43 +0000 (02:46 +0000)]
2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
* gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
argument.

23 years ago2000-11-06 19:10:14 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Mon, 6 Nov 2000 23:13:10 +0000 (23:13 +0000)]
2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>

* rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.

23 years ago2000-11-06 18:17:53 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Mon, 6 Nov 2000 22:27:12 +0000 (22:27 +0000)]
2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-art.el (gnus-article-encrypt): New function.
(gnus-article-encrypt-protocol-alist): New variable.
(gnus-article-encrypt-protocol): New variable.
* mml2015.el (mml2015-self-encrypt): New function.
(mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.

23 years ago2000-11-06 16:02:52 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Mon, 6 Nov 2000 20:16:06 +0000 (20:16 +0000)]
2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
(mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
let mailcap do it.
* mml2015.el: Remove snarf code.
* mm-decode.el: Remove snarf code.

23 years ago2000-11-06 14:03:10 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Mon, 6 Nov 2000 18:45:54 +0000 (18:45 +0000)]
2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mml.el (mml-insert-mml-markup): Ignore internal stuff.
(mml-insert-mime): Understand gnus-decoded.
(mime-to-mml): New parameter handles.
* gnus-art.el (gnus-mime-save-part-and-strip): Use it.
* gnus-sum.el (gnus-summary-edit-article): Add argument `3'.

23 years ago2000-11-06 13:51:37 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Mon, 6 Nov 2000 17:57:27 +0000 (17:57 +0000)]
2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mm-decode.el (mime-security): New group.
(mm-verify-function-alist): Add test function.
(mm-decrypt-function-alist): Ditto.
(mm-snarf-option): Set default value as nil.
(mm-find-part-by-type): Recursive parameter.
(mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
* mml2015.el: Support draft-ietf-openpgp-multsig.

23 years ago2000-11-06 13:01:27 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Mon, 6 Nov 2000 17:04:28 +0000 (17:04 +0000)]
2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-art.el (gnus-mime-view-part-as-charset): New function.
(gnus-article-view-part-as-charset): New function.

23 years ago2000-11-05 22:34:07 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Mon, 6 Nov 2000 02:39:38 +0000 (02:39 +0000)]
2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mm-decode.el (mm-verify-option): Default value.
(mm-possibly-verify-or-decrypt): Dealing with broken messages.

23 years ago2000-11-05 15:06:05 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sun, 5 Nov 2000 19:08:49 +0000 (19:08 +0000)]
2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>

* nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.

23 years agoTypo
Simon Josefsson [Sun, 5 Nov 2000 11:20:03 +0000 (11:20 +0000)]
Typo

23 years ago2000-11-05 Simon Josefsson <sj@extundo.com>
Simon Josefsson [Sun, 5 Nov 2000 11:17:47 +0000 (11:17 +0000)]
2000-11-05  Simon Josefsson  <sj@extundo.com>

* mml-smime.el (mml-smime-verify): Work in original multipart
buffert.

* mm-decode.el (mm-handle-multipart-original-buffer): New macro.
(mm-handle-multipart-ctl-parameter): Ditto.
(mm-alist-to-plist): New function.
(mm-dissect-buffer): Store CTL parameters and copy original buffer
for multiparts.
(mm-destroy-parts): Destroy multipart buffert.
(mm-remove-part): Ditto.

23 years ago2000-11-05 Simon Josefsson <sj@extundo.com>
Simon Josefsson [Sun, 5 Nov 2000 01:30:00 +0000 (01:30 +0000)]
2000-11-05  Simon Josefsson  <sj@extundo.com>

* mml-smime.el (mml-smime-sign): Not used.
(mml-smime-encrypt): Ditto.

* mm-decode.el (mml-smime-verify): Autoload mml-smime.

23 years ago2000-11-05 Simon Josefsson <sj@extundo.com>
Simon Josefsson [Sun, 5 Nov 2000 01:03:51 +0000 (01:03 +0000)]
2000-11-05  Simon Josefsson  <sj@extundo.com>

Verify S/MIME signature support.

* mm-decode.el (mm-inline-media-tests): Add
application/{x-,}pkcs7-signature.
(mm-inlined-types): Ditto.
(mm-automatic-display): Ditto.
(mm-verify-function-alist): Ditto.  Add name of method.
(mm-decrypt-function-alist): Add name of method.
(mm-find-part-by-type): Add documentation.
(mm-possibly-verify-or-decrypt): Use new format of
mm-{verify,decrypt}-function-alist.  Use method names.

* mml-smime.el (mml-smime-verify): New function.

23 years ago2000-11-04 20:38:50 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sun, 5 Nov 2000 00:41:51 +0000 (00:41 +0000)]
2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mm-view.el (mm-inline-text): Move point to the end of inserted text.

23 years agoAdd snarfing pgp key.
ShengHuo ZHU [Sat, 4 Nov 2000 23:35:55 +0000 (23:35 +0000)]
Add snarfing pgp key.

23 years ago2000-11-04 19:07:08 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sat, 4 Nov 2000 23:12:32 +0000 (23:12 +0000)]
2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mml2015.el (mml2015-function-alist): Clear verify and decrypt.
* mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.

23 years ago2000-11-04 13:08:02 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sat, 4 Nov 2000 17:13:57 +0000 (17:13 +0000)]
2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mm-util.el (mm-subst-char-in-string): New function.
(mm-replace-chars-in-string): Use it.
* message.el (message-replace-chars-in-string): Use it.
* nnheader.el (nnheader-replace-chars-in-string): Use it.
* gnus-mh.el (mh-lib-progs): Shut up.

23 years agoMove files.
ShengHuo ZHU [Sat, 4 Nov 2000 16:46:50 +0000 (16:46 +0000)]
Move files.

23 years agoUse gnus-article-before-search.
ShengHuo ZHU [Sat, 4 Nov 2000 15:33:32 +0000 (15:33 +0000)]
Use gnus-article-before-search.

23 years ago2000-11-04 11:13:56 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sat, 4 Nov 2000 15:20:34 +0000 (15:20 +0000)]
2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-sum.el (gnus-summary-search-article-forward): Don't move
the last article when search.

23 years ago*** empty log message ***
ShengHuo ZHU [Sat, 4 Nov 2000 14:47:52 +0000 (14:47 +0000)]
*** empty log message ***

23 years ago2000-11-04 10:34:29 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sat, 4 Nov 2000 14:39:14 +0000 (14:39 +0000)]
2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>

* nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
* nnmail.el (nnmail-pathname-coding-system): Ditto.

23 years ago2000-09-29 David Edmondson <dme@thus.net>
ShengHuo ZHU [Sat, 4 Nov 2000 14:21:04 +0000 (14:21 +0000)]
2000-09-29  David Edmondson  <dme@thus.net>

One-line patch.

* message.el (message-newline-and-reformat): Typo.

23 years ago2000-11-04 10:11:05 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sat, 4 Nov 2000 14:13:54 +0000 (14:13 +0000)]
2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>

* rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.

23 years ago2000-11-04 09:53:42 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sat, 4 Nov 2000 13:57:14 +0000 (13:57 +0000)]
2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>

* nntp.el (nntp-decode-text): Delete bogus status lines.

23 years ago2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
ShengHuo ZHU [Sat, 4 Nov 2000 13:35:32 +0000 (13:35 +0000)]
2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>

* message.el (message-font-lock-keywords): Match a final newline
to help font-lock's multiline support.

23 years ago2000-11-04 09:11:44 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sat, 4 Nov 2000 13:14:33 +0000 (13:14 +0000)]
2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>

* nnoo.el (nnoo-set): New function.

23 years agoMove files.
ShengHuo ZHU [Sat, 4 Nov 2000 12:22:23 +0000 (12:22 +0000)]
Move files.

23 years agoAn informative error message.
ShengHuo ZHU [Sat, 4 Nov 2000 12:19:20 +0000 (12:19 +0000)]
An informative error message.

23 years ago2000-11-04 Simon Josefsson <sj@extundo.com>
Simon Josefsson [Sat, 4 Nov 2000 10:13:10 +0000 (10:13 +0000)]
2000-11-04  Simon Josefsson  <sj@extundo.com>

       * nnimap.el (nnimap-split-inbox): Typo.

23 years ago2000-11-03 10:46:44 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 3 Nov 2000 14:52:39 +0000 (14:52 +0000)]
2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-msg.el (gnus-msg-mail): Move it backwards.

23 years ago*** empty log message ***
Simon Josefsson [Fri, 3 Nov 2000 14:32:35 +0000 (14:32 +0000)]
*** empty log message ***

23 years ago2000-11-03 08:58:08 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 3 Nov 2000 13:05:50 +0000 (13:05 +0000)]
2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>

* rfc2231.el (rfc2231-parse-string): Decode when there is no number.
(rfc2231-decode-encoded-string): Typo "> X 1".
(rfc2231-encode-string): Insert the name of charset.
* mail-parse.el (mail-header-encode-parameter): Use RFC2231.

23 years ago2000-11-02 23:35:50 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 3 Nov 2000 04:57:10 +0000 (04:57 +0000)]
2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mm-decode.el (mm-save-part): Return the filename.
* gnus-sum.el (gnus-summary-edit-article): Remove a hack.
* gnus-art.el (gnus-mime-save-part-and-strip): New function.
(gnus-mime-action-alist): Use it.
(gnus-mime-button-commands): USe it.
* mm-extern.el (mm-extern-local-file): Error when the file is gone.
(mm-inline-external-body): unwind-protect.

23 years agoaccess-type=mail-server
ShengHuo ZHU [Fri, 3 Nov 2000 02:30:15 +0000 (02:30 +0000)]
access-type=mail-server

23 years ago2000-11-02 21:08:49 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 3 Nov 2000 01:11:42 +0000 (01:11 +0000)]
2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-art.el (gnus-insert-mime-button): Show url.

23 years ago2000-11-02 19:51:19 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 3 Nov 2000 00:45:22 +0000 (00:45 +0000)]
2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mml.el (mml-generate-mime-1): Support external url.
* nnwarchive.el (nnwarchive-mail-archive-article): Use external url.

23 years agoAdd nnwfm.el.
ShengHuo ZHU [Thu, 2 Nov 2000 22:54:32 +0000 (22:54 +0000)]
Add nnwfm.el.

23 years agoSupport anon-ftp and ftp.
ShengHuo ZHU [Thu, 2 Nov 2000 22:48:14 +0000 (22:48 +0000)]
Support anon-ftp and ftp.

23 years ago*** empty log message ***
ShengHuo ZHU [Thu, 2 Nov 2000 22:15:57 +0000 (22:15 +0000)]
*** empty log message ***

23 years ago2000-11-02 16:53:32 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Thu, 2 Nov 2000 22:13:52 +0000 (22:13 +0000)]
2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mm-partial.el (mm-inline-partial): Buffer name with a leading space.
* mm-decode.el (mm-display-external): Ditto.
* mm-extern.el: New file.
* mm-decode.el (mm-inline-media-tests): Hook it up.
(mm-inlined-types): Inline message/external-body.

23 years ago(gnus-visible-headers): Add Mail-Followup-To.
Simon Josefsson [Thu, 2 Nov 2000 18:54:55 +0000 (18:54 +0000)]
(gnus-visible-headers): Add Mail-Followup-To.

23 years ago(message-get-reply-headers): Better handling when
Simon Josefsson [Thu, 2 Nov 2000 18:54:05 +0000 (18:54 +0000)]
(message-get-reply-headers): Better handling when
Mail-Followup-To is very large.

23 years ago2000-11-02 13:27:56 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Thu, 2 Nov 2000 17:52:10 +0000 (17:52 +0000)]
2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
* gnus-art.el (gnus-article-edit-done):
* gnus-sum.el (gnus-summary-edit-article-done): Move line
counting code here.
* gnus-msg.el (gnus-setup-message): Remove a hack.