]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/prefs2prefs_prefs.py
Amend bd6d09fc
[lyx.git] / lib / scripts / prefs2prefs_prefs.py
index 06790723768a21f8a368ae934f2fe6b90201310b..6bbb8ac0bc5471b74d3c5ec2c5f9cc9ced2826c4 100644 (file)
@@ -10,9 +10,9 @@
 
 # This file houses conversion information for the preferences file.
 
-# The converter functions take a line as argument and return a list: 
-#      (Bool, NewLine), 
-# where the Bool says if  we've modified anything and the NewLine is 
+# The converter functions take a line as argument and return a list:
+#      (Bool, NewLine),
+# where the Bool says if  we've modified anything and the NewLine is
 # the new line, if so, which will be used to replace the old line.
 
 # Incremented to format 2, r39670 by jrioux
 # Incremented to format 29, by lasgouttes
 #   Remove use_pixmap_cache
 
+# Incremented to format 30, by lasgouttes
+#   Add respect_os_kbd_language.
+#   No convergence necessary.
+
+# Incremented to format 31, by spitz
+#   Add ct_additions_underlined.
+#   No convergence necessary.
+
+# Incremented to format 32, by spitz
+#   Add ct_markup_copied.
+#   No convergence necessary.
+
 # NOTE: The format should also be updated in LYXRC.cpp and
 # in configure.py.
 
@@ -464,5 +476,8 @@ conversions = [
        [ 26, [remove_font_encoding]],
        [ 27, []],
        [ 28, [remove_date_insert_format]],
-       [ 29, [remove_use_pixmap_cache]]
+       [ 29, [remove_use_pixmap_cache]],
+       [ 30, []],
+       [ 31, []],
+       [ 32, []]
 ]