From c792ada36caf7de5344713c2465cc096f4e959ce Mon Sep 17 00:00:00 2001 From: "Wim (Willem Rein) Oudshoorn" Date: Tue, 1 Apr 2003 19:50:42 +0000 Subject: [PATCH] updated git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16317 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index f9cf33baa..8e0548a74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2003-04-01 Willem Rein Oudshoorn + + * Source/NSMenuView.m (NSMenuWindowTitleView): reformatted one line to + conform to coding standards + + * Source/NSMenu.m: renamed ivar _changed to _needsSizing. + ([NSMenu -sizeToFit]): Changed call [_view update] to [_view sizeToFit] + ([NSMenu -displayTransient]): call [NSMenuView-update] to ensure that the + menuView knows it belongs to a transient menu + ([NSMenu -closeTransient]): call [NSMenuView-update] to ensue that the + menuView knows it is not transient anymore. + + * Headers/gnustep/gui/NSMenu.h: renamed ivar _changed to _needsSizing. + 2003-04-01 Richard Frith-Macdonald * Source/NSApplication.m: ensure that application initialisation