Re: Bug 580 fix

2005-10-28 Thread Martin Vermeer
On Fri, 2005-10-28 at 16:26 +0200, Georg Baum wrote: > Jean-Marc Lasgouttes wrote: > > >> "Martin" == Martin Vermeer > >> <[EMAIL PROTECTED]> writes: > > > > Martin> Attached. It fixes the reported bug in a way that is logical > > Martin> and understandable, and makes tabular.C a little l

Re: Bug 580 fix

2005-10-28 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Martin" == Martin Vermeer >> <[EMAIL PROTECTED]> writes: > > Martin> Attached. It fixes the reported bug in a way that is logical > Martin> and understandable, and makes tabular.C a little less messy. > > Martin> It may be true that lyx 1.4 cannot produce

Re: Bug 580 fix

2005-10-28 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Attached. It fixes the reported bug in a way that is logical Martin> and understandable, and makes tabular.C a little less messy. Martin> It may be true that lyx 1.4 cannot produce these crippled Martin> files, but still it's be

Re: Bug 580 fix

2005-10-28 Thread Georg Baum
Angus Leeming wrote: > And the reason is... > > G:bug_status=UNCONFIRMED& > G:changedin=31& > J:changedin=& > J:namedcmd=24h+changes& Both was not intended. Seems it is time again to say that I don't like bugzilla. Georg

Re: Bug 580 fix

2005-10-28 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Georg Baum wrote: >> I simply searched for open bugs with target 1.4.0. Now I get 11, >> since Jean-Marc has fixed # 2092: Juergen> I get 15: I get 16, because your search ignores UNCONFIRMED bugs. JMarc

Re: Bug 580 fix

2005-10-28 Thread Angus Leeming
Juergen Spitzmueller wrote: > Georg Baum wrote: >> I simply searched for open bugs with target 1.4.0. Now I get 11, >> since Jean-Marc has fixed # 2092: > > I get 15: > > http://tinyurl.com/7qacq > Jürgen And the reason is... G:bug_status=UNCONFIRMED& G:changedin=31& J:changedin=& J:namedcmd=2

Re: Bug 580 fix

2005-10-27 Thread Juergen Spitzmueller
Georg Baum wrote: > I simply searched for open bugs with target 1.4.0. Now I get 11, since > Jean-Marc has fixed # 2092: I get 15: http://tinyurl.com/7qacq Jürgen

Re: Bug 580 fix

2005-10-27 Thread Georg Baum
Martin Vermeer wrote: > How did you produce that list with 12 bugs? (Which are they?) I get > either more or less depending on options. I simply searched for open bugs with target 1.4.0. Now I get 11, since Jean-Marc has fixed # 2092: http://bugzilla.lyx.org/buglist.cgi?short_desc_type=allwordss

Re: Bug 580 fix

2005-10-27 Thread Martin Vermeer
On Wed, Oct 26, 2005 at 04:43:11PM +0200, Georg Baum wrote: > Martin Vermeer wrote: > > > Attached. It fixes the reported bug in a way that is logical and > > understandable, and makes tabular.C a little less messy. > > > > It may be true that lyx 1.4 cannot produce these crippled files, but > >

Re: Bug 580 fix

2005-10-27 Thread Martin Vermeer
On Wed, 2005-10-26 at 17:45 +0200, Jean-Marc Lasgouttes wrote: > > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: > > Georg> That is true, but please let's not forget that we want to > Georg> create 1.4.0 as soon as possible. This bug is certainly not > Georg> release-critical, so it would

Re: Bug 580 fix

2005-10-26 Thread Martin Vermeer
On Wed, Oct 26, 2005 at 05:45:09PM +0200, Jean-Marc Lasgouttes wrote: > > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: > > Georg> That is true, but please let's not forget that we want to > Georg> create 1.4.0 as soon as possible. This bug is certainly not > Georg> release-critical, so it

Re: Bug 580 fix

2005-10-26 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> That is true, but please let's not forget that we want to Georg> create 1.4.0 as soon as possible. This bug is certainly not Georg> release-critical, so it would be better to work on one of the Georg> 12 open bugs with target 1.4.0.

Re: Bug 580 fix

2005-10-26 Thread Georg Baum
Martin Vermeer wrote: > Attached. It fixes the reported bug in a way that is logical and > understandable, and makes tabular.C a little less messy. > > It may be true that lyx 1.4 cannot produce these crippled files, but > still it's better of we can handle them. That is true, but please let's n

Bug 580 fix

2005-10-26 Thread Martin Vermeer
Attached. It fixes the reported bug in a way that is logical and understandable, and makes tabular.C a little less messy. It may be true that lyx 1.4 cannot produce these crippled files, but still it's better of we can handle them. - Martin Index: tabular.C ===