X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=8f729ff09bff778e6c66174413ca6b8682554329;hb=86ff350f06968129a25e7a73ede49aff84a08299;hp=53a723b5d04005dedd3a6f545fa08e3d16c34d7f;hpb=0233b6753d5a7ef67263c3111411be04765c629b;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 53a723b5d0..8f729ff09b 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,70 @@ +2001-09-24 Angus Leeming + + * insetert.[Ch] (selectNextWordToSpellcheck): new method. + Returns string(), so nothing in an ERT inset is spellchecked. + + * insetgraphics.C (draw): print the filename if not displaying the + image. + (width): make sure that the width and draw methods are consistent. + (updateInset): don't even load the image into cache if not displaying + it. + +2001-09-21 Angus Leeming + + * various files (selectNextWord): renamed as + selectNextWordToSpellcheck. + + * insetgraphics.C (draw): remove the previous change. Right place + is in imageLoaderXPM.C. + (draw): don't display the image if params.display == NONE. + +2001-09-18 Angus Leeming + + * figinset.C (runqueue): + * insetgraphics.C (draw): set background colour of inset from + background to the user-configurable graphicsbg. + +2001-09-07 Jean-Marc Lasgouttes + + * insetquotes.C (InsetQuotes): when trying to decide the side of + the quote, choose `left' only after a space or '(' + +2001-09-04 José Matos + * figinset.C + * figinset.h + * insetcaption.C + * insetcaption.h + * insetcollapsable.h + * insetcommand.C + * insetcommand.h + * inseterror.h + * insetert.C + * insetert.h + * insetexternal.C + * insetexternal.h + * insetfloat.C + * insetfloat.h + * insetfloatlist.h + * insetgraphics.C + * insetgraphics.h + * inset.h + * insetinclude.C + * insetinclude.h + * insetlabel.C + * insetlabel.h + * insetlatexaccent.C + * insetlatexaccent.h + * insetquotes.C + * insetquotes.h + * insetref.C + * insetref.h + * insetspecialchar.C + * insetspecialchar.h + * insettabular.C + * insettabular.h + * insettext.C + * insettext.C (docbook): rename docBook method to docbook. + 2001-09-02 Dekel Tsur * inset.h (getFirstParagraph): New virtual method.