]> 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 edfa2e5dfa94baac2a523a3b3e64c9bb2cead258..cc3fc13921d196d3153d8e98be14f12e5d848310 100644 (file)
@@ -1,3 +1,90 @@
+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.
+
+2002-05-28  André Pönitz <poenitz@gmx.net>
+
+       * insets/insetgraphicsParams.[Ch]:
+         put in inset related stuff from src/graphic
+
+2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
+
+       * inset.C:
+       * inset.h:
+       * insetbib.C:
+       * insetbib.h:
+       * insetcite.h:
+       * insetcite.C:
+       * insetcollapsable.C:
+       * insetcollapsable.h:
+       * inseterror.C:
+       * inseterror.h:
+       * insetert.C:
+       * insetert.h:
+       * insetexternal.C:
+       * insetexternal.h:
+       * insetfloatlist.C:
+       * insetfloatlist.h:
+       * insetgraphics.C:
+       * insetgraphics.h:
+       * insetinclude.C:
+       * insetinclude.h:
+       * insetindex.C:
+       * insetindex.h:
+       * insetlabel.C:
+       * insetlabel.h:
+       * insetparent.C:
+       * insetparent.h:
+       * insetref.C:
+       * insetref.h:
+       * insettabular.C:
+       * insettabular.h:
+       * insettext.C:
+       * insettext.h:
+       * insettoc.C:
+       * insettoc.h:
+       * inseturl.C:
+       * inseturl.h: use mouse_state. Kill insetKeyPress
+
 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
 
        * insetbib.C:
@@ -11,7 +98,7 @@
        * insetspecialchar.C:
        * insettabular.C:
        * insettext.C: name change for font metrics
+
 2002-05-24  Juergen Vigna  <jug@sad.it>
 
        * insetgraphics.h: include inset.h first (for LString.h)
 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
 
        * insettext.C: screen moved
+
 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
 
        * insetbib.C:
        * insettext.C:
        * insettoc.C:
        * inseturl.C: LyXView moved into frontends/
+
 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
 
        * inset.C:
        * insetspecialchar.C:
        * insettabular.C:
        * insettext.C: move Painter to frontends/
+
 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * insettabular.h: use more specific smart_ptr header.