]> 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 0d99b5727b618e9f4f1a5a308220b16e46641bc6..a14639c957f4cbb4e36a17a47a3fb65b8f9ae7d9 100644 (file)
@@ -1,4 +1,86 @@
-2001-04-27 André Pönitz  <poenitz@htwm.de>
+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
+
+       * math_parser.C:
+               math_cursor.C: subsequent changes
+
+2001-07-10 André Pönitz  <poenitz@htwm.de>
+
+       * math_grid.C: <Delete> in the first cell of a completely empty row
+         deletes that row, <C-Return> places the cursor in the first of the
+         new empty cells.
+
+       * math_grid.C: try to split cell nicely when mutating from single-cell
+         to multi-cell environment
+
+2001-07-09  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_matrixinset.C (mutate): Use only the first label when
+       mutating eqnarray to display formula.
+
+2001-07-09  Juergen Vigna  <jug@sad.it>
+
+       * formulabase.C (mathDispatchCreation): don't do anything with the
+       inset if it cannot be inserted!
+
+2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * formulabase.C (mathDispatchInsertMath): remove bogus return
+       statement. 
+
+2001-07-09 André Pönitz  <poenitz@htwm.de>
+
+       * math_*inset.C: Change order of arguments in MathInset constructor 
+
+       * math_cursor.C: Remove broken "increase space" feature for a while
+
+2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * formulabase.C (mathDispatchInsertMath): Create an inline formula.
+
+2001-07-04 André Pönitz  <poenitz@htwm.de>
+
+       * math_parser.C: fix reading of "unusual" alpha chars
+
+       * xarray.[hC]: fix debug output of xarray
+
+2001-07-03 André Pönitz  <poenitz@htwm.de>
 
        * math_parser.C: fix bug where equations did not get their labels