X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=7de73637542cfc4bf12e05de9f1c9274bf2f8a71;hb=c9a31728e91a9954e590c8ef4c16dfbce32b0f17;hp=60dfe91d895785a8458f748b760586f2f7dc2259;hpb=b45d1b31f5fe09e879648d3b115900ca2cdb87dc;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 60dfe91d89..7de7363754 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,8 +1,62 @@ +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 + way as in Bufferview_pimpl. + +2002-04-03 Allan Rae + + * insetgraphics.C (latex): one % too many makes living on the bleeding + edge fun with less than 30 minutes to a meeting with a PhD supervisor. + +2002-03-28 Herbert Voss + + * insetgraphic.C (latex): simplify the code for the latex + output when the file doesn't exist + 2002-03-29 Juergen Vigna + * insettext.C (updateLocal): fixes to fitCursor calls when locking/ + unlocking inset. + + * insettabular.C (edit): call fitCursor(). + * insettext.C (insetButtonPress): change behaviour of no_selection to the one in the BufferView selection_possible and fix the spurious selection bug with it. + (localDispatch): revoke selection on BREAK... functions. 2002-03-28 Jean-Marc Lasgouttes