X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sope-ical%2FNGiCal%2FChangeLog;h=9a889262896f2847992f24bfbbeef4d6ba306843;hb=4313cde440d20f6070951709c83c695fda523b54;hp=ebe1c60d375de154cf8878d9a691ea19b3b759ae;hpb=b1d0fa6651480b281a59994d3864d94947f6d43e;p=sope diff --git a/sope-ical/NGiCal/ChangeLog b/sope-ical/NGiCal/ChangeLog index ebe1c60d..9a889262 100644 --- a/sope-ical/NGiCal/ChangeLog +++ b/sope-ical/NGiCal/ChangeLog @@ -1,3 +1,91 @@ +2006-08-03 Helge Hess + + * NGVCardSaxHandler.m: fixed a bug with returning parsing results. + Properly make a copy of the vCard array so that -clear doesn't + destroy references. Thanks go to Wolfgang Sourdeau for documenting + the issue! (v4.5.76) + +2006-07-04 Helge Hess + + * use %p for pointer formats, fixed gcc 4.1 warnings (v4.5.75) + +2006-05-16 Marcus Mueller + + * iCalDataSource.h, common.h: changed EOControl related includes into + imports to enable compilation against MulleEOF (v4.5.74) + +2006-04-07 Marcus Mueller + + * iCalEntityObject.h: added missing forward declaration for + gstep-base compile (v4.5.73) + +2006-04-06 Marcus Mueller + + * v4.5.72 + + * iCalEntityObject.[hm]: added "url" property - unfortunately + this was missing before. Increased class version to "1". + + * iCalRepeatableEntityObject.m, iCalEvent.m, iCalToDo.m: adjusted + super class version check. + +2006-01-16 Helge Hess + + * iCalRecurrenceRule.m: properly include NSString+Ext.h to avoid a + warning during Cocoa compilation (v4.5.71) + +2005-11-17 Helge Hess + + * include string.h where required (v4.5.70) + +2005-10-05 Helge Hess + + * iCalMonthlyRecurrenceCalculator.m: implemented calculation of + negative byday occurrences (eg -1TH) (v4.5.69) + +2005-09-22 Helge Hess + + * iCalRecurrenceRule.m: added direct parser support for 'interval', + allow 'until' values w/o Z marker for date-only values (v4.5.68) + +2005-09-22 Helge Hess + + * v4.5.67 + + * iCalMonthlyRecurrenceCalculator.m: finished 'byday' calculation + + * iCalRecurrenceRule.m: added support for 'bymonthday', fixed handling + of occurrence1 + +2005-09-21 Helge Hess + + * v4.5.66 + + * iCalRecurrenceRule.m: temporarily expose byDayOccurence1 until the + API is fixed + + * iCalMonthlyRecurrenceCalculator.m: prepared for byday/bymonthday + rule specs + + * v4.5.65 + + * iCalMonthlyRecurrenceCalculator.m: fixed calculation of 'count' field + + * iCalRecurrenceCalculator.m: minor code cleanups + + * iCalRecurrenceRule.m: improved rrule parser + +2005-09-20 Helge Hess + + * iCalMonthlyRecurrenceCalculator.m: stop calculation if a byday part + was detected in the rule (v4.5.64) + + * iCalRecurrenceCalculator.m: moved cluster subclasses to own source + files (v4.5.63) + + * iCalRecurrenceRule.m: added some parsing/gen support for BYDAY + (v4.5.62) + 2005-09-19 Helge Hess * iCalRecurrenceRule.m: minor code improvements, more tolerant on