From 16b5077ed079df416287398f81fe396381a2e6b6 Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Sun, 19 Aug 2001 23:23:37 +0000 Subject: [PATCH] Cleanup of NSMenu.h git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10730 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index bb99b9508..fd5a23be9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2001-08-20 Fred Kiefer + + * Headers/gnustep/gui/NSMenu.h + Moved the declaration of NSMenuWindow and NSMenuWindowTitleView + into the file NSMenu.m, making this private classes. + Removed unused ivars and renamed the remaining ivars to fit the + GNUstep sheme of underscore prefixes. + Added new method [popUpContextMenu:withEvent:forView:]. + Made the methods [_ownedByPopUp] and [_setOwnedByPopUp:] public. + * Source/NSMenu.m + Adopted to changes in the header file. + * Source/NSMenuView.m + In [setWindowFrameForAttachingToRect:...popUpSelectedItem:] + replaced reference to NSMenuWindow with NSWindow. + 2001-08-18 Fred Kiefer * Headers/gnustep/gui/GSTextConverter.h