]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
some visual support for \lefteqn
[lyx.git] / src / mathed / ChangeLog
index cf59a573ba9a74682a6054c99dcdce8d01a31023..9aef0b27634b6eb504706de28f4f0345cc91aecd 100644 (file)
@@ -1,3 +1,104 @@
+
+2001-10-17  André Pönitz  <poenitz@gmx.net>
+
+       * formula.C:
+       * array.C: add missing/broken  writeNormal()
+
+       * math_lefteqn.[Ch]: some visual support for \lefteqn
+       
+
+2001-10-10  André Pönitz  <poenitz@gmx.net>
+
+       * math_cursor.C: introduce dummy "inner" position "between"
+       nucleus and scripts for smoother cursor movement
+
+       * math_cursor.C: use red dot to indicate empty nucleus
+
+
+2001-10-02  André Pönitz  <poenitz@gmx.net>
+
+       * math_cursor.C: leave red backslash as visual clue
+       in formula when typing macro names
+
+       *       math_macrotemplate.C: sanity check
+
+2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * math_cursor.C:
+       * formula.C (localDispatch): fix a few of local variable sizes
+
+       * math_fracbase.C: change parameter types to match MathInset
+
+2001-10-01  André Pönitz  <poenitz@gmx.net>
+
+       * math_cursor.[Ch]: remove local parInset() method
+
+       * math_macro.C: add a static_cast
+
+2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * math_cursor.C: fix type mismatches with what was declared in
+       math_cursor.h. 
+
+2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_matrixinset.C (header_write): Add \n after \begin{align}
+
+2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_macrotable.C (builtinMacros): Add some macros if latex
+       fonts are available.
+
+2001-09-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * formula.C (insetAllowed): disallow label insertion in inline
+       formula
+
+2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * formulabase.C (mathDispatchCreation): pass second argument
+       'false' (no label) to selectionAsString
+
+2001-09-11  André Pönitz  <poenitz@gmx.net>
+
+       * math_atom.[Ch]: new basic item in the MathArray
+
+       * array.[Ch]: move code over to math_atom
+
+       * math_scriptinset.[Ch]:
+         math_parser.C:
+         math_cursor.C: try to do with super- and subscripts what TeX does
+
+2001-09-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * math_parser.C (tokenize): add a .c_str() (needed with lyxstring)
+
+2001-09-04  André Pönitz  <poenitz@gmx.net>
+
+       * math_defs.h:
+       * math_parser.C:
+       * math_matrixinset.C: some support for the AMS 'alignat', 'xalignat',
+           'xxalignt', 'gather' and 'multiline' environments
+
+       * math_cursor.C: fix handling of | and \|
+       
+2001-09-04  José Matos  <jamatos@fep.up.pt>
+
+       * formulabase.C
+       * formulabase.h
+       * formula.C
+       * formula.h
+       * formulamacro.C
+       * formulamacro.h (docbook): rename docBook method to docbook.
+
+2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_hash.C (ReadSymbols): Check for duplicate symbols
+
+2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * support.C: added a using std::map directive.
+
 2001-08-17  André Pönitz  <poenitz@gmx.net>
 
        * math_hash.C: Use std::map instead of faking it