From cd2eaa602f0a96fee404f29f3d592f71540601da Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Wed, 19 Dec 2001 00:08:07 +0000 Subject: [PATCH] Better window manager support for main menu. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11823 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 72c08e378..21696eac5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2001-12-19 Fred Kiefer + + * Source/NSApplication.m + [setMainMenu:] set the title of the main menu window, so + the window manager can display it.We could do this also for all + other menus, but those wont show up in the window manager. + * Tools/gopen.m + Removed the redefinition of NSRunAlertPanel() as NSWOrkspace no + longer uses this, + 2001-12-18 Pierre-Yves Rivaille * Source/NSWindow.m ([NSWindow -setTitleWithRepresentedFilename:]):