From 221bcbd528e18e5867ebd8cf3f5ebd98f2234c35 Mon Sep 17 00:00:00 2001 From: ueno Date: Sat, 26 Aug 2000 09:18:02 +0000 Subject: [PATCH] rearrange. --- ChangeLog | 92 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6c6b71b..e4aa530 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,52 @@ * pgg-gpg.el (pgg-gpg-process-region): Don't bind coding-system-for-read. +2000-07-04 Yuuichi Teranishi + + * mime-image.el (mime-image-insert) [XEmacs]: + Insert `string' only if it is non-nil. + +2000-06-27 Daiki Ueno + + * mime-image.el (mime-image-insert): Synch with the latest image.el. + (mime-display-image): Don't pass underlying string "x". + +2000-06-09 Daiki Ueno + + * mime-edit.el (mime-edit-insert-key): Insert a text tag when + the buffer has any trailing text. + +2000-06-05 Shugo Maeda + + * pgg-gpg.el (pgg-scheme-insert-key): Don't quote user id. + +2000-05-21 Daiki Ueno + + * pgg-gpg.el (pgg-gpg-process-region): Abolish redundant nconc. + +2000-05-16 Daiki Ueno + + * mime-image.el (mime-image-create) [XEmacs]: Don't call + `make-image-instance' directly. + +2000-05-02 Daiki Ueno + + * pgg-gpg.el (pgg-scheme-encrypt-region): Don't quote recipient; + concatenate all arguments destructively. + +2000-04-13 Daiki Ueno + + * pgg-gpg.el: Fix author's mailing address. + (pgg-gpg-process-region): Add --output option; set status fd to 2. + (pgg-gpg-possibly-cache-passphrase): New function. + (pgg-gpg-shell-file-name): Abolish. + (pgg-gpg-shell-command-switch): Abolish. + (pgg-scheme-lookup-key): Work on temp buffer. + +2000-03-01 Yoshiki Hayashi + + * mime-image.el (mime-display-image): Don't wait for redisplay. + 2000-07-12 MORIOKA Tomohiko @@ -31,16 +77,6 @@ `(as-binary-output-file (write-region ...)); setup local variable `mime-view-temp-message-buffer' of preview-buffer. -2000-07-04 Yuuichi Teranishi - - * mime-image.el (mime-image-insert) [XEmacs]: - Insert `string' only if it is non-nil. - -2000-06-27 Daiki Ueno - - * mime-image.el (mime-image-insert): Synch with the latest image.el. - (mime-display-image): Don't pass underlying string "x". - 2000-06-23 MORIOKA Tomohiko * mime-edit.el (mime-edit-preview-message): Set up local variable @@ -58,50 +94,14 @@ * mime-w3.el (mime-preview-text/html): Use `mime-find-root-entity'. -2000-06-09 Daiki Ueno - - * mime-edit.el (mime-edit-insert-key): Insert a text tag when - the buffer has any trailing text. - -2000-06-05 Shugo Maeda - - * pgg-gpg.el (pgg-scheme-insert-key): Don't quote user id. - 2000-05-25 Tanaka Akira * README.en: Update for CVS via SSH. -2000-05-21 Daiki Ueno - - * pgg-gpg.el (pgg-gpg-process-region): Abolish redundant nconc. - -2000-05-16 Daiki Ueno - - * mime-image.el (mime-image-create) [XEmacs]: Don't call - `make-image-instance' directly. - -2000-05-02 Daiki Ueno - - * pgg-gpg.el (pgg-scheme-encrypt-region): Don't quote recipient; - concatenate all arguments destructively. - 2000-04-28 MORIOKA Tomohiko * mime-edit.el (mime-charset-type-list): Add `iso-2022-jp-3'. -2000-04-13 Daiki Ueno - - * pgg-gpg.el: Fix author's mailing address. - (pgg-gpg-process-region): Add --output option; set status fd to 2. - (pgg-gpg-possibly-cache-passphrase): New function. - (pgg-gpg-shell-file-name): Abolish. - (pgg-gpg-shell-command-switch): Abolish. - (pgg-scheme-lookup-key): Work on temp buffer. - -2000-03-01 Yoshiki Hayashi - - * mime-image.el (mime-display-image): Don't wait for redisplay. - 2000-03-01 MORIOKA Tomohiko -- 1.7.10.4