]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Allow including of files with different class than the parent file
[lyx.git] / src / insets / ChangeLog
index 236d75be33a90e01d52f8c3a7d7f6a0c57423575..a26eed6f5051484e0e75152df19b4e667a23d644 100644 (file)
@@ -1,6 +1,83 @@
+2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insetinclude.C (Latex): Do not exit when the textclass of the
+       included file differ from the textclass of the parent file.
+
+2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ExternalTemplate.C (read): the reading of external insets now checks
+       for \end_inset and removes it form the input stream.
+
+2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
+
+       * ExternalTemplate.h:
+       * ExternalTemplate.C:
+       * insetexternal.h:
+       * insetexternal.C: move form to GUII
+
+2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * insettoc.C (Ascii): use the Buffer typedefs
+
+2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * insettoc.C (Ascii): implement for dynamic number of lists
+
+       * insetcaption.[Ch]: update from new_insets branch
+       * insetfloat.[Ch]: ditto
+       
+2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
+
+       * insetexternal.C:
+       * figinset.C: use new File Dialog
+
+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.
+       (SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
 
        * inset.C (getLyXText): added bool recursive parameter.