]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Move #includes out of header files.
[lyx.git] / src / ChangeLog
index 4b6508609dcc9d4657aa692842a8a3be5e505fb1..61ba4a3f6850592d4b67429cc01c20954aa2e5f3 100644 (file)
@@ -1,3 +1,21 @@
+2003-09-04  Angus Leeming  <leeming@lyx.org>
+
+       * FloatList.h: move out #include "Floating.h".
+       * LaTeX.h: move out #include "DepTable.h".
+       * LyXAction.h: move out #include "funcrequest.h".
+       * buffer.h: move out #include "author.h", "iterators.h".
+       * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
+       * lyx_main.h: move out #include "errorlist.h".
+       * lyxfunc.h: move out #include "FuncStatus.h".
+       * lyxtext: move out #include "lyxcursor.h".
+       * paragraph_pimpl.h: move out #include "counters.h".
+        
+2003-09-03  Angus Leeming  <leeming@lyx.org>
+
+       * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
+       preamble_snippets list, enabling us to add snippets to the preamble only
+       if the snippet was not there already.
+
 2003-09-04  Angus Leeming  <leeming@lyx.org>
 
        * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".