Jose' Matos wrote:

>   So for me this is done. Could you please do the backport? Thank you.

Done. Attached is a diff between 1.3.6cvs and 1.4cvs. I don't send the diff
of 1.3.6cvs before committing, since it is big and nothing new was added
apart from the attached changes.
If nobody beats me I'll try to formulate something for the ANNOUNCE file
over the weekend.


Georg
diff -ruNx CVS -x ChangeLog -x .cvsignore ../lyx-1.4-clean/lib/lyx2lyx/lyx2lyx lib/lyx2lyx/lyx2lyx
--- ../lyx-1.4-clean/lib/lyx2lyx/lyx2lyx	2005-07-06 09:23:49.000000000 +0200
+++ lib/lyx2lyx/lyx2lyx	2005-07-08 13:49:04.128726499 +0200
@@ -48,6 +48,7 @@
         sys.exit(2)
 
     end_format, input, output, error, debug, try_hard = 0, "", "", "", LyX.default_debug_level, 0
+    end_format = '221'
     for o, a in opts:
         if o in ("-h", "--help"):
             usage()
diff -ruNx CVS -x ChangeLog -x .cvsignore ../lyx-1.4-clean/lib/lyx2lyx/LyX.py lib/lyx2lyx/LyX.py
--- ../lyx-1.4-clean/lib/lyx2lyx/LyX.py	2005-07-08 11:09:55.000000000 +0200
+++ lib/lyx2lyx/LyX.py	2005-07-08 13:49:04.630606640 +0200
@@ -25,7 +25,7 @@
 import string
 import time
 
-version_lyx2lyx = "1.4.0cvs"
+version_lyx2lyx = "1.3.6"
 default_debug_level = 2
 
 # Regular expressions used

Reply via email to