X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=f3487eeac4d49f00b901bf5c68b118f0b63e4bb4;hb=98c966c64594611e469313314abd1e59524adb4a;hp=9dc92e4d2d7a8b4b95df4058cdc91421548ee045;hpb=be1bd533f37a3eb73b915c83edd55a7afab1f144;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index 9dc92e4d2d..f3487eeac4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,29 @@ +2002-03-29 Juergen Vigna + + * lyxfunc.C (dispatch): add a missing fitCursor call. + + * BufferView2.C (fitLockedInsetCursor): the inset needs to know if + it was scrolled by a cursor move, so return the bool status. + + * BufferView.C (fitCursor): return the bool flag also to the outside + world as this is needed. + + * screen.C (toggleToggle): don't subtract the offset if it's positive. + + * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't + call the edit() as it is not needed (and wrong) IMO. + (workAreaButtonPress): set the screen_first variable before evt. + unlock the inset as this may change screen_first and then we have + a wrong y position for the click! + +2002-03-28 Jean-Marc Lasgouttes + + * MenuBackend.C (expand): another translation that I missed + 2002-03-28 Juergen Vigna + * screen.C (toggleToggle): fix for insettexts y_offset on drawing. + * tabular.C (OldFormatRead): fix ert compatibility read inside cells. 2002-03-27 Jean-Marc Lasgouttes