X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FChangeLog;h=302070803232ada222741ddee11d070557265fd1;hb=0fcae6cc10640f2d5a591152d59d252bb6dc0757;hp=6159a539d120b0576e3ee871f66881ee201e8b23;hpb=609e7ae48853d34262d188da725bd3c55e821024;p=lyx.git diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 6159a539d1..3020708032 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,158 @@ +2006-03-14 Georg Baum + + * math_parser.C (parse1): Parse \tag and \tag* correctly + +2006-03-14 Martin Vermeer + + * 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 + + * math_scriptinset.C (notifyCursorLeaves): Fix to bug 2362: Deleting + superscript also deletes subscript + +2006-02-28 Martin Vermeer + + * math_nestinset.C (doDispatch): fix (properly) insertion of + fonts/decorations around selection + +2006-02-23 Jean-Marc Lasgouttes + + * 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 + + * 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 + + * math_macro.C (editXY): Prevent crash (fix by Andrew Beck) + +2006-01-28 Lars Gullik Bjønnes + + * math_hullinset.C (getStatus): get rid of a compiler warning + +2006-01-27 Jean-Marc Lasgouttes + + * 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 + + * 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 + + * 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 + + * math_hullinset (doDispatch): fix default label setting (eq:) + +2006-01-01 Lars Gullik Bjønnes + + * command_inset.C (editXY): unused parameters + +2005-12-15 Jürgen Spitzmüller + + * math_hullinset.C: initialize Math (symbol fonts and parser) if not + aleady done. + +2005-12-02 Jürgen Spitzmüller + + * math_nestinset.C (script): always ensure that the cell we want to go + to exists (bug 2139). + +2005-11-30 Jean-Marc Lasgouttes + + * math_nestinset.C (lfunMousePress): use mouseSetCursor (bug 2109). + + * math_hullinset.C (doDispatch): comment out some annoying debug + messages. + +2005-11-28 Martin Vermeer + + * math_deliminset.h: + * math_scriptinset.h: fix bug 2117, matrix inside delimeters or in + sub- or superscript + +2005-11-25 Jürgen Spitzmüller + + * math_hullinset.[Ch]: new method textString (fix bug 2089) + +2005-11-15 Georg Baum + + * 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 + + * 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 + + * math_nestinset.C: trivial fix to a MSVS warning. + +2005-11-02 Martin Vermeer + + * math_kerninset.[Ch]: fix 2074: kern width wrong + +2005-10-13 Georg Baum + + * 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 + + * 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 + + * math_nestinset.C (doDispatch): Don't record undo steps when + inserting characters of a macro name (see comment) + +2005-10-04 Georg Baum + + * 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 * math_nestinset.C (doDispatch): do not leave the inset after @@ -600,7 +755,7 @@ 2004-01-15 André Pönitz * *.[Ch]: Part of IU. Shift stuff from MathCursor and InsetFormula - to LCursor and InsetBase. + to Cursor and InsetBase. 2004-01-15 André Pönitz