update.
authormorioka <morioka>
Tue, 30 Jun 1998 04:10:32 +0000 (04:10 +0000)
committermorioka <morioka>
Tue, 30 Jun 1998 04:10:32 +0000 (04:10 +0000)
ChangeLog
mime-ja.texi

index e67c89d..b58fc07 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-ja.sgml (Entity creation): Add description of
+       `mime-open-entity'.
+       (Entity Attributes): Add description of `mime-entity-cooked-p'.
+       (Entity-content): Add description of `mime-write-entity-content',
+       `mime-write-entity' and `mime-write-entity-body'.
+
 1998-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * mime.el (mime-write-entity-content): New function.
index 0ac8e6a..fbbdc5d 100644 (file)
@@ -115,7 +115,7 @@ local \e$BJQ?t\e(B @code{mime-message-structure} \e$B$K3JG<$9$k$3$H$K$7$^$9!#\e(B
 
 
 @menu
-* Message parser::              Message \e$B$N2r@O4o\e(B
+* Entity creation::             Entity \e$B$N@8@.\e(B
 * Entity hierarchy::            Entity \e$B3,AX\e(B
 * Entity buffer::               Entity \e$B$N\e(B buffer \e$B$K$h$kI=8=\e(B
 * Entity-header::               Entity header \e$B$N>pJs\e(B
@@ -123,8 +123,19 @@ local \e$BJQ?t\e(B @code{mime-message-structure} \e$B$K3JG<$9$k$3$H$K$7$^$9!#\e(B
 * Entity-content::              Entity \e$B$NFbMF\e(B
 @end menu
 
-@node Message parser, Entity hierarchy, Entity, Entity
-@section Message \e$B$N2r@O4o\e(B
+@node Entity creation, Entity hierarchy, Entity, Entity
+@section Entity \e$B$N@8@.\e(B
+
+@defun mime-open-entity &optional  type location
+
+Open an entity and return it.@refill
+
+@var{type} is representation-type.@refill
+
+@var{location} is location of entity.  Specification of it is depended
+on representation-type.
+@end defun
+
 
 @defun mime-parse-message &optional  default-ctl node-id
 
@@ -142,7 +153,7 @@ local \e$BJQ?t\e(B @code{mime-message-structure} \e$B$K3JG<$9$k$3$H$K$7$^$9!#\e(B
 
 
 
-@node Entity hierarchy, Entity buffer, Message parser, Entity
+@node Entity hierarchy, Entity buffer, Entity creation, Entity
 @section Entity \e$B3,AX\e(B
 
 @defvar mime-message-structure
@@ -333,6 +344,13 @@ Entity \e$B$N\e(B file \e$BL>$rJV$9!#\e(B
 @end defun
 
 
+@defun mime-entity-cooked-p entity
+
+Return non-nil if contents of @var{entity} has been already
+code-converted.
+@end defun
+
+
 
 @node Entity-content,  , Entity Attributes, Entity
 @section Entity \e$B$NFbMF\e(B
@@ -343,6 +361,24 @@ Entity \e$B$N\e(B file \e$BL>$rJV$9!#\e(B
 @end defun
 
 
+@defun mime-write-entity-content entity filename
+
+Write content of @var{entity} into @var{filename}.
+@end defun
+
+
+@defun mime-write-entity entity filename
+
+Write representation of @var{entity} into @var{filename}.
+@end defun
+
+
+@defun mime-write-entity-body entity filename
+
+Write body of @var{entity} into @var{filename}.
+@end defun
+
+
 
 @node Content-Type, Content-Disposition, Entity, Top
 @chapter Content-Type \e$BMs$N>pJs\e(B