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.