Revert "Added Netbeans project."
[cql-java-moved-to-github.git] / src / org / z3950 / zing / cql / CQLBooleanNode.java
2007-07-03 miketoXCQL() renders sort-keys, if any.
2007-07-03 mikeImplement new, wider toXCQL() API.
2007-06-29 mikeRemove op() method, use ms.toCQL()
2007-06-29 mikeBoolean node now carries a ModifierSet.
2007-06-06 mikeUse generics (what C++ programmers call templates)
2002-12-11 mikeRename the toType1() method to the more explicit toType...
2002-12-05 mikeIntegrate Ralph's changes.
2002-11-20 mikeRemove debugging printf()s. (Oh alright then, println...
2002-11-20 mikeFix a silly bug, recently introduced, which prevented...
2002-11-20 mike - Change the XCQL output to include the nasty and...
2002-11-06 mikeFinish (more or less) to CQL-to-PQF translator.
2002-11-06 mikeTowards 0.2 --
2002-10-31 mikeAll sorts of changes. Generally moving towards first...
2002-10-30 mikeLOTS of changes. Biggies include proper support for...
2002-10-25 mikeTweak spacing.
2002-10-25 mikeFirst semi-working version.
2002-10-25 mikeFix inheritance
2002-10-25 mikeAdded CQLBooleanNode (where had it gone?!)