From: Jürgen Vigna Date: Wed, 17 Apr 2002 09:54:58 +0000 (+0000) Subject: Forgot to save changed file ;) X-Git-Tag: 1.6.10~19392 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ba73010ca1e778d0efc5c75c67070202f490c79a;p=features.git Forgot to save changed file ;) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4014 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 3ead5971d3..c94ab7b16a 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,5 +1,8 @@ 2002-04-17 Juergen Vigna + * insettext.C (checkAndActivateInset): simplified as we now have the + edit(bv, bool) call. + * insettext.h: changed behind variables to front variables to be equal to the one in the edit call (as it is for that they are used).