While looking at MathHullInset::getStatus, I found the following typo. I'll apply in a minute.
JMarc
Index: src/mathed/ChangeLog =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/ChangeLog,v retrieving revision 1.450 diff -u -p -r1.450 ChangeLog --- src/mathed/ChangeLog 11 Nov 2004 12:01:34 -0000 1.450 +++ src/mathed/ChangeLog 15 Nov 2004 15:39:43 -0000 @@ -1,3 +1,7 @@ +2004-11-15 Jean-Marc Lasgouttes <[EMAIL PROTECTED]> + + * math_hullinset.C (getStatus): typo in lfun argument + 2004-11-11 Alfredo Braunstein <[EMAIL PROTECTED]> * Makefile.am: add math_tfracinset.[Ch] Index: src/mathed/math_hullinset.C =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_hullinset.C,v retrieving revision 1.155 diff -u -p -r1.155 math_hullinset.C --- src/mathed/math_hullinset.C 2 Nov 2004 11:25:20 -0000 1.155 +++ src/mathed/math_hullinset.C 15 Nov 2004 15:39:43 -0000 @@ -1100,7 +1100,7 @@ bool MathHullInset::getStatus(LCursor & || s == "copy-row")) return false; if ((type_ == "eqnarray") - && (s == "appen-column" + && (s == "append-column" || s == "delete-column")) return false; return MathGridInset::getStatus(cur, cmd, flag);