]> err.no Git - sope/blobdiff - sope-core/NGExtensions/ChangeLog
minor code cleanups
[sope] / sope-core / NGExtensions / ChangeLog
index 8f774e2138b0dbc0dda0bec0e6ae1437cedee8a9..6e4a29e477349c94d29a1313224ef7aa1c6103f1 100644 (file)
@@ -1,3 +1,57 @@
+2006-07-05  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGResourceLocator.m: added FHS_INSTALL_ROOT to lookup path (v4.5.187)
+
+2006-07-04  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGBundleManager.m: added more debug logs which can be triggered using
+         NGBundleManagerDebugEnabled (v4.5.186)
+
+       * 64bit fixes (v4.5.185)
+
+2006-07-03  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v4.5.184
+
+       * NGHashMap.m: improved memory management with exceptions
+
+       * FdExt.subproj/NSSet+enumerator.m: code cleanups
+
+       * use %p for pointer formats, fixed gcc 4.1 warnings
+
+2006-05-16  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * *.h, *m: changed EOControl related includes into imports
+         to enable compilation against MulleEOF (v4.5.183)
+
+2006-02-20  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGBundleManager.m: minor code cleanups (v4.5.182)
+
+2006-01-22  Helge Hess  <helge.hess@opengroupware.org>
+
+       * FdExt.subproj/NGPropertyListParser.m (_skipComments): fixed a bug
+         when parsing comments which contain stars (v4.5.181)
+
+2005-12-13  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGQuotedPrintableCoding.m (NGDecodeQuotedPrintable): properly decode
+         underscore as 0x20 (as per RFC 2047 4.2) (v4.5.180)
+
+2005-11-21  Helge Hess  <helge.hess@skyrix.com>
+
+       * NGExtensions/NSObject+Values.h: added NGBaseTypeValues protocol to
+         be able to refer to the statically typed 'signed' set of basetypes
+         (v4.5.179)
+
+2005-11-17  Helge Hess  <helge.hess@opengroupware.org>
+
+       * FdExt.subproj/NSObject+Values.m: explicitly mark signed values as
+         such (most importantly char) (v4.5.178)
+
+       * FdExt.subproj/NSCalendarDate+misc.m: include math.h to avoid a floor
+         warning (v4.5.177)
+
 2005-10-05  Helge Hess  <helge.hess@skyrix.com>
 
        * FdExt.subproj/NSNull+misc.m: added -isNotEmpty to NSSet (v4.5.176)