X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FChangeLog;h=a14639c957f4cbb4e36a17a47a3fb65b8f9ae7d9;hb=5c40a062b2034f48f5b79079017bbaac8ba9363c;hp=f2fa84ee479872ca4358b363118f622e3cc64180;hpb=18ed33949fe1667fe38779f69399104f12ec7a7d;p=lyx.git diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index f2fa84ee47..a14639c957 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,7 +1,84 @@ +2001-07-16 André Pönitz + + * math_grid.[Ch] -> math_gridinset.[Ch] + math_root.[Ch] -> math_rootinset.[Ch]: more consistent names + +2001-07-16 Lars Gullik Bjønnes + + * math_cursor.C (operator==): moved ouf of struct + (operator<): ditto + (normalAnchor): reversed one test (but shouldn't it really be >= ?) + +2001-07-16 André Pönitz + + * math_cursor.[hC]: multicell selection (multicell pasete still defunct) + + * several files: supporting changes + +2001-07-13 Angus Leeming + + Consistent use of Lsstream.h: + * formula.C: removed using std::ostringstream directive. + + * math_cursor.C: std::istringstream -> istringstream. + +2001-07-13 Jean-Marc Lasgouttes + + * math_decorationinset.h: add std:: qualifier + +2001-07-12 André Pönitz + + * math_updowninset.[hC]: new base class for script and bigop insets + *.[hC]: subsequent changes to all Metric() functions + + * math_parser.C: small changes (\sqrt0 is read properly now) + +2001-07-10 André Pönitz + + * math_accentinset.[hC]: rewrite + + * math_parser.C: + math_cursor.C: subsequent changes + +2001-07-10 André Pönitz + + * math_grid.C: in the first cell of a completely empty row + deletes that row, places the cursor in the first of the + new empty cells. + + * math_grid.C: try to split cell nicely when mutating from single-cell + to multi-cell environment + +2001-07-09 Dekel Tsur + + * math_matrixinset.C (mutate): Use only the first label when + mutating eqnarray to display formula. + +2001-07-09 Juergen Vigna + + * formulabase.C (mathDispatchCreation): don't do anything with the + inset if it cannot be inserted! + +2001-07-09 Jean-Marc Lasgouttes + + * formulabase.C (mathDispatchInsertMath): remove bogus return + statement. + +2001-07-09 André Pönitz + + * math_*inset.C: Change order of arguments in MathInset constructor + + * math_cursor.C: Remove broken "increase space" feature for a while + +2001-07-07 Dekel Tsur + + * formulabase.C (mathDispatchInsertMath): Create an inline formula. + 2001-07-04 André Pönitz * math_parser.C: fix reading of "unusual" alpha chars + * xarray.[hC]: fix debug output of xarray 2001-07-03 André Pönitz