]> err.no Git - sope/blobdiff - sope-ical/NGiCal/ChangeLog
fixed mapping of 'method' attribute
[sope] / sope-ical / NGiCal / ChangeLog
index 7c94bec3cda678ac854c9cdb42585b4d0369d8e3..8c34500366a176f6f0a8bf4ee1a00c9910e9cd74 100644 (file)
@@ -1,3 +1,50 @@
+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