X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flyx2lyx%2FChangeLog;h=c1c4ef77ea0e42a1236d574e7589faf49f01808e;hb=b8227ebda0a2a8127731749d2caaa5dae45ef5d7;hp=28078bb021a05aa0ad6bcb6dced5a16b987ed8e0;hpb=53a118caeab036d58f1e9c1005c48f649199b782;p=lyx.git diff --git a/lib/lyx2lyx/ChangeLog b/lib/lyx2lyx/ChangeLog index 28078bb021..c1c4ef77ea 100644 --- a/lib/lyx2lyx/ChangeLog +++ b/lib/lyx2lyx/ChangeLog @@ -1,3 +1,47 @@ +2006-02-05 Georg Baum + + * 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 + + * lyx_1_4.py (remove_branches): new, remove branch insets + +2005-12-01 José Matos + + * LyX.py (choose_io): replace open and make the choice more transparent. + +2005-11-24 José Matos + + * 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 + + * lyx_1_4.py (convert_frameless_box): fix file format argument of + insert_ert + +2005-10-12 Jürgen Spitzmüller + + * 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 + + * LyX.py: fix relation_format reversion + +2005-09-28 Jürgen Spitzmüller + + * 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 * parser_tools.py (get_paragraph, get_next_paragraph): add format