Sep 02, 2002 - Patch 0.2.2 -------------------------- - date::format() is now properly implemented - New operator to read an 'hour' object from an istream: istream & operator >> (istream &, hour &) - New function 'String hour::format()'. The default format is HH:MM:SS in 24 hour clock. - New function 'hour now()' read the current time of day. Jul 27, 2002 - Patch 0.2.1 --------------------------- - Improved the XML library configuration. - BUG FIX: testaxe crashed without a config file. - Reinstated the metronome demo - BUG FIX: acltest.cpp included the obsolete complex number test. Jul 25, 2002 - Release 0.2 =========================== - First chapter of the tutorial, see doc/tutorial.xml - Some minor bug fixes - New function window::WindowGravity() - New class: configuration. Reads configuration parameters in an XML file. - Date parsing correctly understands ISO-style dates (YYYY-MM-DD).