From: Lars Gullik Bjønnes Date: Thu, 1 Mar 2001 13:39:36 +0000 (+0000) Subject: changes so far ... X-Git-Tag: 1.6.10~21542 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=21983193d687fc0d031ae9ce87d144255a7b7b3f;p=features.git changes so far ... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1648 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index ab4b783ceb..2561a99a01 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,27 @@ +2001-03-01 Lars Gullik Bjønnes + + * math_parinset.h: add pragma + (SetAlign): move inline out of class def + (GetColumns): ditto + (GetRows): ditto + (isMatrix): ditto + (setArgumentIdx): ditto + (setNextArgIdx): ditto + (getArgumentIdx): ditto + (getMaxArgumentIdx): ditto + (setRowSt): ditto + (xo): ditto + (yo): ditto + + * math_parinset.C: add pragma + (Write): change the else clause, lessen depth + + * math_macroarg.h: small whitespace change + + * array.C: include support/LOstream.h add using ostream and endl + + * array.h (dump): add std:: on ostream + 2001-02-28 Lars Gullik Bjønnes * math_macrotemplate.h: remove default arg on update