]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Fixed cut&paste bugs and added freespacing for ERT Insets.
[lyx.git] / src / ChangeLog
index 9692cc281b2fffab5471f50b82f4e0a666af4783..1c8fc58a782f1c7929bfb5d7671614550200c52d 100644 (file)
@@ -1,5 +1,17 @@
 2001-11-29  Juergen Vigna  <jug@sad.it>
 
+       * text.C: added support for paragraph::isFreeSpacing()
+
+       * buffer.C: same as above
+
+       * paragraph.h: inserted isFreeSpacing() function to enable
+       FreeSpacing inside InsetERT.
+
+       * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
+       of the paragraph's in the cut/copy buffer to 0!
+
+       * text2.C (removeRow): remove the assert as it can!
+
        * lyxtext.h: added helper function firstRow returning firstrow and
        made firstrow private again.