update.
authormorioka <morioka>
Tue, 7 Jul 1998 22:29:52 +0000 (22:29 +0000)
committermorioka <morioka>
Tue, 7 Jul 1998 22:29:52 +0000 (22:29 +0000)
ChangeLog
semi-def.el

index 382171e..c234144 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * 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  <morioka@jaist.ac.jp>
 
        * mime-play.el (mime-preview-play-current-entity): Fix problem
index fcafdd5..f517569 100644 (file)
@@ -30,7 +30,7 @@
 
 (require 'custom)
 
-(defconst mime-user-interface-version '("REMI" "Fushiki" 1 8 1)
+(defconst mime-user-interface-version '("REMI" "N\e,Dr\e(Bmachi" 1 8 2)
   "Implementation name, version name and numbers of MIME-kernel package.")
 
 (autoload 'mule-caesar-region "mule-caesar"