]> git.lyx.org Git - features.git/commitdiff
Missing things in lyx2lyx from PDFOptions commit.
authorRichard Heck <rgheck@comcast.net>
Thu, 20 Sep 2007 22:57:23 +0000 (22:57 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 20 Sep 2007 22:57:23 +0000 (22:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20393 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/LyX.py
lib/lyx2lyx/lyx_1_6.py

index ead9a4eab3247944f79b44ae6c99f2ae23e00782..2ba866c90ab21266ce780c414aa5d508b38442c4 100644 (file)
@@ -80,7 +80,7 @@ format_relation = [("0_06",    [200], minor_versions("0.6" , 4)),
                    ("1_3",     [221], minor_versions("1.3" , 7)),
                    ("1_4", range(222,246), minor_versions("1.4" , 5)),
                    ("1_5", range(246,277), minor_versions("1.5" , 1)),
-                   ("1_6", range(277,286), minor_versions("1.6" , 0))]
+                   ("1_6", range(277,287), minor_versions("1.6" , 0))]
 
 
 def formats_list():
index 3506b4ff999821aec06d06975cb0ed658413aea5..9a546c17617099e9400b8a05792d8489de159c77 100644 (file)
@@ -232,9 +232,11 @@ convert = [
            [283, [convert_flex]],
            [284, []],
            [285, []], # an empty manifest is automatically added
+           [286, []]
           ]
 
 revert =  [
+           [285, [revert_pdf_options]],
            [284, [remove_manifest, remove_inzip_options]],
            [283, []],
            [282, [revert_flex]],