[LyX/master] Fix font declarations.

2014-11-09 Thread Juergen Spitzmueller
commit 1643fe5618c01935ea447d5fe661b511bbc62a6d Author: Juergen Spitzmueller sp...@lyx.org Date: Sun Nov 9 09:54:22 2014 +0100 Fix font declarations. diff --git a/lib/layouts/fixme.module b/lib/layouts/fixme.module index a725f58..404b0a5 100644 --- a/lib/layouts/fixme.module +++

[LyX/master] Cmake build: 'callstack printing' detection.

2014-11-09 Thread Kornel Benko
commit 07683c1f0da587d1c00e377e29fda2c78540848f Author: Kornel Benko kor...@lyx.org Date: Sun Nov 9 12:59:14 2014 +0100 Cmake build: 'callstack printing' detection. Instead of depending on compiler we try to check for working API as is done now for automake build too. diff

[LyX/2.1.x] Fix issue with CAS.

2014-11-09 Thread Enrico Forestieri
commit 564447057640dbf63e4368fde8efc523c3132703 Author: Enrico Forestieri for...@lyx.org Date: Sun Nov 9 21:33:53 2014 +0100 Fix issue with CAS. See http://thread.gmane.org/gmane.editors.lyx.devel/153516 This regression was due to a thinko in [43f6b167/lyxgit]. diff --git

[LyX/master] Fix CAS computation of a selected subformula.

2014-11-09 Thread Enrico Forestieri
commit 29cebc7fb0bb3ab5acf2759ff4b964657ad59495 Author: Enrico Forestieri for...@lyx.org Date: Sun Nov 9 21:56:40 2014 +0100 Fix CAS computation of a selected subformula. Invoking a computer algebra system program for computing a selected subformula has never worked (checked

[LyX/2.1.x] Fix CAS computation of a selected subformula.

2014-11-09 Thread Enrico Forestieri
commit b16b1ddb58bab10f62837162bde5de3a50d4b71a Author: Enrico Forestieri for...@lyx.org Date: Mon Nov 10 00:47:50 2014 +0100 Fix CAS computation of a selected subformula. Invoking a computer algebra system program for computing a selected subformula has never worked (checked

[LyX/2.1.x] tex2lyx: backport new features from master

2014-11-09 Thread Uwe Stöhr
commit 7b20cc5258f88cfa441e479b9093eb9a65122ffd Author: Uwe Stöhr uwesto...@lyx.org Date: Mon Nov 10 02:23:05 2014 +0100 tex2lyx: backport new features from master - support for bibtopic, \nameref and 2 math fonts diff --git a/src/tex2lyx/Preamble.cpp b/src/tex2lyx/Preamble.cpp

[LyX/master] test-insets.lyx.lyx: forgot to commit this in r471889e0

2014-11-09 Thread Uwe Stöhr
commit 9eae2b141d2a2dc7a4e0b89d4261be2c47a1943f Author: Uwe Stöhr uwesto...@lyx.org Date: Mon Nov 10 03:34:01 2014 +0100 test-insets.lyx.lyx: forgot to commit this in r471889e0 diff --git a/src/tex2lyx/test/test-insets.lyx.lyx b/src/tex2lyx/test/test-insets.lyx.lyx index 2e56df0..0cb836f

[LyX/2.1.x] status.21x: style fixes

2014-11-09 Thread Uwe Stöhr
commit bf8ed77c1586a32fdaa1973afff13db81fd4905a Author: Uwe Stöhr uwesto...@lyx.org Date: Mon Nov 10 03:38:38 2014 +0100 status.21x: style fixes diff --git a/status.21x b/status.21x index 30a012d..2e94b3c 100644 --- a/status.21x +++ b/status.21x @@ -38,12 +38,12 @@ What's new * TEX2LYX

[LyX/master] Fix font declarations.

2014-11-09 Thread Juergen Spitzmueller
commit 1643fe5618c01935ea447d5fe661b511bbc62a6d Author: Juergen Spitzmueller Date: Sun Nov 9 09:54:22 2014 +0100 Fix font declarations. diff --git a/lib/layouts/fixme.module b/lib/layouts/fixme.module index a725f58..404b0a5 100644 --- a/lib/layouts/fixme.module +++

[LyX/master] Cmake build: 'callstack printing' detection.

2014-11-09 Thread Kornel Benko
commit 07683c1f0da587d1c00e377e29fda2c78540848f Author: Kornel Benko Date: Sun Nov 9 12:59:14 2014 +0100 Cmake build: 'callstack printing' detection. Instead of depending on compiler we try to check for working API as is done now for automake build too. diff

[LyX/2.1.x] Fix issue with CAS.

2014-11-09 Thread Enrico Forestieri
commit 564447057640dbf63e4368fde8efc523c3132703 Author: Enrico Forestieri Date: Sun Nov 9 21:33:53 2014 +0100 Fix issue with CAS. See http://thread.gmane.org/gmane.editors.lyx.devel/153516 This regression was due to a thinko in [43f6b167/lyxgit]. diff --git

[LyX/master] Fix CAS computation of a selected subformula.

2014-11-09 Thread Enrico Forestieri
commit 29cebc7fb0bb3ab5acf2759ff4b964657ad59495 Author: Enrico Forestieri Date: Sun Nov 9 21:56:40 2014 +0100 Fix CAS computation of a selected subformula. Invoking a computer algebra system program for computing a selected subformula has never worked (checked

[LyX/2.1.x] Fix CAS computation of a selected subformula.

2014-11-09 Thread Enrico Forestieri
commit b16b1ddb58bab10f62837162bde5de3a50d4b71a Author: Enrico Forestieri Date: Mon Nov 10 00:47:50 2014 +0100 Fix CAS computation of a selected subformula. Invoking a computer algebra system program for computing a selected subformula has never worked (checked

[LyX/2.1.x] tex2lyx: backport new features from master

2014-11-09 Thread Uwe Stöhr
commit 7b20cc5258f88cfa441e479b9093eb9a65122ffd Author: Uwe Stöhr Date: Mon Nov 10 02:23:05 2014 +0100 tex2lyx: backport new features from master - support for bibtopic, \nameref and 2 math fonts diff --git a/src/tex2lyx/Preamble.cpp b/src/tex2lyx/Preamble.cpp

[LyX/master] test-insets.lyx.lyx: forgot to commit this in r471889e0

2014-11-09 Thread Uwe Stöhr
commit 9eae2b141d2a2dc7a4e0b89d4261be2c47a1943f Author: Uwe Stöhr Date: Mon Nov 10 03:34:01 2014 +0100 test-insets.lyx.lyx: forgot to commit this in r471889e0 diff --git a/src/tex2lyx/test/test-insets.lyx.lyx b/src/tex2lyx/test/test-insets.lyx.lyx index

[LyX/2.1.x] status.21x: style fixes

2014-11-09 Thread Uwe Stöhr
commit bf8ed77c1586a32fdaa1973afff13db81fd4905a Author: Uwe Stöhr Date: Mon Nov 10 03:38:38 2014 +0100 status.21x: style fixes diff --git a/status.21x b/status.21x index 30a012d..2e94b3c 100644 --- a/status.21x +++ b/status.21x @@ -38,12 +38,12 @@ What's new *