]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/ChangeLog
Removed all redundant using directives from the source.
[lyx.git] / src / tex2lyx / ChangeLog
index ecaeb51838bfccf46161a0dc929df43afcf543aa..29051af599851455150c872bae2a179666001b67 100644 (file)
@@ -1,4 +1,86 @@
-2003-07-27  Angus Leeming  <leeming@lyx.org>
+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:
+       (cap, check_layout, check_end_layout): remove
+       (parse_text_snippet): new thin wrapper around parse_text, used for
+       things like \textrm{...}
+       (parse_environment): remove existing depth handling code, which is
+       handled transparently by the Context struct; make unknown
+       environments work (again?) through ERT
+        
+       * test-structure.tex: new test file, used to try out various
+       layouts combinations
+
+       * tex2lyx.C:
+       * tex2lyx.h:
+       * table.C: update to use Context struct
+       
+       * context.[Ch]: new helper struct which is passed to parse_*
+       functions and handles *_layout and *_deeper tags output
+
+       * Makefile.am (EXTRA_DIST): new file test-structure.tex
+       (tex2lyx_SOURCES): add context.[Ch]
+
+2003-07-30  Angus Leeming  <leeming@lyx.org>
 
        * Makefile.am: Hide the fact that we re-generate those symbolic links
        brainlessly.