]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/ChangeLog
Add a Buffer::fully_loaded member function, returning true only when
[lyx.git] / src / tex2lyx / ChangeLog
index ecbccc181a59c7b419bbd37eedc118978a5d2cb9..65fd3103ab59072163f3457b7c7791975b6858a0 100644 (file)
@@ -1,3 +1,47 @@
+2003-10-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Makefile.am (BUILT_SOURCES): use this instead of "linked_files"
+       and the link_files target. make the BUILT_SOURCES dependency
+       automatically link the needed files.
+
+2003-10-14  Angus Leeming  <leeming@lyx.org>
+
+       * Makefile.am: move boost.C from the linked_files section
+       to the tex2lyx_SOURCES section.
+
+       * boost.C: new file. Simpler than the version in the main lyx source.
+       No reference to the emergencyCleanup stuff.
+
+       * tex2lyx.C: remove emergencyCleanup() stuff.
+
+2003-10-08  Angus Leeming  <leeming@lyx.org>
+
+       Fix doxygen warnings.
+
+       * Spacing.h: \file Spacing.h -> \file tex2lyx/Spacing.h
+       * gettext.C: \file gettext.C -> \file tex2lyx/gettext.C
+       * gettext.h: \file gettext.h -> \file tex2lyx/gettext.h
+       * lyxfont.C: \file lyxfont.C -> \file tex2lyx/lyxfont.C
+       * lyxfont.h: \file lyxfont.h -> \file tex2lyx/lyxfont.h
+       * text.C:    \file text.C    -> \file tex2lyx/text.C
+
+2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * tex2lyx.C: adjust for new debugstream.
+
+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):
@@ -22,7 +66,7 @@
 
        * context.C (begin_layout, end_layout, begin_deeper, end_deeper):
        tiny helper functions
-       (check_layout): 
+       (check_layout):
        (check_end_deeper): add special handling for the case of a normal
        paragraph inside a list-like environment.
 
        (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
 
        check_layout function. Remove all explicit \layout tags.
        (parse_text): pass an optional parameter 'layout'
        (handle_par): remove
-       
+
        * text.C (output_command_layout): renamed from output_layout
        (parse_environment): new method containing a part of parse_text
 
        textclass for its existence. Also handle wide floats naturally.
 
        * tex2lyx.h: associated changes to function declarations.
-       
+
 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * texparser.C (catInit): same warning avoidance as in math_parser.C