]> git.lyx.org Git - features.git/commitdiff
re-enable ams "autodetection" (I still think it is wrong...)
authorAndré Pönitz <poenitz@gmx.net>
Fri, 31 May 2002 04:51:49 +0000 (04:51 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Fri, 31 May 2002 04:51:49 +0000 (04:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4309 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/ChangeLog
src/mathed/math_hullinset.C

index d9a7e658722358a87e3a47c2a8434cebb4a93190..d2a1f52a93d3608c70a6d61e58458f948ea319fc 100644 (file)
@@ -1,3 +1,6 @@
+2002-05-31  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_hullinset.C (ams): Do a real check.
 
 2002-05-30  André Pönitz <poenitz@gmx.net>
 
index 5d1c551f0cf88070c2b4b52168b3f2d1f81f1e81..90eb7f476cbdc5318855176535f9b216b2f3c014 100644 (file)
@@ -265,8 +265,6 @@ bool MathHullInset::numbered(row_type row) const
 
 bool MathHullInset::ams() const
 {
-       return true;
-/*
        return
                objtype_ == LM_OT_ALIGN ||
                objtype_ == LM_OT_MULTLINE ||
@@ -274,7 +272,6 @@ bool MathHullInset::ams() const
                objtype_ == LM_OT_ALIGNAT ||
                objtype_ == LM_OT_XALIGNAT ||
                objtype_ == LM_OT_XXALIGNAT;
-*/
 }