From 391c517870f19e3b54b2586043522a174fd01faf Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 25 Feb 2002 01:50:12 +0000 Subject: [PATCH] Rewritten the keybinding engine to be much more powerful git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12736 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ChangeLog b/ChangeLog index d2e14b518..b8271eeb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +Mon Feb 25 02:16:32 2002 Nicola Pero + + Rewritten the input manager keybinding engine to be a full blown + keybinding engine - new features include actions composed of array + of selectors, multi-stroke keybindings, abort and quote + keybindings. + * Source/NSInputManager.m: Rewritten most of the engine to be much more + powerful. + * Headers/gnustep/gui/NSInputManager.h: Changes in ivars, lots of comments, + new public and private methods. + * Source/GSKeyBindingAction.h: New auxiliary file. + * Source/GSKeyBindingAction.m: New auxiliary file. + * Source/GSKeyBindingTable.h: New auxiliary file. + * Source/GSKeyBindingTable.m: New auxiliary file. + * GNUmakefile: Compile the new files. + +Sun Feb 24 17:32:37 2002 Nicola Pero + + * Headers/gnustep/gui/NSResponder.h: Put the optional methods in an + informal protocol. + Sun Feb 24 11:33:21 2002 Nicola Pero * Source/NSSaverPanel.m: Do not assume that NSFileManager