From a1f62197e4412aa9f893aa503567ab83333210c4 Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 2 Feb 2001 22:42:58 +0000 Subject: [PATCH] Completed last commit about table view selection git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8966 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index cc0d62211..641a78c31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,11 @@ -Wed Jan 31 00:15:06 2001 Nicola Pero - - * Source/NSTableView.m ([-selectColumn:byExtendingSelection:]): - Fixed selecting the only column in a single column table (patch by - Pierre-Yves Rivaille ). +Fri Feb 2 21:16:32 2001 Nicola Pero + * Source/NSTableView.m ([-selectRow:byExtendingSelection:]): Fixed + selecting the only row in a single row table (patch by Pierre-Yves + Rivaille modified). + * Source/NSTableView.m ([-selectColumn:byExtendingSelection:]): + The same for columns. + 2001-01-30 Adam Fedor * Tools/GNUmakefile: Don't make gbps since it conflicts with gpbs