]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/ChangeLog
fix bug 2026 and bug 2088
[lyx.git] / lib / lyx2lyx / ChangeLog
index 31b4b75a385d62083f74107ddbd262456ca261d2..c1c4ef77ea0e42a1236d574e7589faf49f01808e 100644 (file)
@@ -1,6 +1,193 @@
+2006-02-05  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * LyX.py: new member is_default_layout()
+       * LyX.py: new member default_layout
+       * parser_tools.py (get_layout): new, extract layout name from line
+       * lyx_1_1_5.py, lyx_1_1_6.py, lyx_1_2.py, lyx_1_4.py: Replace all
+       occurences of the "Standard" layout with file.default_layout (bug 2026)
+
+2006-02-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * lyx_1_4.py (remove_branches): new, remove branch insets
+
+2005-12-01  José Matos  <jamatos@lyx.org>
+
+       * LyX.py (choose_io): replace open and make the choice more transparent.
+
+2005-11-24  José Matos  <jamatos@lyx.org>
+
+       * lyx_1_0_0.py (obsolete_latex_title): "LaTeX Title" -> "Title"
+       * (update_tabular): update from tabular format 3 to 4 if necessary.
+
+2005-11-20  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * lyx_1_4.py (convert_frameless_box): fix file format argument of
+       insert_ert
+
+2005-10-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * LyX.py: enlarge range to current format (245);
+       do not use \quotes_times anymore on NewFile.
+       * lyx_1_4.py (remove_quotestimes): remove param \quotes_times (bug 2090).
+
+2005-09-28  José Matos  <jamatos@lyx.org>
+
+       * LyX.py: fix relation_format reversion
+
+2005-09-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * LyX.py: enlarge range to current format (244).
+       * lyx_1_4.py (revert_spaces): fix so that new space insets are reverted
+       to ERT.
+       * lyx_1_4.py (rename_spaces, revert_space_names): some InsetSpace types 
+       had to be renamed; conversion takes place between 243<->244.
+
+2005-09-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * parser_tools.py (get_paragraph, get_next_paragraph): add format
+       argument and make them work with formats newer than 220
+       * lyx_1_2.py (remove_oldfloat, remove_pextra, remove_oldertinset,
+       combine_ert): adjust to the changes above
+       * lyx_1_4.py (convert_breaks, revert_breaks): better conversion of
+       lyxlines
+       * lyx_1_4.py (convert_ertbackslash, convert_ertlen, insert_ert):
+       add format argument and make it work with formats newer than 240
+       * lyx_1_4.py (convert_frameless_box): adjust to the changes above
+       * lyx_1_4.py (ert2latex): new, convert ERT code to LaTeX
+       * lyx_1_4.py (lyxsize2latexsize): new, convert LyX font size to LaTeX
+
+2005-09-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * LyX.py (LyX_Base): fix paragraph parameter check
+       * LyX.py (NewFile): remove paperpackage from header
+
+2005-09-09  José Matos  <jamatos@lyx.org>
+
+       * lyx_1_1_6fix3.py (update_tabular): fix vertical alignment convertion.
+
+2005-08-28  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * lyx_1_4.py (convert_vspace): rename to revert_breaks and revert
+       \lyxline and \newpage, too
+
+2005-08-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * lyx_1_4.py (add_to_preamble): fix invocation of find_token (bug 2004)
+
+2005-08-18  José Matos  <jamatos@lyx.org>
+
+       * lyx_1_4.py (remove_paperpackage): fix bug 2001.
+
+2005-08-18  José Matos  <jamatos@lyx.org>
+
+       * LyX.py (read, write): add preamble as data member of LyX_Base,
+       remove if from the header.
+
+       * lyx_0_12.py (header_update):
+       * lyx_1_1_5.py (remove_space_in_units):
+       * lyx_1_4.py (add_to_preamble, convert_frameless_box): use the new scheme.
+
+       * lyx_1_2.py (change_header): change name to reflect its content.
+
+2005-07-29  José Matos  <jamatos@lyx.org>
+
+       * lyx_1_4.py:
+       * LyX.py: add \leftindent to the list of allowed paragraph parameters.
+
+2005-07-29  José Matos  <jamatos@lyx.org>
+
+       * lyx_1_4.py (remove_paperpackage): Take into account the lines
+       added to preamble.
+
+2005-07-29  José Matos  <jamatos@lyx.org>
+
+       * lyx_1_4.py: Fix a4 package removal when the preamble is already there.
+
+2005-07-29  José Matos  <jamatos@lyx.org>
+
+       * lyx_1_4.py: Fix widemarginsa4 convertion.
+
+2005-07-29  José Matos  <jamatos@lyx.org>
+
+       * lyx_1_4.py: \end_header was added in 222, not 223
+
+2005-07-29  José Matos  <jamatos@lyx.org>
+
+       * lyx_1_4.py:
+       * LyX.py: do not ignore format 222.
+
+2005-07-22  José Matos  <jamatos@lyx.org>
+
+       * lyx_1_4.py (convert_paperpackage, revert_paperpackage):
+       remove wrong comments
+
+       * LyX.py : add 1.3.6 to the releases list
+
+2005-07-18  José Matos  <jamatos@lyx.org>
+
+       * lyx_1_4.py (convert_minipage, convert_frameless_box): small
+       fixes to minipages convertions and retroversions.
+
+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.lyx (convert_paperpackage): older tex2lyx generated files
+       * 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>