]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
Small clean-up.
[lyx.git] / src / frontends / controllers / ChangeLog
index d6a5099e8c66b59a4e9e1170e6b7583e47a3c309..fef06c64491ea9568bd68f3672334008149c75ef 100644 (file)
@@ -1,3 +1,36 @@
+2003-09-18  Angus Leeming  <leeming@lyx.org>
+
+       * ControlCommand.C (clearParams): simplify.
+
+2003-09-18  Angus Leeming  <leeming@lyx.org>
+
+       * ControlCharacter.C:
+       * ControlCharacter.h:
+       * ControlPrefs.C:
+       * ControlPrefs.h:
+       * character.h: rename EnumLColor as LColor_color.
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * ControlCharacter.C: add #include "LColor.h".
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * character.C: add #include "LColor.h".
+
+2003-09-15  Angus Leeming  <leeming@lyx.org>
+
+       * ControlCharacter.C (setColor, getColor):
+       pass EnumLColor args, rather than LColor::color ones.
+
+       * ControlPrefs.C: add #include "LColor.h".
+       * ControlPrefs.h:remove #include "LColor.h".
+
+       * ControlPrefs.[Ch] (setColor): pass EnumLColor arg, not than LColor::color one.
+
+       * character.h:remove #include "LColor.h".
+       typedef ColorPair as a std::pair<string, EnumLColor>.
+
 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * ControlAboutlyx.C