X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmathed%2FChangeLog;h=6017f6310069b33caf40a5692b16bf1ee297ad68;hb=9f42114d4d865aac377bee09389e4c88fe701cc3;hp=89e9b20ac33c944473cf5c7755c95381e19284a1;hpb=07ea5f51f03223a1cce9bb5b8260f5a5e9dba9de;p=lyx.git diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 89e9b20ac3..6017f63100 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,79 @@ +2001-06-27 Jean-Marc Lasgouttes + + * *.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. + + * math_fracinset.C: We can enter fractions with cursor up and + down. + + * math_cursor.C (Right): Fixes for cursor movement. + + * formula.C (draw): New background color for math. + + * math_cursor.C: Fixes for toggling labels on/off in math. + Fixes for infinity and other symbols that didn't appear in + LaTeX. + +2001-06-24 The LyX Project + + * math_inset.C: Cursor movement is better in square roots, among + other things. + + * math_cursor.C (Interpret): Improved subscript bullshit. Improved + cursor up/down movement. What not. + +2001-06-24 The LyX Project + + * math_matrixinset.C: Hidden labels are hidden, unless a small + dragon jumps out of the screen, and pronounce them to the entire + world. + +2001-06-24 The LyX Project + + * math_cursor.C: Cursor improvements after a few dead-ends + in the evolution of cursor movement were tested and scrapped. + +2001-06-24 The LyX Project + + * math_cursor.C: Renamed stack to path. + +2001-06-19 Angus Leeming + + * math_macro.C: + * math_root.C: removed // -*- C++ -*- as first line. + 2001-05-31 Jean-Marc Lasgouttes * array.C: bring memmove into main namespace if necessary @@ -36,11 +112,14 @@ * math_parser.C: fix \frac handling bug introduced on 04-24 * math_xiter.C: hotfix for merging "shared" insets + * formula.C: fixing display after using math-insert 2001-04-25 André Pönitz * math_*.[Ch]: WriteNormal * formula.C: Support for new "math extern" command + * math_parser.C: fix \frac handling bug introduced on 04-24 + * math_xiter.C: hotfix for merging "shared" insets 2001-04-25 Lars Gullik Bjønnes