Sync up with SEMI 1.4.3 (Ichiburi).
authormorioka <morioka>
Wed, 13 May 1998 00:11:31 +0000 (00:11 +0000)
committermorioka <morioka>
Wed, 13 May 1998 00:11:31 +0000 (00:11 +0000)
ChangeLog
mime-partial.el

index fc7da81..6dc8ed8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1998-05-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * SEMI: Version 1.4.3 (Ichiburi) released.
+
+1998-05-12  Kazuhiro Ohta     <ohta@ele.cst.nihon-u.ac.jp>
+
+       * mime-partial.el: start and end of the region fixed.
+
 1998-05-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * mime-parse.el (make-mime-content-type): New function.
index cb9d439..c240070 100644 (file)
@@ -84,7 +84,9 @@ partial messages using mime-view."
              (if (string= the-id id)
                  (progn
                    (mime-method-to-store-message/partial
-                    (point-min)(point-max) parameters)
+                    (mime-entity-point-min mime-raw-message-info)
+                    (mime-entity-point-max mime-raw-message-info)
+                    parameters)
                    (if (file-exists-p full-file)
                        (throw 'tag nil)
                      )