*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7546 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2000-09-18 23:35:03 +00:00
parent 915919b6a5
commit ef0f89c568

View file

@ -1,3 +1,18 @@
2000-09-13 Fred Kiefer <FredKiefer@gmx.de>
* 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 <fedor@gnu.org>
* Headers/gnustep/gui/NSWindowController.h: Add copyright notice.