]> git.lyx.org Git - features.git/commitdiff
Add some history to layout2layout.py.
authorRichard Heck <rgheck@comcast.net>
Mon, 24 Mar 2008 13:21:26 +0000 (13:21 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 24 Mar 2008 13:21:26 +0000 (13:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23918 a592a061-630c-0410-9148-cb99ea01b6c8

lib/scripts/layout2layout.py

index 251492b42f8642633da815069209e7b84a951076..e628a300fdfd5bf3b837d5b0bfea7e91c46c5d95 100644 (file)
 
 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