X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=37b3db305830b47ae6dab3dcb3db9341ae341bd5;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=9f003f28894d2496038c0729c5c05a8a0936e7ca;hpb=f4c86428a35989edc21141c875b426b30477d596;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 9f003f2889..37b3db3058 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,67 @@ +2002-02-20 Juergen Vigna + + * 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 Angus Leeming + + * insetexternal.C Changes due to the renaming of support/syscall.[Ch] + as support/systemcall.[Ch] and of class Systemcalls as class SystemCall. + +2002-02-18 José Matos + + * insetinclude.C (validate): some code only applies to latex buffers, + it was made conditional. + +2002-02-12 Herbert Voss + + * insetgraphics.C: (prepareFile) do not check at this time + if the file is present. + +2002-02-12 Herbert Voss + + * insetgraphics.C: latex(), return the correct newlines + +2002-02-13 José Matos + + * inseturl.C (docbook): escape & in url. + +2002-02-13 Jean-Marc Lasgouttes + + * insetspecialchar.C (isLineSeparator): line breaking is allowed + after HYPHENATION and MENU_SEPARATOR + + * inset.h (isLineSeparator): new method, returns false by default. + +2002-02-12 Jean-Marc Lasgouttes + + * insetert.C (status): do not update the text inset, but the ERT + inset. + +2002-02-11 John Levon + + * insetnote.C: use notebg for background + 2002-02-08 Herbert Voss * insetgraphic.C: