X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sope-core%2FNGExtensions%2FChangeLog;h=e6d60991c6509abf955f252b0dcc117decf0ce5f;hb=00840506e073213f388f3b030b74e62167567577;hp=0b712f4bccc2aff6fa8c1f9a803a9e9d36cf242d;hpb=7eadc020be39163d31271943ebe303a97725794e;p=sope diff --git a/sope-core/NGExtensions/ChangeLog b/sope-core/NGExtensions/ChangeLog index 0b712f4b..e6d60991 100644 --- a/sope-core/NGExtensions/ChangeLog +++ b/sope-core/NGExtensions/ChangeLog @@ -1,5 +1,101 @@ +2004-09-23 Helge Hess + + * moved NGCString to Recycler (was not compiled since v4.2.93) + +2004-09-21 Marcus Mueller + + * NGExtensions.xcode: Fixed dependencies to resemble the make process + more closely. Our aim should be to stick to the make process + as closely as possible, so we shouldn't introduce dependencies in + non-toplevel projects. + + * NGExtensions.xcode: minor fix + +2004-09-20 Marcus Mueller + + * v4.3.115 + + * NGExtensions/NSBundle+misc.h, FdExt.subproj/NSBundle+misc.m: new + NSBundle method -pathForResource:ofType:inDirectory:forLocalizations: + + * NGExtensions/NGExtensions.h: added NSBundle+misc.h to the public + headers + +2004-09-06 Helge Hess + + * FdExt.subproj/NSFileManager+Extensions.m: added new method: + -createDirectoriesAtPath:attributes: (comparable to mkdirs) + (v4.3.114) + + * NGBundleManager.m: changed bundle resource lookup to check loaded + bundles before scanning the NGBundlePath resources (is faster and + fixes an issue with a bundle loaded but not in the search path) + (v4.3.113) + +2004-09-05 Helge Hess + + * v4.3.112 + + * NGBundleManager.m: code cleanups, added -setBundleSearchPaths: and + -bundleSearchPaths to allow bundle path modifications from code + + * NGHashMap.m: removed libFoundation specific exception handling, the + same exceptions are now thrown for all runtimes + +2004-08-30 Helge Hess + + * NGBundleManager.m: fixed yet another bug in NGBundleManager path + lookup (v4.3.111) + +2004-08-29 Helge Hess + + * NGBundleManager.m: fixed an issue when running without GNUstep + environment (v4.3.110) + + * v4.3.109 + + * NGBundleManager.m: look for bundles in GNUSTEP_PATHPREFIX_LIST and + GNUSTEP_PATHLIST + + * added hack to install the project in FHS locations - the library, + its headers, the tools and the resources will be installed in + FHS_INSTALL_ROOT if specified (eg make FHS_INSTALL_ROOT=/usr/local) + +2004-08-29 Marcus Mueller + + * NGExtensions.xcode: various fixes for project settings + +2004-08-26 Helge Hess + + * FdExt.subproj/NSURL+misc.m: fixed some URL processing methods + (v4.3.108) + +2004-08-25 Marcus Mueller + + * NGCalendarDateRange.m: properly fixed intersectionDateRange: to not + return pseudo-ranges. (v4.3.107) + +2004-08-23 Marcus Mueller + + * v4.3.106 + + * NGCalendarDateRange.m: changed -containsDate: in a way that the range + is treated as a half-open interval (including startDate, excluding + endDate). + + * v4.3.105 + + * NGExtensions.xcode: new Xcode project + + * NGStringScanEnumerator.m: compile bugfix + + * NGExtensions-Info.plist: new version and bundle identifier + 2004-08-20 Helge Hess + * XmlExt.subproj/GNUmakefile: added include path for "inline" SOPE 4.3 + compilation (v4.3.104) + * moved to SOPE 4.3 (v4.3.103) 2004-08-16 Helge Hess