X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fscripts%2Fprefs2prefs_prefs.py;h=68b4d837dc2bdd01e6702999c3d6cd4c4e0c5a9c;hb=933a7dee00aed0401c7b0a6f4adf222f6b46ab86;hp=85fa90e0c19cac759cb0323da05ba771e1cabd42;hpb=cd4fc6e2bc7f63b1b8ad1f4e44bdf9699fb77bd6;p=lyx.git diff --git a/lib/scripts/prefs2prefs_prefs.py b/lib/scripts/prefs2prefs_prefs.py index 85fa90e0c1..68b4d837dc 100644 --- a/lib/scripts/prefs2prefs_prefs.py +++ b/lib/scripts/prefs2prefs_prefs.py @@ -80,6 +80,20 @@ # 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, []] ]