On 04/11/2014 11:48 AM, Vincent van Ravesteijn wrote:
On Fri, Apr 11, 2014 at 5:42 PM, Richard Heck <[email protected]> wrote:
commit 8c3d6f717893b091ae2b461a5b08f4bc77f84691
Author: Richard Heck <[email protected]>
Date: Fri Apr 11 11:41:56 2014 -0400
Allow 2.0.8 to read and write 2.1.x files. Also incorporates some
bugfixes in lyx2lyx that made it into 2.1.0.
diff --git a/lib/configure.py b/lib/configure.py
index 71f7521..a90f716 100644
--- a/lib/configure.py
+++ b/lib/configure.py
@@ -672,6 +672,7 @@ def checkFormatEntries(dtl_tools):
\Format lyx14x 14.lyx "LyX 1.4.x" "" "" ""
"document"
\Format lyx15x 15.lyx "LyX 1.5.x" "" "" ""
"document"
\Format lyx16x 16.lyx "LyX 1.6.x" "" "" ""
"document,menu=export"
+\Format lyx21x 21.lyx "LyX 2.1.x" "" "" ""
"document,menu=export"
\Format clyx cjklyx "CJK LyX 1.4.x (big5)" "" "" ""
"document"
\Format jlyx cjklyx "CJK LyX 1.4.x (euc-jp)" "" "" ""
"document"
\Format klyx cjklyx "CJK LyX 1.4.x (euc-kr)" "" "" ""
"document"
@@ -1008,6 +1009,7 @@ def checkConverterEntries():
\converter lyx lyx14x "python -tt $$s/lyx2lyx/lyx2lyx -t 245 $$i > $$o"
""
\converter lyx lyx15x "python -tt $$s/lyx2lyx/lyx2lyx -t 276 $$i > $$o"
""
\converter lyx lyx16x "python -tt $$s/lyx2lyx/lyx2lyx -t 345 $$i > $$o"
""
+\converter lyx lyx21x "python -tt $$s/lyx2lyx/lyx2lyx -t 474 $$i > $$o"
""
\converter lyx clyx "python -tt $$s/lyx2lyx/lyx2lyx -c big5 -t 245 $$i >
$$o" ""
\converter lyx jlyx "python -tt $$s/lyx2lyx/lyx2lyx -c euc_jp -t 245 $$i >
$$o" ""
\converter lyx klyx "python -tt $$s/lyx2lyx/lyx2lyx -c euc_kr -t 245 $$i >
$$o" ""
The last time you reverted this. See,
http://git.lyx.org/?p=lyx.git;a=commit;h=46c599179ee6f81cf341ade49d048c163e31d1fc
Yes, I forgot about that.
Richard