From 25f45501267bc99cdaabe4da09030402b9f37e9a Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 21 Dec 2001 18:31:38 +0000 Subject: [PATCH] Added NSBundle +bundleForLibrary: and NSBundle +bundleForTool: git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11875 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3533b7e9f..cf73517c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Dec 21 13:50:50 2001 Nicola Pero + + * Source/NSBundle.m ([+bundleForLibrary:]): New method. + ([+bundleForTool:]): New method. + * Headers/gnustep/base/NSBundle.h: Declare them. + Fri Dec 21 11:48:49 2001 Nicola Pero * NSTimeZones/Makefile.postamble (timezonedir, before-install):