From: André Pönitz Date: Fri, 31 May 2002 04:51:49 +0000 (+0000) Subject: re-enable ams "autodetection" (I still think it is wrong...) X-Git-Tag: 1.6.10~19149 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6f74c2c9b9c87ca431304cc22a14cb10ce878694;p=features.git re-enable ams "autodetection" (I still think it is wrong...) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4309 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index d9a7e65872..d2a1f52a93 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,6 @@ +2002-05-31 Dekel Tsur + + * math_hullinset.C (ams): Do a real check. 2002-05-30 André Pönitz diff --git a/src/mathed/math_hullinset.C b/src/mathed/math_hullinset.C index 5d1c551f0c..90eb7f476c 100644 --- a/src/mathed/math_hullinset.C +++ b/src/mathed/math_hullinset.C @@ -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; -*/ }