From 569eb08829e2e208dfc485700fdac61d20f29e65 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 25 Oct 1999 22:17:33 +0000 Subject: [PATCH] NSTableHeaderCell rewritten from scratch; NSControl fix git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5081 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ChangeLog b/ChangeLog index f8811851e..77772061c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +Tue Oct 26 1999 Nicola Pero + + Fixes for Controls and Cells: + * Source/NSButton.m ([-selectedCell]): Removed (duplicate of + NSControl's method). + * Source/NSCell.m ([-setImage:]): Accept nil argument. + * Source/NSCell.m ([-setStringValue:]): Make the cell a text cell. + * Source/NSControl.m ([-selectedCell]): Always return the + control's cell. + * Source/NSTextField.m ([-selectedCell]): Removed (duplicate of + NSControl method). + + Class Rewritten: + * Source/NSTableHeaderCell.m: Rewritten from scratch, tested. + This class is now complete and fully compliant. + + Headers Fix: + * Headers/gnustep/gui/AppKit.h: Include NSTableColumn.h. + * Headers/gnustep/gui/NSTableHeaderCell.h: Added copyright notice. + Mon Oct 25 1999 Nicola Pero The merit should all go to David Lee Ludwig , for