]> git.lyx.org Git - features.git/blobdiff - src/ChangeLog
2003-02-13 John Levon <levon@movementarian.org>
[features.git] / src / ChangeLog
index 5aac0c6fc9a1ce2e74be265e18931cdf2ea17f95..f35f659e4aa88eea2347b087803559ca61d1a772 100644 (file)
@@ -1,3 +1,39 @@
+2003-02-13  John Levon  <levon@movementarian.org>
+
+       * text.h:
+       * text.C:
+       * text2.C: move hfillExpansion(), numberOfSeparators(),
+         rowLast(), rowLastPrintable(), numberofHfills(), 
+         numberOfLabelHfills() ...
+
+       * lyxrow.h:
+       * lyxrow.C: ... to member functions here.
+
+       * paragraph.h:
+       * paragraph.C:
+       * lyxtext.h:
+       * text.C: remove LyXText::beginningOfMainBody(), and call
+         p->beginningOfMainBody() directly. Move the check for
+         LABEL_MANUAL into the latter.
+
+       * text.h:
+       * text.C:
+       * text2.C:
+       * vspace.C:
+       * BufferView.h:
+       * BufferView.C: make defaultHeight() be a free defaultRowHeight()
+
+       * text.h:
+       * text.C:
+       * text2.C:
+       * text3.C:
+       * frontends/screen.C: move bv_owner private, introduce isTopLevel()
+         to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
+
+2003-02-13  John Levon  <levon@movementarian.org>
+
+       * CutAndPaste.C: remove debug
+
 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * paragraph.C (asString): remove two unused variables
@@ -8,10 +44,6 @@
 
        * buffer.C (latexParagraphs): honor LyXTextClass::titletype
 
-2003-02-13  John Levon  <levon@movementarian.org>
-
-       * CutAndPaste.C: remove debug
-
 2003-02-09  John Levon  <levon@movementarian.org>
 
        * buffer.h: