From a97b9dd33fa6516df8b13cae332316d4bd30c126 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 31 Jan 2001 01:43:09 +0000 Subject: [PATCH] Fixed selecting the only column in a single column table git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8953 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7126cbe68..cc0d62211 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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 ). + 2001-01-30 Adam Fedor * Tools/GNUmakefile: Don't make gbps since it conflicts with gpbs