Re: [Patch] fixed bug 59

2002-01-07 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> On 07-Jan-2002 Jean-Marc Lasgouttes wrote: >> Thanks. I applied the additional fix too. Juergen> Jean-Marc I just applied the one in InsetTabular (sorry but I Juergen> had all ready and changed some stuff so I commited alread

Re: [Patch] fixed bug 59

2002-01-07 Thread Juergen Vigna
On 07-Jan-2002 Jean-Marc Lasgouttes wrote: > Thanks. I applied the additional fix too. Jean-Marc I just applied the one in InsetTabular (sorry but I had all ready and changed some stuff so I commited already). If you'd like I apply the one in InsetText too, otherwise I let it to you if you're a

Re: [Patch] fixed bug 59

2002-01-07 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> On 07-Jan-2002 Jean-Marc Lasgouttes wrote: >> I removed also the debugging statements said to be useless. What >> about the others? Juergen> Jean-Marc I applied the InsetTabular patch about clearing the Juergen> cell and also

Re: [Patch] fixed bug 59

2002-01-07 Thread Juergen Vigna
On 07-Jan-2002 Jean-Marc Lasgouttes wrote: > I removed also the debugging statements said to be useless. What about > the others? Jean-Marc I applied the InsetTabular patch about clearing the cell and also added a ChangeLog entry. Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-.

Re: [Patch] fixed bug 59

2002-01-07 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Like: [snip] Martin> (Assumes the additional fix also applied) Thanks. I applied the additional fix too. JMarc

Re: [Patch] fixed bug 59

2002-01-07 Thread Martin Vermeer
On Mon, Jan 07, 2002 at 10:21:38AM +0100, Jean-Marc Lasgouttes wrote: > > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> On Fri, Jan 04, 2002 at 08:36:58AM +0100, Michael Schmitt > Martin> wrote: > >> - Insert a (math) inset into a table cell. Then, move the cursor > >>

Re: [Patch] fixed bug 59

2002-01-07 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> On Fri, Jan 04, 2002 at 08:36:58AM +0100, Michael Schmitt Martin> wrote: >> - Insert a (math) inset into a table cell. Then, move the cursor >> along the current row. The lines at the bottom of other cells are >> erased (on scre

[Patch] fixed bug 59 attachment 37 too ;-)

2002-01-07 Thread Martin Vermeer
As it says. I must admit that I don't really quite understand this, and thus don't like it. How can baseline < 0 if not in error? Martin -- Martin Vermeer [EMAIL PROTECTED] Helsinki University of Technology Department of Surveying P.O. Box 1200, FIN-02015 HUT, Finland :wq Index: insettext.

Re: [Patch] fixed bug 59

2002-01-07 Thread Martin Vermeer
On Sun, Jan 06, 2002 at 09:03:15PM +, John Levon wrote: > On Sun, Jan 06, 2002 at 10:26:08PM +0200, Martin Vermeer wrote: > > > On Fri, Jan 04, 2002 at 08:36:58AM +0100, Michael Schmitt wrote: > > > - Insert a (math) inset into a table cell. Then, move the cursor along the >current > > >

Re: [Patch] fixed bug 59

2002-01-06 Thread John Levon
On Sun, Jan 06, 2002 at 10:26:08PM +0200, Martin Vermeer wrote: > On Fri, Jan 04, 2002 at 08:36:58AM +0100, Michael Schmitt wrote: > > - Insert a (math) inset into a table cell. Then, move the cursor along the current > > row. The lines at the bottom of other cells are erased (on screen) (#59)

[Patch] fixed bug 59

2002-01-06 Thread Martin Vermeer
On Fri, Jan 04, 2002 at 08:36:58AM +0100, Michael Schmitt wrote: > - Insert a (math) inset into a table cell. Then, move the cursor along the current > row. The lines at the bottom of other cells are erased (on screen) (#59) Fixed, and did some cleanup and documentation too, for my own consump