]> git.lyx.org Git - features.git/blobdiff - src/ChangeLog
lyxfont.h no longer #includes LColor.h.
[features.git] / src / ChangeLog
index 594b2ba80b7b70e33696cbac905a36b97ae8416f..bf29aea765b97fe65b0742ad03e99a9a53a6efb7 100644 (file)
@@ -1,3 +1,16 @@
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph, setUnderbar,
+       setNoun, setNumber, setColor, setLanguage): no longer return LyXFont &.
+       Store the FontBits::color variable as an int rather than as an LColor::color
+       so that we can move LColor.h out of the lyxfont.h header file.
+
+       * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
+       LyXFont::setColor, decSize no longer return a LyXFont &, so cannot string
+       calls together.
+
+       * lyxrc.C: add #include "LColor.h".
+
 2003-09-15  Angus Leeming  <leeming@lyx.org>
 
        * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as a cow_ptr.