From 701315fa8043dc10fb87df007c9ad1a547c13bea Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Tue, 5 Feb 2002 13:23:00 +0000 Subject: [PATCH] Implemented shift-leftarrow and shift-rightarrow in editing text git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12411 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 73709a0b8..903ea54a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Feb 5 10:26:32 2002 Nicola Pero + + * Source/NSTextView.m ([-moveBackwardAndModifySelection:]): New + method. + ([-moveForwardAndModifySelection:]): New method. + * KeyBindings/DefaultKeyBindings.dict: Uncommented binding of the + new methods to Shift-LeftArrow and Shift-RightArrow. + Sun Feb 3 11:53:13 2002 Nicola Pero * Source/NSTextView.m ([-transpose:]): New method. Bound to