]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
whichFont down to 5.3%
[lyx.git] / src / mathed / ChangeLog
index 76da0003379699d9f052533b7e48dc3e56dae4f1..71840dee6437cfc8efeefdfcfedcc1c8ef55f119 100644 (file)
@@ -1,3 +1,300 @@
+
+2002-02-08  André Pönitz <poenitz@gmx.net>
+
+       * math_support.[Ch]: some support for \dddot
+
+2002-02-08  Otto Tronarp <otttr440@student.liu.se>
+
+       * math_decorationinset.C: 
+
+       * math_support.C: 
+
+       * math_hash.C: Added \underrightarrow and \underleftarrow
+
+2002-02-08  Martin Vermeer <martin.vermeer@hut.fi>
+
+       * formulabase.C (localDispatch): fix umlaut handling
+       
+       * formulabase.C: pop up math panel on right mouse click
+
+2002-02-01  André Pönitz <poenitz@gmx.net>
+
+       * math_xarrowinset.[Ch]: support for \xrightarrow and \xleftarrow
+
+2002-02-01  André Pönitz <poenitz@gmx.net>
+
+       * math_xymatrixinset.[Ch]: some support for \xymatrix
+
+2002-02-01  André Pönitz <poenitz@gmx.net>
+
+       * math_undersetinset.[Ch]: implement direct support for \underset
+
+2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
+
+       * math_support.C: removed the arrays latex_mathstyle[] and
+       latex_mathfontcmds[] to the frontends.
+
+2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_macrotable.C (builtinMacros): Add macros for \models and \Join.
+
+2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * math_factory.C (createMathInset): add a default: label in switch
+
+2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * formulabase.[Ch] (searchForward, searchBackward): change the
+       bool const & params to bool.
+
+2002-01-14     Martin Vermeer <martin.vermeer@hut.fi>
+       * math_macrotable.C: added macros for Blackboard Bold,
+       Calligraphic symbols support in mathed. Kludge.
+
+2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * math_mathmlstream.C (operator<<): use lyx::count rather than
+       countChar.
+
+       * math_streamstr.C (operator<<): ditto.
+
+2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * math_support.C: change latex_mathfontcmds to an array of
+       kb_action. 
+
+2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * math_exfuncinset.C: remove using std::ostream declaration.
+
+       * math_kerninset.C: whitespace change, consistent with other files.
+
+       * math_mathmlstream.C (operator<<):
+       * math_streamstr.C (operator<<): use countChar rather than std::count.
+
+       * math_parser.C (operator==): comment out. Not used.
+
+2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * formulabase.C (localDispatch): handle LFUN_FRAK and LFUN_ITAL.
+
+       * math_support.C: separate  string arrays for math style and for
+       font commands.
+
+2002-01-10  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_parser.C (parse_normal): Support for \begin{math}
+
+2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * math_hullinset.C (validate): rename feature "amsstyle" to
+       "amsmath". 
+
+2002-01-09  Martin Vermeer <martin.vermeer@hut.fi>
+
+       * math_support.C: modified to support  a mathed pop-up for math 
+       size "styles" and font types.
+
+2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * math_defs.h: remove trailing comma from enum MathTextCodes.
+
+2002-01-03  André Pönitz <poenitz@gmx.net>
+
+       * formulabase.[Ch]: implement simple search
+
+       * math_sizeinset.[Ch]: support for \displaystyle etc
+
+2001-12-18  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_macrotable.C (builtinMacros): Adjust kern values.
+
+2001-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * math_atom.C:
+       * math_binaryopinset.C:
+       * math_binominset.C:
+       * math_casesinset.C:
+       * math_charinset.C:
+       * math_data.C:
+       * math_diminset.C:add missing config.h
+
+       * math_cursor.C:
+       * math_parser.C: move inludes around a bit.
+
+       * math_extinset.C: user boost::scoped_ptr
+
+       * math_parser.C: user std::fill to fill the catcodes. (please
+       check this one...), and some consts.
+       
+2001-12-11  André Pönitz <poenitz@gmx.net>
+
+       * math_cursor.C: allow cut&paste of rectangular regions of cells
+
+2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_kerninset.C (metrics): Consider lyxrc.zoom
+
+2001-12-14  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_support.C: Fix handling of \mathfrak font.
+
+2001-12-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * math_iterator.C (nextInset): compilation fix.
+
+2001-12-11  André Pönitz <poenitz@gmx.net>
+
+       * math_defs.h:
+       * math_parser.C:
+       * math_hash.C: support for \mathfrak
+
+2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * math_streamstr.C: #include <iostream> to compile with DEC cxx
+
+2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * math_arrayinset.C:
+       * math_boxinset.C:
+       * math_decorationinset.C:
+       * math_deliminset.C:
+       * math_dotsinset.C:
+       * math_exfuncinset.C:
+       * math_exintinset.C:
+       * math_funcinset.C:
+       * math_funcliminset.C:
+       * math_hullinset.C:
+       * math_kerninset.C:
+       * math_limopinset.C:
+       * math_sizeinset.C:
+       * math_stringinset.C:
+       * math_symbolinset.C:
+       * math_unknowninset.C: include math_streamstr.h and remove
+       unneeded c_str()
+       
+       * math_symbolinset.[Ch]: add constructor taking string
+       
+       * math_mathmlstream.C: move includes around
+
+       * math_streamstr.[Ch]: add operator<<(Stream, string) for
+       NormalStream, MapleStream, MathMLStream and OctaveStream
+       
+       * math_gridinset.C: user LyXLength::zero
+       
+2001-11-19  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * formula.C:
+       * math_arrayinset.C: add using std::getline directive.
+
+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}