mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 20:49:13 +00:00
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:
parent
401c1a5f2b
commit
945f5faf62
1 changed files with 23 additions and 0 deletions
23
ChangeLog
23
ChangeLog
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue