Forgotten ChangeLog entries.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3577 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Vigna 2002-02-20 15:36:15 +00:00
parent 9443f625d8
commit a53810d986
2 changed files with 18 additions and 0 deletions

View File

@ -1,5 +1,11 @@
2002-02-20 Juergen Vigna <jug@sad.it>
* 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 <rae@lyx.org>

View File

@ -1,5 +1,17 @@
2002-02-20 Juergen Vigna <jug@sad.it>
* 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