From 670bca0309e7f2bc7e0da934c923dd7a04ef92d3 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 21 Jan 2003 01:21:19 +0000 Subject: [PATCH] Fixes for popup buttons and menus highlight/unhighligthing when used from the keyboard; small safety belt added to NSWorkspace initialization git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15662 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7f5a88c60..d98d8f0d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +Tue Jan 21 00:39:52 2003 Serg Stoyan + + * Source/NSMenu.m ([-performKeyEquivalent:]): Only perform the + higlighting if the item is enabled. + * Source/NSMenuView.m + ([-performActionWithHighlightingForItemAtIndex:]): Run the run + loop for a fraction of a second before executing the action, so + that the highlighted item is displayed. Do not remove the + highlighted item if a popup menu. + * Source/NSPopUpButton.m ([-mouseDown:]): Leave the selection + unchanged if the item which was selected is disabled. + ([-performKeyEquivalent:]): Mark the popup button as needing + redisplay if the key equivalent is performed. + +Mon Jan 20 00:37:39 2003 Nicola Pero + + * Source/NSWorkspace.m ([NSWorkspace +initialize]): Wrap in + an exception handler so we are sure to release the lock. + 2003-01-14 Adam Fedor * Source/NSSound.m ([NSSound +gsnd]): Rename daemon to gnustep_sndd