]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/ChangeLog
fix two typos converting frenchb (Thanks to Georg)
[lyx.git] / lib / lyx2lyx / ChangeLog
index 7d541da23d6155d5ba3828ff5a39b23711ad5aa2..6aab341a5f3494ce3bf72090804418bc3425062f 100644 (file)
@@ -1,3 +1,112 @@
+2005-07-18  José Matos  <jamatos@lyx.org>
+
+       * lyx_1_4.py (convert_french): fix two typos (Thanks to Georg Baum).
+
+2005-07-18  José Matos  <jamatos@lyx.org>
+
+       * lyx_1_4.py (convert_french): convert language also in the body.
+
+2005-07-15  José Matos  <jamatos@lyx.org>
+
+       * Makefile.am: new file for correct dealing with python scripts.        
+       * .cvsignore: ignore Makefile(.in) files.
+
+2005-07-12  José Matos  <jamatos@lyx.org>
+
+       * lyx_1_4.py (add_to_preamble): Make it more robust.
+       (convert_frameless_box): Fix wrong type for parameter.
+       (revert_paperpackage): Consider empty paper package case.
+
+2005-07-08  José Matos  <jamatos@lyx.org>
+
+       * lyx_0_12.py (update_tabular): Support old tables format 1.
+
+2005-07-08  José Matos  <jamatos@lyx.org>
+
+       * lyx_1_1_5.py (latexdel_getargs, update_ref, update_latexdel):
+       Remove latexdel insets comming from sgml2lyx (ref, url and htmlurl).
+
+2005-06-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * lyx_1_4.py (convert_french): change language frenchb to french
+       for format 242.
+
+2005-07-07  José Matos  <jamatos@lyx.org>
+
+       * LyX.py (read): Ignore whitelines on header. Fix reading the
+       first body line.
+
+2005-07-06  José Matos  <jamatos@lyx.org>
+
+       * lyx_1_1_5.py (replace_protected_separator): Make it robust
+       to layout name absence.
+
+2005-07-06  José Matos  <jamatos@lyx.org>
+
+       * LyX.py (read): Add support for cases where the body begins
+       without a whiteline before.
+
+2005-07-06  José Matos  <jamatos@lyx.org>
+
+       * lyx_1_4.py (paperpackage): Fix empty paperpackage case.
+
+2005-07-06  José Matos  <jamatos@lyx.org>
+
+       * LyX.py (warning): Prefix warnings with label "Warning: ".
+       * lyx_1_4.py (add_end_layout): Handle truncated files.
+
+2005-07-06  José Matos  <jamatos@lyx.org>
+
+       * lyx_1_4.py (convert_paperpackage): older tex2lyx generated files
+       had \paperpackage with 'default' instead of 'none'.
+       
+2005-07-05  José Matos  <jamatos@lyx.org>
+
+       * LyX.py (LyX_Base):
+       * LyX.py (error):
+       * LyX.py (convert):
+       * lyx2lyx: Implement return codes consistently:
+       0 - OK.
+       1 - Irrecoverable error.
+       2 - Recovered from error(s).
+
+2005-07-05  José Matos  <jamatos@lyx.org>
+
+       * LyX.py (LyX_Base):
+       * LyX.py (File):
+       * lyx2lyx (usage):
+       * lyx2lyx (parse_options):      
+       * lyx2lyx (main): Add support for ignoring any errors during the
+       file convertion.
+
+2005-07-05  José Matos  <jamatos@lyx.org>
+
+       * lyx_0_12.py (obsolete_latex_title): Obsolote old style.
+
+2005-05-18  Angus Leeming  <leeming@lyx.org>
+
+       * lyx2lyx (parse_options): Add the description of the '-f' option
+       back again.
+
+2005-05-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * lyx_1_4.py (convert_breaks): Don't treat every token that starts
+       with '\\' as paragraph parameter
+
+2005-05-06  José Matos  <jamatos@lyx.org>
+
+       * lyx_1_4.py (convert_breaks): put all paragraph parameters into a
+       single line.
+
+2005-05-04  José Matos  <jamatos@lyx.org>
+
+       * LyX.py: fix allowed parameters for paragraphs.
+
+2005-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * lyx_1_4.py (convert_breaks): fix spelling
+       * lyx_1_4.py (convert_breaks): fix copy-and-paste error
+
 2005-02-20  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
 
        * lyx_1_4.py (lyx_support_escape): new
 
        * lyx_1_4.py (convert_frameless_box): Replace instead of adding
        new code.
-.
+
 2004-04-14  José Matos  <jamatos@lyx.org>
 
        * error.py
        * lyxconvert_223.py:
        * lyxconvert_224.py (convert_minipage): move funtion to its right place.
        (convert_breaks): convert line and page break, at bottom and top.
-