commit ecafea8227d0c51f36dbf8ff45e9c3ebc15e19cf
Author: Thibaut Cuvelier <[email protected]>
Date:   Sat Dec 26 20:02:46 2020 +0100

    Rename MathStream to MathMLStream.

 src/mathed/InsetMath.cpp            |    2 +-
 src/mathed/InsetMath.h              |    4 ++--
 src/mathed/InsetMathAMSArray.h      |    2 +-
 src/mathed/InsetMathBig.cpp         |    2 +-
 src/mathed/InsetMathBig.h           |    2 +-
 src/mathed/InsetMathBoldSymbol.cpp  |    2 +-
 src/mathed/InsetMathBoldSymbol.h    |    2 +-
 src/mathed/InsetMathBox.cpp         |    8 ++++----
 src/mathed/InsetMathBox.h           |    8 ++++----
 src/mathed/InsetMathBrace.cpp       |    2 +-
 src/mathed/InsetMathBrace.h         |    2 +-
 src/mathed/InsetMathCancel.cpp      |    2 +-
 src/mathed/InsetMathCancel.h        |    2 +-
 src/mathed/InsetMathCancelto.h      |    2 +-
 src/mathed/InsetMathCases.cpp       |    2 +-
 src/mathed/InsetMathCases.h         |    2 +-
 src/mathed/InsetMathChar.cpp        |    2 +-
 src/mathed/InsetMathChar.h          |    2 +-
 src/mathed/InsetMathColor.h         |    2 +-
 src/mathed/InsetMathComment.cpp     |    2 +-
 src/mathed/InsetMathComment.h       |    2 +-
 src/mathed/InsetMathDecoration.cpp  |    2 +-
 src/mathed/InsetMathDecoration.h    |    2 +-
 src/mathed/InsetMathDelim.cpp       |    2 +-
 src/mathed/InsetMathDelim.h         |    2 +-
 src/mathed/InsetMathDots.cpp        |    2 +-
 src/mathed/InsetMathDots.h          |    2 +-
 src/mathed/InsetMathEnsureMath.cpp  |    2 +-
 src/mathed/InsetMathEnsureMath.h    |    2 +-
 src/mathed/InsetMathExFunc.cpp      |    2 +-
 src/mathed/InsetMathExFunc.h        |    2 +-
 src/mathed/InsetMathExInt.cpp       |    2 +-
 src/mathed/InsetMathExInt.h         |    2 +-
 src/mathed/InsetMathFont.cpp        |    2 +-
 src/mathed/InsetMathFont.h          |    2 +-
 src/mathed/InsetMathFrac.cpp        |    4 ++--
 src/mathed/InsetMathFrac.h          |    4 ++--
 src/mathed/InsetMathGrid.cpp        |    2 +-
 src/mathed/InsetMathGrid.h          |    2 +-
 src/mathed/InsetMathHull.cpp        |    8 ++++----
 src/mathed/InsetMathHull.h          |    2 +-
 src/mathed/InsetMathKern.h          |    2 +-
 src/mathed/InsetMathMacro.cpp       |    4 ++--
 src/mathed/InsetMathMacro.h         |    2 +-
 src/mathed/InsetMathMatrix.cpp      |    2 +-
 src/mathed/InsetMathMatrix.h        |    2 +-
 src/mathed/InsetMathNumber.cpp      |    2 +-
 src/mathed/InsetMathNumber.h        |    2 +-
 src/mathed/InsetMathOverset.cpp     |    2 +-
 src/mathed/InsetMathOverset.h       |    2 +-
 src/mathed/InsetMathPhantom.h       |    2 +-
 src/mathed/InsetMathRoot.cpp        |    2 +-
 src/mathed/InsetMathRoot.h          |    2 +-
 src/mathed/InsetMathScript.cpp      |    4 ++--
 src/mathed/InsetMathScript.h        |    2 +-
 src/mathed/InsetMathSideset.cpp     |    2 +-
 src/mathed/InsetMathSideset.h       |    2 +-
 src/mathed/InsetMathSize.cpp        |    2 +-
 src/mathed/InsetMathSize.h          |    2 +-
 src/mathed/InsetMathSpace.cpp       |    2 +-
 src/mathed/InsetMathSpace.h         |    2 +-
 src/mathed/InsetMathSpecialChar.cpp |    2 +-
 src/mathed/InsetMathSpecialChar.h   |    2 +-
 src/mathed/InsetMathSplit.cpp       |    2 +-
 src/mathed/InsetMathSplit.h         |    2 +-
 src/mathed/InsetMathSqrt.cpp        |    2 +-
 src/mathed/InsetMathSqrt.h          |    2 +-
 src/mathed/InsetMathStackrel.cpp    |    2 +-
 src/mathed/InsetMathStackrel.h      |    2 +-
 src/mathed/InsetMathString.cpp      |    2 +-
 src/mathed/InsetMathString.h        |    2 +-
 src/mathed/InsetMathSubstack.cpp    |    2 +-
 src/mathed/InsetMathSubstack.h      |    2 +-
 src/mathed/InsetMathSymbol.cpp      |    2 +-
 src/mathed/InsetMathSymbol.h        |    2 +-
 src/mathed/InsetMathUnderset.cpp    |    2 +-
 src/mathed/InsetMathUnderset.h      |    2 +-
 src/mathed/InsetMathUnknown.cpp     |    2 +-
 src/mathed/InsetMathUnknown.h       |    2 +-
 src/mathed/InsetMathXArrow.cpp      |    2 +-
 src/mathed/InsetMathXArrow.h        |    2 +-
 src/mathed/InsetMathXYMatrix.cpp    |    2 +-
 src/mathed/InsetMathXYMatrix.h      |    2 +-
 src/mathed/MathExtern.cpp           |    2 +-
 src/mathed/MathExtern.h             |    4 ++--
 src/mathed/MathStream.cpp           |   30 +++++++++++++++---------------
 src/mathed/MathStream.h             |   28 ++++++++++++++--------------
 src/xml.h                           |    2 +-
 88 files changed, 130 insertions(+), 130 deletions(-)
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to