mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
NSWorkspace now delegates some calls to GWorkspace.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11593 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5e5c0b1156
commit
6a6410906d
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2001-12-01 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSWorkspace.m
|
||||
Moved all private methods into seperate category. New method
|
||||
[_connectApplication:], use this in [openFile:...] and
|
||||
[launchApplication:...]. Implemented [openTempFile:].
|
||||
New method [_workspaceApplication] used to implement
|
||||
[performFileOperation:...] and [selectFile:inFileViewerRootedAtPath:].
|
||||
* Source/NSApplication.m
|
||||
[finishLaunching] and [terminate:] send workspace notification
|
||||
with the shared workspace as object.
|
||||
|
||||
Sat Dec 1 10:10:58 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* GNUmakefile.postamble (gui.make): Depend on configure.
|
||||
|
|
Loading…
Reference in a new issue