X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=sope-ical%2FNGiCal%2FChangeLog;h=8c34500366a176f6f0a8bf4ee1a00c9910e9cd74;hb=0339e7c66ca6ff248a214825ec0fc40051b5ac94;hp=9ecb46a777f66e91fa54d7cc840fa1edd6e4d006;hpb=6744b1e0ea75bdeed62e4c940ab1cae24b33efe9;p=sope diff --git a/sope-ical/NGiCal/ChangeLog b/sope-ical/NGiCal/ChangeLog index 9ecb46a7..8c345003 100644 --- a/sope-ical/NGiCal/ChangeLog +++ b/sope-ical/NGiCal/ChangeLog @@ -1,3 +1,129 @@ +2005-07-15 Helge Hess + + * 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 + + * 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 + + * 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 + + * NSCalendarDate+ICal.m: fixed 'gmtcalfmt' which removed seconds from + format for no obvious reason (v4.5.47) + +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