Revert "Added Netbeans project."
[cql-java-moved-to-github.git] / src / org / z3950 / zing / cql / CQLNode.java
2007-07-03 mikePrimary toXCQL() API now includes a Vector of sort...
2007-06-27 mike'qualifier' replaced by 'index' throughout
2007-06-06 mikeFix javadoc typo.
2007-06-06 mikeUse generics (what C++ programmers call templates)
2002-12-12 mikeChanges files etc. for recent tweaks.
2002-12-12 mikeAdd Ralph's new getResultSetName() method.
2002-12-11 mikeRename the toType1() method to the more explicit toType...
2002-12-09 mikeChange project-name capitalisation from "cql-java"...
2002-12-08 mikeJavadoc comment for toType1()
2002-12-06 mikeAdd BER tutorial ref.
2002-12-04 mikeIntegrate Ralph's changes.
2002-11-20 mike - Change the XCQL output to include the nasty and...
2002-11-17 mike - Add support for the new "phonetic" relation modifier,
2002-11-08 mikeFix PQF documentation to reference online YAZ manual...
2002-11-06 mikeFinish (more or less) to CQL-to-PQF translator.
2002-11-06 mikeTowards 0.2 --
2002-11-05 mikeMake abstract to*() methods public.
2002-10-31 mikeAll sorts of changes. Generally moving towards first...
2002-10-30 mikeFix test-harnesses and generator to work with new relat...
2002-10-30 mikeLOTS of changes. Biggies include proper support for...
2002-10-29 mikeHandle relations, improve XML rendering (wow, was that...
2002-10-27 mikeFirst more-or-less working version: does terms, boolean...
2002-10-25 mikeFix inheritance
2002-10-25 mikeAdded CQLBooleanNode (where had it gone?!)
2002-10-25 mikeMake classes public.
2002-10-25 mikeAdd initial version of most of the CQL*Node classes.