mathed patch

2002-04-04 Thread Angus Leeming
My compiler was complaining about some variables that were declared but not used. Not any more. Patch attached. Angus Index: src/mathed/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/ChangeLog,v retrieving

Re: mathed patch

2002-04-04 Thread Andre Poenitz
On Thu, Apr 04, 2002 at 11:03:48AM +, Angus Leeming wrote: My compiler was complaining about some variables that were declared but not used. Not any more. Patch attached. Simply commit. Last traces of the hack used until yesterday for the cursor positioning with the mouse. Andre' --

mathed patch

2002-04-04 Thread Angus Leeming
My compiler was complaining about some variables that were declared but not used. Not any more. Patch attached. Angus Index: src/mathed/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/ChangeLog,v retrieving

Re: mathed patch

2002-04-04 Thread Andre Poenitz
On Thu, Apr 04, 2002 at 11:03:48AM +, Angus Leeming wrote: > My compiler was complaining about some variables that were declared but not > used. Not any more. Patch attached. Simply commit. Last traces of the hack used until yesterday for the cursor positioning with the mouse. Andre' --

Re: [PATCH] trivial mathed patch

2002-01-07 Thread Andre Poenitz
On Mon, Jan 07, 2002 at 12:40:09PM +, Angus Leeming wrote: André, here is a trivial patch for mathed. Applied. I also get lots and lots of warning messages so: cxx: Warning: math_scriptinset.h, line 37: #610-D int MathScriptInset::ascent(const MathInset *) const does not

Re: [PATCH] trivial mathed patch

2002-01-07 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre Please send me a complete list, otherwise I'll probably get a Andre similar one from Jean-Marc at some poitn of time ;-} Not soon. I can will only compile on cxx if explicitely requested to, until september. So Angus is probably our new

Re: [PATCH] trivial mathed patch

2002-01-07 Thread Angus Leeming
On Monday 07 January 2002 3:10 pm, Andre Poenitz wrote: [snip] Please send me a complete list, otherwise I'll probably get a similar one from Jean-Marc at some poitn of time ;-} Ok. Recompiling now. I'll post you the (edited) make log privately to save others' bandwidth. Never fear, it won't

Re: [PATCH] trivial mathed patch

2002-01-07 Thread Andre Poenitz
On Mon, Jan 07, 2002 at 12:40:09PM +, Angus Leeming wrote: > André, > > here is a trivial patch for mathed. Applied. > I also get lots and lots of warning messages so: > > cxx: Warning: math_scriptinset.h, line 37: #610-D > "int MathScriptInset::ascent(const MathInset *) const"

Re: [PATCH] trivial mathed patch

2002-01-07 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> Please send me a complete list, otherwise I'll probably get a Andre> similar one from Jean-Marc at some poitn of time ;-} Not soon. I can will only compile on cxx if explicitely requested to, until september. So Angus is

Re: [PATCH] trivial mathed patch

2002-01-07 Thread Angus Leeming
On Monday 07 January 2002 3:10 pm, Andre Poenitz wrote: [snip] > Please send me a complete list, otherwise I'll probably get a similar one > from Jean-Marc at some poitn of time ;-} Ok. Recompiling now. I'll post you the (edited) make log privately to save others' bandwidth. Never fear, it

Re: Mathed patch: \binom

2001-11-26 Thread Dekel Tsur
On Mon, Nov 26, 2001 at 08:30:09AM +0100, Andre Poenitz wrote: On Fri, Nov 23, 2001 at 12:51:18PM +0100, Jean-Marc Lasgouttes wrote: Dekel == Dekel Tsur [EMAIL PROTECTED] writes: Dekel This patch make lyx use \binom{1}{2} instead of {1 \choose 2}. Andre, do you plan to apply it, or

Re: Mathed patch: \binom

2001-11-26 Thread Andre Poenitz
On Mon, Nov 26, 2001 at 04:08:33PM +0200, Dekel Tsur wrote: But if we don't use amsmath, we put \providecommand{\binom}[2]{{#1 \choose #2}} in the preamble. Eveen if we don't need it? Note that I have not looked yet on the validate() stuff too hard. And we should prefer the \binom{1}{2}

Re: Mathed patch: \binom

2001-11-26 Thread Dekel Tsur
On Mon, Nov 26, 2001 at 03:33:39PM +0100, Andre Poenitz wrote: On Mon, Nov 26, 2001 at 04:08:33PM +0200, Dekel Tsur wrote: But if we don't use amsmath, we put \providecommand{\binom}[2]{{#1 \choose #2}} in the preamble. Eveen if we don't need it? Note that I have not looked yet on the

Re: Mathed patch: \binom

2001-11-26 Thread Dekel Tsur
On Mon, Nov 26, 2001 at 08:30:09AM +0100, Andre Poenitz wrote: > On Fri, Nov 23, 2001 at 12:51:18PM +0100, Jean-Marc Lasgouttes wrote: > > > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: > > > > Dekel> This patch make lyx use \binom{1}{2} instead of {1 \choose 2}. > > > > Andre, do you

Re: Mathed patch: \binom

