*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6810 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2000-06-26 19:58:56 +00:00
parent 8570d925cd
commit 2a0176ab77

View file

@ -1,3 +1,18 @@
2000-06-26 Fred Kiefer <FredKiefer@gmx.de>
* 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 <FredKiefer@gmx.de>
* Source/Parser/attributedStringConsumer.m