]> err.no Git - sope/blobdiff - sope-core/NGExtensions/ChangeLog
Drop apache 1 build-dependency
[sope] / sope-core / NGExtensions / ChangeLog
index 5e7f30fc0213186fd25bfcb1684742794757dd67..9a952ce23d3c69d327a5b4090622eeaf57fd2d23 100644 (file)
@@ -1,3 +1,50 @@
+2008-03-11  Helge Hess  <helge.hess@opengroupware.org>
+
+       * FdExt.subproj/NSArray+enumerator.m: fixed for MacOS 10.5 (v4.7.201)
+
+2008-02-21  Helge Hess  <helge.hess@opengroupware.org>
+
+       * FdExt.subproj/NSString+Escaping.m: fixed a free() bug introduced in
+         the unichar conversion of v4.7.197 (v4.7.200)
+
+2008-02-21  Helge Hess  <helge.hess@opengroupware.org>
+
+       * FdExt.subproj/NGPropertyListParser.m: fixed NSException not to use
+         -setUserInfo: (v4.7.199)
+
+2008-02-11  Helge Hess  <helge.hess@opengroupware.org>
+
+       * EOExt.subproj/EOGlobalID+Ext.m: explicitly include NSString.h to
+         please GNUstep (v4.7.198)
+
+2008-02-09  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v4.7.197
+
+       * FdExt.subproj/NSString+misc.m: rewrote -bindingVariables and
+         stringByReplacingVariablesWithBindings:stringForUnknownBindings:
+         to use unichar (needs testing, might be buggy)
+
+       * NGQuotedPrintableCoding.m: rewritten to use -dataUsingEncoding:
+         methods instead of working on -cString buffers (Note: encoding
+         selection is dubious)
+
+       * FdExt.subproj/NSString+Escaping.m: rewrote -stringByApplyingCEscaping
+         to work on unichars
+
+       * added EOExt.subproj/EOGlobalID+Ext.m category to streamline KVC on
+         non-lF environments
+
+2007-12-03  Helge Hess  <me@helgehess.eu>
+       
+       * NGExtensions/NSString+Formatting.h: replaced usage of deprecated
+         -getCString: method on MacOS 10.4 and later (v4.7.196)
+
+2007-07-31  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * FdExt.subproj/NSMethodSignature+misc.m: added warning and bogus
+         implementation of -objCTypes for Leopard (v4.7.195)
+
 2007-05-31  Helge Hess  <helge.hess@opengroupware.org>
 
        * FdExt.subproj/NSString+Encoding.m: added gnustep-base and