]> git.lyx.org Git - features.git/blobdiff - src/insets/ChangeLog
Modify the InsetBox format to always start 'Box'.
[features.git] / src / insets / ChangeLog
index 706bfe102b058b408061b87080920366883bfb91..de90a8f3e7c5e38f1a2e5237d4567125f6616daa 100644 (file)
@@ -1,3 +1,10 @@
+2003-12-10  Angus Leeming  <leeming@lyx.org>
+
+       * insetbox.C: (read, write): now prepend the inset contents with
+       'Box' to identify the inset as a box inset.
+
+       * insetbox.h: move the translators out of sight.
+
 2003-12-10  Angus Leeming  <leeming@lyx.org>
 
        * insetert.C (string2params): clean-up using the new lyxlex interface.
@@ -36,7 +43,8 @@
 
        * insetexternal.C (draw): update the xo_, yo_ cache.
 
-       * ExternalTransforms.[Ch] (ResizeData): add a usingScale member function.
+       * ExternalTransforms.[Ch] (ResizeData): add a usingScale member
+       function.
        (RotationDataType): new helper struct wrapping the
        RotationData::OriginType enum.