From 51cd9c7e3f0fea5f20b3010172c8bb8cd3315596 Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 9 Feb 2002 01:09:08 +0000 Subject: [PATCH] Removed experimental API NSBundle +bundleForTool:, and extended NSBundle +mainBundle to support tools as well as applications. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12461 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index cfae230ef..f16207b0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sat Feb 9 01:45:48 2002 Nicola Pero + + * Source/NSBundle.m ([+bundleForTool:]): Removed. We switch to a + better API, which is to have a tool use +mainBundle, in the same + way as applications do, to retrieve the main resource bundle for + itself. + ([+mainBundle]): Modified to support tools as well as + applications. + * Headers/gnustep/base/NSBundle.h ([+bundleForTool:]): Removed. + 2002-02-08 Richard Frith-Macdonald * Headers/Foundation/NSTask.h: New method -validatedLaunchPath to