]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
Small clean-up.
[lyx.git] / src / frontends / controllers / ChangeLog
index 08157861f47e2a3089e45d3cae8fd27bbdcd4d7a..fef06c64491ea9568bd68f3672334008149c75ef 100644 (file)
@@ -1,3 +1,104 @@
+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
+       * ControlParagraph.C
+       * biblio.C
+       * tex_helpers.C: remove usage of STRCONV
+
+2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * several files: change Assert to BOOST_ASSERT
+
+2003-09-08  Angus Leeming  <leeming@lyx.org>
+
+       * ControlCommandBuffer.C:
+       * ControlDocument.C:
+       * ControlPrefs.C:
+       * helper_funcs.C:
+       * tex_helpers.C: remove redundant using directives.
+
+2003-09-07  Angus Leeming  <leeming@lyx.org>
+
+       * ButtonController.h:
+       * helper_funcs.h: remove #include "support/std_string.h".
+
+       * ControlBranch.h:
+       * ControlNote.h: remove #include "debug.h".
+
+       * ControlDocument.h: remove #include <vector>, "support/std_string.h".
+
+       * ControlErrorList.h:
+       * ControlThesaurus.h: remove #include <vector>.
+
+       * ControlPrefs.h: remove #include "funcrequest.h", <utility>.
+
+       * GUI.h: remove #include "BCView.h".
+
+       * tex_helpers.h: remove #include <utility>.
+
+2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * biblio.C:
+       * frnt_lang.C: re-add missing system headers, needed for 2.95.2.
+
+2003-09-05  Angus Leeming  <leeming@lyx.org>
+
+       * GUI.h: ensure that the header file can be compiled stand-alone.
+       * *.C: strip out redundant #includes. (49 in total.)
+
+2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * most files: change to use const buffer refs.
+
+2003-08-16  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * ControlBranch.[Ch]:
+       * ControlDocument.C:
+       * Makefile.am: implements the 'branch
+       inset' idea. This allows the output of various versions of a
+       document from a single source version, selectively outputing or
+       suppressing output of parts of the text.
+       This implementation contains a 'branch list editor' in a separate
+       tab of the document settings dialog. Branches are user definable
+       and have a "display colour" to distinguish them on-screen.
+
+       ColorHandler was somewhat cleaned up.
+       (1) make possible a dynamically growing LColor list by allowing
+       the graphic context cache to grow along (vector);
+       (2) eliminate an IMHO unnecessary step in colour allocation.
 
 2003-08-15  André Pönitz  <poenitz@gmx.net>
 
 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
 
        * ControlNote.[Ch]: add i18n support.
-       
+
 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * ControlToc.C (goTo): adjust for lyx::toc