X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sope-ical%2FNGiCal%2FChangeLog;h=b41419286bd020c9c7d77ac9358b2af63ea40de5;hb=da5c8878acde0220d2b8ee07dde24a8babdeaae2;hp=45fe292c91b397ed04950f9aaaf130eeff97ab60;hpb=dd6f8ef810509c34a91a9e30d903baf97136496a;p=sope diff --git a/sope-ical/NGiCal/ChangeLog b/sope-ical/NGiCal/ChangeLog index 45fe292c..b4141928 100644 --- a/sope-ical/NGiCal/ChangeLog +++ b/sope-ical/NGiCal/ChangeLog @@ -1,5 +1,119 @@ +2005-05-31 Helge Hess + + * NGVCardSaxHandler.m: ensure that types are always uppercase, improved + check for DUPs (v4.5.46) + +2005-05-16 Marcus Mueller + + * NGiCal.xcode: reorganized ordering of headers/classes + +2005-05-15 Marcus Mueller + + * NGiCal.xcode: added vCard related stuff + +2005-05-10 Helge Hess + + * NGVCard.m: added support for profile, source, name (v4.5.45) + +2005-05-09 Helge Hess + + * first version of working vCard SAX handler (v4.5.54) + +2005-05-08 Helge Hess + + * more work on vCard parsing (v4.5.53) + + * work on vCard objects (incomplete) (v4.5.52) + +2005-04-25 Helge Hess + + * iCalDateHolder.m, iCalDataSource.m: fixed gcc 4.0 warnings (v4.5.51) + +2005-03-23 Marcus Mueller + + * v4.5.50 + + * iCalRenderer.h: added missing paranthesis for iVar declarations + + * iCalTrigger.m, iCalEntityObject.m, iCalToDo.m, + iCalRecurrenceCalculator.m, iCalDateHolder.m, iCalDataSource.m, + iCalPerson.m, iCalCalendar.m: numerous dealloc bugs/leaks fixed + +2005-03-02 Marcus Mueller + + * iCalRecurrenceCalculator.m: bugfix for monthly and yearly recurrences + (v4.5.49) + + * iCalRecurrenceCalculator.m: optimized exception date handling in + complex calculation method quite a bit. Fixed bugs in all calculation + methods by introducing checks on the desired range. (v4.5.48) + +2005-02-28 Marcus Mueller + + * v4.5.47 + + * iCalRepeatableEntityObject.m: shifted code to + iCalRecurrenceCalculator + + * iCalRecurrenceCalculator.[hm]: new class method to calculate + complex recurrences. In SOGo this information is stored in quick + fields to reduce the complexity of lookups, hence we need to offer + a proper API to calculate date ranges from this information. + Fixed all calculations to explicitly set timeZone for all newly + created startDates - it seems the timeZone information is not + properly retained by the hour:minute:second: method from NGExtensions + which lead to improper DST related shifts. + + * iCalDateHolder.h: exposed the API + + * NSCalendarDate+ICal.[hm]: new convenience constructor for calendar + dates from iCal representations (uses iCalDateHolder internally) + + * iCalRecurrenceRule.m: changed setUntil: to utilize new public + NSCalendarDate+ICal category + + * NGiCal.h: added NSCalendarDate+ICal.h to the public headers + + * GNUmakefile: NSCalendarDate+ICal.h is public now + +2005-02-20 Helge Hess + + * NGiCal.xmap: fixed a missing semicolon (did not load on MacOSX) + (v.4.5.46) + +2005-02-17 Helge Hess + + * GNUmakefile.preamble: fixed linking locations for dependencies + (v4.5.45) + +2005-02-17 Marcus Mueller + + * v4.5.44 + + * iCalEntityObject.[hm]: added convenience API + + * iCalRepeatableEntityObject.[hm]: added convenience API + + * iCalRecurrenceRule.m: bugfixes in -byDayList and + -iCalRepresentationForWeekDay: + + * iCalRecurrenceCalculator.m: implemented 'BYDAY' calculations for + weekly frequency. Note that 'COUNT' is still broken for this case. + + * iCalRenderer.m: updated rendering, now can render recurrence rules + and accompanied stuff properly. + 2005-02-15 Marcus Mueller + * v4.5.43 + + * iCalRecurrenceRule.[hm]: exposed some more of the API + + * iCalRecurrenceCalculator.m: some bugfixes. Split the code and gave + iCalWeeklyRecurrenceCalculator its own calculation - there are a + number of foreseeable differences to daily calculation that make + this necessary in the near future anyways. + * v4.5.42 * iCalRepeatableEntityObject.[hm]: added ability to properly calculate