From bde44508726720ae0cff7287c27f3df15cc02150 Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Mon, 18 Sep 2000 23:35:03 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7546 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 115bbf4a6..cbb0a1052 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2000-09-13 Fred Kiefer + + * Source/GSSimpleLayoutManager.m: + * Source/GSSimpleLayoutManager.h: + New file extracted from NSText.m. This class is now a subclass of + NSLayoutManager and uses a similar interface. + * Source/GNUmakefile: + Include new file GSSimpleLayoutManager.m + * Header/gnustep/gui/NSText.h: + Two new NSTextView like methods. + * Source/NSText.m: + Removed GSSimpleLayoutManager code and use new interface to it. + * Source/NSTextView.m: + [initWithFrame:] switch of the creation of a NSLayoutManager. + 2000-09-16 Adam Fedor * Headers/gnustep/gui/NSWindowController.h: Add copyright notice.