]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
small bugfix
[lyx.git] / src / ChangeLog
index f4cabfd318f7c4b7a559c47adc0b2a005e66bf06..a4ad4a6f961bcdf234399c195d8129bacd449ba5 100644 (file)
@@ -1,3 +1,23 @@
+2001-08-08  Juergen Vigna  <jug@sad.it>
+
+       * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
+       BACKSPACE type functions.
+
+       * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
+       is only cutted from the document but not put in the cut-buffer, where
+       still the old stuff should be.
+
+       * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
+
+       * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
+
+       * tabular.C (SetWidthOfCell): fixed special case where the width
+       was not updated!
+       (LeftLine): handle '|' in align_special.
+       (RightLine): ditto
+       (LeftAlreadyDrawed): ditto
+       (SetWidthOfCell): ditto
+
 2001-08-07  Juergen Vigna  <jug@sad.it>
 
        * lyx_main.C (readUIFile): fixed some forgotten lowercase!