Added changelog entry for gopen change.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11595 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2001-12-02 05:15:58 +00:00
parent 3573776123
commit 7239377230

View file

@ -1,3 +1,11 @@
2001-12-02 Gregory Casamento <greg_casamento@yahoo.com>
* Tools/gopen.m
Modified to eliminate the output of "No application for extension
'app'" when launching an application using gopen. The code now
checks to see if an app is being launched first, then, if not,
attempts to open the file. It's also slightly more efficient to
check for an app first before calling -[NSWorkspace openFile:].
2001-12-01 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSWorkspace.m