From 13d3e151169b13df26fabe39c2985093b04dddf0 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 10 Sep 2000 15:09:20 +0000 Subject: [PATCH] Fixes for table columns; prefixed all NSMatrix ivars with underscores git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7463 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 66550f819..24c2b9223 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Sun Sep 10 16:49:50 2000 Nicola Pero + + * Headers/gnustep/gui/NSMatrix.h: Prefixed all ivars with + underscore. + * Source/NSMatrix.m: Updated for change in ivars. + * Source/NSForm.m ([-calcSize]): Idem. + +Sun Sep 10 16:17:36 2000 Nicola Pero + + * Source/NSTableColumn.m ([-initWithIdentifier:]): Made column + editable by default. + * Source/NSTableHeaderView.m ([-mouseDown:]): Do not start + resizing if the column is not resizable. + * Source/NSTableView.m ([-mouseDown:]): Do not start editing if + the column is not editable. + Fri Sep 8 18:42:10 2000 Nicola Pero * Source/NSWindow.m ([-setFrame:display:]): Call