From: tomo Date: Tue, 19 Dec 2000 06:52:15 +0000 (+0000) Subject: update. X-Git-Tag: semi-1_14_0~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9385259253eb7a87be7d9245f843f38c5f2bbe35;p=elisp%2Fsemi.git update. --- diff --git a/ChangeLog b/ChangeLog index 69f5665..117a859 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2000-12-17 MORIOKA Tomohiko + + * postpet.el: Require `mime'. + + * pgg-parse.el (pgg-format-key-identifier): Don't use + `string-to-int-list'. + (pgg-read-bytes): Likewise. + (pgg-read-body): Likewise. + +2000-12-16 MORIOKA Tomohiko + + * smime.el: Require `raw-io'. + (smime-process-region): Use `binary-start-process-shell-command'. + + * pgg-pgp5.el (pgg-pgp5-process-region): Use + `binary-start-process-shell-command'. + + * pgg-pgp.el (pgg-pgp-process-region): Use + `binary-start-process-shell-command'. + + * pgg-gpg.el (pgg-gpg-process-region): Use `binary-start-process'. + +2000-12-15 MORIOKA Tomohiko + + * pgg-def.el: Require `custom' instead of `pcustom'. + 2000-12-15 TAKAHASHI Kaoru * Makefile (tar): Use `cvs tag -R' instead of `cvs tag -RF'.