Synchronized with flim-1_14_5.
[elisp/flim.git] / mime-en.texi
index 9d27c0e..e04f744 100644 (file)
@@ -1,14 +1,14 @@
 \input texinfo.tex
 @c Generated automatically from mime-en.sgml by sinfo 3.7.
 @setfilename mime-en.info
-@settitle{FLIM 1.12 Reference Manual about MIME Features}
+@settitle{FLIM 1.14 Reference Manual about MIME Features}
 @titlepage
-@title FLIM 1.12 Reference Manual about MIME Features
+@title FLIM 1.14 Reference Manual about MIME Features
 @author MORIOKA Tomohiko <morioka@@jaist.ac.jp>
 @subtitle 1999-01-27
 @end titlepage
 @node Top, Introduction, (dir), (dir)
-@top FLIM 1.12 Reference Manual about MIME Features
+@top FLIM 1.14 Reference Manual about MIME Features
 
 @ifinfo
 
@@ -1009,11 +1009,11 @@ Encode header fields to network representation, such as MIME
 encoded-word.@refill
 
 Each field is encoded as corresponding method specified by variable
-@code{eword-field-encoding-method-alist}.
+@code{mime-field-encoding-method-alist}.
 @end defun
 
 
-@defvar eword-field-encoding-method-alist
+@defvar mime-field-encoding-method-alist
 
 Association list to specify field encoding method.  Each element looks
 like (FIELD . METHOD).@refill
@@ -1037,24 +1037,12 @@ Otherwise the FIELD will be encoded as variable
 
 @deffn{group} mime
 
-MIME \e$B4XO"5!G=$K4X$9$k\e(B group.@refill
+The group associated with functions related to MIME.@refill
 
-@code{mail} \e$B$H\e(B @code{news} \e$B$KB0$9$k!#\e(B
+It belongs to @code{mail} and @code{news}.
 @end deffn
 
 
-@defvar mime-temp-directory
-
-MIME \e$B5!G=$K4X$9$k<BAu$,0l;~E*$K;HMQ$9$k\e(B file \e$B$r:n@.$9$k\e(B 
-directory.@refill
-
-\e$B4D6-JQ?t\e(B @code{MIME_TMP_DIR}, @code{TM_TMP_DIR}, @code{TMPDIR},
-@code{TMP} \e$B$b$7$/$O\e(B @code{TEMP} \e$B$,@_Dj$5$l$F$$$?>l9g!"$=$l$r=i4|CM$H$7$F\e(B
-\e$BMQ$$$k!#2?$b@_Dj$5$l$F$$$J$$>l9g!"\e(B@code{"/tmp/"} \e$B$rMQ$$$k!#\e(B
-@end defvar
-
-
-
 @node Appendix, Concept Index, custom, Top
 @chapter Appendix
 
@@ -1539,33 +1527,33 @@ EMACS-MIME ML, send an empty e-mail to:
 @node CVS, History, Bug report, Appendix
 @section CVS based development
 
-FLIM \e$B$N\e(B file \e$B$O\e(B CVS \e$B$r;H$C$F4IM}$5$l$F$$$^$9!#$3$N$?$a!"0J2<$NJ}K!$G:G\e(B
-\e$B?7$N\e(B FLIM \e$B$rF~<j$9$k$3$H$,$G$-$^$9!'\e(B
+Files in FLIM are managed under CVS. Therefore you can obtain the
+newest FLIM by the following method.
 
 @example
 (0) cvs login
 
-    % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
+    % cvs -d :pserver:anonymous@@cvs.m17n.org:/cvs/root login
 
     CVS password: [CR] # NULL string
 
 (1) checkout
 
-    % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout
+    % cvs -d :pserver:anonymous@@cvs.m17n.org:/cvs/root checkout
        checkout [-r TAG] flim
 @end example
 
 
-CVS \e$B$rMQ$$$?3+H/$K;22C$7$?$$J}$O\e(B
+If you would like to join CVS based development, please send mail to
 
 @itemize @bullet
 @item
- <cvs@cvs.m17n.org>
+ <cvs@@cvs.m17n.org>
 @end itemize
 
 @noindent
-\e$B$^$G!"\e(Baccount \e$BL>$H\e(B UNIX \e$B$N\e(B passwd \e$B$HF1$87A<0$N\e(B crypt \e$B2=$5$l$?\e(B password
-\e$B$r1h$($F8fO"Mm$/$@$5$$!#\e(B
+with your account name and your public key for ssh.
+cvsroot is :ext:cvs@@cvs.m17n.org:/cvs/root.
 
 
 @node History,  , CVS, Appendix