]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Fix deleting of paragraphs after undo (fix #236).
[lyx.git] / src / ChangeLog
index 81a2719a0a0f7f8948d70360316a8bb2b2bcfd85..c48018e2b8304ff78af565630bbd279528696a0c 100644 (file)
@@ -1,3 +1,23 @@
+2002-03-14  Juergen Vigna  <jug@sad.it>
+
+       * text2.C (setCursor): just some testcode for #44 not ready yet.
+
+       * undo_funcs.C (textHandleUndo): set the next() and previous()
+       pointers of the paragraph to 0 before deleting otherwise we have
+       problems with the Paragraph::[destructor].
+
+       * text.C (breakParagraph): IMO we should ALWAYS force a real undo
+       on a paragraph insertion.
+
+2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * buffer.C (asciiParagraph): use += operator for char append to
+       string.
+
+       * paragraph.C (getFontSettings): compare >= not just >
+       (highestFontInRange): ditto
+       (setFont): ditto
+
 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * paragraph.C: change several algorithm to be more appripriate for