X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FChangeLog;h=eb9ac40e53a7fba65cf3ed3e3bb3a46c843c780b;hb=e28331ed63062dea10d0a21b9ec12034b4b17b9a;hp=8dda46adbd8d39f75a029c14543b22c9263ca113;hpb=b38d210152d3297af0e152d1ee432f71d7797abb;p=lyx.git diff --git a/src/tex2lyx/ChangeLog b/src/tex2lyx/ChangeLog index 8dda46adbd..eb9ac40e53 100644 --- a/src/tex2lyx/ChangeLog +++ b/src/tex2lyx/ChangeLog @@ -1,3 +1,79 @@ +2006-03-13 Georg Baum + + * math.C (parse_math): Parse \tag and \tag* correctly + +2006-03-10 Georg Baum + + * text.C (parse_text): Handle \verb + +2005-10-18 Jean-Marc Lasgouttes + + * Makefile.am: rename LINKED_SOURCES to LINKED_FILES. + +2005-10-12 Jürgen Spitzmüller + + * preamble.C: update format to 245 (do not output \quotes_times). + +2005-08-19 Georg Baum + + * text.C (parse_text): Output \item in list environments that are + unknown to LyX (bug 1979) + +2005-07-30 Jean-Marc Lasgouttes + + * text.C (parse_text): add forgotten \` accent. + +2005-07-26 Georg Baum + + * context.[Ch] (~Context): new, warn about ignored extra stuff + * context.[Ch] (operator==, operator!=): new Font comparison operators + * context.C (check_layout): simplify logic + * context.C (dump): output all members + * context.h (new_layout_allowed): new member variable + * text.C (parse_text): remove string wrapper since it can lead to + invalid .lyx files (begin_layout/end_layout trouble) + * text.C (parse_text_snippet): Make sure that we don't create invalid + .lyx files + * text.C (parse_text_snippet): New string wrapper for simple text + * text.C (handle_ert): Always check layout + * text.C (parse_environment): Don't allow font changes in unknown + environments + * text.C (parse_unknown_environment): new, needed for the above + * text.C (parse_environment): Only swallo spaces when we know that it + does not harm + * text.C (parse_comment): Honor context.new_layout_allowed + * text.C (parse_text_attributes): Make sure that we have a valid + layout + * text.C (parse_text): Honor context.new_layout_allowed + +2005-07-25 Georg Baum + + * tex2lyx.C (main): allow specification of output file name + * tex2lyx.C (main): write to infile.lyx if no output file is given + +2005-07-18 Lars Gullik Bjønnes + + * Makefile.am (EXTRA_DIST): add tex2lyx.man + +2005-07-18 José Matos + + * preamble.C (end_preamble, handle_package): updated format to 243, fix bug 1382, bug 22 + +2005-07-16 Lars Gullik Bjønnes + + * .cvsignore: add tex2lyx.1 + * tex2lyx.C (main): dont search for syntax.default in reLyX dir + * test.ltx: new test file + * tex2lyx.man: new file + * Makefile.am: add man file directives + +2005-07-15 Georg Baum + + * text.C (parse_environment): handle context of unknown environments + correctly (fixes bug 1910) + * text.C (parse_environment): output the end of known environments + (one line disappeared from yesterdays patch) + 2005-07-13 Georg Baum * math.C (is_math_env): Don't hardcode known math environments anymore @@ -134,14 +210,14 @@ Also add "fs::path::default_name_check(fs::no_check);" -2005-01-31 Lars Gullik Bjonnes +2005-01-31 Lars Gullik Bjønnes * tex2lyx.C: rewrite to use boost.filesystem * text.C: ditto * Makefile.am (BOOST_LIBS): add BOOST_FILESYSTEM -2005-01-27 Lars Gullik Bjonnes +2005-01-27 Lars Gullik Bjønnes * Spacing (set): take double instead of float @@ -156,7 +232,7 @@ * tex2lyx.C: use support/package.h to provide the paths to the various directories used by LyX. -2005-01-06 Lars Gullik Bjonnes +2005-01-06 Lars Gullik Bjønnes * text.C: tostr -> convert @@ -306,7 +382,7 @@ * texparser.C (skip_spaces): handle "\n +\n" correctly * texparser.[Ch] (asMode): remove, since it is unused -2004-05-27 Lars Gullik Bjonnes +2004-05-27 Lars Gullik Bjønnes * Makefile.am (BUILT_SOURCES): move lengthcommon.C from here... (tex2lyx_SOURCES): ... to here @@ -324,11 +400,11 @@ * text.C (parse_text): handle vspaces like '1cm' correctly -2004-02-01 Lars Gullik Bjonnes +2004-02-01 Lars Gullik Bjønnes * text.C (parse_box): "\\" -> '\\' in calls to contains. -2004-01-07 Lars Gullik Bjonnes +2004-01-07 Lars Gullik Bjønnes * text.C: reorder the using statements. (translate_len): remove usage of a uninitialized variable.