From d6ff4a5227a71cb5ca0c99a6574067744afcbad0 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 2 May 2007 12:39:35 +0000 Subject: [PATCH] Minor wording change. --- NEWS | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index e7c9427..767828c 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,12 @@ --- 3.0.0 2007/05/02 -Added new member 'query_charset' for bend_initrequest structure. A -backend init handler should set this member to its native character set -for query terms. When defined, the frontend server logic will announce -this character set to a client if the negotiationModel bit is set by the -client. ALL server implementors are encouraged to specify this. If they -don't, a warning is issued. +Changes to generic frontend server interface: added new member +'query_charset' for bend_initrequest structure. A backend init handler +should set this member to its native character set for query terms. +When defined, the frontend server logic will announce this character set +to a client if the negotiationModel bit is set by the client. All server +implementors are encouraged to specify this. If a backend server does not +specify this a warning is issued using yaz_log(YLOG_WARN,..). Added CCL utility to remove terms (stop words) from resulting RPN tree. This is handled by functions with prefix ccl_stop_words_ . -- 1.7.10.4