2001-11-26 Thread Andre Poenitz
On Mon, Nov 26, 2001 at 04:08:33PM +0200, Dekel Tsur wrote: > But if we don't use amsmath, we put \providecommand{\binom}[2]{{#1 > \choose #2}} in the preamble. Eveen if we don't need it? Note that I have not looked yet on the validate() stuff too hard. > And we should prefer the \binom{1}{2}

Re: Mathed patch: \binom

2001-11-26 Thread Dekel Tsur
On Mon, Nov 26, 2001 at 03:33:39PM +0100, Andre Poenitz wrote: > On Mon, Nov 26, 2001 at 04:08:33PM +0200, Dekel Tsur wrote: > > But if we don't use amsmath, we put \providecommand{\binom}[2]{{#1 > > \choose #2}} in the preamble. > > Eveen if we don't need it? Note that I have not looked yet on

Re: Mathed patch: \binom

2001-11-25 Thread Andre Poenitz
On Fri, Nov 23, 2001 at 12:51:18PM +0100, Jean-Marc Lasgouttes wrote: Dekel == Dekel Tsur [EMAIL PROTECTED] writes: Dekel This patch make lyx use \binom{1}{2} instead of {1 \choose 2}. Andre, do you plan to apply it, or should I do it myself? I am a bit ambivalent. \binom seems to be AMS

Re: Mathed patch: \binom

2001-11-25 Thread Andre Poenitz
On Fri, Nov 23, 2001 at 12:51:18PM +0100, Jean-Marc Lasgouttes wrote: > > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: > > Dekel> This patch make lyx use \binom{1}{2} instead of {1 \choose 2}. > > Andre, do you plan to apply it, or should I do it myself? I am a bit ambivalent. \binom

Re: Mathed patch: \binom

2001-11-23 Thread Jean-Marc Lasgouttes
Dekel == Dekel Tsur [EMAIL PROTECTED] writes: Dekel This patch make lyx use \binom{1}{2} instead of {1 \choose 2}. Andre, do you plan to apply it, or should I do it myself? JMarc

Re: Mathed patch: \binom

2001-11-23 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> This patch make lyx use \binom{1}{2} instead of {1 \choose 2}. Andre, do you plan to apply it, or should I do it myself? JMarc

Mathed patch

2001-11-20 Thread Angus Leeming
André, here is a tiny, trivial patch to get mathed to compile on my machine. The problems I described yesterday with istream_iterator turned out to be a bug with my version of the C++ library files. Angus Are you still intersted by warning messages thrown up by the cxx compiler? In

Mathed patch

2001-11-20 Thread Angus Leeming
André, here is a tiny, trivial patch to get mathed to compile on my machine. The problems I described yesterday with istream_iterator turned out to be a bug with my version of the C++ library files. Angus Are you still intersted by warning messages thrown up by the cxx compiler? In

Tiny mathed patch.

2001-09-24 Thread Angus Leeming
Here's a little one for André: Index: src/mathed/math_macro.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_macro.C,v retrieving revision 1.73 diff -u -p -r1.73 math_macro.C --- src/mathed/math_macro.C

Tiny mathed patch.

2001-09-24 Thread Angus Leeming
Here's a little one for André: Index: src/mathed/math_macro.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_macro.C,v retrieving revision 1.73 diff -u -p -r1.73 math_macro.C --- src/mathed/math_macro.C

tiny mathed patch

2001-08-13 Thread Angus Leeming
a different problem. The attached, tiny, patch enables compilation with DEC cxx. Index: src/mathed/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/ChangeLog,v retrieving revision 1.134 diff -u -p -r1.134

tiny mathed patch

2001-08-13 Thread Angus Leeming
a different problem. The attached, tiny, patch enables compilation with DEC cxx. Index: src/mathed/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/ChangeLog,v retrieving revision 1.134 diff -u -p -r1.134

Mathed patch

2001-08-08 Thread Dekel Tsur
I've attached a patch that fix the drawing of math inset when the text font size is not normal (e.g. when the math inset is in a section paragraph). This code existed in the 1.1.6 code. Why was it removed ? patch.gz

Mathed patch

2001-08-08 Thread Dekel Tsur
I've attached a patch that fix the drawing of math inset when the text font size is not normal (e.g. when the math inset is in a section paragraph). This code existed in the 1.1.6 code. Why was it removed ? patch.gz

mathed patch

2001-07-05 Thread Angus Leeming
Dear André. attached is a small patch to enable me to compile mathed. I also attach the stripped down make log containing all the info/warning messages produced by DEC cxx. Hope this is of some use. Angus patch.diff.gz make.log.gz

Re: mathed patch

2001-07-05 Thread Andre Poenitz
attached is a small patch to enable me to compile mathed. I also attach the stripped down make log containing all the info/warning messages produced by DEC cxx. As I said this breaks reading 8 Bit ASCII on systems where char is signed since 'c' is used to access the lexcode[]

mathed patch

2001-07-05 Thread Angus Leeming
Dear André. attached is a small patch to enable me to compile mathed. I also attach the stripped down make log containing all the info/warning messages produced by DEC cxx. Hope this is of some use. Angus patch.diff.gz make.log.gz

