]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
Fix event loop to no longer eat CPU
[lyx.git] / src / mathed / ChangeLog
index 847076b5eae9c4744378436eda436f943ec35dec..15612705486b2ffb52ee16682a4a1d1cdbefb659 100644 (file)
@@ -1,3 +1,45 @@
+2006-01-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * math_hullinset.C (getStatus): get rid of a compiler warning
+
+2006-01-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * math_nestinset.C (drawSelection): do not draw anything when
+       there is no selection; when drawing, do it with the null painter,
+       since only the metrics matter (fixes bug1934).
+
+2006-01-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * math_factory.C (initMath): set initialized to true early to
+       avoid recursive invokation.
+
+       * math_macrotemplate.C (MathMacroTemplate): make sure math
+       structures are initialized.
+
+2006-01-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * math_nestinset.C (doDispatch/LFUN_SELFINSERT): when inserting a
+       space and macromode is on, try to put the cursor inside the newly
+       created inset (bug 2034).
+
+2006-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_hullinset (doDispatch): fix default label setting (eq:)
+
+2006-01-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * command_inset.C (editXY): unused parameters
+
+2005-12-15  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * math_hullinset.C: initialize Math (symbol fonts and parser) if not
+       aleady done. 
+
+2005-12-02  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * math_nestinset.C (script): always ensure that the cell we want to go
+       to exists (bug 2139).
+
 2005-11-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * math_nestinset.C (lfunMousePress): use mouseSetCursor (bug 2109).
@@ -44,8 +86,8 @@
 
 2005-10-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
 
-       * math_gridinset.[Ch] (eolString, write): Output \\ at the end of the last
-       line if it is empty (fixes bug 2067)
+       * math_gridinset.[Ch] (eolString, write): Output \\ at the end of
+       the last line if it is empty (fixes bug 2067)
        * math_hullinset.[Ch] (eolString): Adjust to the changes above
        * math_hullinset.C (delRow): Allow to delete the last dummy row
        * math_parser.C (delEmptyLastRow): Delete the last dummy row.