]> 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 a87da6af1fa713d55e4597b1931c8466d22f9f2e..e8d9de17cf9fb75a0d4cbdb853f0dde0d0594285 100644 (file)
@@ -1,3 +1,24 @@
+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.