Re: [LyX master] version.h: tex2lyx can have the same actual fileformat

2013-05-30 Thread Georg Baum
Richard Heck wrote: > So let me just be clear: As things presently are, viz: > > #define LYX_FORMAT_LYX 474 // rgh: dummy format change for Chunk switch > #define LYX_FORMAT_TEX2LYX 473 > > what tex2lyx will do is produce a file with version 473. LyX will then > attempt to read this file, and in

Re: [LyX master] version.h: tex2lyx can have the same actual fileformat

2013-05-30 Thread Richard Heck
On 05/30/2013 02:31 PM, Georg Baum wrote: Richard Heck wrote: Sorry, this has been discussed a lot on the list, and I expect JMarc to do this fairly soon. The need to commit was driven by a need for testing. I don't se any problem with this. In any case, it was better to keep an outdated tex2l

Re: [LyX master] version.h: tex2lyx can have the same actual fileformat

2013-05-30 Thread Georg Baum
Richard Heck wrote: > I must have missed this rule. In any event, I've never followed it. I > don't know how tex2lyx works, and I don't propose to learn just so I can > do other format changes. This is documented in lib/doc/Development.lyx. Updating tex2lyx at the same time as LyX is not a must,

Re: [LyX master] version.h: tex2lyx can have the same actual fileformat

2013-05-30 Thread Uwe Stöhr
Am 30.05.2013 19:57, schrieb Jean-Marc Lasgouttes: I will do it tomorrow normally. This is just a problem of synchronization between us. In this case, it is better to break the tex2lyx build, so that the situation is annoying :) I don't agree here, despite your smiley. Besides thiys you co

Re: [LyX master] version.h: tex2lyx can have the same actual fileformat

2013-05-30 Thread Uwe Stöhr
Am 30.05.2013 19:56, schrieb Richard Heck: I must have missed this rule. In any event, I've never followed it. I don't know how tex2lyx works, and I don't propose to learn just so I can do other format changes. But why do you know that tex2iyx cannot handle format 474 then? Can you please giv

Re: [LyX master] version.h: tex2lyx can have the same actual fileformat

2013-05-30 Thread Jean-Marc Lasgouttes
Le 30/05/2013 18:49, Uwe Stöhr a écrit : Am 30.05.2013 18:10, schrieb Richard Heck: I could not find a problem. But anyway, our commit policy was - commit only if also the tex2lyx part is done - if this is not possible or too much work for now, update at least tex2lyx so that it matches the late

Re: [LyX master] version.h: tex2lyx can have the same actual fileformat

2013-05-30 Thread Richard Heck
On 05/30/2013 12:49 PM, Uwe Stöhr wrote: Am 30.05.2013 18:10, schrieb Richard Heck: version.h: tex2lyx can have the same actual fileformat (nothing has been changed that requires the action of tex2lyx) Yes, lots has changed. The kind of layout that tex2lyx used to produce no longer

Re: [LyX master] version.h: tex2lyx can have the same actual fileformat

2013-05-30 Thread Uwe Stöhr
Am 30.05.2013 18:10, schrieb Richard Heck: version.h: tex2lyx can have the same actual fileformat (nothing has been changed that requires the action of tex2lyx) Yes, lots has changed. The kind of layout that tex2lyx used to produce no longer exists as of 474. I could not find a pr

Re: [LyX master] version.h: tex2lyx can have the same actual fileformat

2013-05-30 Thread Richard Heck
On 05/30/2013 11:40 AM, Uwe Stöhr wrote: The branch, master, has been updated. - Log - commit ca66e175c9705045793ba3cc2ba95909e5ef5a93 Author: Uwe Stöhr Date: Thu May 30 17:40:29 2013 +0200 version.h: tex2lyx can have the