2004-07-16 Helge Hess * VersitSaxDriver.m: fixed a gcc 3.4 warning, some cleanups (v0.1.19) 2004-03-09 Max Berger * fixed another bug related to libFoundation that applied to NSMutableCharacterSet (v0.1.18) 2004-02-24 Max Berger * fixed bug to crash on libFoundation in scanner line (v0.1.17) 2004-02-25 Helge Hess * v0.1.16 * GNUmakefile.preamble: properly link with OGo gstep-make * added a common.h file (and use that in the source files) * VersitSaxDriver.m: fixed type, fixed a "==" vs "=" bug in -init, minor code cleanups 2004-02-24 Max Berger * v0.1.15 * added new initialize function to check for debug property * added debug messages to parseFromSource * updated Copyright in VersitSaxDriver.m 2003-23-13 Max Berger * replaces commas by spaces in attrs (as in spec) (v0.1.15) 2003-23-13 Max Berger * v0.1.14 * added support for apple item1.adr elements * added support for multiple attributes of same type 2003-23-12 Max Berger * added support for subitems, added subitems for ical and vcard (v0.1.13) 2003-23-12 Max Berger * added mappings into vcard driver (v0.1.12) 2003-23-12 Max Berger * collapsed drivers for vcard 21 and 30 (v0.1.11) 2003-23-12 Max Berger * fixed range check (v0.1.10) 2003-23-11 Max Berger * fixed another missing () in malloc (v0.1.9) 2003-23-11 Max Berger * fixed a missing () in malloc (v0.1.8) 2003-12-11 Helge Hess * v0.1.7 * minor tweaks to sourcecode style ;-) * created GNUmakefile's 2003-23-11 Max Berger * v0.1.6 * added GNUmakefile for unix * fixed bundle-info.plist * fixed a bug that caused libFondation to crash 2003-23-11 Max Berger * v0.1.5 * Implemented attribute mapping * Added list of attributes for xcal 2003-23-11 Max Berger * v0.1.4 * implemented handling via list and stack * added support for name mapping and mapping to attributes * added complete iCalendar Name mapping 2003-23-11 Max Berger * v0.1.3 * VersitSaxDriver.m: Split up in lines works correctly * VersitSaxDriver: added support for contentHandler * VersitSaxDriver: added support for namespace * VersitSaxDriver: now has begin/end document * ICalendarSaxDriver: now set correct namespace * VersitSaxDriver: now parses Tags, attibutes and values 2003-23-11 Max Berger * v0.1.2 * fixed Copyright notice * added Data Retrieval * added unfold method (doesnt do anything yet) 2003-23-11 Max Berger * Initial Version (v0.1.1)