X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sope-ical%2FNGiCal%2FChangeLog;h=1d4cd5d1d3ce531fbea770b426f13e4591a4299e;hb=649fef8c8241128ab4af59361817cab0facd3030;hp=7c94bec3cda678ac854c9cdb42585b4d0369d8e3;hpb=526760e5cebe40759b55330686fd7e8a1ec98614;p=sope diff --git a/sope-ical/NGiCal/ChangeLog b/sope-ical/NGiCal/ChangeLog index 7c94bec3..1d4cd5d1 100644 --- a/sope-ical/NGiCal/ChangeLog +++ b/sope-ical/NGiCal/ChangeLog @@ -1,3 +1,61 @@ +2005-07-15 Marcus Mueller + + * v4.5.52 + + * iCalEntityObject.[hm]: added -increaseSequence + + * v4.5.51 + + * iCalPerson.m: fixed -hasSameEmailAddress: to lowercase email + addresses before attempting comparison + +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