update.
authormorioka <morioka>
Tue, 9 Jun 1998 12:35:06 +0000 (12:35 +0000)
committermorioka <morioka>
Tue, 9 Jun 1998 12:35:06 +0000 (12:35 +0000)
ChangeLog
VERSION
semi-def.el

index 38ea3bb..448adb2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 1998-06-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
+       * mime-view.el (mime-entity-parent): New function; abolish
+       `mime-raw-entity-parent'.
+       (mime-view-entity-button-visible-p): Use `mime-entity-parent'
+       instead of `mime-raw-entity-parent'.
+
+\f
+1998-06-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
        * SEMI: Version 1.5.4 (Higashi-Namerikawa) released.
 
        * mime-edit.el (mime-edit-normalize-body): Abolish unused local
diff --git a/VERSION b/VERSION
index f0c8c66..a051e5c 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -55,7 +55,7 @@
 1.5.2  Kurobe                  \e$(B9uIt\e(B
 1.5.3  Uozu                    \e$(B5{DE\e(B             ; <=> \e$(BIY;3COJ}E4F;\e(B
 1.5.4  Higashi-Namerikawa      \e$(BEl3j@n\e(B
------  Namerikawa              \e$(B3j@n\e(B             ; <=> \e$(BIY;3COJ}E4F;\e(B
+1.5.5  Namerikawa              \e$(B3j@n\e(B             ; <=> \e$(BIY;3COJ}E4F;\e(B
 -----  Mizuhashi               \e$(B?e66\e(B
 -----  Higashi-Toyama          \e$(BElIY;3\e(B
 -----  Toyama                  \e$(BIY;3\e(B             ; = JR \e$(B9b;3K\@~!"IY;39A@~\e(B
index b42e6f6..fe52207 100644 (file)
@@ -29,7 +29,7 @@
 (eval-when-compile (require 'cl))
 
 
-(defconst mime-module-version '("SEMI" "Higashi-Namerikawa" 1 5 4)
+(defconst mime-module-version '("SEMI" "Namerikawa" 1 5 5)
   "Implementation name, version name and numbers of MIME-kernel package.")
 
 (autoload 'mule-caesar-region "mule-caesar"