*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6852 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2000-07-01 12:11:22 +00:00
parent 4b02e5cd2c
commit 96056f9785

View file

@ -1,3 +1,14 @@
2000-07-01 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSFileWrapper.m
Implemented coding and replaced [initWithSerializedRepresentation:]
and [serializedRepresentation] to use it.
* Source/NSText.m
Changed Font/Ruler pasting to use an Archiver
* Source/NSTextView.m
[setAllowsUndo:] and [allowsUndo] now use ivar
2000-06-29 Adam Fedor <fedor@gnu.org>
* Source/NSText.m (-setFont:): Return if font==nil.