X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sope-core%2FNGExtensions%2FChangeLog;h=6e4a29e477349c94d29a1313224ef7aa1c6103f1;hb=f2084de13246c3d2ec2e392e1cfce189c3ccea08;hp=b871e4f5d554b4823aeb65fd95ee0ef9670ab702;hpb=9d2a88f9abf08bbb1a0b4769676467addebd403d;p=sope diff --git a/sope-core/NGExtensions/ChangeLog b/sope-core/NGExtensions/ChangeLog index b871e4f5..6e4a29e4 100644 --- a/sope-core/NGExtensions/ChangeLog +++ b/sope-core/NGExtensions/ChangeLog @@ -1,3 +1,70 @@ +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