Towards 0.2 --
[cql-java-moved-to-github.git] / Changes
1 $Id: Changes,v 1.1 2002-11-06 00:05:57 mike Exp $
2
3 Revision history for "cql-java"
4
5 0.2  (IN PROGRESS)
6         - Fix the order of proximity parameters in accordance with the
7           updated official grammar, which now specifies proximity
8           operators of the form
9                 prox/<relation>/<distance>/<unit>/<ordering>
10           as in ``foo prox/<=/3/sentence bar''.
11         - Make the necessary parts of the CQLNode class and its
12           subclasses public.  This means that client code can now walk
13           through parse-trees and so implement its own back-end
14           (e.g. to build BER-friendly data structures using whatever
15           Z39.50 toolkit is preferred.)
16         - Add javadoc comments for CQLNode and subclasses.
17         - Add the toPQF(Properties p) method to CQLNode and subclasses.
18                 (### NOT YET FINISHED)
19         - Add UnknownQualifierException and UnknownRelationException.
20         - Add "-p <props-file>" option to the CQLParser test-harness,
21           indicating that the parsed tree is to be rendered to PQF.
22         - Add etc/pqf.properties to configure to toPQF() method.
23         - Rename ParameterMissingException to MissingParameterException.
24
25 0.1  Sun Nov  3 20:58:27 2002
26         - First public release.
27