From e11cb23aefc46233fbcf55ac1f878baad92ad3cc Mon Sep 17 00:00:00 2001 From: pyr Date: Mon, 13 Aug 2001 15:00:30 +0000 Subject: [PATCH] Source/NSSavePanel.m Source/NSOpenPanel.m git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10703 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8ad7105a1..fe976b8ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ 2001-08-13 Pierre-Yves - * Source/NSPopUpButton.m ([-keyDown:): send selected item related + * Source/NSSavePanel.m ([-runModalForDirectory:file:]) + * Source/NSOpenPanel.m ([-runModalForDirectory:file:types:]) + Moved functionality from NSOpenPanel to NSSavePanel: the "ok" + button is shown as enabled or not at the beginning depending + on whether the given file is valid. + * Source/NSPopUpButton.m ([-keyDown:]): send selected item related action when using the keyboard. * Source/Functions.m Esthetic corrections to NSDrawGrayBezel and NSDrawWhiteBezel