From 27b05de45d85403b5305a073e08498f7bce7c607 Mon Sep 17 00:00:00 2001 From: Fred Kiefer Date: Sat, 13 May 2000 14:28:40 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6596 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3e9e41020..da4752bf9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2000-05-13 Fred Kiefer + * Headers/gnustep/gui/NSText.h: + * Headers/gnustep/gui/NSTextView.h: + * Source/NSText.m: + * Source/NSTextView.m: + Made NSTextView use the ivars of its super class and added some + new ivars to NSText. Adopted both implementations to this. + Added some missing method declarations to NSTextView. + This is only the start of the rearangement of this classes. + + 2000-05-09 Richard Frith-Macdonald * gui/Source/NSTabView.m: General tidyup, minro fixes, and implemented