From 2bd07e10758143415fd3682326213d20572f9926 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Thu, 5 Jun 2003 22:42:36 +0000 Subject: [PATCH] Document the change to the file format. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7110 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/ChangeLog | 4 ++++ development/FORMAT | 28 ++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/development/ChangeLog b/development/ChangeLog index f79a5b413f..7d6d924703 100644 --- a/development/ChangeLog +++ b/development/ChangeLog @@ -1,3 +1,7 @@ +2003-02-10 Angus Leeming + + * FORMAT: document 224. + 2003-02-10 John Levon * FORMAT: document 2.22 diff --git a/development/FORMAT b/development/FORMAT index de524ff42f..231d373d15 100644 --- a/development/FORMAT +++ b/development/FORMAT @@ -1,6 +1,34 @@ LyX file-format changes ----------------------- +2003-06-04 Angus Leeming + + Format bumped to 224 + + * the storage of the external inset has been changed from + + \begin_inset External XFig,"file.fig","" + + \end_inset + + to this + + \begin_inset External + template XFig + filename file.fig + display + lyxscale + + \end_inset + + throwing away the final arg (here "", more generally "") that holds + the parameters variable. + Variables are output if present (filename) or different from the default + values (display, lyxscale). + + Moreover, the RasterImage template has been scrapped. All RasterImage + external insets are now converted to Graphics insets. + 2003-05-20 Jürgen Spitzmüller * Added new space insets: -- 2.39.2