From: morioka Date: Sun, 18 Oct 1998 13:05:42 +0000 (+0000) Subject: update. X-Git-Tag: flim-199811302358~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ca3765d8cc564ebfe82767a53c9dc044cf04b14d;p=elisp%2Fflim.git update. --- diff --git a/ChangeLog b/ChangeLog index 3c33630..2d49957 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 1998-10-18 MORIOKA Tomohiko + * mime-en.sgml, mime-ja.sgml (Header encoder/decoder): Add + description about `eword-field-encoding-method-alist'. + + * mime-en.sgml (Header encoder/decoder): Modify description about + `eword-encode-header'. + + * mime-ja.sgml (Header encoder/decoder): Translate. + +1998-10-18 MORIOKA Tomohiko + * mime-en.sgml (entity formatting): Fix typo in description of `default-mime-charset'. diff --git a/mime-ja.texi b/mime-ja.texi index 6b45bbc..171e5ad 100644 --- a/mime-ja.texi +++ b/mime-ja.texi @@ -968,6 +968,24 @@ Header を network 表現に符号化する。@refill @end defun +@defvar eword-field-encoding-method-alist + +Association list to specify field encoding method. Each element looks +like (FIELD . METHOD).@refill + +If METHOD is @code{mime}, the FIELD will be encoded into MIME format +(encoded-word).@refill + +If METHOD is @code{nil}, the FIELD will not be encoded.@refill + +If METHOD is a MIME charset, the FIELD will be encoded as the charset +when it must be convert into network-code.@refill + +Otherwise the FIELD will be encoded as variable +@code{default-mime-charset} when it must be convert into network-code. +@end defvar + + @node custom, Appendix, encoded-word, Top @chapter 一般設定