Fix javadoc comments
[cql-java-moved-to-github.git] / Changes
diff --git a/Changes b/Changes
index 6d7f3fa..5299156 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,17 +1,20 @@
-$Id: Changes,v 1.8 2002-11-14 22:04:16 mike Exp $
+$Id: Changes,v 1.11 2002-11-15 12:03:00 mike Exp $
 
 Revision history for "cql-java"
 See the bottom of this file for a list of things still to do.
 
-0.3  (IN PROGRESS)
+0.3  Fri Nov 15 12:04:04 2002
        - Allow keywords to be used unquoted as search terms.
        - Add support for serverChoiceRelation (scr).
        - Add support for prefix-mapping, as in
                >dc="http://dublincore.org/ dc.title=fish
          and
                >"http://dublincore.org/ title=fish
-         ### But the XCQL output may need to be changed depending on
-             the result of the ZNG list's deliberations.
+         The XCQL generated corresponds to Adam's suggested format
+         rather than Rob's, not so much because I prefer it (although
+         I do) as because it's what fell out when I just Coded What
+         Comes Natur'ly.  That may need to change, depending on the
+         result of the ZNG list's deliberations.
        - Fix the parser to normalise relation modifiers to lower case.
        - Fix the CQLParser test harness not to emit an extraneous
          blank line at end of XCQL output.
@@ -61,6 +64,10 @@ See the bottom of this file for a list of things still to do.
          think it's actually possible to fix this without throwing
          out StreakTokenizer and rolling our own, which we absolutely
          _don't_ want to do.
+       - Describe prefix-mapping in the CQL tutorial (not really
+         anything to do with cql-java, but this note will remind me
+         to do it.)
+       - Add support for the new "phonetic" relation modifier.
        - Write javadoc comments for CQLRelation and ModifierSet.
        - Write "overview" file for the javadoc documentation.
        - Some niceties for the cql-decompiling back-end: