From: tomo Date: Fri, 22 Dec 2000 04:36:33 +0000 (+0000) Subject: update. X-Git-Tag: flim-1_14_1-pre1~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3d526419a29be31d28c17fb288e2c0a36396b07d;p=elisp%2Fflim.git update. --- diff --git a/ChangeLog b/ChangeLog index 5605834..a8201d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2000-12-22 MORIOKA Tomohiko + * eword-decode.el (eword-decode-header): Revert to obsolete alias. + +2000-12-22 MORIOKA Tomohiko + * mmgeneric.el: Add comment for eword-decode. 2000-12-21 MORIOKA Tomohiko diff --git a/FLIM-API.en b/FLIM-API.en index 1705407..623ca7b 100644 --- a/FLIM-API.en +++ b/FLIM-API.en @@ -485,7 +485,8 @@ and return parsed it. ** decoder -[Function] mime-decode-header-in-buffer (&optional code-conversion separator) +[Function] mime-decode-header-in-buffer (&optional code-conversion + separator) Decode MIME encoded-words in header fields. If CODE-CONVERSION is nil, it decodes only encoded-words. If it is @@ -498,6 +499,19 @@ and return parsed it. [Suggest] +[Function] [Function] eword-decode-header (&optional code-conversion + separator) + As same as `mime-decode-header-in-buffer', q.v. + + Note that + + (require 'eword-decode) + + is necessary to use this function. + + [Optional] (Usage: cmail 2.61) + + [Function] mime-decode-header-in-region (start end &optional code-conversion) Decode MIME encoded-words in region between START and END.