]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
"fix" bug #3332 (plain text export depends on the menu language)
[lyx.git] / src / mathed / ChangeLog
index 188687bebd3a5227605b53dcbaaaacb749d23ecc..302070803232ada222741ddee11d070557265fd1 100644 (file)
@@ -1,3 +1,17 @@
+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
 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>