]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Fixed long standing bug in breaking rows correctly. Fixed redraws when
[lyx.git] / src / ChangeLog
index 1551469e02746a6b937f6db612e88b3dd950d79f..d5bccea896a98ba15f769c2d8c04e39a9e6ba6db 100644 (file)
@@ -1,3 +1,21 @@
+2002-01-06  Juergen Vigna  <jug@sad.it>
+
+       * text.C (nextBreakPoint): fixed up this function we had this bug
+       since ever but now hopefully we break row better.
+       (insertChar): we have to check if an inset is the next char as it
+       could now happen that a large inset is causing a break.
+
+2002-01-05  Juergen Vigna  <jug@sad.it>
+
+       * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
+       if it doesn't like to be drawed.
+
+2002-01-04  Juergen Vigna  <jug@sad.it>
+
+       * BufferView2.C (lockInset): forgot to set a cursor.
+
+       * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
+
 2002-01-03     Martin Vermeer <martin.vermeer@hut.fi>
 
        * FormMathsPanel.C: