From: morioka Date: Tue, 1 Sep 1998 22:29:10 +0000 (+0000) Subject: update. X-Git-Tag: flim-1_9_2~33 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=10eafff7330e8562d7e0ca70fe0ff4b0e27049fe;p=elisp%2Fflim.git update. --- diff --git a/mime-en.texi b/mime-en.texi index f635645..4a33b26 100644 --- a/mime-en.texi +++ b/mime-en.texi @@ -59,9 +59,9 @@ message or one of the parts in the body of a multipart entity.' In this document, the term @strong{entity} indicates all of header fields and body.@refill -The definition of RFC 2045 indicates that a MIME message is a tree. An -message is a tree, each node is an entity, like following figure. -Namely MIME extends message to tree structure.@refill +The definition of RFC 2045 indicates that a MIME message is a tree, and +each node of the tree is an entity. Namely MIME extends message to tree +structure.@refill FLIM uses @strong{mime-entity} structure to represent information of entity. In this document, it is called simply diff --git a/mime-ja.texi b/mime-ja.texi index aa2016f..c2df06a 100644 --- a/mime-ja.texi +++ b/mime-ja.texi @@ -64,10 +64,8 @@ field と内容を指す」となっています。ここでは、MIME で定義された head field 以外の全ての header と body を指す語として @strong{entity}を用いる ことにします。@refill -RFC 2045 の定義は、MIME message が entity を単位とする木構造であることを -示しています。message は下図で示すような木となり、entity はこの木におけ -る節となります。つまり、MIME は message を木構造に拡張した訳です。 -@refill +RFC 2045 の定義は、MIME message が entity を節とする木構造であることを示 +しています。つまり、MIME は message を木構造に拡張した訳です。@refill FLIM は entity の情報を表現するために@strong{mime-entity} 構 造体を用います。以下では単に mime-entity と呼ぶことにします。