]> err.no Git - sope/blobdiff - sope-ical/NGiCal/ChangeLog
fixed NSCopying *sigh*
[sope] / sope-ical / NGiCal / ChangeLog
index fb33578f80a65a070cd2947347230a36dd4f0dbe..9cfd6738e2af2c44934973defcae20b578ad6f7b 100644 (file)
@@ -1,3 +1,272 @@
+2005-07-15  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * iCalObject.[hm], iCalEntityObject.m, iCalToDo.m, iCalAlarm.m,
+         iCalPerson.m, iCalCalendar.m, iCalEvent.m, iCalTrigger.m,
+         iCalObject.m, iCalFreeBusy.m, iCalRepeatableEntityObject.m:
+         fixed NSCopying (v4.5.56)
+
+2005-07-15  Helge Hess  <helge.hess@opengroupware.org>
+
+       * added fragile base class version checks (v4.5.55)
+
+2005-07-15  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * iCalObject.[hm], iCalEntityObject.m, iCalToDo.m, iCalAlarm.m,
+         iCalPerson.m, iCalCalendar.m, iCalEvent.m, iCalTrigger.m,
+         iCalObject.m, iCalFreeBusy.m, iCalRepeatableEntityObject.m:
+         added NSCopying (v4.5.54)
+
+2005-07-15  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v4.5.53
+
+       * iCalCalendar.m: added +parseCalendarFromSource: convenience method
+
+       * NGVCard.m: properly reset sax driver after parsing
+
+2005-07-15  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * iCalEntityObject.[hm]: added -increaseSequence (v4.5.52)
+
+       * iCalPerson.m: fixed -hasSameEmailAddress: to lowercase email
+         addresses before attempting comparison (v4.5.51)
+
+2005-07-15  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v4.5.50
+       
+       * NGiCal.xmap: fixed mapping of 'method' property (is an attribute of
+         the calendar)
+         
+       * iCalCalendar.m: use ASSIGNCOPY in accessors, added 'method' to
+         -description
+         
+2005-07-14  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * v4.5.49
+
+       * iCalCalendar.[hm]: added 'method'
+
+       * iCalEntityObject.[hm]: added 'userComment', changed all email
+         related comparisons to lowercase all strings before comparison
+
+       * iCalEvent.h: pretty printed iVars
+
+       * NGiCal.xmap: added mapping for 'comment' -> 'userComment' and
+         'method' -> 'method'
+
+2005-07-13  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v4.5.48
+
+       * NGVCard.m: added some convenience methods to access the preferred
+         email, tel and adr
+
+       * NGVCardOrg.m: added a convenience method to access the first orgunit
+
+2005-07-05  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * NSCalendarDate+ICal.m: fixed 'gmtcalfmt' which removed seconds from
+         format for no obvious reason (v4.5.47)
+
+2005-05-31  Helge Hess  <helge.hess@skyrix.com>
+
+       * NGVCardSaxHandler.m: ensure that types are always uppercase, improved
+         check for DUPs (v4.5.46)
+
+2005-05-16  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * NGiCal.xcode: reorganized ordering of headers/classes
+
+2005-05-15  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * NGiCal.xcode: added vCard related stuff
+
+2005-05-10  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGVCard.m: added support for profile, source, name (v4.5.45)
+
+2005-05-09  Helge Hess  <helge.hess@opengroupware.org>
+
+       * first version of working vCard SAX handler (v4.5.54)
+
+2005-05-08  Helge Hess  <helge.hess@opengroupware.org>
+
+       * more work on vCard parsing (v4.5.53)
+
+       * work on vCard objects (incomplete) (v4.5.52)
+
+2005-04-25  Helge Hess  <helge.hess@opengroupware.org>
+
+       * iCalDateHolder.m, iCalDataSource.m: fixed gcc 4.0 warnings (v4.5.51)
+
+2005-03-23  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * 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  <znek@mulle-kybernetik.com>
+
+       * 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  <znek@mulle-kybernetik.com>
+
+       * 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  <helge.hess@opengroupware.org>
+
+       * NGiCal.xmap: fixed a missing semicolon (did not load on MacOSX)
+         (v.4.5.46)
+
+2005-02-17  Helge Hess  <helge.hess@skyrix.com>
+
+       * GNUmakefile.preamble: fixed linking locations for dependencies
+         (v4.5.45)
+
+2005-02-17  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * 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  <znek@mulle-kybernetik.com>
+
+       * 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
+         the recurrence ranges within a specific calendar date range, taking
+         all possible exceptions into account.
+
+       * iCalEvent.[hm]: convenience wrapper for the new method found in
+         iCalRepeatableEntityObject.
+
+2005-02-14  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v4.5.41
+
+       * GNUmakefile.preamble: added missing dependency on libNGExtensions
+         (which also adds the dependency on libDOM)
+
+       * iCalRecurrenceCalculator.h: fixed missing forward declaration in
+         header
+
+2005-02-12  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * v4.5.40
+
+       * iCalRecurrenceCalculator.[hm]: implemented all required (and simple)
+         calculations. Added some convenience API to query some of the more
+         obvious ranges suitable as limits for fetching/comparison. 
+
+       * iCalRepeatableEntityObject.[hm]: new method for calculating the
+         last possible recurrence start date. This can be used for fetches
+         as well.
+
+       * iCalEvent.[hm]: more convenient wrapper for the new method found in
+         iCalRepeatableEntityObject.
+
+       * NSCalendarDate+ICal.[hm]: convenience methods for calculating
+         "distances" between dates.
+
+       * tests/*: updated
+
+2005-02-11  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * v4.5.39
+
+       * README: updated
+
+       * iCalRepeatableEntityObject.[hm]: new base class for all other
+         repeatable entity objects. Offers a convenience API for generating
+         recurrence ranges and tests, taking all exceptions into account.
+
+       * iCalRecurrenceRule.[hm]: an iCal recurrence rule, modeled as closely
+         as possible to RFC2445. Please note that this is work in progress
+         and far from being complete, yet.
+
+       * iCalRecurrenceCalculator.[hm]: a controller implementing RFC2445
+         to properly generate recurrence ranges and accompanied functionality.
+
+       * iCalEvent.[hm], iCalToDo.[hm]: now subclasses from
+         iCalRepeatableEntityObject, thus removed code dealing with
+         recurrences
+
+       * NGiCal.h: added new headers
+
+       * NGiCal.xmap: changed recurrenceRule mappings due to model change
+
+       * tests/*: contains unit tests for stuff dealing with recurrences. See
+         accompanied README for details
+
+2004-12-17  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * iCalPerson.[hm]: formalized participationStatus according to RFC2445.
+         Provided convenience API to set status without concrete knowledge
+         of string values involved. (v4.5.38)
+
+2004-12-16  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * v4.5.37
+
+       * iCalEvent.[hm]: Added transparency 'TRANSP'. Also multiple
+         convenience methods provided.
+
+       * NGiCal.xmap: added proper mapping for 'transp'.
+
 2004-12-14  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * NGiCal.xcode: minor changes and updated