]> err.no Git - sope/blobdiff - sope-core/NGExtensions/ChangeLog
Drop apache 1 build-dependency
[sope] / sope-core / NGExtensions / ChangeLog
index c947cc9a7959da4a222411f2d2b20e56309b33a0..9a952ce23d3c69d327a5b4090622eeaf57fd2d23 100644 (file)
@@ -1,3 +1,101 @@
+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
+         does not retain the datasource anymore to avoid keeping them around
+         w/o any other refers (fixes a buserror on MacOS) (v4.5.190)
+
+2006-11-02  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGQuotedPrintableCoding.m: added NSData method to decode QP as per
+         RFC 2045: -dataByDecodingQuotedPrintableTransferEncoding, related to
+         OGo bug #1753 (v4.5.189)
+
+2006-07-24  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGBundleManager.m: fixed a minor 64bit printing issue (v4.5.188)
+
+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