mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
18 lines
521 B
Plaintext
18 lines
521 B
Plaintext
|
Changes to the LyX format since version 220 (LyX 1.2.0) was released.
|
||
|
=====================================================================
|
||
|
|
||
|
2002-08-02 Angus Leeming <leeming@lyx.org>
|
||
|
|
||
|
Added a boolean "preview" flag to InsetCommandParams.
|
||
|
Currently it is written only by InsetInclude, because only this
|
||
|
class can generate a preview of its contents.
|
||
|
|
||
|
The LyX file now contains:
|
||
|
|
||
|
\begin_inset Include \input{snapshot_t=40.tex}
|
||
|
+preview true
|
||
|
|
||
|
\end_inset
|
||
|
|
||
|
Earlier versions of LyX just swallow this extra token silently.
|