X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FChangeLog;h=a14639c957f4cbb4e36a17a47a3fb65b8f9ae7d9;hb=5c40a062b2034f48f5b79079017bbaac8ba9363c;hp=5e5591bd9107bd51176f480aabf4bf60532e63eb;hpb=76ef051b1cb1fb51c3ffd8ccc9105be4471e74d4;p=lyx.git diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 5e5591bd91..a14639c957 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,138 @@ +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 + + * math_parser.C: fix bug where equations did not get their labels + + * formulabase.C: new feature: changing font on selection + + * several files: subsequent changes + + * array.C: fix bug when insets have not been cloned properly + This should fix quite a few "random" crashes... + +2001-06-29 Jean-Marc Lasgouttes + + * formulabase.C (localDispatch): use .c_str() on istringstream + constructor argument. + +2001-06-27 Jean-Marc Lasgouttes + + * math_grid.C (addCol): add second argument to cellinfo_.insert. + Cleanup a bit the code. + (appendRow): do not call push_back without argument. + + * *.C: remove all "using namespace std" directives (not + good!!) and replaced it with relevant "using" directives. + + * math_macrotemplate.C (Clone): change return type to MathInset* + +2001-06-27 Lars Gullik Bjønnes + + * math_sizeinset.C: include support/LOstream.h + + * math_scriptinset.C (Metrics): std:: qualify max + + * math_root.C (Metrics): std:: qualify max + (Write): std:: qualify ostream + (WriteNormal): ditto + + * math_matrixinset.C (getLabelList): std:: qualify vector + include vector + (Metrics): std:: qualify max + (header_write): std:: qualify ostream + (footer_write): ditto + + * math_macrotemplate.C (Write): std:: qualify ostream + + * math_bigopinset.C (Metrics): std:: qualify max, and include + functional + + * math_matrixinset.h: include vector and std:: qualify it. + + * array.C (GetInset): get a pointer to the first element of bf_ + not an iterator. + 2001-06-25 The LyX Project * math_scriptinset.C: Fix for entering with cursor up/down. @@ -36,6 +171,20 @@ * math_cursor.C: Renamed stack to path. +2001-06-24 The LyX Project + + * *.[Ch]: + Makefile.am: The Big Patch + (rewrite of MathArray, MathCursor, MathMatrixInset, MathBigopInset; + new MathScriptInset for up/down stuff; + delete MathIter/MatXIter, MathParInset, MathRowSt + Changes to the inset inheritance tree, reunification of abstract math + inset base classes; + label/numbering handling back to life; + major changes to the parser(s); + new base class FormulaBase for the two math LyXInsets; + general cleanup and cosmetic changes) + 2001-06-19 Angus Leeming * math_macro.C: