1ca3b067c0d0ea3baaec224053285909c1f24139
[AXE.git] / ChangeLog
1 Sep 02, 2002 - Patch 0.2.2
2 --------------------------
3
4  - date::format() is now properly implemented
5  - New operator to read an 'hour' object from an istream:
6     istream & operator >> (istream &, hour &)
7  - New function 'String hour::format()'. The default format is HH:MM:SS
8    in 24 hour clock.
9  - New function 'hour now()' read the current time of day.
10
11 Jul 27, 2002 - Patch 0.2.1
12 ---------------------------
13
14  - Improved the XML library configuration.
15  - BUG FIX: testaxe crashed without a config file.
16  - Reinstated the metronome demo
17  - BUG FIX: acltest.cpp included the obsolete complex number test.
18
19 Jul 25, 2002 - Release 0.2
20 ===========================
21
22  - First chapter of the tutorial, see doc/tutorial.xml
23  - Some minor bug fixes
24  - New function window::WindowGravity()
25  - New class: configuration. Reads configuration parameters in
26    an XML file.
27  - Date parsing correctly understands ISO-style dates (YYYY-MM-DD).