]> 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 70387c1579d57c7755f5e9c517975a999f48efed..a26eed6f5051484e0e75152df19b4e667a23d644 100644 (file)
@@ -1,3 +1,50 @@
+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.