From 2a0176ab772e6853c975d14fea1b44e6f7040f7c Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Mon, 26 Jun 2000 19:58:56 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6810 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6c5c87032..7a8b0ac19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2000-06-26 Fred Kiefer + + * Headers/AppKit/NSTextAttachment.h + * Source/NSTextAttachment.m + * Source/NSAttributedString.m + Added a basic implementation for NSTextAttachment and + NSTextAttachmentCell and use it in NSAttributedString. + * Source/GNUmakefile + Include new file NSTextAttachment.m + * Source/NSText.m + Changed the font and ruler pasting and removed some other FIXMEs + * Headers/AppKit/NSPasteboard.h + * Source/NSPasteboard.m + Added two missing methods for file wrapper + 2000-06-25 Fred Kiefer * Source/Parser/attributedStringConsumer.m