From 7895c7e8fb9bc2d49fed99822dc8e5113ca3b15d Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 4 Nov 2002 23:42:30 +0000 Subject: [PATCH 1/1] Add note to README --- README | 4 +++- VERSION | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index a5a565a..ccf57cf 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -$Id: README,v 1.11 2002-11-03 17:37:14 mike Exp $ +$Id: README,v 1.12 2002-11-04 23:42:30 mike Exp $ cql-java - a free CQL compiler, and other CQL tools, for Java @@ -119,6 +119,8 @@ THINGS TO DO possible to fix this without throwing out StreakTokenizer and rolling our own, which we absolutely _don't_ want to do. +* Allow keywords to be used unquoted as search terms. + * Some niceties for the cql-decompiling back-end: * don't emit redundant parentheses. * don't put spaces around relations that don't need them. diff --git a/VERSION b/VERSION index 49d5957..a53a0cf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1 +0.2-in-progress -- 1.7.10.4