From 6a7e0def87788fde149ebfd27a117ae79aed891d Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 16 Jan 1999 15:05:33 +0000 Subject: [PATCH] (User option `eword-lexical-analyzers' -> `eword-lexical-analyzer'): New subsection. --- NEWS | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3136a11..3245daf 100644 --- a/NEWS +++ b/NEWS @@ -44,12 +44,18 @@ Now function `std11-lexical-analyze' refers user option `std11-lexical-analyzer'. +*** User option `eword-lexical-analyzers' -> `eword-lexical-analyzer' + +User option `eword-lexical-analyzers' was renamed to +`eword-lexical-analyzer'. + + *** 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. +must-unfold)'. Interface of lexical analyzer specified by user option +`eword-lexical-analyzer' was changed likewise. Function `eword-extract-address-components' was added new optional argument `START' to specify start position of `STRING' to parse. -- 1.7.10.4