Prepared the RTF parser to be moved into a separate bundle.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10725 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2001-08-18 22:11:04 +00:00
parent 401c1a5f2b
commit 945f5faf62

View file

@ -1,3 +1,26 @@
2001-08-18 Fred Kiefer <FredKiefer@gmx.de>
* Headers/gnustep/gui/GSTextConverter.h
New file with two protocols for text converters.
* Source/GNUmake
Install GSTextConverter.h.
* Source/NSAttributedString.m
Include GSTextConverter.h. New function converter_class() to load
the class for a given text converter format. Use this function in
the RTF methods and use new protocol there.
* Source/Parser/RTFProducer.h
Renamed RTFProducer into RTFDProducer, with new subclass
RTFProducer. Both implement the protocol GSTextProducer.
* Source/Parser/RTFProducer.m
Renamed methods to fit the GSTextProducer protocol. Adopted to
changes in header. Implementation for RTFProducer.
* Source/Parser/rtfConsumer.h
RTFConsumer implements the protocol GSTextConsumer. New subclass
RTFDConsumer.
* Source/Parsers/attributedStringConsumer.m
Renamed methods to fit the GSTextConsumer protocol. Adopted to
changes in header. Perliminary implementation for RTFDConsumer.
2001-08-18 Fred Kiefer <FredKiefer@gmx.de>
* Headers/gnustep/gui/NSInputServer.h