X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=95a946bb7b5c2888a7013c50fa4ed0da7d25285f;hb=343d7c053a62c8e76eb893a5ca516f5e1ff9606c;hp=ac478e8c7da7370a12fff72ca79f60ba418bb809;hpb=0bcc304e31f6bb084e8a26d838ebcb21226186a5;p=elisp%2Fsemi.git diff --git a/ChangeLog b/ChangeLog index ac478e8..95a946b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,50 @@ +2002-03-06 Daiki Ueno + + * mime-view.el (mime-view-read-charset): Remove redundant checking for + sanity when reading MIME-charset. + [cf. ] + +2002-02-14 Yuuichi Teranishi + + * mime-image.el (mime-image-create) [XEmacs]: Ignore errors about + to obtain the instance of glyph's image. + [cf. ] + +2001-11-27 Daiki Ueno + + * mime-w3.el: Don't use `url-register-protocol' if it is not fboundp; + announce `url-cid' feature instead. + [cf. ] + + (url-cid): Change return value for the current URL package. + +2001-11-05 Yuuichi Teranishi + + * 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 + + * mime-view.el: Add `mime-view-maybe-inherit-widget-keymap' to + `mime-view-mode-map' instead of `mime-view-define-keymap-hook'. + [cf. ] + + * 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 + + * 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 * mime-view.el (mime-view-entity-content): New function.