[PATCH] compilation fix for libc++ in C++11 mode

2016-01-08 Thread Jean-Marc Lasgouttes
The following patch fixes compilation for me with clang and libc++ (with autotools I set CXX="clang++ --stdlib=libc++"). This is a workaround to https://llvm.org/bugs/show_bug.cgi?id=24137 to be fixed in 3.7.1 or 3.8.0. Can someone confirm that adding the default constructor like that is

Re: Status on Mac with El Capitan

2016-01-08 Thread Jean-Marc Lasgouttes
Le 08/01/2016 10:08, Stephan Witt a écrit : Am 08.01.2016 um 09:28 schrieb Jean-Marc Lasgouttes : Yes, unless somone has a different brilliant idea. Am I right that it makes explicit what is otherwise implicit? So it is safe to commit? Yes, I think so. The question is

[PATCH] Improve detection of std::regex

2016-01-08 Thread Jean-Marc Lasgouttes
This following patch improves the autotools detection of std::regex. It fixes several issues there and makes code more readable IMO. Georg, I'd like to have your review on this, especially since my previous commit e1938aa2 on the subject was a bit buggy. Tested with gcc 4.3, gcc 5.1, gcc

Re: Status on Mac with El Capitan

2016-01-08 Thread Stephan Witt
> Am 07.01.2016 um 16:00 schrieb Kornel Benko : > > Am Donnerstag, 7. Januar 2016 um 15:39:47, schrieb Stephan Witt > >> Am 07.01.2016 um 14:51 schrieb Kornel Benko : >>> >>> Am Donnerstag, 7. Januar 2016 um 14:30:58, schrieb Stephan Witt >>>

Re: Status on Mac with El Capitan

2016-01-08 Thread Stephan Witt
Am 07.01.2016 um 15:39 schrieb Stephan Witt : > ... > The next problem now is an error when compiling src/Compare.cpp: > > Stephan > > === > CompileC > /Users/stephan/git/lyx-build/cmake/2.2.0dev/src/LyX.build/Debug/LyX.build/Objects-normal/x86_64/Compare.o >

Re: Status on Mac with El Capitan

2016-01-08 Thread Jean-Marc Lasgouttes
Le 08/01/2016 09:17, Stephan Witt a écrit : A possible solution I’ve attached as patch. Any better solution or ok to commit? Yes, unless somone has a different brilliant idea. The problem is that libc++ provides std::next even when not in C++11 mode. This problem will go away in 2.3. JMarc

Re: Status on Mac with El Capitan

2016-01-08 Thread Stephan Witt
Am 08.01.2016 um 09:28 schrieb Jean-Marc Lasgouttes : > > Le 08/01/2016 09:17, Stephan Witt a écrit : >> A possible solution I’ve attached as patch. >> Any better solution or ok to commit? > > Yes, unless somone has a different brilliant idea. Am I right that it makes

Re: ctests failed tests (was: [PATCH] Use \AA and \aa for "latin letter A with ring above".)

2016-01-08 Thread Kornel Benko
Am Freitag, 8. Januar 2016 um 12:21:44, schrieb Scott Kostyshak > On Fri, Jan 08, 2016 at 07:09:44AM +, Guenter Milde wrote: > > On 2016-01-07, Scott Kostyshak wrote: > > > I don't think this can be fixed in the .lyx file, because I don't know of a > > way to specify

Re: [PATCH] Improve detection of std::regex

2016-01-08 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > This following patch improves the autotools detection of std::regex. It > fixes several issues there and makes code more readable IMO. > > Georg, I'd like to have your review on this, especially since my > previous commit e1938aa2 on the subject was a bit buggy. >

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-08 Thread Georg Baum
Scott Kostyshak wrote: > On Thu, Jan 07, 2016 at 02:30:58PM -0800, Pavel Sanda wrote: >> Scott Kostyshak wrote: >> > > > These versions produce the error for me: >> > > > >> > > > $ ./autogen.sh >> > > > Using automake (GNU automake) 1.14.1 >> > > > Using autoconf (GNU Autoconf) 2.69 >> > > >

