]> git.lyx.org Git - features.git/blobdiff - src/ChangeLog
Fixed compatibility read after Lars substitution from \\end_float with
[features.git] / src / ChangeLog
index 49d6fb4869115d57bf51399795750c31ee012485..72a63796f6b6a5fddc238c79ed3e3fbc57d86f8f 100644 (file)
@@ -1,3 +1,43 @@
+2002-04-18  Juergen Vigna  <jug@sad.it>
+
+       * 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
+       Ressler.
+
+2002-04-16  Juergen Vigna  <jug@sad.it>
+
+       * text2.C (setCursor): set also the irow().
+       (setCursorFromCoordinates): fixed to set the (i) cursor values right!
+       (cursorUp):
+       (cursorDown): support for locking an inset if the x_fix value goes
+       inside it. That way I can transverse insets too with cursor up/down.
+
+       * lyxrow.h: added irow helper function same as other (i) functions.
+
+       * BufferView_pimpl.C (cursorPrevious):
+       (cursorNext): fixed for insets!
+
+2002-04-15  Juergen Vigna  <jug@sad.it>
+
+       * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
+       position otherwise it is wrong in some cases.
+
+       * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
+       inside the inset before the call.
+
+2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * buffer.[Ch] (getBibkeyList): make it const.
+
 2002-04-12  Juergen Vigna  <jug@sad.it>
 
        * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.