X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sope-ical%2FNGiCal%2FChangeLog;h=1ac9c8712e5746c681f8472e1dc78c670a5cf164;hb=5739d6ba997c509b01a59d17ec90a048eadc8087;hp=ec3e4cd09cf8a45a2c6c6c1546d2ecfc0a6621a5;hpb=383b4476ea461a6f035643c367c2e70aef9588d5;p=sope diff --git a/sope-ical/NGiCal/ChangeLog b/sope-ical/NGiCal/ChangeLog index ec3e4cd0..1ac9c871 100644 --- a/sope-ical/NGiCal/ChangeLog +++ b/sope-ical/NGiCal/ChangeLog @@ -1,3 +1,87 @@ +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 + 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 + + * 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 + + * 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 + + * 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 + + * 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 * v4.5.37