]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
fix row breaking again ..
[lyx.git] / src / ChangeLog
index d73285477c3bfc6cff8c5ee4e4e7e49cc23b3d71..3ee0e7681ac415a3fba86a482b7b0433efcf6101 100644 (file)
@@ -1,3 +1,35 @@
+2003-04-11  John Levon  <levon@movementarian.org>
+
+       * text.C (rowBreakPoint): reintroduce the labelEnd
+       checks, code copied from the row fill stuff. Deep voodoo.
+
+       * text.C (fill): add a comment and debugging for the
+       next poor soul.
+
+2003-04-11  John Levon  <levon@movementarian.org>
+
+       * text.C: make sure fullrow insets get wrapped to the next line,
+       even when they're in a manual label
+
+2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * text2.C (insertParagraph): make it take ParagraphList::iterator
+       as arg.
+       (setLayout): make it return ParagraphList::iterator
+       (redoParagraphs): ditto
+       (setCounter): ditto
+       (checkParagraph): ditto
+
+       * text.C (getRow): make getrow take ParagraphList::iterator as arg
+
+       * text2.C: adjust several funcs.
+       (realizeFont): take a ParagraphList::iterator as arg.
+       (getLayoutFont): ditto
+       (getLabelFont): ditto
+       (setCharFont): ditto
+
+       * text.C: adjust several funcs.
+
 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
 
        * text.C (selectNextWordToSpellcheck): don't accidentally
@@ -10,7 +42,7 @@
 
 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
 
-       * text2.C (cursorRight): a getChar assert fixed 
+       * text2.C (cursorRight): a getChar assert fixed
 
 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>