X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FChangeLog;h=a14639c957f4cbb4e36a17a47a3fb65b8f9ae7d9;hb=5c40a062b2034f48f5b79079017bbaac8ba9363c;hp=7c73593516cfeedef540af744a999b0782fec6a9;hpb=cec0dd19d0fd7c3a097457ac1899cd0e2e3c5b76;p=lyx.git diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 7c73593516..a14639c957 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,7 +1,25 @@ +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 @@ -11,7 +29,7 @@ 2001-07-12 André Pönitz * math_updowninset.[hC]: new base class for script and bigop insets - *.[hC]: subsequnet changes to all Metric() functions + *.[hC]: subsequent changes to all Metric() functions * math_parser.C: small changes (\sqrt0 is read properly now)