]> err.no Git - sope/blobdiff - sope-core/NGExtensions/ChangeLog
Drop apache 1 build-dependency
[sope] / sope-core / NGExtensions / ChangeLog
index 216f535e4f6e0b1021e4943c65129ef50b8af9f7..9a952ce23d3c69d327a5b4090622eeaf57fd2d23 100644 (file)
@@ -1,3 +1,74 @@
+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
+         libFoundation implementations for
+         [NSString +stringEncodingForEncodingNamed:] (v4.7.194)
+
+2007-05-28  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGCalendarDateRange.m: return nil for undefined KVC keys (v4.7.193)
+
+2007-04-17  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGExtensions/NSString+Ext.h: expose a few GNUstep NSString
+         extensions (v4.7.192)
+
+2006-11-19  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v4.5.191
+
+       * NGRuleEngine.subproj/NGRuleContext.m: allow keypathes in rule values,
+         not just keys
+
+       * FdExt.subproj/NSString+misc.m: fixed a quote-skipping issue
+
 2006-11-16  Helge Hess  <helge.hess@opengroupware.org>
 
        * EOExt.subproj/EOCacheDataSource.m: the NSTimer of the datasource