Re: #9794: inset-modify tabular commands are incorrectly disabled

2016-01-08 Thread Guillaume Munch
Le 08/01/2016 08:01, Guillaume Munch a écrit : Ok, this is what I did. The last patch contains a minor rephrasing that I did not try to compile before showing it to you, because it was straightforward and unrelated to anything we had discussed (isTable is now defined as a whitelist and not

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-08 Thread Kornel Benko
Am Freitag, 8. Januar 2016 um 21:43:17, schrieb Georg Baum > Scott Kostyshak wrote: > > > On Thu, Jan 07, 2016 at 02:30:58PM -0800, Pavel Sanda wrote: > >> Scott Kostyshak wrote: > >> > > > These versions produce the error for me: > >> > > > > >> > > > $

Re: why Babel with dvi3 (LuTeX)?

2016-01-08 Thread Guenter Milde
On 2016-01-08, Scott Kostyshak wrote: > On Fri, Jan 08, 2016 at 06:31:37AM +, Guenter Milde wrote: >> On 2016-01-08, Scott Kostyshak wrote: > Here is the diff: > $ diff ctests_d7ff8c6e/LastTestsFailed.log > ctests_d7ff8c6e_with_patch/LastTestsFailed.log > 0a1,2 > >

Re: [PATCH] compilation fix for libc++ in C++11 mode

2016-01-08 Thread Guillaume Munch
Le 08/01/2016 08:59, Jean-Marc Lasgouttes a écrit : The following patch fixes compilation for me with clang and libc++ (with autotools I set CXX="clang++ --stdlib=libc++"). This is a workaround to https://llvm.org/bugs/show_bug.cgi?id=24137 to be fixed in 3.7.1 or 3.8.0. Can someone confirm

Re: [patch] Display the correct horizontal alignment in AMS environments

2016-01-08 Thread Guillaume Munch
Le 06/01/2016 20:51, Georg Baum a écrit : BTW, a proper solution for 9841 is much more important than these alignment issues IMHO. The current situation is worse than before dc016de34ea. I agree that the current situation regarding \output_change and \tracking_change is bad and should be

Re: #9794: inset-modify tabular commands are incorrectly disabled

2016-01-08 Thread Scott Kostyshak
On Fri, Jan 08, 2016 at 11:06:04PM +0100, Georg Baum wrote: > Guillaume Munch wrote: > > Also, because it took me a while to > > figure out where the bind and ui format was defined. Nothing was > > documented. (Is there a maintainer for Development.lyx who will validate > > the CT'd changes?) >

Re: Tentative schedule for 2.2.0 release

2016-01-08 Thread Richard Heck
On 01/08/2016 12:24 PM, Scott Kostyshak wrote: > On Fri, Jan 08, 2016 at 03:33:01AM -0800, José Matos wrote: >> On Wednesday, November 11, 2015 06:56:12 PM Scott Kostyshak wrote: >>> Yes file format freeze is before RC. Feature freeze will be before beta. >>> For discussion see: >>>

beta release

2016-01-08 Thread Scott Kostyshak
I think we should delay beta. I was hoping that Uwe would be back by now and ready for LyX development, but apparently he has been delayed. This is understandable after a trip and perhaps I was too hopeful to release beta two days after he got back. I propose to wait until he is back and active on

Re: Questions for Uwe?

2016-01-08 Thread Scott Kostyshak
On Mon, Jan 04, 2016 at 10:58:13AM -0500, Scott Kostyshak wrote: > On Mon, Jan 04, 2016 at 08:56:38AM -0500, Scott Kostyshak wrote: > > On Sun, Jan 03, 2016 at 08:05:17PM +0100, Georg Baum wrote: > > > Scott Kostyshak wrote: > > > > > > > I don't understand how installers work for 32-bit vs

Re: #9794: inset-modify tabular commands are incorrectly disabled

2016-01-08 Thread Guillaume Munch
Le 08/01/2016 22:06, Georg Baum a écrit : It cannot see anything wrong. There is no maintainer for Development.lyx. Because of that and since it is not supposed to be translated you don't need CT for this document IMHO. Ok Looks good (lyx2lyx and prefs2prefs, I did not follow the original

Re: ctests failed tests (was: [PATCH] Use \AA and \aa for "latin letter A with ring above".)

2016-01-08 Thread Guenter Milde
On 2016-01-08, Kornel Benko wrote: > Am Freitag, 8. Januar 2016 um 12:21:44, schrieb Scott Kostyshak > >> On Fri, Jan 08, 2016 at 07:09:44AM +, Guenter Milde wrote: ... >> > * FreeSans seems to provide the correct script-support info not to >> > trigger the

Re: Update boost in 2.1 branch?

2016-01-08 Thread Richard Heck
On 01/08/2016 05:06 AM, Jean-Marc Lasgouttes wrote: > > Currently we use boost 1.53 in 2.1 branch. Would it be a good move to > update it to 1.60? I am getting loads of warnings with gcc 5.1. Fine with me, and I see the same warnings. Richard

Re: [PATCH] compilation fix for libc++ in C++11 mode

2016-01-08 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > The following patch fixes compilation for me with clang and libc++ (with > autotools I set CXX="clang++ --stdlib=libc++"). > > This is a workaround to https://llvm.org/bugs/show_bug.cgi?id=24137 > to be fixed in 3.7.1 or 3.8.0. > > Can someone confirm that adding

Re: #9794: inset-modify tabular commands are incorrectly disabled

2016-01-08 Thread Georg Baum
Guillaume Munch wrote: > > To be honest, I did not even know that this existed until recently > because there was no UI for it. This requirement seems very > abstract to me. But I have updated Development.lyx to reflect the > new policy to be sure everybody else is going to respect it. Feel free

Re: #9794: inset-modify tabular commands are incorrectly disabled

2016-01-08 Thread Guillaume Munch
Le 08/01/2016 21:47, Georg Baum a écrit : Is there a reason why the scripts do not have exec permissions? I guess it is lazyness. I would not spend any time in non-python scripts, but convert them to python if problems occur. So I can chmod +x all the scripts? Guillaume

Re: why Babel with dvi3 (LuTeX)?

2016-01-08 Thread Scott Kostyshak
On Fri, Jan 08, 2016 at 09:47:21PM +, Guenter Milde wrote: > On 2016-01-08, Scott Kostyshak wrote: > > On Fri, Jan 08, 2016 at 06:31:37AM +, Guenter Milde wrote: > >> On 2016-01-08, Scott Kostyshak wrote: > > > Here is the diff: > > > $ diff ctests_d7ff8c6e/LastTestsFailed.log > >

Re: Status on Mac with El Capitan

2016-01-08 Thread Kornel Benko
Am Freitag, 8. Januar 2016 um 09:10:00, schrieb Stephan Witt > > OR (maybe) > > include_directories((BEFORE > > ${TOP_SRC_DIR}/src/tex2lyx > > ${TOP_SRC_DIR}/src/support/minizip) > > include_directories(${ZLIB_INCLUDE_DIR}) > > Yes, this works too.

Re: Keywords required for the software center

2016-01-08 Thread José Matos
On Thursday, January 07, 2016 08:07:18 PM Richard Hughes wrote: > On 7 January 2016 at 18:21, Scott Kostyshak wrote: > > I think we already do this. Here is our current lyx.desktop.in file: > > http://git.lyx.org/?p=lyx.git;a=blob_plain;f=lib/lyx.desktop.in;hb=HEAD > > You do,

Re: Tentative schedule for 2.2.0 release

2016-01-08 Thread José Matos
On Wednesday, November 11, 2015 06:56:12 PM Scott Kostyshak wrote: > Yes file format freeze is before RC. Feature freeze will be before beta. > For discussion see: > https://www.mail-archive.com/search?l=mid=20151022164521.GA4654%40cotopaxi > .att.net > > Scott Hi Scott, apologies for

Re: #9794: inset-modify tabular commands are incorrectly disabled

2016-01-08 Thread Pavel Sanda
Guillaume Munch wrote: > So I can chmod +x all the scripts? Looks like good idea. P

Re: #9794: inset-modify tabular commands are incorrectly disabled

2016-01-08 Thread Georg Baum
Guillaume Munch wrote: > Le 07/01/2016 22:09, Guillaume Munch a écrit : >> Le 03/01/2016 09:46, Georg Baum a écrit : >>> We have a script for updating the docs, examples and templates >>> (development/tools/updatedocs.py), and one for updating the ui and bind >>> files

Re: ctests failed tests (was: [PATCH] Use \AA and \aa for "latin letter A with ring above".)

2016-01-08 Thread Scott Kostyshak
On Fri, Jan 08, 2016 at 08:11:19PM +0100, Kornel Benko wrote: > Am Freitag, 8. Januar 2016 um 12:21:44, schrieb Scott Kostyshak > > > On Fri, Jan 08, 2016 at 07:09:44AM +, Guenter Milde wrote: > > > * FreeSans seems to provide the correct script-support info not to trigger

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-08 Thread Pavel Sanda
Scott Kostyshak wrote: > I do observe this problem on 2.1.x. Cool, so we don't see regression in terms of lyx codebase :) P

Update boost in 2.1 branch?

2016-01-08 Thread Jean-Marc Lasgouttes
Currently we use boost 1.53 in 2.1 branch. Would it be a good move to update it to 1.60? I am getting loads of warnings with gcc 5.1. JMarc

Re: Status on Mac with El Capitan

2016-01-08 Thread Kornel Benko
Am Freitag, 8. Januar 2016 um 13:09:38, schrieb Stephan Witt > Am 08.01.2016 um 11:53 schrieb Kornel Benko : > > > > Am Freitag, 8. Januar 2016 um 09:10:00, schrieb Stephan Witt > > > >>> OR (maybe) > >>> include_directories((BEFORE > >>>

Re: Status on Mac with El Capitan

2016-01-08 Thread Stephan Witt
Am 08.01.2016 um 11:53 schrieb Kornel Benko : > > Am Freitag, 8. Januar 2016 um 09:10:00, schrieb Stephan Witt >>> OR (maybe) >>> include_directories((BEFORE >>>${TOP_SRC_DIR}/src/tex2lyx >>>${TOP_SRC_DIR}/src/support/minizip) >>>

Re: ctests failed tests (was: [PATCH] Use \AA and \aa for "latin letter A with ring above".)

2016-01-08 Thread Scott Kostyshak
On Fri, Jan 08, 2016 at 07:09:44AM +, Guenter Milde wrote: > On 2016-01-07, Scott Kostyshak wrote: > I don't think this can be fixed in the .lyx file, because I don't know of a > way to specify something to be printed before the \documentclass line! Good point. I forget whether this is

Re: Tentative schedule for 2.2.0 release

2016-01-08 Thread Scott Kostyshak
On Fri, Jan 08, 2016 at 03:33:01AM -0800, José Matos wrote: > On Wednesday, November 11, 2015 06:56:12 PM Scott Kostyshak wrote: > > Yes file format freeze is before RC. Feature freeze will be before beta. > > For discussion see: > >

Re: why Babel with dvi3 (LuTeX)?

2016-01-08 Thread Scott Kostyshak
On Fri, Jan 08, 2016 at 06:31:37AM +, Guenter Milde wrote: > On 2016-01-08, Scott Kostyshak wrote: > > > [-- Type: text/plain, Encoding: quoted-printable --] > > > On Thu, Jan 07, 2016 at 09:14:02PM +, Guenter Milde wrote: > >> On 2016-01-07, Scott Kostyshak wrote: > > >> The patch