From 741b2f02c5e01816e0c5659c5c5c09be1739c70d Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 16 Jan 1999 11:06:21 +0000 Subject: [PATCH] (Change interface of lexical-analyzers): New subsection. --- NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 -- 1.7.10.4