X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FChangeLog;h=a5fb2aeae927a5367c008fa00e789dd011c36468;hb=b0da75ab1e6ed0e5a14d89e8f2573cfad32498e0;hp=74906a1cd414952b71da356b22cb93365a03dc43;hpb=2b63437db26d42fd5e1fe4e65aef14c0c10074b1;p=lyx.git diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 74906a1cd4..a5fb2aeae9 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,7 +1,39 @@ +2001-05-02 Jean-Marc Lasgouttes + + * matriz.C: add using directives when needed for C functions + declared in std:: namespace. + + * math_macrotemplate.h: do not use explicitely std::string, but + string. + + * math_macroarg.C: avoid bringing the whole std:: namespace in + global-land. When you do that, there is an ambiguity between + lyxstring and std::string (which may be defined at the same time). + + * formula.C (HandleExtern): add .c_str() to .str() (useful when + using lyxtring) + +2001-04-27 André Pönitz + + * math_parser.C: fix \frac handling bug introduced on 04-24 + * math_xiter.C: hotfix for merging "shared" insets + +2001-04-25 André Pönitz + + * math_*.[Ch]: WriteNormal + * formula.C: Support for new "math extern" command + 2001-04-25 Lars Gullik Bjønnes * math_macrotable.C: include +2001-04-24 André Pönitz + + * math_macro.[Ch]: + * math_macrotable.[Ch]: + * math_macroarg.[Ch]: restructuring of macro handling + * several files: + 2001-04-25 Angus Leeming * array.h (operator<<):