X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=310c2b173960938f9bf1d18e1f69b1da0a7d376f;hb=4ec1fe07fed17fafde2b7cf38221c0ddbb6393a8;hp=203649cb10b239aa10077ea6d8906ee156e0eeb4;hpb=c78d07c746c627a8278e92905d747d69b75479fd;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 203649cb10..310c2b1739 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,6 +1,87 @@ -2001-11-03 José Matos +2001-11-29 Juergen Vigna - * /insetindex.C: added header file for std::ostream. + * 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 + +2001-11-22 John Levon + + * inset.h: fix comment + + * insettext.C: use par->isInset() + +2001-11-22 Allan Rae + + * insetcollapsable.h: + * inset.h: Changes to checkInsertChar() behaviour. + Now return value indicates whether chars can be inserted. + +2001-11-11 Michael A. Koziarski + + * various: updated to use the new LaTeXFeatures + +2001-11-14 José Matos + + * insetspecialchar.C (linuxdoc): + (docbook): don't give a name to a unused variable. + + * insettext.C (docbook): removed unused variable. + +2001-11-13 Herbert Voss + + * insetgraphic.C: fix scale bug + +2001-11-13 Jean-Marc Lasgouttes + + * inset.h (isSpace): + (isLetter): new virtual methods. + + * insetspecialchar.C (isSpace): + (isLetter): implement here. + +2001-11-04 John Levon + + * inset.h: new inline helpers + + * insettext.C: use new helpers + +2001-11-07 José Matos + + * insettext.C (docbook): full support for paragraphs inside insettext. + +2001-11-06 José Matos + + * insetindex.C: added header file for std::ostream. 2001-11-03 José Matos