The branch, 2.0.x, has been updated. - Log -----------------------------------------------------------------
commit e334b01db55c9605d36c0778c8cc52bdc713899b Author: Georg Baum <[email protected]> Date: Mon Oct 29 20:52:22 2012 +0100 Fix bug 8396: Wrong import of \xymatrix diff --git a/lib/syntax.default b/lib/syntax.default index 62c4eea..f18ea74 100644 --- a/lib/syntax.default +++ b/lib/syntax.default @@ -695,6 +695,7 @@ $$ \vspace{} \vspace*{} \whiledo{}{} +\xymatrix{} % this is basically an array => the contents would be parsed badly (bug 8396) % LaTeX environments. % They have always one extra "argument": diff --git a/status.20x b/status.20x index 09f3c18..0e3729b 100644 --- a/status.20x +++ b/status.20x @@ -229,6 +229,8 @@ What's new - Fix bug that language change commands were not always recognized (bug 8210). +- Fix wrong import of \xymatrix (bug 8396). + * ADVANCED FIND AND REPLACE ----------------------------------------------------------------------- Summary of changes: lib/syntax.default | 1 + status.20x | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) hooks/post-receive -- The LyX Source Repository
