merge from semi-1_14 branch:
[elisp/semi.git] / ChangeLog
index 26849ec..f1ffd1b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,167 @@
+2004-04-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * 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  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mime-image.el (mime-display-image): Ignore errors about image
+       decoding.
+
+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.
+
+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-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mime-edit.el (mime-edit-user-agent-value): Add a setting for
+       XEmacs CHISE.
+
+2002-05-18  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
+
+       * 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].
+
+2003-08-16  Daiki Ueno <ueno@unixuser.org>
+
+       * 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 <ueno@unixuser.org>
+
+       * mime-play.el (mime-activate-mailcap-method): Undo the last change.
+
+2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * mime-edit.el (turn-on-mime-edit): Protect 1st arg of `message'.
+       * mime-view.el (mime-preview-follow-current-entity): Ditto.
+
+2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * mime-w3.el (mime-preview-text/html): Protect 1st arg of `message'.
+       * mime-play.el (mime-mailcap-method-sentinel): Ditto.
+       (mime-view-message/external-anon-ftp): Ditto.
+       (mime-view-message/external-url): Ditto.
+
+2003-05-02  Daiki Ueno  <ueno@unixuser.org>
+
+       * mime-play.el (mime-activate-mailcap-method): Check the existance
+       of the temporary file.
+       [cf. <Wanderlust:11835>]
+
+2003-04-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * mime-view.el (mime-preview-toggle-display): Use boundary with
+       children.
+
+2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * mime-view.el (mime-save-situation-examples): Bind print-length
+       and print-level.
+
+2002-11-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * mime-view.el (mime-preview-find-boundary-info): Change the name of
+       the argument from get-mother to with-children along its effect.
+
+2002-11-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * mime-edit.el (mime-edit-decode-single-part-in-buffer): Decode text
+       part only.
+
+2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mime-view.el (mime-view-insert-fontified-text-content): Make
+       sure font-lock is loaded before using it.
+
+2002-10-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * mime-view.el (mime-preview-find-boundary-info): Fix logic. Do not
+       refer next to next part before examining the next part.
+
+2002-08-28  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * mime-edit.el (mime-edit-user-agent-value): Add
+       `xemacs-extra-name'.
+
+2002-04-16   Daiki Ueno  <ueno@unixuser.org>
+
+       * mime-edit.el (mime-file-types): Add setting of *.jpeg for image/jpeg.
+
+2002-03-06   Daiki Ueno  <ueno@unixuser.org>
+
+       * mime-view.el (mime-view-read-charset): Remove redundant checking for
+       sanity when reading MIME-charset.
+       [cf. <emacs-mime-ja:995>]
+
+2002-02-14  Yuuichi Teranishi <teranisi@gohome.org>
+
+       * mime-image.el (mime-image-create) [XEmacs]: Ignore errors about
+       to obtain the instance of glyph's image.
+       [cf. <emacs-mime-ja:989>]
+
+2001-11-27   Daiki Ueno  <ueno@unixuser.org>
+
+       * mime-w3.el: Don't use `url-register-protocol' if it is not fboundp;
+       announce `url-cid' feature instead.
+       [cf. <Wanderlust:8566>]
+
+       (url-cid): Change return value for the current URL package.
+
+2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * mime-play.el (mime-play-entity): Use return value of
+       `mime-entity-situation' to get content type information;
+       Fix problem when method is invoked at menu selection;
+       Fix the message displayed on echo buffer when no method is specified;
+       Clear minibuffer after `y-or-n-p'.
+
+       * semi-def.el (mime-should-use-popup-menu) [Emacs]: Use
+       `event-basic-type' instead of `event-modifiers' to detect mouse
+       operation.
+
+2001-10-02   Daiki Ueno  <ueno@unixuser.org>
+
+       * mime-view.el: Add `mime-view-maybe-inherit-widget-keymap' to
+       `mime-view-mode-map' instead of `mime-view-define-keymap-hook'.
+       [cf. <emacs-mime-ja:950>]
+
+       * mime-bbdb.el: Add `mime-bbdb/define-keys' to `mime-view-mode-map'
+       instead of `mime-view-define-keymap-hook'.
+
+2001-09-27  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * mime-edit.el (mime-edit-content-end): Return the value of
+       `point-max' when the function `next-single-property-change'
+       returns nil.
+
+2001-09-25   Daiki Ueno  <ueno@unixuser.org>
+
+       * mime-view.el (mime-view-entity-content): New function.
+       (mime-view-insert-text-content): Try to display compressed contents.
+       (mime-view-filter-text-content): New function.
+       (mime-view-automatic-conversion): New variable.
+
 2001-09-25   Daiki Ueno  <ueno@unixuser.org>
 
        * mime-view.el (mime-view-insert-fontified-text-content): Don't use