update.
authormorioka <morioka>
Sun, 21 Jun 1998 18:33:59 +0000 (18:33 +0000)
committermorioka <morioka>
Sun, 21 Jun 1998 18:33:59 +0000 (18:33 +0000)
ChangeLog
VERSION
semi-def.el

index bd0711c..eb06dbb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,25 @@
 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
+       * mime-partial.el
+       (mime-combine-message/partial-pieces-automatically): Fixed.
+
+       * mime-pgp.el (mime-view-application/pgp): Use function
+       `mime-entity-representation-type'.
+
+       * mime-play.el (mime-view-message/rfc822): Use function
+       `mime-entity-representation-type'.
+       (mime-store-message/partial-piece): `mime-entity-body-start' and
+       `mime-entity-body-end'.
+
+       * mime-text.el (mime-text-insert-decoded-body): Use function
+       `mime-entity-cooked-p'.
+
+       * mime-view.el (mime-entity-representation-type): New function.
+       (mime-entity-cooked-p): New function.
+       (mime-display-entity): Use function `mime-entity-cooked-p'.
+
+1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
        * mime-text.el (mime-text-insert-decoded-body): Use
        `mime-entity-content'.
 
diff --git a/VERSION b/VERSION
index bade468..fc49c98 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -57,7 +57,7 @@
 1.5.4  Higashi-Namerikawa      \e$(BEl3j@n\e(B
 1.6.0  Namerikawa              \e$(B3j@n\e(B             ; <=> \e$(BIY;3COJ}E4F;\e(B
 1.7.0  Mizuhashi               \e$(B?e66\e(B
------  Higashi-Toyama          \e$(BElIY;3\e(B
+1.7.1  Higashi-Toyama          \e$(BElIY;3\e(B
 -----  Toyama                  \e$(BIY;3\e(B             ; = JR \e$(B9b;3K\@~!"IY;39A@~\e(B
 :      :                       :
 -------        Takaoka                 \e$(B9b2,\e(B             ; = JR \e$(BI98+@~!">kC<@~\e(B
index 9e9e489..93804ae 100644 (file)
@@ -30,7 +30,7 @@
 
 (require 'custom)
 
-(defconst mime-user-interface-version '("SEMI" "Mizuhashi" 1 7 0)
+(defconst mime-user-interface-version '("SEMI" "Higashi-Toyama" 1 7 1)
   "Implementation name, version name and numbers of MIME-kernel package.")
 
 (autoload 'mule-caesar-region "mule-caesar"