X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=310c2b173960938f9bf1d18e1f69b1da0a7d376f;hb=4ec1fe07fed17fafde2b7cf38221c0ddbb6393a8;hp=c6909bac7425d8d015c78f8e12a74dde0b360594;hpb=85e30074c271cb2d13b984e9dcb223d7bdde19f4;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index c6909bac74..310c2b1739 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,35 @@ +2001-11-29 Juergen Vigna + + * insettext.C: inserted a reinitLyXText function everywhere I delete + the paragraphs! This should fixe the crashes we had. + Also use the new function firstRow() instead of getRowNearY(dummy_y) + +2001-11-28 André Pönitz + + * insetnote.C: add pos initialization that I removed without + knowing what I did. + +2001-11-28 Juergen Vigna + + * insettabular.C (resetPos): hack to not crash with infinite paints. + + * insettabular.h: insert missing function allowSpellcheck()! + + * insetcollapsable.C (draw): fixed wrong width of collapsed inset! + +2001-11-04 John Levon + + * insetfloatlist.h: + * insetfloatlist.C: derive from InsetCommand so gui can use it + easily + +2001-11-26 André Pönitz + + * insettext.[Ch]: + * insetert.C: + * insetnote.C: reduce header dependencies, introduce type for + positions + 2001-11-23 John Levon * various: update for Alert.h