]> git.lyx.org Git - features.git/commit
cosmetics: rename support.[Ch] into math_support.[Ch]
authorAndré Pönitz <poenitz@gmx.net>
Thu, 8 Nov 2001 12:15:12 +0000 (12:15 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Thu, 8 Nov 2001 12:15:12 +0000 (12:15 +0000)
commit1b787e207d68610c6c8a1b3e21fce15891e38bef
tree0cab813d0f861b7d53664ba5b1454c2ff181a2d3
parent0daba49b1d7493cbf76658314b7459b51f870081
cosmetics: rename support.[Ch] into math_support.[Ch]

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2985 a592a061-630c-0410-9148-cb99ea01b6c8
36 files changed:
src/mathed/Makefile.am
src/mathed/array.C
src/mathed/formula.C
src/mathed/formulabase.C
src/mathed/formulamacro.C
src/mathed/math_binaryopinset.C
src/mathed/math_binominset.C
src/mathed/math_braceinset.C
src/mathed/math_charinset.C
src/mathed/math_cursor.C
src/mathed/math_decorationinset.C
src/mathed/math_deliminset.C
src/mathed/math_dotsinset.C
src/mathed/math_exfuncinset.C
src/mathed/math_exintinset.C
src/mathed/math_fracinset.C
src/mathed/math_funcinset.C
src/mathed/math_funcliminset.C
src/mathed/math_kerninset.C
src/mathed/math_macro.C
src/mathed/math_macroarg.C
src/mathed/math_macrotable.C
src/mathed/math_matrixinset.C
src/mathed/math_notinset.C
src/mathed/math_parser.C
src/mathed/math_scriptinset.C
src/mathed/math_spaceinset.C
src/mathed/math_specialcharinset.C
src/mathed/math_stackrelinset.C
src/mathed/math_stringinset.C
src/mathed/math_support.C [new file with mode: 0644]
src/mathed/math_support.h [new file with mode: 0644]
src/mathed/math_symbolinset.C
src/mathed/support.C [deleted file]
src/mathed/support.h [deleted file]
src/mathed/xarray.C