From bf5b51e6eb5480cd96849d7dbf496ef9ad2cf711 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 11 Jun 2002 15:00:50 +0000 Subject: [PATCH] Updated the RTF parsers to work with subclasses of NSMutableAttributedString as well git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13842 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 55f9fcce9..53e1b36af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Tue Jun 11 14:11:22 2002 Nicola Pero + + Patch by Jeff Teunissen with changes by myself: + * TextConverters/RTF/RTFConsumer.h (GSTextConsumer): Added ivar _class. + * TextConverters/RTF/RTFConsumer.m: Changed everywhere to support the + caller specifying the type of class it needs to be produced. + * Headers/gnustep/gui/GSTextConverter.h: Added a class argument to + have the text converter save the results of parsing into + attributed strings of different classes depending on the case. + * Source/NSAttributedString.m: When parsing using the text converters, + have them create attributed strings of our own class. + +Tue Jun 11 13:35:41 2002 Nicola Pero + + * TextConverters/RTF/GNUmakefile.preamble (ADDITIONAL_CPPFLAGS): + Use -Wall when compiling. + 2002-06-10 Adam Fedor * Version 0.7.8 @@ -5,7 +22,7 @@ 2002-06-11 Alexander Malmberg - * Source/GSServicesManager.m, + * Source/GSServicesManager.m, Headers/gnustep/gui/GSServicesManager.h: Fix handling of NSMenuItem:s (were being handled as NSCell:s in many places; this broke submenus of the services menu).