(mime-display-image): Ignore errors about image decoding.
[elisp/semi.git] / ChangeLog
index 9b6ff0e..e8fdc2c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+2004-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mime-image.el (mime-image-normalize-xbm-buffer): Add missing
+       format specifiers.
+
+       * mime-view.el (mime-view-insert-entity-button): Fix misplaced let
+       form.
+
+2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * 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.
+
+\f
+2003-12-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * SEMI: Version 1.14.6 (Maruoka) released.
+
+2003-12-18  Daiki Ueno  <ueno@unixuser.org>
+
+       * pgg-gpg.el (pgg-gpg-process-region): Set environment variable
+       LANGUAGE as well.  GNU gettext gives precedence to LANGUAGE over
+       LC_ALL, when different language code is specified.  Thanks to
+       Tatsuya Kinoshita <tats@vega.ocn.ne.jp>.
+       [cf. <emacs-mime-ja:1599>]
+
+2003-12-17  Daiki Ueno  <ueno@unixuser.org>
+
+       * pgg-gpg.el (pgg-gpg-messages-locale): New user option.
+       (pgg-gpg-process-region): Set environment variable LC_ALL when
+       pgg-gpg-messages-locale is specified.
+
+       * pgg-def.el (pgg-messages-locale): New user option.
+
+       * mime-pgp.el (mime-verify-application/pgp-signature): Copy
+       messages from pgg-errors-buffer.
+       (mime-add-application/pgp-keys): Ditto.
+
+2003-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * 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-14  Yoichi NAKAYAMA <yoichi@geiin.org>
+
+       * mime-play.el (mime-mailcap-method-sentinel): Restore deleting
+       directory routine and protection of 1st arg of `message' dropped
+       in the last change.
+       (mime-mailcap-delete-played-files): Ditto.
+
 2003-12-12  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
 
        * mime-play.el (mime-play-delete-file-immediately): New user option.
@@ -9,7 +61,7 @@
 
        * mime-play.el (mime-activate-mailcap-method): Don't use
        `binary-to-text-funcall'. (Thanks to TANAKA Shingo)
-       
+
 2003-12-14  Tatsuya Kinoshita  <tats@vega.ocn.ne.jp>
 
        * mime-edit.el (mime-charset-type-list): Add entry for iso-8859-1[45].
@@ -26,7 +78,7 @@
 
 2003-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
 
-       * mime-play.el  (mime-require-safe-directory): New function.
+       * mime-play.el (mime-require-safe-directory): New function.
        (mime-store-message/partial-piece): Use it.
 
 2003-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>