]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/prefs2prefs_prefs.py
Improve the svg2*tex.py scripts.
[lyx.git] / lib / scripts / prefs2prefs_prefs.py
index 85fa90e0c19cac759cb0323da05ba771e1cabd42..68b4d837dc2bdd01e6702999c3d6cd4c4e0c5a9c 100644 (file)
 # Incremented to format 19, by rgh
 #   remove print support
 
+# Incremented to format 20, by tommaso
+#   Add options to forbid/ignore 'needauth' option
+#   No conversion necessary.
+
+# Incremented to format 21, by spitz
+#   Add jbibtex_alternatives, allow "automatic" value
+#   of bibtex_command and jbibtex_command (actually the
+#   default now)
+#   No conversion necessary.
+
+# Incremented to format 22, by ef
+#   Add pygmentize_command for the python pygments syntax highlighter
+#   No conversion necessary.
+
 # NOTE: The format should also be updated in LYXRC.cpp and
 # in configure.py.
 
@@ -375,5 +389,8 @@ conversions = [
        [ 16, [remove_force_paint_single_char]],
        [ 17, [remove_rtl]],
        [ 18, []],
-       [ 19, [remove_print_support]]
+       [ 19, [remove_print_support]],
+       [ 20, []],
+       [ 21, []],
+       [ 22, []]
 ]