X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FChangeLog;h=3de9c489f6775a5f4f5d6d31a7afd62713e1a94d;hb=342cdf432246110db37bee4e0aebb4b72c933ddb;hp=84833e1d51fde7fa8d292a1681f2b220e3a11303;hpb=2102d461fa3d4be154c405bd7fcbd085eb72f2f6;p=lyx.git diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 84833e1d51..3de9c489f6 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,35 @@ +2005-01-27 Lars Gullik Bjonnes + + * math_parser.C,math_sizeinset.C: use convert<> instead of + atoi,strToXXX and friends + +2005-01-20 Angus Leeming + + * 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 + + * 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 + + * math_parser.C (parse1): handle style commands that are not inside + a {} pair, fixes bug 1459 (from André) + +2005-01-03 Jean-Marc Lasgouttes + + * math_decorationinset.C (ams, validate): new methods. Require + amsmath when using AMS-LaTeX over and under arrows. + 2005-01-04 Jürgen Spitzmüller * math_nestinset.C: reintroduce LFUN_{SUB|SUPER}SCRIPT.