]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
fix row breaking again ..
[lyx.git] / src / ChangeLog
index e505b288bbc054f93cb94b4d65d87131e053d49e..3ee0e7681ac415a3fba86a482b7b0433efcf6101 100644 (file)
@@ -1,5 +1,27 @@
+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