X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=7cea082331f94b0eed5e408c20b0f02cc45c019d;hb=1279189bd015178d5d41be0eb1264a15dc6e7e89;hp=a19f05650e9a722aca5c1362e6f4501ea55f130a;hpb=aa46044e0cec8edfe3f84f57def5fc5797667391;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index a19f05650e..7cea082331 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,5 +1,25 @@ +2001-08-14 Juergen Vigna + + * insetert.C (edit): forgot to set status_ in edit calls! + +2001-08-14 Dekel Tsur + + * insettext.C: Compilation fix + 2001-08-13 Juergen Vigna + * inset.C (getMaxWidth): fixed bug of returning the wrong max width. + + * insetcollapsable.C (edit): don't recollapse an already open inset. + + * insettext.C: fixed problem when reinitializing LyXText by not doing + it while lt is in use and post this to the next possible time in + getLyXText(). + (searchForward): fixed not unlocking of inset if nothing found. + (edit): set cursor behind right (was set -1 pos). + + * insetert.C (InsetERT): init status_ also in the 3rd constructor. + * insettabular.C (tabularFeatures): fixed fix where deleting the last row didn't get the right actcell!