X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=448a456a03311c3a8a49b6847cc6459d839242c9;hb=ba21e6498c620beca81e9735795dd2cea2a1cf48;hp=d14e4eb5bf3d85b8054377953702a4e4a6a5dd7f;hpb=c04225fdf19f00c1cc91255073ad1a8fcd76675b;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index d14e4eb5bf..448a456a03 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,57 @@ +2002-04-12 Juergen Vigna + + * insettext.h: added cix() helper function and use it where appropriate + +2002-04-12 Jean-Marc Lasgouttes + + * insetgraphics.C (prepareFile): fix bug when graphics is a + relative path + +2002-04-12 Juergen Vigna + + * insettext.C (insertInset): remove unneeded code! + (updateLocal): fitCursor() fixes. + (collapseParagraphs): fix a possible problem when having a selection + and collapsing the paragraphs. + +2002-04-08 Herbert Voss + + * insetgraphic.C (write): write the rotating angle as + a float as is. test only for != 0.0 + +2002-04-11 Juergen Vigna + + * insettext.C: new function ciy() and use it for setting inset_y. + + * insetert.C (draw): fix the x return for collapsed version. + +2002-04-07 Herbert Voss + + * insetgraphic.C (readFigInset): fix bug with subcaption and + rotating + +2002-04-08 Herbert Voss + + * insetgraphicsparam.C: forgot special option and delete old + 1.2.0 stuff + +2002-04-05 Juergen Vigna + + * insettext.C (localDispatch): make a CURSOR update if we inserted + a character. + +2002-04-04 Jean-Marc Lasgouttes + + * insetfloatlist.C (getScreenLabel): + (latex): use Floating::listName + (validate): new method + +2002-04-03 José Matos + + * insetlabel.C (docbook): the anchor is an empty element in docbook. + + * insetfoot.[Ch] (docbook): added forgotten method. + 2002-04-03 Juergen Vigna * insettext.C (insetButtonPress): fix insetButtonPress events the same