From: morioka Date: Sun, 8 Nov 1998 17:37:48 +0000 (+0000) Subject: update. X-Git-Tag: chao-1_12_2~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3977175b3bb9509dbabf67b32deec974fdfb1b48;p=elisp%2Fflim.git update. --- diff --git a/ChangeLog b/ChangeLog index 649a2cd..7bba930 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,21 @@ 1998-11-08 MORIOKA Tomohiko + * eword-decode.el (eword-decode-structured-field-body): New + implementation; abolish optional argument `must-unfold'; delete + DOC-string. + (eword-decode-and-unfold-structured-field-body): Renamed from + `eword-decode-and-unfold-structured-field'; delete DOC-string. + (eword-decode-and-fold-structured-field-body): Renamed from + `eword-decode-and-fold-structured-field'; abolish optional + argument `must-unfold'; delete DOC-string. + (eword-decode-unstructured-field-body): Abolish optional argument + `must-unfold'; delete DOC-string. + (eword-decode-and-unfold-unstructured-field-body): Renamed from + `eword-decode-and-unfold-unstructured-field'; delete DOC-string. + (eword-decode-unfolded-unstructured-field-body): New function. + +1998-11-08 MORIOKA Tomohiko + * mmgeneric.el (mime-insert-header-from-buffer): Use `mime-find-field-presentation-method' and `mime-find-field-decoder-internal'.