]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/ChangeLog
clean up french language handling
[lyx.git] / lib / lyx2lyx / ChangeLog
index f67ced34c618729bb643f802f7fe8f96e0494472..aa294eb98b662e5ed6d99ee0dce8e75b895ce7a8 100644 (file)
@@ -1,3 +1,60 @@
+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