]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
forward search in math insets. ugly. seems to work. don't ask why.
[lyx.git] / src / mathed / ChangeLog
index 2735b4efe83161459863c36de50c9263aa088ccd..1738fc7090f95bd402c2166a34d38f81d8c0d440 100644 (file)
@@ -1,3 +1,37 @@
+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.