mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
NSBundle.m: Add docs and Macosx methods
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15024 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6c7182e601
commit
823d849318
1 changed files with 18 additions and 0 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,3 +1,21 @@
|
|||
2002-11-19 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Headers/gnustep/base/NSBundle.h: More documentation. Add missing
|
||||
MacOSX methods.
|
||||
* Source/NSBundle.m (-executablePath): New
|
||||
(-load): Use it.
|
||||
(+pathsForResourcesOfType:inDirectory:): New stub.
|
||||
(-pathsForResourcesOfType:inDirectory:forLocalization:): Idem.
|
||||
(-pathForResource:ofType:inDirectory:forLocalization:): Idem.
|
||||
(+preferredLocalizationsFromArray:): New method.
|
||||
(+preferredLocalizationsFromArray:forPreferences:): Idem.
|
||||
(-localizedInfoDictionary): Idem.
|
||||
(-localizations): Idem.
|
||||
(-preferredLocalizations): Idem.
|
||||
|
||||
* Source/cifframe.m (cifframe_from_info): Fix so that stucture
|
||||
returns get space allocated.
|
||||
|
||||
2002-11-19 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/behavior.m: Moved to Source/Additions/behavior.m
|
||||
|
|
Loading…
Reference in a new issue