From b797bda46ef93910f1df247409da6758e34ee645 Mon Sep 17 00:00:00 2001 From: Fred Kiefer Date: Tue, 18 Feb 2003 19:00:18 +0000 Subject: [PATCH] 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 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index c1707d41a..87e9e1d8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-02-18 Fred Kiefer + + * 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 * Headers/gnustep/gui/GSLayoutManager_internal.h,