patch from dekel

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1282 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2000-12-18 13:11:14 +00:00
parent a5948ae476
commit 4d9a456303
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-12-18 Dekel Tsur <dekelts@tau.ac.il>
* src/mathed/math_cursor.C (Interpret) Suppress a debug message
in normal run.
2000-12-17 Lars Gullik Bjønnes <larsbj@lyx.org>
* src/support/copy.C: don't include filetools.h

View File

@ -639,7 +639,7 @@ void MathedCursor::Interpret(string const & s)
p = new MathFuncInset(s, LM_OT_UNDEF);
} else {
tcode = static_cast<MathMacro*>(p)->getTCode();
lyxerr << "Macro2 " << s << ' ' << tcode << " " ;
lyxerr[Debug::MATHED] << "Macro2 " << s << ' ' << tcode << endl;
}
} else {
MathedInsetTypes fractype = LM_OT_FRAC;