X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=f1ffd1bdea573c41d2d7baa8b1dff7baa11714b6;hb=83e50bc819e005ce5bb8fddb94ab01bd11b2e574;hp=28ff439dffaf54fe6c1646406838bc9724640597;hpb=2e3297faa844f6c27b2a5e03f030331d4e9edea5;p=elisp%2Fsemi.git diff --git a/ChangeLog b/ChangeLog index 28ff439..f1ffd1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +2004-04-04 Yoichi NAKAYAMA + + * mime-edit.el (mime-file-types): Add application/vnd.ms-excel. + (mime-content-types): Add application/vnd.ms-excel and + application/msword. + +2004-02-12 MORIOKA Tomohiko + + * mime-image.el (mime-display-image): Ignore errors about image + decoding. + +2004-01-15 Katsumi Yamaoka + + * mime-edit.el (mime-edit-normalize-body): Fix a comment that the + problem related to `replace-match' has been fixed at 2004-01-15, + thanks to Handa-san. + +2003-12-16 Katsumi Yamaoka + + * mime-edit.el (mime-edit-normalize-body): Don't use the + `(replace-match "\\1\r\n")' form since it may convert the unibyte + string into multibyte in Emacs 21.4. + +2003-12-12 MORIOKA Tomohiko + + * mime-edit.el (mime-edit-user-agent-value): Add a setting for + XEmacs CHISE. + +2002-05-18 ARISAWA Akihiro + + * mime-play.el (mime-activate-mailcap-method): Don't use + `binary-to-text-funcall'. (Thanks to TANAKA Shingo) + +2003-12-14 Tatsuya Kinoshita + + * mime-edit.el (mime-charset-type-list): Add entry for iso-8859-1[45]. + +2003-08-16 Daiki Ueno + + * Don't autoload S/MIME stuff. + + * pgg-def.el (pgg-overriding-user-id): New variable. + * pgg.el (pgg-universal-user-id-argument): New command. + * pgg-gpg.el (pgg-scheme-encrypt-region): Prefer + pgg-overriding-user-id to pgg-gpg-user-id. + (pgg-scheme-decrypt-region): Ditto. + (pgg-scheme-sign-region): Ditto. + (pgg-scheme-insert-key): Ditto. + 2003-05-22 Daiki Ueno * mime-play.el (mime-activate-mailcap-method): Undo the last change.