]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/layout2layout.py
GuiSearch: make search options visible/accessible in minimal mode
[lyx.git] / lib / scripts / layout2layout.py
index 0a1edde4b89a76efbdd87d607a5f9a17423d736a..eb04f45a482cb53055b9a0d3289770e3f87245c3 100644 (file)
@@ -11,7 +11,7 @@
 # This script will update a .layout file to current format
 
 # The latest layout format is also defined in src/TextClass.cpp
-currentFormat = 89
+currentFormat = 93
 
 
 # Incremented to format 4, 6 April 2007, lasgouttes
@@ -304,6 +304,18 @@ currentFormat = 89
 # Incremented to format 89, 5 December 2020 by rkh
 # New tag LaTeXName for counters
 
+# Incremented to format 90, 11 December 2020 by spitz
+# Use semantic label colors
+
+# Incremented to format 91, 25 January 2021 by spitz
+# InputGlobal tag
+
+# Incremented to format 92, 30 January 2021 by spitz
+# Add ProvideInsetLayout and ModifyInsetLayout
+
+# Incremented to format 93, 13 February 2021 by spitz
+# Add DocBookNoFontInside
+
 # Do not forget to document format change in Customization
 # Manual (section "Declaring a new text class").
 
@@ -554,7 +566,7 @@ def convert(lines, end_format):
                 i += 1
             continue
 
-        if 87 <= format <= 89:
+        if 87 <= format <= 93:
             # nothing to do.
             i += 1
             continue