]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
Compile fix gcc 2.95 + stlport
[lyx.git] / src / mathed / ChangeLog
index cdd54a88ccb41feb9ea7b1a0d899fb70cfe00349..9192fa70fd97d0b8515acb5abcd47e50d63638c8 100644 (file)
@@ -1,3 +1,23 @@
+2004-02-03  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_nestinset.C: use const_cast to get to compile for stlport
+
+2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * math_hullinset.C: add using statements for std::ostream,
+       std::swap and std::vector
+
+       * math_gridinset.C (idxDelete): remove std:: from swap.
+       (priv_dispatch): ditto
+
+       * math_extern.C: add using statement for std::swap and std::vector
+
+       * math_cursor.C: remove std:: from string
+       (openable): use nucleus instead of operator->
+
+       * math_atom.h: add a const variant of nucleus
+
+       * math_atom.C: add using statement for std::swap
 
 2004-01-15  André Pönitz  <poenitz@gmx.net>
 
@@ -6,7 +26,7 @@
 
 2004-01-15  André Pönitz  <poenitz@gmx.net>
 
-       * *.[Ch]: change signature of priv_dispatch to prepare 
+       * *.[Ch]: change signature of priv_dispatch to prepare
        inset unification
 
 2003-12-15  Ronald Florence <ron@18james.com>
@@ -17,7 +37,7 @@
 
        * math_pos.[Ch]: remove (it's now cursor_slice.[Ch])
 
-       * Makefile.am: 
+       * Makefile.am:
        * math_cursor.[Ch]:
        * math_iterator.[Ch]: adjust
 
@@ -36,7 +56,7 @@
 2003-11-10  André Pönitz  <poenitz@gmx.net>
 
        * formula.C:
-       * formulabase.C:  adjust to removed inset locking 
+       * formulabase.C:  adjust to removed inset locking
 
 2003-11-05  José Matos  <jamatos@lyx.org>