]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
* BufferView::buffer() returns a reference instead of a pointer.
[lyx.git] / src / mathed / ChangeLog
index 671fd0f22c513d7156bb7e3fc9ed02973eb06ecd..302070803232ada222741ddee11d070557265fd1 100644 (file)
@@ -1,8 +1,68 @@
+2006-03-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_parser.C (parse1): Parse \tag and \tag* correctly
+
+2006-03-14  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_data.C (x2pos): Fix to bug 2325: Mouse click to right of last
+       nestinset in a cell will position cursor to its left
+
+2006-03-11  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_scriptinset.C (notifyCursorLeaves): Fix to bug 2362: Deleting
+       superscript also deletes subscript
+
+2006-02-28  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_nestinset.C (doDispatch): fix (properly) insertion of
+       fonts/decorations around selection
+
+2006-02-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * math_data.C (x2pos): Place cursor correctly in the case of
+       MathNestInset; this avoids misplaced cursor (and subsequent crash)
+       when placing the mouse near a symbol inset.
+
+2006-02-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_xymatrixinset.[Ch]: Readd
+       * Makefile.am: Readd math_xymatrixinset.[Ch]
+       * math_factory.C (createMathInset): Readd xymatrix
+       * math_parser.C (parse1): Readd xymatrix
+
+2006-02-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_macro.C (editXY): Prevent crash (fix by Andrew Beck)
+
+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    <larsbj@gullik.net>
+2006-01-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * command_inset.C (editXY): unused parameters
 
 
 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.
 2004-01-15  André Pönitz  <poenitz@gmx.net>
 
        * *.[Ch]: Part of IU. Shift stuff from MathCursor and InsetFormula
-       to LCursor and InsetBase.
+       to Cursor and InsetBase.
 
 2004-01-15  André Pönitz  <poenitz@gmx.net>