mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 06:20:28 +00:00
5e802bab4d
Document this change in a new file FORMAT. Enable the user to toggle preview status by modifying the Include dialog. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4849 a592a061-630c-0410-9148-cb99ea01b6c8
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.
|