]> err.no Git - sope/blobdiff - sope-ical/NGiCal/ChangeLog
fixed OGo bug #1829
[sope] / sope-ical / NGiCal / ChangeLog
index 9cfd6738e2af2c44934973defcae20b578ad6f7b..0eedac137152f2e60a37236ef9fea3a9838c0f59 100644 (file)
@@ -1,3 +1,127 @@
+2007-02-12  Helge Hess  <helge.hess@opengroupware.org>
+
+       * iCalMonthlyRecurrenceCalculator.m: fixed byday calculation for days
+         which overflow the number of days in a month. Should fix OGo bug
+         #1829. (v4.7.79)
+
+       * iCalRecurrenceCalculator.m: added -description (v4.7.78)
+
+2006-11-14  Helge Hess  <helge.hess@opengroupware.org>
+
+       * iCalRecurrenceRule.m: parse (but not process or store) 'bymonth'
+         rrules (v4.5.77)
+
+2006-08-03  Helge Hess  <helge.hess@opengroupware.org>
+
+       * 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  <helge.hess@opengroupware.org>
+
+       * use %p for pointer formats, fixed gcc 4.1 warnings (v4.5.75)
+
+2006-05-16  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * iCalDataSource.h, common.h: changed EOControl related includes into
+         imports to enable compilation against MulleEOF (v4.5.74)
+
+2006-04-07  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * iCalEntityObject.h: added missing forward declaration for
+         gstep-base compile (v4.5.73)
+
+2006-04-06  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * 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  <helge.hess@opengroupware.org>
+
+       * iCalRecurrenceRule.m: properly include NSString+Ext.h to avoid a
+         warning during Cocoa compilation (v4.5.71)
+
+2005-11-17  Helge Hess  <helge.hess@opengroupware.org>
+
+       * include string.h where required (v4.5.70)
+
+2005-10-05  Helge Hess  <helge.hess@opengroupware.org>
+
+       * iCalMonthlyRecurrenceCalculator.m: implemented calculation of
+         negative byday occurrences (eg -1TH) (v4.5.69)
+
+2005-09-22  Helge Hess  <helge.hess@skyrix.com>
+
+       * 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  <helge.hess@opengroupware.org>
+
+       * v4.5.67
+
+       * iCalMonthlyRecurrenceCalculator.m: finished 'byday' calculation
+
+       * iCalRecurrenceRule.m: added support for 'bymonthday', fixed handling
+         of occurrence1
+
+2005-09-21  Helge Hess  <helge.hess@skyrix.com>
+
+       * 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  <helge.hess@opengroupware.org>
+
+       * 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  <helge.hess@opengroupware.org>
+
+       * iCalRecurrenceRule.m: minor code improvements, more tolerant on
+         invalid iCal rrule input (v4.5.61)
+
+2005-08-16  Helge Hess  <helge.hess@opengroupware.org>
+
+       * GNUmakefile, GNUmakefile.preamble: added OSX framework compilation
+         (v4.5.60)
+
+2005-08-06  Helge Hess  <helge.hess@opengroupware.org>
+
+       * iCalCalendar.m, NGVCardName.m: fixed gcc 4.0 warnings (v4.5.59)
+
+2005-08-05  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGVCardSaxHandler.h: fixed a gcc 4.0 warning (v4.5.58)
+
+2005-07-18  Helge Hess  <helge.hess@opengroupware.org>
+
+       * iCalPerson.m: added -partStatWithDefault method to retrieve the
+         partstat and return NEEDS-ACTION in case none is set (v4.5.57)
+
 2005-07-15  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * iCalObject.[hm], iCalEntityObject.m, iCalToDo.m, iCalAlarm.m,