From 2567314e44e9d63a92349a441c9dbac371b12d86 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 24 Mar 2008 13:21:26 +0000 Subject: [PATCH] Add some history to layout2layout.py. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23918 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/scripts/layout2layout.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lib/scripts/layout2layout.py b/lib/scripts/layout2layout.py index 251492b42f..e628a300fd 100644 --- a/lib/scripts/layout2layout.py +++ b/lib/scripts/layout2layout.py @@ -14,8 +14,16 @@ import os, re, string, sys +# Incremented to format 4, 6 April 2007, lasgouttes +# Introduction of generic "Provides" declaration -# incremented 24 March 2008 by rgh +# Incremented to format 5, 22 August 2007 by vermeer +# InsetLayout material + +# Incremented to format 6, 7 January 2008 by spitz +# Requires tag added to layout files + +# Incremented to format 7, 24 March 2008 by rgh # AddToPreamble tag added to layout files currentFormat = 7 -- 2.39.2