]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Fixed cut&paste bugs and added freespacing for ERT Insets.
[lyx.git] / src / ChangeLog
index d5a2c132caec7896f2fea808028ba213ee33ef68..1c8fc58a782f1c7929bfb5d7671614550200c52d 100644 (file)
@@ -1,5 +1,51 @@
+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
+       spellchecker command use (not only ispell!)
+
+       * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
+
+       * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
+
+2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
+
+       * vspace.C: initialise lyxgluelength on failure
+
+2001-11-28  Allan Rae  <rae@lyx.org>
+
+       * text.C (paintLastRow): g++-2.95.3 and others don't like variable
+       declaration & definition that looks like a function declaration.
+
 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
+       * BufferView2.C (copy): 
+       (copyEnvironment): do not clear the selection when doing a copy.
+
        * text.C (paintFirstRow): compilation fix
 
 2001-11-27  Ben Stanley  <bds02@uow.edu.au>