diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 75e6111a38..3732d6508d 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -214,6 +214,7 @@ src_mathed_header_files = Split(''' math_oversetinset.h math_parinset.h math_parser.h + math_phantominset.h math_replace.h math_rootinset.h math_scriptinset.h @@ -291,6 +292,7 @@ src_mathed_files = Split(''' math_oversetinset.C math_parinset.C math_parser.C + math_phantominset.C math_rootinset.C math_scriptinset.C math_sizeinset.C diff --git a/status.14x b/status.14x index 8ec4da613e..b90ec367a3 100644 --- a/status.14x +++ b/status.14x @@ -32,6 +32,9 @@ What's new - Add buttons for \intop and \ointop to the math panel (bug 2698) +- Native support for \phantom, \hphantom and \vphantom in mathed (bug 1473). + There is no Menu/Toolbar/Math panel entry yet, only display on screen. + ** Bug fixes: * Document Input/Output