X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=sope-core%2FNGExtensions%2FChangeLog;h=9a952ce23d3c69d327a5b4090622eeaf57fd2d23;hb=da4fee939ad67e8da731714f06358d6bdd3ee617;hp=9518daa8cbd6487ef1baf34f3e8310affa894272;hpb=373a5d357c2e02df53b5f00dbe4ccf334271e844;p=sope diff --git a/sope-core/NGExtensions/ChangeLog b/sope-core/NGExtensions/ChangeLog index 9518daa8..9a952ce2 100644 --- a/sope-core/NGExtensions/ChangeLog +++ b/sope-core/NGExtensions/ChangeLog @@ -1,3 +1,86 @@ +2008-03-11 Helge Hess + + * FdExt.subproj/NSArray+enumerator.m: fixed for MacOS 10.5 (v4.7.201) + +2008-02-21 Helge Hess + + * 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 + + * FdExt.subproj/NGPropertyListParser.m: fixed NSException not to use + -setUserInfo: (v4.7.199) + +2008-02-11 Helge Hess + + * EOExt.subproj/EOGlobalID+Ext.m: explicitly include NSString.h to + please GNUstep (v4.7.198) + +2008-02-09 Helge Hess + + * 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 + + * NGExtensions/NSString+Formatting.h: replaced usage of deprecated + -getCString: method on MacOS 10.4 and later (v4.7.196) + +2007-07-31 Marcus Mueller + + * FdExt.subproj/NSMethodSignature+misc.m: added warning and bogus + implementation of -objCTypes for Leopard (v4.7.195) + +2007-05-31 Helge Hess + + * FdExt.subproj/NSString+Encoding.m: added gnustep-base and + libFoundation implementations for + [NSString +stringEncodingForEncodingNamed:] (v4.7.194) + +2007-05-28 Helge Hess + + * NGCalendarDateRange.m: return nil for undefined KVC keys (v4.7.193) + +2007-04-17 Helge Hess + + * NGExtensions/NSString+Ext.h: expose a few GNUstep NSString + extensions (v4.7.192) + +2006-11-19 Helge Hess + + * 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 + + * 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 + + * 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 * NGBundleManager.m: fixed a minor 64bit printing issue (v4.5.188)