]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
Fix default label setting (eq:)
[lyx.git] / src / mathed / ChangeLog
index 99baa30da65ee397ff98f1f47060648a0e72eb0b..671fd0f22c513d7156bb7e3fc9ed02973eb06ecd 100644 (file)
@@ -1,3 +1,129 @@
+2006-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_hullinset (doDispatch): fix default label setting (eq:)
+
+2006-01-01    <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).
+
+       * math_hullinset.C (doDispatch): comment out some annoying debug
+       messages. 
+
+2005-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_deliminset.h: 
+       * math_scriptinset.h: fix bug 2117, matrix inside delimeters or in
+       sub- or superscript
+
+2005-11-25  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * math_hullinset.[Ch]: new method textString (fix bug 2089)
+
+2005-11-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * command_inset.[Ch] (editXY): implement, since MathNestInset::editXY
+       loops through the cells and that is not possible here because they are
+       not visible
+       * math_hullinset.C (getStatus): allow reference and label in
+       LFUN_INSET_INSERT
+       * math_hullinset.C (doDispatch): create ref inset in LFUN_INSET_INSERT
+       * math_nestinset.C (doDispatch): allow references
+       * math_nestinset.C (doDispatch): remove never reached code for
+       LFUN_INSET_APPLY
+       * ref_inset.[Ch] (getStatus): implement, otherwise we'll trigger an
+       assertion in LyXFunc::getStatus
+
+2005-11-08  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_parser.C (delEmptyLastRow): Don't delete the dummy row, but
+       the last full row, since the dummy row has only rowinfo
+
+2005-11-02  Angus Leeming  <leeming@lyx.org>
+
+       * math_nestinset.C: trivial fix to a MSVS warning.
+
+2005-11-02  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_kerninset.[Ch]: fix 2074: kern width wrong
+
+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_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.
+       The last hline appears in the wrong row otherwise.
+       * math_parser.C (parse1): Call delEmptyLastRow for all matrix like
+       insets. This fixes bug 2067 and avoids data loss on load/save cycles.
+       * math_parser.C (parse1): Ignore the number of columns of alignedat
+       * math_splitinset.C (write): Write the number of column of alignedat.
+       This prevents data loss together with the math parser change above.
+
+2005-10-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_gridinset.C (doDispatch): adjust paste to match paste in text
+       and math nest inset
+       * math_nestinset.C (doDispatch): implement paste (bug 2059)
+
+2005-10-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_nestinset.C (doDispatch): Don't record undo steps when
+       inserting characters of a macro name (see comment)
+
+2005-10-04  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_macro.C (editXY): new, fix crash (bug 2060)
+       * math_macro.C (cursorPos): new, fix potential crash
+       * math_macro.C (drawSelection): new, fix potential crash
+       * math_nestinset.C (doDispatch): fix crash when inserting math macros
+       with 0 arguments
+
+2005-09-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * math_nestinset.C (doDispatch): do not leave the inset after
+       LFUN_DELETE. (part of bug 2057)
+
+2005-10-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_kerninset.C (write): write width, not 0 (fixes bug 2050)
+
+2005-10-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * math_nestinset.C (doDispatch): use recordUndoInset when deleting
+       whole cell via LFUN_BACKSPACE (fixes bug 2058).
+
+2005-09-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * math_nestinset.C (doDispatch): leave inset to the right when
+       hitting ESC.
+
+2005-09-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * math_nestinset.C (doDispatch): record LFUN_CUT in undo stack
+       (fixes bug 2041).
+       
+       * math_data.C (draw): add nested insets to the coord cache
+       (fixes the major part of bug 1918).
+
+2005-09-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * math_nestinset.C (cursorPos): parameter `boundary' is unused.
+
 2005-09-15  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * math_nestinset.C (doDispatch): use cur.normalize() to prevent crash