]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
remove debug message
[lyx.git] / src / ChangeLog
index 5b549f07eea63f686bbe1d1d064fb192fbd56bcd..3ae0942835b5d49ad76a3d72f06137b2c9b81e24 100644 (file)
@@ -1,5 +1,16 @@
 2002-04-12  Juergen Vigna  <jug@sad.it>
 
+       * text.C (breakParagraph): honor keepempty flag and break the paragraph
+       also with no chars on this paragraph.
+
+       * paragraph.C (breakParagraph): honor keepempty flag and break the
+       paragraph always below not above.
+
+       * BufferView2.C (unlockInset): update the paragraph layout on inset
+       unlock as we changed paragraph in such a case.
+
+       * lyxfind.C (LyXFind): clear the former selection if not found!
+
        * text2.C (insertInset): freeze Undo after setUndo so that it is not
        again called in insertChar().