]> git.lyx.org Git - features.git/commitdiff
fix bug 2361
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 13 Mar 2006 17:56:32 +0000 (17:56 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 13 Mar 2006 17:56:32 +0000 (17:56 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13369 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/symbols

index 5ec17b69d2870292e9ca3f30bc5301e97071312f..bea669ea8cb9a62c6214083730468d7efbae4218 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * symbols: Comment out unused insets
+
 2006-03-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
 
        * configure.m4: Remove
index 16585777e626737785e74a89b4d5e9e3ba37a12d..41f6b2ac0d7c6511042ff675266faedfd1d86ce8 100644 (file)
@@ -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
 
 
 #