]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/ChangeLog
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / tex2lyx / ChangeLog
index 15442a971c130c296b9274f42a45ad8cff0aaf27..eb9ac40e53a7fba65cf3ed3e3bb3a46c843c780b 100644 (file)
@@ -1,3 +1,56 @@
+2006-03-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math.C (parse_math): Parse \tag and \tag* correctly
+
+2006-03-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * text.C (parse_text): Handle \verb
+
+2005-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * Makefile.am: rename LINKED_SOURCES to LINKED_FILES.
+
+2005-10-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * preamble.C: update format to 245 (do not output \quotes_times).
+
+2005-08-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * text.C (parse_text): Output \item in list environments that are
+       unknown to LyX (bug 1979)
+
+2005-07-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text.C (parse_text): add forgotten \` accent.
+
+2005-07-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * 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  <Georg.Baum@post.rwth-aachen.de>
+
+       * 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  <larsbj@lyx.org>
 
        * Makefile.am (EXTRA_DIST): add tex2lyx.man