]> git.lyx.org Git - features.git/commitdiff
Forgot this, too.
authorRichard Heck <rgheck@comcast.net>
Fri, 5 Jun 2009 20:07:16 +0000 (20:07 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 5 Jun 2009 20:07:16 +0000 (20:07 +0000)
Documentation is Customization.lyx will follow, once this stabilizes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29973 a592a061-630c-0410-9148-cb99ea01b6c8

lib/scripts/layout2layout.py

index dc4bbf0728f457ff31e39451fd6ff2e19ebdd8d5..e354bdfafedaa433b22c8f8fd84ad8ce78ead537 100644 (file)
@@ -52,6 +52,15 @@ import os, re, string, sys
 # Add new tag OutputFormat; modules can be conditionned on feature 
 # "from->to".
 
+# Incremented to format 16, 5 June 2009 by rgh
+# Add new tags for Text Class:
+#   HTML Preamble
+# For Layout:
+#   HTMLTag, HTMLAttr, HTMLLabel, HTMLLabelAttr, HTMLItem, HTMLItemAttr
+#   HTMLStyle, and HTMLPreamble
+# For InsetLayout:
+#   HTMLTag, HTMLAttr, HTMLStyle, and HTMLPreamble
+
 # Do not forget to document format change in Customization
 # Manual (section "Declaring a new text class").