]> git.lyx.org Git - features.git/blobdiff - src/ChangeLog
Replace LString.h with support/std_string.h,
[features.git] / src / ChangeLog
index 37e4989ef8fd203d8acd3cd367cacfb011db935b..39c67316b1b296715b2321f5333465ddda3d71ff 100644 (file)
@@ -1,3 +1,42 @@
+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:
        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