Re: dash patch for stable

2017-06-03 Thread Enrico Forestieri
On Sat, Jun 03, 2017 at 01:08:07AM +0200, Enrico Forestieri wrote: > On Fri, Jun 02, 2017 at 07:30:34PM +, Guenter Milde wrote: > > > > Note that the "ERT patch" is only for *stable*, i.e. 2.2.x. > > For 2.2, ERT is the only way to ensure full backwards compatibility. > > A solution should

Re: [LyX/master] skip graphics conversion when runparams.dryrun is true

2017-06-03 Thread Scott Kostyshak
On Fri, Jun 02, 2017 at 12:55:47AM +0200, Enrico Forestieri wrote: > So, output_file is always empty, whatever op.dryrun. I think that > the following change was instead meant: > > - string const output_file = prepareHTMLFile(op); > + string const output_file = op.dryrun ? string() :

Three .lyx files left with mixed InTitle layouts

2017-06-03 Thread Scott Kostyshak
2.3.0 warns if an InTitle layout is used after a non-InTitle layout. This warning is important as if can catch serious problems [1]. I'm not sure how to fix script_form.lyx and IJMPD.lyx. Does anyone have an idea? In script_form.lyx, for example, it seems that the "General" environment can be

Re: [LyX/master] Fix bugs #10650 and #9598

2017-06-03 Thread Scott Kostyshak
On Sat, Jun 03, 2017 at 05:26:52PM +0200, Enrico Forestieri wrote: > commit 55bbd67cde18184082b074f669a6b81cc48257b6 > Author: Enrico Forestieri > Date: Sat Jun 3 17:26:05 2017 +0200 > > Fix bugs #10650 and #9598 I think this commit broke the following tests:

Re: Bad Citation Bug in 2.3dev

2017-06-03 Thread Richard Heck
On 06/01/2017 05:57 PM, Jürgen Spitzmüller wrote: > 2017-05-31 17:47 GMT+02:00 Richard Heck >: > > > PS It's probably too late for this, but is there really a good use > case > for mixing 'literal' and 'non-literal' citations in a single

Re: [LyX/master] Fix bugs #10650 and #9598

2017-06-03 Thread Guillaume MM
Le 03/06/2017 à 17:26, Enrico Forestieri a écrit : commit 55bbd67cde18184082b074f669a6b81cc48257b6 Author: Enrico Forestieri Date: Sat Jun 3 17:26:05 2017 +0200 Fix bugs #10650 and #9598 Hi Enrico, It seems that the above commit changes the output of the attached

Re: Copying translations from 2.2.x to master?

2017-06-03 Thread Scott Kostyshak
On Mon, May 29, 2017 at 11:09:55PM -0400, Scott Kostyshak wrote: > Uwe, > > Do you have time to copy the translations from 2.2.x to master? From > what I understand, you've done this in the past. > > If Uwe doesn't have time, hopefully someone else can help or can tell me > what I should do. I

Re: [LyX/master] Fix bugs #10650 and #9598

2017-06-03 Thread Enrico Forestieri
On Sun, Jun 04, 2017 at 02:17:20AM +0200, Enrico Forestieri wrote: > On Sat, Jun 03, 2017 at 05:25:44PM -0400, Scott Kostyshak wrote: > > > On Sat, Jun 03, 2017 at 05:26:52PM +0200, Enrico Forestieri wrote: > > > commit 55bbd67cde18184082b074f669a6b81cc48257b6 > > > Author: Enrico Forestieri

Re: enable continuous spellcheck by default?

2017-06-03 Thread Scott Kostyshak
On Tue, Mar 26, 2013 at 12:55:28PM -0700, Pavel Sanda wrote: (note: this message is the first to this thread after 4 years) [1] > One measurable thing is asking general audience here or on users list and we > sometimes do this to get some feeling about overall preference. If anyone is

Re: [LyX/master] Fix bugs #10650 and #9598

2017-06-03 Thread Enrico Forestieri
On Sat, Jun 03, 2017 at 11:27:25PM +0200, Guillaume MM wrote: > Le 03/06/2017 à 17:26, Enrico Forestieri a écrit : > > commit 55bbd67cde18184082b074f669a6b81cc48257b6 > > Author: Enrico Forestieri > > Date: Sat Jun 3 17:26:05 2017 +0200 > > > > Fix bugs #10650 and #9598 >

Re: [LyX/master] skip graphics conversion when runparams.dryrun is true

2017-06-03 Thread Enrico Forestieri
On Sat, Jun 03, 2017 at 03:22:32PM -0400, Scott Kostyshak wrote: > On Fri, Jun 02, 2017 at 12:55:47AM +0200, Enrico Forestieri wrote: > > > So, output_file is always empty, whatever op.dryrun. I think that > > the following change was instead meant: > > > > - string const output_file =

Re: Release of LyX version 2.3.0alpha1-1

2017-06-03 Thread Scott Kostyshak
On Fri, May 05, 2017 at 08:03:29PM -0400, Scott Kostyshak wrote: > OK thanks, I will add a warning to the ANNOUNCE for alpha and beta. I made the ANNOUNCE for pre-releases sound a little more scary at 4d789cc2. Any comments? Scott signature.asc Description: PGP signature

Re: [LyX/master] Fix bugs #10650 and #9598

2017-06-03 Thread Enrico Forestieri
On Sat, Jun 03, 2017 at 05:25:44PM -0400, Scott Kostyshak wrote: > On Sat, Jun 03, 2017 at 05:26:52PM +0200, Enrico Forestieri wrote: > > commit 55bbd67cde18184082b074f669a6b81cc48257b6 > > Author: Enrico Forestieri > > Date: Sat Jun 3 17:26:05 2017 +0200 > > > > Fix bugs