]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
ParagraphParameters and SharedContainer
[lyx.git] / src / insets / ChangeLog
index 7b4d58ee99383ed9ead5499ebac1e6fc741de7a4..779456aef00c4a3cecc3f1d0ae5e7cf8991c47e6 100644 (file)
@@ -1,3 +1,46 @@
+2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * insettext.C: changes becuase of ParagraphParameters.
+
+2001-02-28  Baruch Even  <baruch@ev-en.org>
+
+       * insetgraphics.C (updateInset): Changed due to the change in
+       GraphicsCache.
+
+2001-02-26  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (SetFont): Set Undo only if we have selection (as it is
+       handled in LyXText).
+
+2001-02-23  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (draw): some small repainting fixes.
+       (LocalDispatch): put the sel_cursor stuff after the insert of chars.
+
+       * inset.C (LocalDispatch): changed action to be a kb_action (as it
+       should be) and not an int.
+       
+       * insettabular.C (LocalDispatch): ditto
+
+       * insettext.C (LocalDispatch): ditto
+
+       * insetcollapsable.C (LocalDispatch): ditto
+
+2001-02-22  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (LocalDispatch): return DISPATCHED if we cannot
+       DISPATCH it and we don't have a locking_inset.
+
+2001-02-21  Baruch Even  <baruch@ev-en.org>
+
+       * insetgraphics.[Ch]: Changed to use boost::shared_ptr<GraphicsCacheItem>
+       instead of GraphicsCacheItem *.
+
+2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * insetcollapsable.C (getLyXText): add const qualifier to second
+       parameter. 
+
 2001-02-22  Juergen Vigna  <jug@sad.it>
 
        * insettext.C (getLyXText): honor the recursive parameter.