]> git.lyx.org Git - lyx.git/blob - development/FORMAT
9d4dfe87b84e3ae0e71aacae9762cb3adb6fd8e5
[lyx.git] / development / FORMAT
1 Changes to the LyX format since version 220 (LyX 1.2.0) was released.
2 =====================================================================
3
4 2002-08-02  Angus Leeming  <leeming@lyx.org>
5
6 Added a boolean "preview" flag to InsetCommandParams.
7 Currently it is written only by InsetInclude, because only this
8 class can generate a preview of its contents.
9
10 The LyX file now contains:
11
12  \begin_inset Include \input{snapshot_t=40.tex}
13 +preview true
14
15  \end_inset 
16
17 Earlier versions of LyX just swallow this extra token silently.
18
19 2002-08-12  Angus Leeming  <leeming@lyx.org>
20
21 The 1.2.0 InsetGraphicsParams "size_type" and "lyxsize_type" have been
22 renamed as "size_kind" and "lyxsize_kind" respectively.
23
24  \begin_inset Graphics FormatVersion 1
25         filename file.eps
26         display default
27 -       size_kind original
28 +       size_type original
29         width 7cm
30         rotateOrigin center
31 -       lyxsize_kind original
32 +       lyxsize_type original
33         lyxwidth 4cm
34
35  \end_inset 
36