]> 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 6521dd950ce298303a43dc280e92d6aed4f8df8c..495f1af737d25502054ac0bea6b382f1705f3982 100644 (file)
@@ -1,3 +1,76 @@
+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: