X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=1a1e7e2eeb5a33af6a4a67f8c567336719fc7910;hb=dbd7a961fc46bb10c85bdd8c7fb6626477ae63d8;hp=9bffe8986a1ec3de13a6e30b0333c07782f7bf0b;hpb=d0a3af12d9ae8b208f7a70099db29632ad8a7dba;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 9bffe8986a..1a1e7e2eeb 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,108 @@ +2002-03-02 Lars Gullik Bjønnes + + * insettext.C: layout as string + + * insetinclude.C: layout as string + + * insetert.C: layout as string + + * insetbib.C: layout as string + +2002-02-28 Angus Leeming + + * insetert.C: + * insettabular.C: remove #include "lyx_gui_misc.h". + +2002-02-26 John Levon + + * Makefile.am: + * figinset.h: + * figinset.C: + * inset.h: remove figinset, yahoo ! + +2002-02-28 Angus Leeming + + * insetgraphics.C (c-tors): initialise parent classes explicitly in + copy c-tor and initialise member variables in the correct order. + +2002-02-28 Juergen Vigna + + * insettabular.C (localDispatch): clear selection on PgUp/Down. + +2002-02-28 Jean-Marc Lasgouttes + + * inset.h: ... and add a better one here. + + * insetcommand.C (insetButtonRelease): remove that one which was a + bit broken... + +2002-02-27 Jean-Marc Lasgouttes + + * insetcommand.C (insetButtonRelease): ... and move it here. + + * inseturl.h: remove insetButtonRelease from there... + +2002-02-26 Juergen Vigna + + * inseturl.h: Added a insetButtonRelease call returning true as + prove of concept. + + * insetlabel.C (edit): Fixed wrong update handling after change I + leave in the wrong code for the one who wrote it to remove and have + a look what he did wrong. + + * insettabular.C (localDispatch): force a SELECTION update if we + had a selection and we passed the event down to the inset (fix #213) + (localDispatch): handle font changing stuff when we have a cell + selection so that the selection is not rewoked. I don't really like + this fix, but it's the only way I see to do it right now. + +2002-02-22 Juergen Vigna + + * insettext.C (insetUnlock): set the cursor to the second paragraph + if available and if the first one is empty (fix #191). + +2002-02-20 Juergen Vigna + + * insettext.C (getDrawFont): implemented this function to call the + one of the owner if present as the owner normally knows what to do + with us. + + * insetert.C: implement getDrawFont() function and comment out all + the crap for setting a special latex font inside this inset. + (InsetERT): added a Lanugage parameter to this constructor. + + * inset.h: added function getDrawFont(LyXFont & font) to be able to + change the font for being drawn on screen (used only in InsetERT for + now). + + * insettabular.C (draw): clear the parts around a cellinset ALWAYS + and also above (was missing). + (updateLocal): don't remove the cell selection if we have one this + should be done where we really want to remove it. + +2002-02-20 José Matos + + * insetinclude.h: include_label made string const. + + * insetinclude.C (InsetInclude): moved include_label initialization. + (linuxdoc): + (docbook): + (validate): fix support for temporary directory, for docbook and + linuxdoc. + + * insetgraphics.h : new private member, graphic_label, that holds + the entity name that defines the graphics location (SGML). + + * insetgraphics.C (unique_id): new function to give a unique label + for graphic. + (docbook): + (validate): the file locatation is given by an entity reference. + +2002-02-18 Herbert Voss + + * insetgraphics.C: use [Debug::GRAPHICS] for lyxerr + 2002-02-18 Angus Leeming * insetexternal.C Changes due to the renaming of support/syscall.[Ch]