]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / ChangeLog
index 45639abc52111dd5185e84ccc5b7d7c9073cc7b3..495f1af737d25502054ac0bea6b382f1705f3982 100644 (file)
@@ -1,3 +1,114 @@
+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