mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
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:
parent
a5948ae476
commit
4d9a456303
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user