Re: Multipar change tracking (Re: About bugs targeted at 1.4.1)

2006-02-17 Thread Martin Vermeer
On Fri, Feb 17, 2006 at 09:23:40PM +0100, Michael Gerz wrote: > Jean-Marc Lasgouttes wrote: > > >Martin> Yes... but that won't happen until trunk is open again. Then > >Martin> after a while we can backport to the 1.4 branch. > > > >Another possibility, since no big problem should appear, would be

Re: Multipar change tracking (Re: About bugs targeted at 1.4.1)

2006-02-17 Thread Michael Gerz
Jean-Marc Lasgouttes wrote: Martin> Yes... but that won't happen until trunk is open again. Then Martin> after a while we can backport to the 1.4 branch. Another possibility, since no big problem should appear, would be to apply it directly to the 1.4 branch at some time and solve the last prob

Re: Multipar change tracking (Re: About bugs targeted at 1.4.1)

2006-02-17 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> On Fri, Feb 17, 2006 at 02:06:03PM +0100, Jean-Marc Lasgouttes Martin> Perhaps... I don't know. But I think it should be in the local Martin> trees of people that do work with LyX, and they should report Martin> that no crashes,

Re: Multipar change tracking (Re: About bugs targeted at 1.4.1)

2006-02-17 Thread Juergen Spitzmueller
Martin Vermeer wrote: > Perhaps... I don't know. But I think it should be in the local trees of > people that do work with LyX, and they should report that no crashes, > document corruptions or data losses take place for them that can be > linked to the patch. I'm always working with the latest cv

Re: Multipar change tracking (Re: About bugs targeted at 1.4.1)

2006-02-17 Thread Martin Vermeer
On Fri, Feb 17, 2006 at 02:06:03PM +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: ... > >> Anyway, big testing is needed before this happens. > > Martin> Yes... but that won't happen until trunk is open again. Then > Martin> after a while we ca

Re: Multipar change tracking (Re: About bugs targeted at 1.4.1)

2006-02-17 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: >> A small remark (I did not look very closely to the patch). What >> about renaming setChange to setChangeType and setChangeFull to >> setChange? Martin> I chose my names by analogy with lookupChange and Martin> lookupChangeFull. Happy

Re: Multipar change tracking (Re: About bugs targeted at 1.4.1)

2006-02-17 Thread Martin Vermeer
On Fri, Feb 17, 2006 at 11:13:16AM +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: ... > So it does not really require a format change, and LyX 1.3.7 can still > read the files? This is very good. Yes... through Georg's 'back-export' feature.

Re: Multipar change tracking (Re: About bugs targeted at 1.4.1)

2006-02-17 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> It's a bit all over the place. First hunk of paragraph.C Martin> (::write), and text.C second hunk. Martin> What we do now is no longer terminating in Change::UNCHANGED. Martin> The paragraph break at the end is treated no diffe

Re: Multipar change tracking (Re: About bugs targeted at 1.4.1)

2006-02-17 Thread Martin Vermeer
On Fri, Feb 17, 2006 at 10:24:20AM +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > >> Actually I got working code for this... just want to test it a > >> little harder. Wasn't that difficult really. > >> > >> I would almost argue that this is

Re: Multipar change tracking (Re: About bugs targeted at 1.4.1)

2006-02-17 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: >> Actually I got working code for this... just want to test it a >> little harder. Wasn't that difficult really. >> >> I would almost argue that this is a thing worth delaying 1.4.0 a >> little for ;-) Martin> Patch is in bugzilla, bu

Multipar change tracking (Re: About bugs targeted at 1.4.1)

2006-02-17 Thread Martin Vermeer
On Thu, Feb 16, 2006 at 09:21:14PM +0200, Martin Vermeer wrote: > On Thu, Feb 16, 2006 at 06:07:20PM +0100, Jean-Marc Lasgouttes wrote: > > > "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > > > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Actuall