]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Move #includes out of header files.
[lyx.git] / src / ChangeLog
index 5169428f6e5bcb0021d2d4cee36a0d33b9f76409..61ba4a3f6850592d4b67429cc01c20954aa2e5f3 100644 (file)
@@ -1,3 +1,56 @@
+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".
+
+2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxfunc.C (dispatch): if fitCursor did something be sure to
+       update
+
+2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * BranchList.C: point fix, earlier forgotten
+
+2003-09-02  Angus Leeming  <leeming@lyx.org>
+
+       * box.C (contains): renamed from 'contained' after a fantastic
+       amount of hot air.
+
+2003-09-02  John Levon  <levon@movementarian.org>
+
+       * BufferView.C:
+       * lyxcursor.h:
+       * lyxcursor.C:
+       * lyxfunc.C:
+       * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
+
+2003-09-02  John Levon  <levon@movementarian.org>
+
+       * text2.C: simplification of cursorEnd(), including partial
+       fix for bug 1376
+
+2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * buffer.C (readFile): add a space
+
 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
 
        * BufferView_pimpl.C (update): remove bogus fitCursor() call
@@ -9,7 +62,7 @@
        (readFile): adjust
        (readFile): adjust, make it private. don't use setStream, make
        lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
-       always contain the filename. 
+       always contain the filename.
 
        * BufferView.C (insertLyXFile): simplify and make it work for
        gzipped files.