mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 15:20:53 +00:00
*** 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:
parent
915919b6a5
commit
ef0f89c568
1 changed files with 15 additions and 0 deletions
15
ChangeLog
15
ChangeLog
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue