]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
the convert patch
[lyx.git] / src / mathed / ChangeLog
index 84833e1d51fde7fa8d292a1681f2b220e3a11303..3de9c489f6775a5f4f5d6d31a7afd62713e1a94d 100644 (file)
@@ -1,3 +1,35 @@
+2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * math_parser.C,math_sizeinset.C: use convert<> instead of
+       atoi,strToXXX and friends
+
+2005-01-20  Angus Leeming  <leeming@lyx.org>
+
+       * math_spaceinset.C (validate):
+       latex_mathspace[space_] == "negmedspace" is unsafe because both
+       operands are of type "char const *". Performing comparison on
+       the address of the string literal therefore. Fix is to explicitly
+       convert one operand to a string.
+       With thanks to MSVC ;-)
+
+2005-01-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * math_symbolinset.C (validate): require wasysym as needed
+
+       * math_decorationinset.C (ams): remove again \overleftarrow and
+       \overrightarrow, which do not require amslatex (although amslatex
+       redefines them).
+
+2005-01-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_parser.C (parse1): handle style commands that are not inside
+       a {} pair, fixes bug 1459 (from André)
+
+2005-01-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * math_decorationinset.C (ams, validate): new methods. Require
+       amsmath when using AMS-LaTeX over and under arrows.
+
 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * math_nestinset.C: reintroduce LFUN_{SUB|SUPER}SCRIPT.