X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FChangeLog;h=671fd0f22c513d7156bb7e3fc9ed02973eb06ecd;hb=492f394571bccb38e10a8053fcd2172863d49a25;hp=bf6420f5de5412c91f11036fd326144aaefb3d0e;hpb=7fdf13d5455c679ac0731b017c5bab26d51960b8;p=lyx.git diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index bf6420f5de..671fd0f22c 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,187 @@ +2006-01-10 Martin Vermeer + + * math_hullinset (doDispatch): fix default label setting (eq:) + +2006-01-01 + + * 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 + LFUN_DELETE. (part of bug 2057) + +2005-10-02 Georg Baum + + * math_kerninset.C (write): write width, not 0 (fixes bug 2050) + +2005-10-03 Jürgen Spitzmüller + + * math_nestinset.C (doDispatch): use recordUndoInset when deleting + whole cell via LFUN_BACKSPACE (fixes bug 2058). + +2005-09-27 Jürgen Spitzmüller + + * math_nestinset.C (doDispatch): leave inset to the right when + hitting ESC. + +2005-09-27 Jürgen Spitzmüller + + * 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 + + * math_nestinset.C (cursorPos): parameter `boundary' is unused. + +2005-09-15 Jürgen Spitzmüller + + * math_nestinset.C (doDispatch): use cur.normalize() to prevent crash + when cutting in math array (bugs 1960, 1981). + +2005-08-19 Martin Vermeer + + * math_nestinset.C (doDispatch): fix crash when deleting across rows + in math array, and block multi-cell cut/copy leading to data loss + +2005-07-26 Georg Baum + + * math_factory.C (initSymbols): Don't require wasysym for the wasy + font (bug 1942) + +2005-07-15 Stephan Witt + + * math_nestinset.C (getStatus): handle font change requests + +2005-07-15 Stephan Witt + + * math_hullinset.C (getStatus): don't allow insert of label for + inlined eq + +2005-07-15 André Pönitz + + * math_inset.C (write): don't output too many spaces + +2005-07-15 Andreas Vox + + * math_hullinset.C (editXY): partial fix for #622 + +2005-07-14 André Pönitz + + * math_hullinset.C (BREAKLINE): choose between eqnarray and + align according to user preference + +2005-07-14 André Pönitz + + * math_charinset.C (mathmlize): escape <, >, and & on export + +2005-07-14 André Pönitz + + * math_gridinset.C (doDispatch): cur.undispatched on LFUN_ESCAPE + +2005-07-14 André Pönitz + + * math_gridinset.C (doDispatch): cur.undispatched on LFUN_NEXT/PRIOR + +2005-07-10 Georg Baum + + * math_gridinset.C (doDispatch): add comment about jumping cursor + +2005-07-07 Georg Baum + + * math_gridinset.C (doDispatch): use recordUndoInset when more than + one cell is changed + 2005-07-06 Georg Baum * math_gridinset.C (doDispatch): better fix for the assertion @@ -212,7 +396,7 @@ * math_gridinset.[hC]: add facilities for drawing/deleting partition lines in matrix. -2005-02-08 Lars Gullik Bjonnes +2005-02-08 Lars Gullik Bjønnes * math_data.C (isInside): size() -> depth() @@ -222,7 +406,7 @@ * math_diminset.C: * math_nestinset.C: Use new cursor accessors. -2005-01-27 Lars Gullik Bjonnes +2005-01-27 Lars Gullik Bjønnes * math_parser.C,math_sizeinset.C: use convert<> instead of atoi,strToXXX and friends @@ -286,11 +470,11 @@ * Most insets: rename priv_dispatch to doDispatch -2004-11-24 Lars Gullik Bjonnes +2004-11-24 Lars Gullik Bjønnes * math_hullinset.C (operator): use common semantics -2004-11-23 Lars Gullik Bjonnes +2004-11-23 Lars Gullik Bjønnes * math_atom.C (operator): use common semantics @@ -305,7 +489,7 @@ * math_hullinset.C (delCol): don't delete if this is the only column * math_hullinset.C (getStatus): fix LFUN_TABULAR_FEATURE -2004-11-16 Lars Gullik Bjonnes +2004-11-16 Lars Gullik Bjønnes * math_inset.h: include math_data.h to satisfy concept checks. @@ -317,7 +501,7 @@ * Makefile.am: add math_tfracinset.[Ch] -2004-11-07 Lars Gullik Bjonnes +2004-11-07 Lars Gullik Bjønnes * math_parser.C (parse1): change to use lyx::support::atoi * math_sizeinset.C (MathSizeInset): ditto @@ -353,7 +537,7 @@ * math_hullinset.C (plaintext): remove extraneous spaces -2004-09-16 Lars Gullik Bjonnes +2004-09-16 Lars Gullik Bjønnes * math_parser.C (tokenize): c_str fix (mathed_parse_cell): c_str fix @@ -369,7 +553,7 @@ (pipeThroughMaple): c_str fix (pipeThroughOctave): c_str fix -2004-09-15 Lars Gullik Bjonnes +2004-09-15 Lars Gullik Bjønnes * math_binominset.h (MATH_BINOMINSET_H): fix include guard. @@ -385,7 +569,7 @@ * formulamacro.C (write): * math_macrotemplate.C (write): remove space at end of line. -2004-08-15 Lars Gullik Bjonnes +2004-08-15 Lars Gullik Bjønnes * pch.h: new file @@ -406,7 +590,7 @@ * math_parser.C: Fix: #928 -2004-07-24 Lars Gullik Bjonnes +2004-07-24 Lars Gullik Bjønnes * math_support.C, math_parser.C, math_nestinset.C, math_macrotable.C: * math_hullinset.C, math_gridinset.C, math_factory.C: math_extern.C, @@ -414,7 +598,7 @@ * command_inset.C: change "support/std_sstream.h" to -2004-07-24 Lars Gullik Bjonnes +2004-07-24 Lars Gullik Bjønnes * math_macrotable.C (expand): n is now size_t @@ -423,7 +607,7 @@ * math_macroarg.[Ch] (MathMacroArgument): take size_t as arg -2004-05-28 Lars Gullik Bjonnes +2004-05-28 Lars Gullik Bjønnes * Makefile.am (EXTRA_DIST): add formulamacro.C @@ -491,7 +675,7 @@ * math_nestinset.C: use const_cast to get to compile for stlport -2004-01-28 Lars Gullik Bjonnes +2004-01-28 Lars Gullik Bjønnes * math_hullinset.C: add using statements for std::ostream, std::swap and std::vector