From: keiichi Date: Fri, 5 Nov 1999 06:13:14 +0000 (+0000) Subject: Update. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=30ea251c6523cf145b4c7d851050dde2315896d0;p=elisp%2Fflim.git Update. --- diff --git a/ChangeLog b/ChangeLog index 43324c0..472e130 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,19 @@ 1999-11-05 Keiichi Suzuki + * eword-decode.el (eword-encoded-word-regexp): Match with + RFC-2231. + (eword-decode-region): Likewise. + (eword-decode-encoded-word): Likewise. + (eword-decode-encoded-text): Add new option parameter `language'. + + * mime-def.el (mime-token-exclude-chars-regexp): New constant. + (mime-token-regexp): Use `mime-token-exclude-chars-regexp'. + (mime-charset-regexp): Ditto. (Exclude `*') + (mime-parameter-value): When language is not specified, do not add + text-property `mime-language'. + +1999-11-05 Keiichi Suzuki + * mime-parse.el (mime::attribute-char-regexp): New constant. (mime::attribute-char-regexp): Ditto. (mime::attribute-regexp): Ditto.