]> git.lyx.org Git - lyx.git/blob - development/FORMAT
a bit more const correctness
[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.