(Change interface of lexical-analyzers): New subsection.
authormorioka <morioka>
Sat, 16 Jan 1999 11:06:21 +0000 (11:06 +0000)
committermorioka <morioka>
Sat, 16 Jan 1999 11:06:21 +0000 (11:06 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 09922a3..ff7e30e 100644 (file)
--- 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)'.
+
 \f
 * Changes in FLIM 1.11