]> err.no Git - sope/blobdiff - sope-ical/NGiCal/ChangeLog
added -increaseSequence
[sope] / sope-ical / NGiCal / ChangeLog
index cf4d0931eb2245f14a4b6ae17aab7d3a9dcf16ad..1d4cd5d1d3ce531fbea770b426f13e4591a4299e 100644 (file)
@@ -1,3 +1,73 @@
+2005-07-15  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * 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  <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)