; ; $Id$ ; ; Copyright (c) 1999-2001, RIACA, Eindhoven University of Technology (TU/e). ; All Rights Reserved. TODO ---- Things to be done ----------------- November 5th, 2001 * The class OMBinding extends the class OMTree, but the binding variables are added as a Vector on the Vector mElements (at possition 1). Then if you use getLeaf( 1 ) this fuctions will try to cast it to an OMObject (I guess this is going to produce a class cast exception). ERB. June 7th, 2001 * Move OMAttributePair and OMBoundedVariables to I/O package. June 6th, 2001 * Add example for Codec (from OM to Lisp notation and vice-versa). May 16th, 2001 * Make attribution invisible to the user unless the user wants to access the attribution. (RFE 20010516, andrew@illywhacker.net) Things completed ---------------- November 5th, 2001 * Added a new constructor to OMVariable that takes a Variable name as argument. (ERB). August 27th, 2001 * Fixed bug preventing Attribution to be used a base. Note that a nested Attribution already worked. July 9th, 2001 * Removed Codec from Phrasebook class. Each phrasebook has to decided on its own if it wants to use the Codec classes. June 12th, 2001 * Removed install from main page for the library. * Changed text for the about part of the main page. June 8th, 2001 * Added XML as reference for the example constructed for OMAttribution in the Library Guide. * Added XML as reference for the example constructor for OMBinding in the Library Guide. June 7th, 2001 * OMApplication - Added setHead method. - Added setTail method. - Added appendTail method. June 6th, 2001 * Added TOC file for the Basics trail in the Library Guide.