From: morioka Date: Sat, 16 Jan 1999 11:06:21 +0000 (+0000) Subject: (Change interface of lexical-analyzers): New subsection. X-Git-Tag: flim-1_12-199901161900~17 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=741b2f02c5e01816e0c5659c5c5c09be1739c70d;p=elisp%2Fflim.git (Change interface of lexical-analyzers): New subsection. --- diff --git a/NEWS b/NEWS index 09922a3..ff7e30e 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,23 @@ as obsolete alias. ** New function `mime-decode-header-in-region' + +** Change interface of lexical-analyzers + +Interface of function `eword-lexical-analyze' was changed from +`(string &optional must-unfold)' to `(string &optional start +must-unfold)'. Interface of lexical analyzers specified by user +option `eword-lexical-analyzers' was changed likewise. + +Function `eword-extract-address-components' was added new optional +argument `START' to specify start position of `STRING' to parse. + +Function `std11-lexical-analyze' was added new optional argument +`START' to specify start position of `STRING' to analyze. + +Interface of lexical analyzers for STD 11 was changed from `(string)' +to `(string &optional start)'. + * Changes in FLIM 1.11