]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
updated BUGS list, and a ChangeLog entry for a change..
[lyx.git] / src / mathed / ChangeLog
index 6e8f8a3688d5977f26685d7f36b8110306404a37..898bd45f37380c0078cd453323b2a8f0339af971 100644 (file)
@@ -1,3 +1,125 @@
+2001-11-20 André Pönitz  <poenitz@gmx.net>
+       
+       * formulabase.C: fix mouse positioning using the cursor
+
+2001-11-19  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_mathmlstream.C (operator<<): Count '\n' chars
+
+2001-11-11  Michael A. Koziarski <michael@koziarski.org>
+
+       * math_macro.C
+       * math_hullinset.C:  Fixes to use the new LaTeXFeatures
+       correctly.
+
+2001-11-07  André Pönitz  <poenitz@gmx.net>
+
+       * math_extern.C: support for integrals, sums, e^x, and d/dx
+
+2001-11-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * math_extern.C (extractNumber): 
+       (extractDiffExponent): add ugly .c_str()
+
+2001-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * math_arrayinset.C (MathArrayInset): 
+       * formula.C (pipeThroughMaple): 
+       (pipeThroughOctave): add ugly .c_str() to help compile
+       with lyxstring
+
+2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * math_inset.C: compilation fix
+
+2001-11-07  André Pönitz  <poenitz@gmx.net>
+
+       * math_*inset.[Ch]:
+       * array.[Ch]: start native C++ support for Octave, Maple and MathML
+
+2001-10-31  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * math_defs.h: remove non-standard trailing comma from MathSymbolTypes.
+
+2001-10-24  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * math_nestinset.C: added using std::max, min directives.
+       * math_scriptinset.C: added using std::ostream directive.
+       * math_scriptinset.h: replaced ostream with std::ostream.
+
+2001-10-17  André Pönitz  <poenitz@gmx.net>
+
+       * math_*inset.[Ch]: remove MathStyles cache from insets that
+         don't need it
+
+       * support.C: 
+         formulabase.C: fix math font sizes in headings etc
+
+       * math_inset.[Ch]:
+         formula.C: remove unused static member int MathInset::workwidth
+
+       * math_gridinset.[Ch]: implement idxHome() and idxEnd()
+
+2001-10-17  André Pönitz  <poenitz@gmx.net>
+
+       * math_inset.h:
+       * *.[Ch]: make output more stream-like
+
+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