From: morioka Date: Tue, 7 Jul 1998 22:29:52 +0000 (+0000) Subject: update. X-Git-Tag: remi-1_8_2~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5fd3b310468df45c810c154f097d064a73463d1a;p=elisp%2Fsemi.git update. --- diff --git a/ChangeLog b/ChangeLog index 382171e..c234144 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +1998-07-07 MORIOKA Tomohiko + + * mime-play.el (mime-acting-situation-example-list): New variable; + abolish `mime-acting-situation-examples'. + (mime-save-acting-situation-examples): Modify for + `mime-acting-situation-example-list'. + (mime-compare-situation-with-example): New function. + (mime-raw-play-entity): Change algorithm to compare with + acting-situation-examples. + (mime-store-message/partial-piece): Use `mime-view-buffer' instead + of `mime-view-mode'. + 1998-07-06 MORIOKA Tomohiko * mime-play.el (mime-preview-play-current-entity): Fix problem diff --git a/semi-def.el b/semi-def.el index fcafdd5..f517569 100644 --- a/semi-def.el +++ b/semi-def.el @@ -30,7 +30,7 @@ (require 'custom) -(defconst mime-user-interface-version '("REMI" "Fushiki" 1 8 1) +(defconst mime-user-interface-version '("REMI" "N,Dr(Bmachi" 1 8 2) "Implementation name, version name and numbers of MIME-kernel package.") (autoload 'mule-caesar-region "mule-caesar"