]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
some fixes for compaq cxx
[lyx.git] / src / mathed / ChangeLog
index 89e9b20ac33c944473cf5c7755c95381e19284a1..6017f6310069b33caf40a5692b16bf1ee297ad68 100644 (file)
@@ -1,3 +1,79 @@
+2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * *.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  <larsbj@birdstep.com>
+
+       * 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  <Asger>
+
+       * 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  <Asger>
+
+       * 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  <Asger>
+
+       * 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  <Easter egg>
+
+       * 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  <Asger>
+
+       * math_cursor.C: Renamed stack to path.
+
+2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * math_macro.C:
+       * math_root.C: removed // -*- C++ -*- as first line.
+
 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * array.C: bring memmove into main namespace if necessary
 
        * 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  <poenitz@htwm.de>
 
        * 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  <larsbj@birdstep.com>