From: morioka Date: Sat, 16 Jan 1999 10:53:37 +0000 (+0000) Subject: update. X-Git-Tag: flim-1_12-199901161900~18 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=cb1c7bc0a22e16d987f795ddad79f3dcd69ce057;p=elisp%2Fflim.git update. --- diff --git a/ChangeLog b/ChangeLog index e0505ad..610ef55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +1999-01-16 MORIOKA Tomohiko + + * eword-decode.el (eword-encoded-word-regexp): Must define when + this module is compiled. + (eword-decode-structured-field-body): Add new optional argument + `start'. + (eword-decode-and-unfold-structured-field-body): Likewise. + (eword-decode-and-fold-structured-field-body): Likewise. + (eword-analyze-quoted-string): Add new argument `start'; return + `( . )' instead of `( + . )'. + (std11-analyze-domain-literal): Likewise. + (eword-analyze-domain-literal): Likewise. + (eword-analyze-comment): Changed to alias of + `eword-parse-comment'. + (eword-analyze-spaces): Add new argument `start'; return `( . )' instead of `( . )'. + (std11-analyze-domain-literal): Likewise. + (eword-analyze-special): Likewise. + (eword-analyze-encoded-word): Likewise. + (eword-analyze-atom): Likewise. + (eword-lexical-analyze-internal): Add new argument `start'. + (eword-lexical-analyze): Change interface to add new optional + argument `start'. + (eword-extract-address-components): Add new optional argument + `start'. + + * std11.el (std11-atom-regexp): Modify to match non-top atom. + (std11-analyze-spaces): Add new argument `start'; return `( . )' instead of `( . )'. + (std11-analyze-special): Likewise. + (std11-analyze-atom): Likewise. + (std11-analyze-quoted-string): Likewise. + (std11-analyze-domain-literal): Likewise. + (std11-analyze-comment): Likewise. + (std11-lexical-analyze): Add new optional argument `start'. + 1999-01-15 MORIOKA Tomohiko * std11.el (std11-fetch-field): Add autoload cookie.