Corrected colour handling in RTF text converter.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16001 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2003-02-18 19:00:18 +00:00
parent 6d62ef1541
commit b797bda46e

View file

@ -1,3 +1,13 @@
2003-02-18 Fred Kiefer <FredKiefer@gmx.de>
* TextConverters/RTF/RTFProducer.m
[colorTable] corrected the output of the colour table, by using a
C array instead of an NSMutableArray.
* TextConverters/RTF/RTFConsumer.m
GSRTFcolorfg(), GSRTFcolorbg(), GSRTFlineSpace(),
GSRTFspaceAbove() set the state of the context to changed, so that
new attributes get used.
2003-02-18 18:03 Alexander Malmberg <alexander@malmberg.org>
* Headers/gnustep/gui/GSLayoutManager_internal.h,