From: Georg Baum Date: Mon, 13 Mar 2006 17:56:32 +0000 (+0000) Subject: fix bug 2361 X-Git-Tag: 1.6.10~13514 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9ba33772a8c87c87d5091c3e22cce62ac2412e98;p=features.git fix bug 2361 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13369 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 5ec17b69d2..bea669ea8c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2006-03-13 Georg Baum + + * symbols: Comment out unused insets + 2006-03-12 Georg Baum * configure.m4: Remove diff --git a/lib/symbols b/lib/symbols index 16585777e6..41f6b2ac0d 100644 --- a/lib/symbols +++ b/lib/symbols @@ -113,19 +113,19 @@ scriptstyle style 2 scriptscriptstyle style 3 # misc -begin begin none -right right none +# The commented lines in this block get misparsed as MathSymbolInset because +# createMathInset() does not know them. I don't know if this is old cruft +# or if it is planned to use this in the future. gb 2006-03-13 +#begin begin none +#right right none underset underset none overset overset none -parbox parbox none -protect protect none +#protect protect none mbox mbox forcetext -newcommand newcommand none -label label none -left left none -end end none -fbox fbox none -boxed fbox none +#newcommand newcommand none +#label label none +#left left none +#end end none #