]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
add <string> and other small fixes to make
[lyx.git] / src / frontends / controllers / ChangeLog
index d8248e26ed82d2f60901590d7b36ad94a9b543fe..59d86fefad0630b3fe381b197fc267ded01850f0 100644 (file)
@@ -1,3 +1,53 @@
+2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * BCView.h:
+       * ControlCommandBuffer.h:
+       * biblio.h:
+       * frnt_lang.h:
+       * tex_helpers.h: add <string> and other small fixes to make Lars'
+       std::string patch compile with STLport.
+
+2003-10-01  Angus Leeming  <leeming@lyx.org>
+
+       * ControlExternal.[Ch]: changes due to the introduction of
+       namespace lyx::external.
+
+2003-09-25  Angus Leeming  <leeming@lyx.org>
+
+       * ControlExternal.C (getTemplatePtr): simplify, due to change in
+       ExternalTemplateManager interface.
+
+2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * ControlDocument.C (setParams): fix new bug
+
+2003-09-19  Angus Leeming  <leeming@lyx.org>
+
+       * ControlInclude.[Ch]: Store and access the params as an
+       InsetCommandParams, rather than access them as a InsetInclude::Params
+       and store 'em as a boost::scoped_ptr<InsetInclude>.
+       Other clean-ups due to the changes in InsetInclude.
+
+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):