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
This commit is contained in:
Nicola Pero 2002-06-11 15:00:50 +00:00
parent 0d9f2c6dbe
commit 399ca41825

View file

@ -1,3 +1,20 @@
Tue Jun 11 14:11:22 2002 Nicola Pero <n.pero@mi.flashnet.it>
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 <n.pero@mi.flashnet.it>
* TextConverters/RTF/GNUmakefile.preamble (ADDITIONAL_CPPFLAGS):
Use -Wall when compiling.
2002-06-10 Adam Fedor <fedor@gnu.org>
* Version 0.7.8
@ -5,7 +22,7 @@
2002-06-11 Alexander Malmberg <alexander@malmberg.org>
* 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).