]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Applied Angus patch to compile on DEC C++ and to avoid name clashes
[lyx.git] / src / ChangeLog
index 06064a5292152ae244386a3b68c7ff2a286f0e38..9403b0b79b0a683b7a4c9fa49fc281783793535a 100644 (file)
@@ -1,3 +1,17 @@
+2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * LString.h: removed "using std::getline"!
+
+       * BufferView_pimpl.C (Dispatch): changes due to changes in
+       InsetInclude::Params.
+
+       * buffer.C (tag_name): removed redundant break statements as they were
+       producing lots of warnings with my compiler.
+
+2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * LString.h: add "using std::getline" when using the real <string>.
+
 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
 
        * buffer.C: removed bitset usage.