From 98e6a191af3ac937eb62f4d4170b2ebdfefe26e8 Mon Sep 17 00:00:00 2001 From: Fred Kiefer Date: Fri, 6 Sep 2002 00:35:57 +0000 Subject: [PATCH] adopted NSApplication for MacOSX. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14406 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/ChangeLog b/ChangeLog index 493b74d69..ee5cd2d69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2002-09-06 Fred Kiefer + + * Headers/gnustep/gui/NSColorPanel.h + * Source/NSColorPanel.m + Moved the method [NSApplication orderFrontColorPanel:] to here. + * Headers/gnustep/gui/NSHelpPanel.h + * Source/NSHelpPanel.m + Moved the method [NSApplication orderFrontHelpPanel:] to here. + * Headers/gnustep/gui/NSDataLinkPanel.h + * Source/NSDataLinkPanel.m + Moved the method [NSApplication orderFrontDataLinkPanel:] to here. + * Headers/gnustep/gui/NSPageLayout.h + * Source/NSPageLayout.m + Moved the method [NSApplication runPageLayout:] to here. + * Headers/gnustep/gui/NSApplication.h + Removed methods that belong to other files. Added types and method + definitions for MacOSX. + * Source/NSApplication.m + Implemented [detachDrawingThread:toTarget:withObject:]. + [sendAction:to:from:] now uses [targetForAction:to:from:]. Removed + moved methods. [orderFrontStandardAboutPanel:] now calles + [orderFrontStandardInfoPanelWithOptions:] so that subclasses only + have to overwritte this. Split up parts of [terminate:] into + [replyToApplicationShouldTerminate:]. + Thu Sep 5 11:39:58 2002 Nicola Pero * Source/NSTextView.m