From 0c6c9248dfe7de6173f5c02038716672bc6656bc Mon Sep 17 00:00:00 2001 From: pyr Date: Sun, 28 Oct 2001 20:04:23 +0000 Subject: [PATCH] NSStepperCell.m NSStepper.m git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11270 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 23c7110e7..f4ab30ce4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-10-28 Pierre-Yves Rivaille + + * Source/NSStepper.m: + * Source/NSStepperCell.m: Major rewrite so that it behaves properly + Now NSStepper does not contain a textfield anymore and can be linked + to any control using the take*ValueFrom: methods + Thu Oct 25 16:42:00 2001 Gregory John Casamento * Source/NSSelection.m implemented bodies of methods for NSSelection.