]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Rename screen, and don't re-construct it on a buffer change (that is far too
[lyx.git] / src / insets / ChangeLog
index b23d272276dc572551337a7588ee437b9d0022e4..cc3fc13921d196d3153d8e98be14f12e5d848310 100644 (file)
@@ -1,3 +1,42 @@
+2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * insettext.h:
+       * insettext.C: rename/change of LyXScreen
+2002-06-07  Angus Leeming  <leeming@lyx.org>
+
+       Fixes needed to compile with Compaq cxx 6.5.
+       * insetexternal.C: 
+       all c-library variables have been moved into namespace std.
+       Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
+
+2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insetinclude.C (uniqueID): 
+       * insetgraphics.C (uniqueID): renamed from unique_id, since this
+       conflicted with some AIX headers.
+
+2002-05-31  Juergen Vigna  <jug@sad.it>
+
+       * insetert.C (get_new_label): add '...' for multi-paragraph ert
+       insets too
+       (update) new method
+
+2002-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insetexternal.C (clone): fix () bug when using new
+       (updateExternal): don't only look for difftime in global scope
+
+2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
+
+       * insettabular.C: add const
+
+2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insetgraphicsParams.C (Read): use lyxlex::eatLine to read the
+       file name, in case there are weird characters like ',' in there.
+       (bug #407)
+
 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * switch from SigC signals to boost::signals.