]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/ChangeLog
Declare stuff with a constructor as "class Foo" rather than "struct Foo".
[lyx.git] / src / tex2lyx / ChangeLog
index cf4b7e711d20bb173131777c5a6f5b48d737e049..e8d9de17cf9fb75a0d4cbdb853f0dde0d0594285 100644 (file)
@@ -1,3 +1,37 @@
+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 ;-)