]> 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 98154035de4b2635524846931cee1a66dbc49a34..9403b0b79b0a683b7a4c9fa49fc281783793535a 100644 (file)
@@ -1,3 +1,13 @@
+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>.