]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
std:: changes, stupid stuff
[lyx.git] / src / frontends / controllers / ChangeLog
index 8bbbec0bb8088095c9d9492d6f548899e877e51d..9f29b6f72c365e8dfd6ef707dea2a830ce83617a 100644 (file)
@@ -1,3 +1,59 @@
+2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * ControlSpellchecker.C: add using statements for std::advance and
+       std::distance
+
+       * ControlExternal.C: add using statement for std::advance
+
+2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * ControlSpellchecker.C (check): use std::distance and
+       std::advance
+
+2004-01-25  Angus Leeming  <leeming@lyx.org>
+
+       * ControlSearch.[Ch]: derive from Dialog::Controller rather than
+       the deprecated ControlDialogBD.
+
+2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * Dialog.C (hide): disconnect dialog/inset on hide (partial fix
+       to bug 1251)
+
+2004-01-08  Angus Leeming  <leeming@lyx.org>
+
+       * ControlBibtex.[Ch] (browse):
+       * ControlExternal.[Ch] (browse):
+       * ControlGraphics.[Ch] (browse):
+       * ControlInclude.[Ch] (browse):
+       * ControlPrefs.[Ch] (browsebind, browseUI, browsekbmap,
+       browsedict, browse, browsedir):
+       * ControlPrint.[Ch] (browse):
+       FileFilterList change to the browseFile, browseRelFile functions.
+
+       * helper_funcs.[Ch] (browseFile, browseRelFile):
+       FileFilterList change to the FileDialog open and save functions.
+
+2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * ControlSendto.C (allFormats): use the unique-erase idom and
+       simplify some code a bit.
+
+       * ControlMath.C: make CompareKey adaptable
+
+2004-01-07  Angus Leeming  <leeming@lyx.org>
+
+       * ControlSearch.C:
+       * ControlThesaurus.C (replace):
+       rewrite to use LFUN_WORD_(FIND|REPLACE).
+
+2003-12-14  Angus Leeming  <leeming@lyx.org>
+
+       * ControlBranch.[Ch] (branchlist): new member function.
+
+       * ControlDocument.C (setBranchColor): removed.
+       (apply): update LColor to accommodate the new BranchList colors.
+
 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * ControlMinipage.[Ch]: remove.
@@ -8,13 +64,6 @@
        * ControlMath.C (dispatchSubscript, dispatchSuperscript): enable
        the math panel sub/superscript buttons once again.
 
-2003-12-12  Angus Leeming  <leeming@lyx.org>
-
-       * ControlBranch.[Ch] (branchlist): new member function.
-
-       * ControlDocument.C (setBranchColor): remove redundant call to
-       LColor::setColor.
-
 2003-12-11  Angus Leeming  <leeming@lyx.org>
 
        * ControlCommand.C (initialiseParams): changes due to the changed
@@ -49,7 +98,7 @@
        (readBB): attempt to read the BoundingBox from the graphics file.
        If that fails, try the Graphics Cache.
        (all_origins, origin_gui_str): helpers for the frontends.
-       
+
 2003-12-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * ControlVSpace.C: enable the buttons for new insets.
 
 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
 
-       * ControlSpellchecker.[Ch] (nextWord, check): rewrite of the text 
+       * ControlSpellchecker.[Ch] (nextWord, check): rewrite of the text
        handling parts
 
 2003-10-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
 
        * ControlErrorList.C (goTo): use lyxerr not cout.
 
-2003-05-13  Alfredo Braunstein: <abraunst@libero.it>
+2003-05-13  Alfredo Braunstein <abraunst@libero.it>
 
        * ControlErrorList.[Ch]: added
        * Makefile.am: the above adittion