]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/ChangeLog
the convert patch
[lyx.git] / src / tex2lyx / ChangeLog
index 25b500dd7aae59a8fd03eb54928850d28d712c7c..a38374eb21b3b4c57064e89e4613e6656e192d85 100644 (file)
@@ -1,3 +1,104 @@
+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
+
+2005-01-10  Angus Leeming  <leeming@lyx.org>
+
+       * tex2lyx.C: use support/package.h to provide the paths to the
+       various directories used by LyX.
+
+2005-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * text.C: tostr -> convert
+
+2005-01-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * Spacing.h: adapt dummy file to the changes in src/Spacing.h.
+
+2005-01-04  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * preamble.C (parse_preamble): handle second optional arg of
+       \newcommand etc. and add the command to the known commands (fixes
+       bug 1750)
+       * texparser.[Ch] (getFullOpt): new, like getOpt but distinguish
+       between empty arguments and no argument found
+       * tex2lyx.[Ch]: (add_known_command): new
+       * text.C (parse_text): handle \newcommand etc. (see above)
+       * text.C (parse_text): add comment about \underline
+       * text.C (getCiteArguments): use getFullOpt
+
+2004-12-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * table.C (ColInfo, LTRowType, RowInfo, CellInfo, verbose_align):
+       new, extended from math_gridinfo.h and tabular.h
+       * table.C (write_attribute): new, from tabular.C
+       * table.C (read_hlines): remove
+       * table.C (parse_hlines): new
+       * table.C (RowPosition): new
+       * table.C (parse_table): handle comments in hlines
+       * table.C (parse_table, handle_tabular): add longtable support
+       * table.C (handle_tabular): fix "unexpected dummy size" error message
+       * table.C (handle_tabular): fix off by one error for clines
+       * text.C (parse_environment): add longtable support
+
+2004-12-14  Angus Leeming  <leeming@lyx.org>
+
+       * tex2lyx.C (main): no longer pass pointers to os::init.
+
+2004-12-14  Angus Leeming  <leeming@lyx.org>
+
+       * Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/
+       to overcome bug in the MinGW port of g++ 3.4.2.
+
+2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * Makefile.am (tex2lyx_LDADD): use boost variables
+
+2004-11-27  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * table.C (handle_colalign): handle comments
+       * table.C (handle_tabular): don't crash on clines with out of range
+       columns
+
+2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * tex2lyx.C: remove format hack
+
+2004-11-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * texparser.C (getNewline): new
+       * texparser.C (tokenize): fix bug 1730 by handling MAC line endings
+       correctly
+
+2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * tex2lyx.C (formats): new, needed for libsupport.a
+
+2004-10-20  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * text.C (parse_text): replace newlines with spaces in arguments to
+       known latex commands, fixes bug 1620
+
+2004-10-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * preamble.C (end_preamble): change file format from 236 to 237
+       * preamble.C (h_use_geometry, h_use_bibtopic, h_tracking_changes):
+       change from "0" to "false"
+
+2004-08-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * preamble.C (end_preamble): change file format from 235 to 236
+       * preamble.C (end_preamble): add \begin_document, \begin_header and
+       \begin_body tags
+       * preamble.C (h_papersize): change from "Default" to "default"
+       * tex2lyx.C (tex2lyx): add end_body tag
+
 2008-08-16  José Matos  <jamatos@lyx.org>
 
        * context.C (begin_deeper, end_deeper):