]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/ChangeLog
Really fix start_of_appendix output
[lyx.git] / src / tex2lyx / ChangeLog
index 2db09aee4bb36216210ba4229e87cdac29cfe089..1bd8352004c903abe8964a97cee5ae6cc386f27a 100644 (file)
@@ -1,3 +1,106 @@
+2005-03-31  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * text.C (parse_text): Really fix \start_of_appendix output
+
+2005-03-27  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * tex2lyx.C (read_syntaxfile): Don't use racy test with IsFileReadable
+       * tex2lyx.C (tex2lyx): ditto, and don't use fs::is_writable (it
+       returns false if the file does not exist on solaris)
+
+2005-03-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * text.C (parse_text): Fix \start_of_appendix output
+
+2005-03-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * table.C (parse_table): handle nested tables
+       * texparser.[Ch] (verbatimEnvironment): new
+
+2005-03-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * table.C (verbose_valign): new
+       * table.C (string2int): remove, use convert<int>() instead since the
+       default value is always 0 and this is also the default of
+       convert<int>().
+       * table.C (ci2special): new
+       * table.C (handle_colalign): handle b{}, p{} and m{} correctly
+       * table.C (handle_colalign): fix >{\raggedleft} and >{\raggedright}
+       (they were swapped)
+       * table.C (handle_colalign): handle >{\centering}
+       * table.C (handle_colalign): handle <{}, *{}, @{} and !{}
+       * table.C (fix_colalign): new
+       * table.C (handle_tabular): fix multicolumns with vertical lines
+
+2005-03-05  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * text.C (output_command_layout): Use parse_text instead of
+       parse_text_in_inset to avoid creating a new context
+       * text.C (parse_text): translate \thanks to footnote in title layouts
+
+2005-02-25  Angus Leeming  <leeming@lyx.org>
+
+       * context.h: declare as "class Font" rather than "struct Font".
+       Ditto "class Context".
+
+       * table.C: declare as "class ColInfo" rather than "struct ColInfo".
+       Ditto "class RowInfo" and "class CellInfo".
+
+       Changes to make MSVC agree to link the code.
+
+2005-02-05  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * context.C (begin_deeper, end_deeper): adjust output to LyX
+       * preamble.C (h_output_changes): new
+       * preamble.C (end_preamble): output paperfontsize without unit
+       * preamble.C (end_preamble): change file format from 237 to 241
+       * text.C (parse_environment, parse_text): adjust paragraph parameters
+       to new file format
+       * text.C (handle_ert, handle_comment): adjust newlines to new file
+       format
+
+2005-02-03  Angus Leeming  <leeming@lyx.org>
+
+       * Makefile.am: make -lz conditional on USE_COMPRESSION.
+
+2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * text.C (parse_text): handle \includegraphics*
+       * Makefile.am: readd -lz library since gcc 3.3 needs it.
+
+2005-02-02  Angus Leeming  <leeming@lyx.org>
+
+       * Makefile.am: remove -lz library from the linker call.
+
+2005-02-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * text.C (parse_text): Use '\n' and not '\\n' for a newline ;-)
+
+2005-02-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * text.C (parse_text): Only reset font changes if not at the
+       beginning of a new layout
+
+2005-01-31  Angus Leeming  <leeming@lyx.org>
+
+       * tex2lyx.C (main): enable tex2lyx to find the top level
+       build directory when run in-place.
+
+       Also add "fs::path::default_name_check(fs::no_check);"
+
+2005-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * tex2lyx.C: rewrite to use boost.filesystem
+       * text.C: ditto
+
+       * Makefile.am (BOOST_LIBS): add BOOST_FILESYSTEM
+
+2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Spacing (set): take double instead of float
+
+       * tex2lyx.C: convert stuff
+
 2005-01-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * Spacing.h: remove unused parameters