From a53810d9866e9189ff9de8148fc381c5378ef9ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Vigna?= Date: Wed, 20 Feb 2002 15:36:15 +0000 Subject: [PATCH] Forgotten ChangeLog entries. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3577 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 6 ++++++ src/insets/ChangeLog | 12 ++++++++++++ 2 files changed, 18 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 7a991f4567..c9b5ea0b8c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2002-02-20 Juergen Vigna + * text2.C (getFont): get the drawing font of the Inset if this + paragraph is inside an inset (only important for InsetERT for now). + + * buffer.C (insertErtContents): use new lanugage params in ERT + constructor. + * CutAndPaste.C: commenting out seemingly uneeded code. 2002-02-19 Allan Rae diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 37b3db3058..e94f901168 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,5 +1,17 @@ 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 -- 2.39.2