From 18e833bb72182cd655683c6471638303a3fc67a7 Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Fri, 6 Sep 2002 23:41:18 +0000 Subject: [PATCH] New MacOSX methods for NSAttributedString. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14416 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ChangeLog b/ChangeLog index e29538a89..8884aa7e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2002-09-07 Fred Kiefer + + * Source/NSApplication.m + Release the invocation in [detachDrawingThread:toTarget:withObject:] + not in the helper method. (Patch by David Ayers ). + * Headers/gnustep/gui/NSPasteboard.h + * Source/externs.m + Define NSHTMLPboardType. + * Headers/gnustep/gui/GSTextConverter.h + Define protocol for method [classForFormat:producer:]. + * Headers/gnustep/gui/NSTextAttachment.h + Moved NSAttributedString text attachment method declarations to here. + * Headers/gnustep/gui/NSAttributedString.h + Define new MacOSX methods. + * Source/NSAttributedString.m + Implemented [textFileTypes], [textPasteboardTypes], + [textUnfilteredFileTypes], [textUnfilteredPasteboardTypes]. + * Source/NSMenu.m + * Source/NSTextView.m + Corrected includes. + 2002-09-06 Adam Fedor * Headers/gnustep/gui/NSPrintInfo.h: Add print option.