X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FChangeLog;h=72af1de76223503cadcf8402908bdace744d8246;hb=b906c06db6ecd4b63bb5cdb5781ab05029303e25;hp=4535c63426b38130d12c8e435fa256c28921af2f;hpb=8ccdbef7a0d4f7f09cf4de4ca1873d8a497231cb;p=lyx.git diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 4535c63426..72af1de762 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,13 +1,40 @@ +2001-02-13 Lars Gullik Bjønnes + + * array.C (strange_copy): fix bug (hopefully) + * many files: add a lot of new files and move methods to the class + files they belong to. Only first attempt at cleanup more will + follow. + +2001-02-12 André Pönitz + + * math_macro.[hC]: replace MathMacroArgument[] with + std::vector + * math_defs.h: + math_inset.C: replace int[] with std::vector + * math_panel.h: + * math_symbols.C: replace FL_OBJECTP[] with + std::vector + +2001-02-12 Lars Gullik Bjønnes + + * math_defs.h (struct MathedRowSt): make all private variables end + with '_', initialize in initializer list instead of in function + body. + 2001-02-12 Dekel Tsur * formula.C (LocalDispatch): Change the default action of break-line to create an align* environment instead of eqnarray*. - * math_inset.C (Metrics): Correct drawing of the multline environment. + * math_inset.C (Metrics): Correct drawing of the multline + environment. 2001-02-12 André Pönitz - * array.[hC]: replace private variable maxsize_ with call - to bf_.size() + + * array.[hC]: replace private variable maxsize_ with call to + bf_.size() + * math_defs.h: replace int[] by std::vector for + MathedRowSt::widths 2001-02-09 Lars Gullik Bjønnes