]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
help a bit compilation with sun CC
[lyx.git] / src / mathed / ChangeLog
index a0fd5879183c5bdebc8d54423c23f131248a2e63..a5fb2aeae927a5367c008fa00e789dd011c36468 100644 (file)
@@ -1,3 +1,52 @@
+2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * 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  <poenitz@htwm.de>
+
+       * 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  <poenitz@htwm.de>
+
+       * math_*.[Ch]: WriteNormal
+       * formula.C: Support for new "math extern" command
+
+2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * math_macrotable.C: include <iostream>
+
+2001-04-24 André Pönitz  <poenitz@htwm.de>
+
+       * math_macro.[Ch]:
+       * math_macrotable.[Ch]:
+       * math_macroarg.[Ch]: restructuring of macro handling
+       * several files: 
+
+2001-04-25  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * array.h (operator<<):
+       * math_macro.h (dump, operator<<): added std:: qualifier to ostream.
+
+       * math_macrotable.C: added using std::make_pair directive.
+       (dump): added using std::cerr directive here as I guess that this is
+       temporary.
+
+2001-04-20  Allan Rae  <rae@lyx.org>
+
+       * formula.C (LocalDispatch): fixed another #warning.  Guess who.
+
 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * math_macrotemplate.h: inherit privately from noncopyable