X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sope-core%2FNGExtensions%2FChangeLog;h=2bdef4affce804f842981c331a617becdc6d38b8;hb=0877357b1db7e211d48acacbd5029e972c92d120;hp=183b935cd1de57dfc77a11e2909ab4267283baf6;hpb=05b4abb11cb0a1d2e5d49d30049c20334528a8e0;p=sope diff --git a/sope-core/NGExtensions/ChangeLog b/sope-core/NGExtensions/ChangeLog index 183b935c..2bdef4af 100644 --- a/sope-core/NGExtensions/ChangeLog +++ b/sope-core/NGExtensions/ChangeLog @@ -1,8 +1,65 @@ +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 + of -logger which now has an NSMapTable for class <-> logger + lookup. (v4.5.157) + +2005-03-17 Helge Hess + + * v4.5.156 + + * NGBundleManager.m: implemented -classesProvidedByBundle: + + * NGRuleEngine.subproj/NGRuleParser.m: fixed parsing of array and + dictionary plist rule values + +2005-03-07 Helge Hess + + * NGExtensions/NGObjectMacros.h: fixed ASSIGN, ASSIGNCOPY macros to + avoid an unset LHS as requested by Stephane (v4.5.155) + +2005-03-02 Marcus Mueller + + * NGCalendarDateRange.m: Bugfix for -containsDate: (v4.5.154) + 2005-03-01 Helge Hess * NGBundleManager.m (-pathForResource:ofType:inDirectory:languages:): changed resource lookup to look in Contents/Resources or Resources - depending on the Foundaiton library when no inDirectory: has been + depending on the Foundation library when no inDirectory: has been given (v4.5.153) 2005-02-23 Helge Hess