From 96056f978525f51c65ceeaf4ba687e3a5b9d8c11 Mon Sep 17 00:00:00 2001 From: Fred Kiefer Date: Sat, 1 Jul 2000 12:11:22 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6852 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 77208f077..6fc5aefb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2000-07-01 Fred Kiefer + + * 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 * Source/NSText.m (-setFont:): Return if font==nil.