]> git.lyx.org Git - features.git/blobdiff - src/ChangeLog
Replace LString.h with support/std_string.h,
[features.git] / src / ChangeLog
index 5169428f6e5bcb0021d2d4cee36a0d33b9f76409..39c67316b1b296715b2321f5333465ddda3d71ff 100644 (file)
@@ -1,3 +1,115 @@
+2003-09-05  Angus Leeming  <leeming@lyx.org>
+
+       Replace LString.h with support/std_string.h,
+       Lsstream.h with support/std_sstream.h,
+       support/LIstream.h with support/std_istream.h,
+       support/LOstream.h with support/std_ostream.h.
+
+       Changes resulting throughout the tree.
+
+2003-09-05  Angus Leeming  <leeming@lyx.org>
+
+       * sgml.h: ensure that the header file can be compiled stand-alone.
+       * *.C: strip out redundant #includes. (320 in total.)
+
+2003-09-04  Angus Leeming  <leeming@lyx.org>
+
+       * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
+       here (from getPackages).
+
+       * debug.[Ch]: add a new EXTERNAL tag.
+
+2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * text2.C (cursorEnd): simplify
+       (setCursor): adjust
+       (getColumnNearX): adjust
+
+       * text.C (computeBidiTables): adjust
+       (fill): adjust
+
+       * rowpainter.C (paintChars): adjust
+       (paintSelection): adjust
+       (paintChangeBar): adjust
+       (paintText): adjust
+
+       * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
+       lastPos instead.
+       (numberOfSeparators): adjust
+
+2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * LyXAction.C:
+       * box.[Ch]:
+       * lfuns.h:
+       * lyxfunc.C:
+       * text3.C: Restricts the mouse click functionality
+       of insets like bibtex, include, toc and floatlist to the visible
+       button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
+       up the dialogs. Cursor has to be in front of the inset (i.e.
+       start of row) for this to function.
+
+2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * bufferview_funcs.C (currentState): output row information
+
+2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * bufferview_funcs.C (currentState): output paragraph position
+
+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 +121,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.