]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Fixed cut&paste bugs and added freespacing for ERT Insets.
[lyx.git] / src / ChangeLog
index 8536971afa4a5c4778c3bb6df6731ebbf83dc6ce..1c8fc58a782f1c7929bfb5d7671614550200c52d 100644 (file)
@@ -1,3 +1,28 @@
+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.
+
+       * BufferView2.C (lockInset): don't relock if we're already locked!
+
+       * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
+       the only paragraph.
+       (removeRow): added Assert::(firstrow)
+
+       * debug.C: forgot to add INSETTEXT here.
+
 2001-11-28  Juergen Vigna  <jug@sad.it>
 
        * sp_spell.C (initialize): changed error text to more general