On Thu, Dec 11, 2003 at 12:31:15PM +0100, Michael Schmitt wrote:
> [EMAIL PROTECTED] wrote:
>
> >Modified files:
> > lyx-devel/src/: ChangeLog lyxfunc.C
> >
> >Log message:
> > Enable all inset dialogs to be opened from the command line.
> >
>
> Just a short question: Why is one class ca
Michael Schmitt wrote:
> Just a short question: Why is one class called "InsetOld"? Does it
> mean that it will be removed eventually?
src/mathed/math_inset.h:class MathInset : public InsetBase {
src/insets/inset.h:class InsetOld : public InsetBase {
Yes. The Math insets all derive from MathInset
[EMAIL PROTECTED] wrote:
Modified files:
lyx-devel/src/: ChangeLog lyxfunc.C
Log message:
Enable all inset dialogs to be opened from the command line.
Just a short question: Why is one class called "InsetOld"? Does it mean
that it will be removed eventually?
Curious, Michael
Patch attached for info.
Angus
On Friday 07 March 2003 3:08 pm, [EMAIL PROTECTED] wrote:
> CVSROOT: /usr/local/lyx/cvsroot
> Module name: lyx-devel
> Repository: lyx-devel/src/insets/
> Changes by: [EMAIL PROTECTED] 03/03/07 15:08:10
>
> Modified files:
> lyx-devel/src/: Chan