]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
rename math_(root|grid).[Ch] to math_(root|grid)inset.[Ch]
[lyx.git] / src / mathed / ChangeLog
index 7cf5a8f7ba80f9d49544fe88e6fc79bfceb628e6..a14639c957f4cbb4e36a17a47a3fb65b8f9ae7d9 100644 (file)
@@ -1,4 +1,38 @@
+2001-07-16 André Pönitz  <poenitz@htwm.de>
 
+       * math_grid.[Ch] -> math_gridinset.[Ch]
+         math_root.[Ch] -> math_rootinset.[Ch]: more consistent names
+
+2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * 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  <poenitz@htwm.de>
+
+       * math_cursor.[hC]: multicell selection (multicell pasete still defunct)
+
+       * several files: supporting changes
+
+2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       Consistent use of Lsstream.h:
+       * formula.C: removed using std::ostringstream directive.
+
+       * math_cursor.C: std::istringstream -> istringstream.
+
+2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * math_decorationinset.h: add std:: qualifier
+
+2001-07-12 André Pönitz  <poenitz@htwm.de>
+
+       * math_updowninset.[hC]: new base class for script and bigop insets
+               *.[hC]: subsequent changes to all Metric() functions
+       
+       * math_parser.C: small changes (\sqrt0 is read properly now)
+       
 2001-07-10 André Pönitz  <poenitz@htwm.de>
        
        * math_accentinset.[hC]: rewrite