Fix the last change.
[elisp/semi.git] / ChangeLog
index a606965..7fbecc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,21 @@
 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' to autoload "vcard";
-       set up for "text/x-vcard"; add setting for
-       `fill-flowed' to autoload "flow-fill".
+       `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>