* SEMI-ELS: Compile `mime-vcard' only when vcard.el is available.
[elisp/semi.git] / ChangeLog
index ac5b307..5c8f615 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,36 @@
+2000-08-22   Daiki Ueno  <ueno@unixuser.org>
+
+       * SEMI-ELS: Compile `mime-vcard' only when vcard.el is available.
+
+2000-08-21   Daiki Ueno  <ueno@unixuser.org>
+
+       * mime-vcard.el: New module.
+
+       * semi-setup.el: Remove `application/x-pkcs7-signature',
+       `application/x-pkcs7-mime'.
+       Set up for "text/x-vcard".
+       (mime-setup-enable-vcard): New variable.
+
+       * pgg-parse.el (pgg-decode-packets): Use `buffer-string' instead
+       of `buffer-substring'.
+
+       * mime-view.el: Add setting for 'vcard-parse-string',
+       `vcard-format-string' and `vcard-filter-html' to autoload "vcard".
+       Set up for "text/x-vcard".
+       Add setting for `fill-flowed' to autoload "flow-fill".
+       (mime-display-text/plain): Handle "format=flowed".
+       (mime-preview-fill-flowed-text): New variable.
+
 2000-08-11  MORIOKA Tomohiko  <tomo@m17n.org>
 
        * mime-view.el (mime-display-text/plain): Display warning message
        when `mime-insert-text-content' fails.
 
+2000-08-04   Daiki Ueno  <ueno@unixuser.org>
+
+       * pgg-gpg.el (pgg-gpg-process-region): Don't bind
+       coding-system-for-read.
+
 \f
 2000-07-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        `(as-binary-output-file (write-region ...)); setup local variable
        `mime-view-temp-message-buffer' of preview-buffer.
 
+2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * mime-image.el (mime-image-insert) [XEmacs]:
+       Insert `string' only if it is non-nil.
+
+2000-06-27   Daiki Ueno  <ueno@unixuser.org>
+
+       * 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  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * mime-edit.el (mime-edit-preview-message): Set up local variable
        * mime-w3.el (mime-preview-text/html): Use
        `mime-find-root-entity'.
 
+2000-06-09   Daiki Ueno  <ueno@unixuser.org>
+
+       * mime-edit.el (mime-edit-insert-key): Insert a text tag when
+       the buffer has any trailing text.
+
+2000-06-05  Shugo Maeda <shugo@ruby-lang.org>
+
+       * pgg-gpg.el (pgg-scheme-insert-key): Don't quote user id.
+
 2000-05-25  Tanaka Akira      <akr@m17n.org>
 
         * README.en: Update for CVS via SSH.
 
+2000-05-21   Daiki Ueno  <ueno@unixuser.org>
+
+       * pgg-gpg.el (pgg-gpg-process-region): Abolish redundant nconc.
+
+2000-05-16   Daiki Ueno  <ueno@unixuser.org>
+
+       * mime-image.el (mime-image-create) [XEmacs]: Don't call
+       `make-image-instance' directly.
+
+2000-05-02   Daiki Ueno  <ueno@unixuser.org>
+
+       * pgg-gpg.el (pgg-scheme-encrypt-region): Don't quote recipient;
+       concatenate all arguments destructively.
+
 2000-04-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * mime-edit.el (mime-charset-type-list): Add `iso-2022-jp-3'.
 
+2000-04-13   Daiki Ueno  <ueno@unixuser.org>
+
+       * 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 <yoshiki@xemacs.org>
+
+       * mime-image.el (mime-display-image): Don't wait for redisplay.
+
 \f
 2000-03-01  MORIOKA Tomohiko  <tomo@m17n.org>