]> git.lyx.org Git - lyx.git/blob - development/FORMAT
ws only
[lyx.git] / development / FORMAT
1 Changes to the LyX format since version 220 (LyX 1.2.0) was released.
2 =====================================================================
3
4 2002-08-12  Andre' Poenitz <poenitz@gmx.de>
5
6 Added \lyxlock for locked math inset when written to .lyx file.
7 When "downgrading" .lyx files this should simple be deleted but it
8 does not hurt at all if it stays in. It does not have to be added
9 when "upgrading".
10
11
12 2002-08-02  Angus Leeming  <leeming@lyx.org>
13
14 Added a boolean "preview" flag to InsetCommandParams.
15 Currently it is written only by InsetInclude, because only this
16 class can generate a preview of its contents.
17
18 The LyX file now contains:
19
20  \begin_inset Include \input{snapshot_t=40.tex}
21 +preview true
22
23  \end_inset 
24
25 Earlier versions of LyX just swallow this extra token silently.
26
27 2002-08-12  Angus Leeming  <leeming@lyx.org>
28
29 The 1.2.0 InsetGraphicsParams "size_type" and "lyxsize_type" have been
30 renamed as "size_kind" and "lyxsize_kind" respectively.
31
32  \begin_inset Graphics FormatVersion 1
33         filename file.eps
34         display default
35 -       size_kind original
36 +       size_type original
37         width 7cm
38         rotateOrigin center
39 -       lyxsize_kind original
40 +       lyxsize_type original
41         lyxwidth 4cm
42
43  \end_inset 
44