]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Added function firstRow() to LyXText as this function is needed in
[lyx.git] / src / insets / ChangeLog
index 3e17100be12f135bc3ba2a2e186bbd86f6bd0efc..310c2b173960938f9bf1d18e1f69b1da0a7d376f 100644 (file)
@@ -1,3 +1,9 @@
+2001-11-29  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C: inserted a reinitLyXText function everywhere I delete
+       the paragraphs! This should fixe the crashes we had.
+       Also use the new function firstRow() instead of getRowNearY(dummy_y)
+
 2001-11-28  André Pönitz <poenitz@gmx.net>
 
        * insetnote.C: add pos initialization that I removed without
@@ -5,6 +11,8 @@
 
 2001-11-28  Juergen Vigna  <jug@sad.it>
 
+       * insettabular.C (resetPos): hack to not crash with infinite paints.
+
        * insettabular.h: insert missing function allowSpellcheck()!
 
        * insetcollapsable.C (draw): fixed wrong width of collapsed inset!