]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
further code uglification to make Jean-Marc's compiler happy
[lyx.git] / src / mathed / ChangeLog
index 6997fabb52eb4cf0cacd7129252fe152a600702d..de109d12801a395b608562241a0fcce5d6c7a875 100644 (file)
@@ -1,3 +1,28 @@
+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)