Re: mathed patch

2001-07-05 Thread Andre Poenitz
> attached is a small patch to enable me to compile mathed. I also attach the > stripped down make log containing all the info/warning messages produced by > DEC cxx. As I said this breaks reading 8 Bit ASCII on systems where char is signed since 'c' is used to access the lexcode[]

Re: Mathed patch

1999-02-12 Thread Jean-Marc Lasgouttes
"Jochen" == Jochen Kuepper [EMAIL PROTECTED] writes: Jochen On Fre, 12 Feb 1999 Jean-Marc Lasgouttes wrote: "Alejandro" == Alejandro Aguilar Sierra [EMAIL PROTECTED] writes: Alejandro I'll do it in my next patch. Fixed bugs: the crash after Alejandro tab reported by Rick, your report about

Re: Mathed patch

1999-02-12 Thread Alejandro Aguilar Sierra
On Fri, 12 Feb 1999, Jean-Marc Lasgouttes wrote: So the mysterious crash with Linux/Aplha and egcs 1.1.1 is still there, right? Right, I have no Linux/Aplha so it's not easy to me to fix it. Maybe your purify results would help. Alejandro

Re: Mathed patch

1999-02-12 Thread Jean-Marc Lasgouttes
> "Jochen" == Jochen Kuepper <[EMAIL PROTECTED]> writes: Jochen> On Fre, 12 Feb 1999 Jean-Marc Lasgouttes wrote: >>> "Alejandro" == Alejandro Aguilar Sierra >>> <[EMAIL PROTECTED]> writes: Alejandro> I'll do it in my next patch. Fixed bugs: the crash after Alejandro> tab reported by

Re: Mathed patch

1999-02-12 Thread Alejandro Aguilar Sierra
On Fri, 12 Feb 1999, Jean-Marc Lasgouttes wrote: > So the mysterious crash with Linux/Aplha and egcs 1.1.1 is still > there, right? Right, I have no Linux/Aplha so it's not easy to me to fix it. Maybe your purify results would help. Alejandro

Re: Mathed patch

1999-02-11 Thread Alejandro Aguilar Sierra
On Wed, 10 Feb 1999, Jean-Marc Lasgouttes wrote: Alejandro, you forgot to update CHANGES. It would be nice, especially to know which bugs have been fixed. I'll do it in my next patch. Fixed bugs: the crash after tab reported by Rick, your report about bad undo after pull out, the eqnarray

Re: Mathed patch

1999-02-11 Thread Richard E. Hawkins Esq.
alejandro added, I'll do it in my next patch. Fixed bugs: the crash after tab reported by Rick, your report about bad undo after pull out, the eqnarray collapsing, and some other small problems. ooh, the first third were two of the biggest problems in my life! :) --

Re: Mathed patch

1999-02-11 Thread Alejandro Aguilar Sierra
On Wed, 10 Feb 1999, Jean-Marc Lasgouttes wrote: > Alejandro, you forgot to update CHANGES. It would be nice, especially > to know which bugs have been fixed. I'll do it in my next patch. Fixed bugs: the crash after tab reported by Rick, your report about bad undo after pull out, the eqnarray

Re: Mathed patch

1999-02-11 Thread Richard E. Hawkins Esq.
alejandro added, > I'll do it in my next patch. Fixed bugs: the crash after tab reported by > Rick, your report about bad undo after pull out, the eqnarray collapsing, > and some other small problems. ooh, the first & third were two of the biggest problems in my life! :) --

Mathed patch

1999-02-10 Thread Alejandro Aguilar Sierra
Hello All, I have commited several bug fixes for *some* of the mathed bugs recently reported. Sorry for the "weak breeze" but I really don't have all the time I'd like. Anyway I'll try to fix most reported bugs before 1.0.1 release. The only new stuff is the root (somebody insisted I had to add

Re: Mathed patch

1999-02-10 Thread Jean-Marc Lasgouttes
"Alejandro" == Alejandro Aguilar Sierra [EMAIL PROTECTED] writes: Alejandro Hello All, I have commited several bug fixes for *some* of Alejandro the mathed bugs recently reported. Sorry for the "weak Alejandro breeze" but I really don't have all the time I'd Alejandro like. Anyway I'll try to

Mathed patch

1999-02-10 Thread Alejandro Aguilar Sierra
Hello All, I have commited several bug fixes for *some* of the mathed bugs recently reported. Sorry for the "weak breeze" but I really don't have all the time I'd like. Anyway I'll try to fix most reported bugs before 1.0.1 release. The only new stuff is the root (somebody insisted I had to add

Re: Mathed patch

1999-02-10 Thread Jean-Marc Lasgouttes
> "Alejandro" == Alejandro Aguilar Sierra <[EMAIL PROTECTED]> writes: Alejandro> Hello All, I have commited several bug fixes for *some* of Alejandro> the mathed bugs recently reported. Sorry for the "weak Alejandro> breeze" but I really don't have all the time I'd Alejandro> like. Anyway