]> 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 cf9c71491b21166cb0e57238bf7668ed7e07c389..65fd3103ab59072163f3457b7c7791975b6858a0 100644 (file)
@@ -1,3 +1,30 @@
+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.