]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Call an update before setting the_locking_inset = 0 as otherwise we
[lyx.git] / src / ChangeLog
index 174d48c9bd9fb9f404d44f8309ae3667fd44b647..f26d10b24da18bce51ac3c91d6020c6f99e1fb74 100644 (file)
@@ -1,3 +1,28 @@
+2002-04-19  Juergen Vigna  <jug@sad.it>
+
+       * text2.C (cursorDown): don't enter the inset if we came from a row
+       above and are one row over the inset.
+
+       * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
+       really leaving an inset.
+
+2002-04-18  Juergen Vigna  <jug@sad.it>
+
+       * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
+       of the selected paragraph does not have the selected layout also if
+       the last one had!
+
+       * text2.C (setLayout): fixed bug which did not change last selected
+       paragraph.
+
+       * tabular.C (OldFormatRead): check also for \\end_inset as Lars
+       changed the read and substituted \\end_float with \\end_inset!
+
+       * BufferView_pimpl.C (cursorPrevious): 
+       (cursorNext): fixed to make it work with rows heigher than the work
+       area without moving the cursor only the draw of the row.
+       (workAreaMotionNotify): fix jumping over high rows.
+
 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike