X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sope-core%2FNGExtensions%2FChangeLog;h=6e4a29e477349c94d29a1313224ef7aa1c6103f1;hb=f2084de13246c3d2ec2e392e1cfce189c3ccea08;hp=e63f6a110b5f1851fbba67332b2a2393409d3af3;hpb=f6651a60e7b6eeb603bd8cf9a08b95f3db81d983;p=sope diff --git a/sope-core/NGExtensions/ChangeLog b/sope-core/NGExtensions/ChangeLog index e63f6a11..6e4a29e4 100644 --- a/sope-core/NGExtensions/ChangeLog +++ b/sope-core/NGExtensions/ChangeLog @@ -1,3 +1,160 @@ +2006-07-05 Helge Hess + + * NGResourceLocator.m: added FHS_INSTALL_ROOT to lookup path (v4.5.187) + +2006-07-04 Helge Hess + + * 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 + + * 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 + + * *.h, *m: changed EOControl related includes into imports + to enable compilation against MulleEOF (v4.5.183) + +2006-02-20 Helge Hess + + * NGBundleManager.m: minor code cleanups (v4.5.182) + +2006-01-22 Helge Hess + + * FdExt.subproj/NGPropertyListParser.m (_skipComments): fixed a bug + when parsing comments which contain stars (v4.5.181) + +2005-12-13 Helge Hess + + * NGQuotedPrintableCoding.m (NGDecodeQuotedPrintable): properly decode + underscore as 0x20 (as per RFC 2047 4.2) (v4.5.180) + +2005-11-21 Helge Hess + + * 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 + + * 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 + + * FdExt.subproj/NSNull+misc.m: added -isNotEmpty to NSSet (v4.5.176) + +2005-09-28 Helge Hess + + * FdExt.subproj/NSNull+misc.m: added -isNotEmpty to NSData (v4.5.175) + +2005-09-14 Helge Hess + + * NGBundleManager.m: avoid an autorelease call in class lookup, added + some lookup hacks for Tiger Foundation (v4.5.174) + +2005-08-26 Helge Hess + + * added common.h files to support PCH compilation of subprojects (just + include the parent common.h and are not required for Xcode builds) + (v4.5.173) + +2005-08-20 Helge Hess + + * EOExt.subproj: code cleanups, added a README.txt (v4.5.172) + +2005-08-19 Helge Hess + + * added method to calculate a calendar matrix for a date representing + a month (-calendarMatrixWithStartDayOfWeek:onlyCurrentMonth:), + added a method to turn an English/German string into a day-of-a-week + number (0=Sun-6=Sat) (v4.5.171) + +2005-08-07 Helge Hess + + * NGExtensions.xcodeproj: moved NGRuleParser.h from source to header + section + +2005-08-04 Helge Hess + + * NGRuleEngine.subproj/NGRuleModel.m: added EOKeyValueArchiving, added + method to load from such an archive, added -addRules: to add a set + of rules (v4.5.170) + +2005-08-04 Helge Hess + + * NGRuleEngine.subproj/NGRuleContext.m: added new method + -allPossibleValuesForKey: to calculate all possible values for a + given key, not just the first matching one (v4.5.169) + +2005-08-04 Helge Hess + + * EOFilterDataSource.m, EOCompoundDataSource.m: code cleanups + (v4.5.168) + +2005-08-03 Helge Hess + + * added EOKeyValueArchiving support to NGRuleEngine objects (v4.5.167) + +2005-07-22 Helge Hess + + * FdExt.subproj/NSException+misc.m: added -isException and + -isExceptionOrNull methods to NSObject to check whether a given + object is an exception (v4.5.166) + +2005-07-20 Helge Hess + + * FdExt.subproj/NSNull+misc.m: fixed a stupid bug in -isNotEmpty + (v4.5.165) + + * FdExt.subproj/NSNull+misc.m: added -isNotEmpty for NSArray and + NSDictionary (return YES in case they have no elements) (v4.5.164) + +2005-07-19 Helge Hess + + * FdExt.subproj/NSString+misc.m: use -valueForKeyPath: instead of + -valueForKey: to retrieve string binding patterns (might give issues + in case you had keys with dots inside before) (v4.5.163) + +2005-07-18 Helge Hess + + * FdExt.subproj/NSNull+misc.m: added -isNotEmpty to all objects. Its + similiar to -isNotNull but also checks for strings composed of just + spaces (v4.5.162) + +2005-07-11 Helge Hess + + * NGResourceLocator.m: added -description, added method + -lookupAllFilesWithExtension:doReturnFullPath: to discover all + available files in a search hierarchy (v4.5.161) + +2005-05-20 Helge Hess + + * moved NGStringScanEnumerator to Recycler (was not in makefile) + +2005-05-03 Helge Hess + + * fixed gcc 4.0 warnings (v4.5.160) + + * XmlExt.subproj/DOMNode+EOQualifier.m: reworked for new DOM + (v4.5.159) + +2005-04-24 Helge Hess + + * fixed gcc 4.0 warnings (v4.5.158) + 2005-04-04 Marcus Mueller * FdExt.subproj/NSObject+Logs.m: fixed previously broken implementation