From 1d43174c9954334ecd2269257e34fdc743f5fd55 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 28 Feb 2002 14:24:10 +0000 Subject: [PATCH] Fixed the fact that xgps no longer compiled due to undefined NSBackspaceKey - my fault actually git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12884 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9e265289c..cd0e5f118 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 28 14:19:00 2002 Nicola Pero + + * Headers/gnustep/gui/NSText.h: Added the special key enum + containing NSBackspaceKey which used to be in NSCStringText.h. + Wed Feb 27 23:50:42 2002 Nicola Pero * Source/GSKeyBindingTable.m ([-bindKey:toAction:]): Implemented