]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/ChangeLog
Removed all redundant using directives from the source.
[lyx.git] / src / tex2lyx / ChangeLog
index 0775b5c69598890e4dd22e0d03f4e4cb5c7347c4..29051af599851455150c872bae2a179666001b67 100644 (file)
@@ -1,3 +1,62 @@
+2003-09-08  Angus Leeming  <leeming@lyx.org>
+
+       * math.C:
+       * preamble.C:
+       * table.C:
+       * tex2lyx.C:
+       * texparser.C: remove redundant using directives.
+
+2003-08-19  Angus Leeming  <leeming@lyx.org>
+
+       * most files: add 'standard conformant' header blurb.
+       Also add Jean-Marc as an author where appropriate.
+
+2003-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * Makefile.am (EXTRA_DIST):
+       * test-insets.tex: new file. Describes the insets and special
+       characters that tex2lyx handles.
+
+       * text.C (parse_text): support \vref, \vpageref (only one optional
+       argument), \prettyref; add support for include inset; when \\ has
+       optional arguments, use ERT; support also \listoffigures,
+       \listoftables, and \listof{xxx} for existing float types;
+       translate lenghts properly for graphics inset.
+       (parse_environment): add support for minipages
+
+       * text.C (translate_len): A simple function to translate a latex
+       length to something lyx can understand. Not perfect, but rather
+       best-effort.
+
+2003-08-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text.C (parse_text): special handling for \item and \bibitem
+       macros
+
+       * context.C (begin_layout, end_layout, begin_deeper, end_deeper):
+       tiny helper functions
+       (check_layout): 
+       (check_end_deeper): add special handling for the case of a normal
+       paragraph inside a list-like environment.
+
+       * test-structure.tex: add more stuff there
+
+2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
+
+       * context.h: compile fix
+
+2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text.C: some tweaks to make nesting work. What still does not
+       work is nesting a standard paragraph in a list.
+
+       * test-structure.tex: update a bit
+
+       * context.C (check_deeper, check_end_deeper): new methods to
+       handle the *_deeper stuff
+
+       * preamble.C (end_preamble): small tweaks
+
 2003-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * text.C: update to use Context struct, and more notably: