[LyX/master] Fix a couple of issues with macros and previews

2015-06-19 Thread Enrico Forestieri
commit 98a5072a5863d6db64967324f01a6038275c4f85 Author: Enrico Forestieri for...@lyx.org Date: Sat Jun 20 01:44:22 2015 +0200 Fix a couple of issues with macros and previews * Fix typo causing to only account for the first char of a macro name * Also check for macros as

[LyX/master] Amend 98a5072a

2015-06-19 Thread Enrico Forestieri
commit b610c13f67cc112f12ccdd5a793a1ed633c09e43 Author: Enrico Forestieri for...@lyx.org Date: Sat Jun 20 03:05:50 2015 +0200 Amend 98a5072a We only look once for the definition of the same macro, but we have to always check its arguments when the same macro appears more than

[LyX/master] Fix language nesting problem with polyglossia

2015-06-19 Thread Juergen Spitzmueller
commit b1c68dccf8f920b97a8bd23f2c9ba60eeb7fdaf5 Author: Juergen Spitzmueller sp...@lyx.org Date: Fri Jun 19 09:25:11 2015 +0200 Fix language nesting problem with polyglossia Part (?) of #9633 diff --git a/src/output_latex.cpp b/src/output_latex.cpp index d8b1d0b..fdfe7f8 100644

[LyX/master] \frenchbsetup is a babel command

2015-06-19 Thread Juergen Spitzmueller
commit bd05bf71ef2b359d8be4eaff6ea3a6a6263bdf66 Author: Juergen Spitzmueller sp...@lyx.org Date: Fri Jun 19 10:11:17 2015 +0200 \frenchbsetup is a babel command diff --git a/lib/doc/fr/EmbeddedObjects.lyx b/lib/doc/fr/EmbeddedObjects.lyx index 3f52f94..753c00b 100644 ---

[LyX/master] Cmake export tests: Luatex tests pass now on some more files.

2015-06-19 Thread Kornel Benko
commit b2e498921205149ed47cd7892ba9085f60665086 Author: Kornel Benko kor...@lyx.org Date: Fri Jun 19 10:54:40 2015 +0200 Cmake export tests: Luatex tests pass now on some more files. diff --git a/development/autotests/revertedTests b/development/autotests/revertedTests index

[LyX/master] Refine lang nesting fix

2015-06-19 Thread Juergen Spitzmueller
commit 46aed6d2b90cafed93a6ee996ec72c09a6325f92 Author: Juergen Spitzmueller sp...@lyx.org Date: Fri Jun 19 19:02:35 2015 +0200 Refine lang nesting fix diff --git a/src/output_latex.cpp b/src/output_latex.cpp index fdfe7f8..80cb990 100644 --- a/src/output_latex.cpp +++

[LyX/master] Fix language nesting problem with polyglossia

2015-06-19 Thread Juergen Spitzmueller
commit b1c68dccf8f920b97a8bd23f2c9ba60eeb7fdaf5 Author: Juergen Spitzmueller Date: Fri Jun 19 09:25:11 2015 +0200 Fix language nesting problem with polyglossia Part (?) of #9633 diff --git a/src/output_latex.cpp b/src/output_latex.cpp index d8b1d0b..fdfe7f8 100644

[LyX/master] \frenchbsetup is a babel command

2015-06-19 Thread Juergen Spitzmueller
commit bd05bf71ef2b359d8be4eaff6ea3a6a6263bdf66 Author: Juergen Spitzmueller Date: Fri Jun 19 10:11:17 2015 +0200 \frenchbsetup is a babel command diff --git a/lib/doc/fr/EmbeddedObjects.lyx b/lib/doc/fr/EmbeddedObjects.lyx index 3f52f94..753c00b 100644 ---

[LyX/master] Cmake export tests: Luatex tests pass now on some more files.

2015-06-19 Thread Kornel Benko
commit b2e498921205149ed47cd7892ba9085f60665086 Author: Kornel Benko Date: Fri Jun 19 10:54:40 2015 +0200 Cmake export tests: Luatex tests pass now on some more files. diff --git a/development/autotests/revertedTests b/development/autotests/revertedTests index

[LyX/master] Refine lang nesting fix

2015-06-19 Thread Juergen Spitzmueller
commit 46aed6d2b90cafed93a6ee996ec72c09a6325f92 Author: Juergen Spitzmueller Date: Fri Jun 19 19:02:35 2015 +0200 Refine lang nesting fix diff --git a/src/output_latex.cpp b/src/output_latex.cpp index fdfe7f8..80cb990 100644 --- a/src/output_latex.cpp +++

[LyX/master] Fix a couple of issues with macros and previews

2015-06-19 Thread Enrico Forestieri
commit 98a5072a5863d6db64967324f01a6038275c4f85 Author: Enrico Forestieri Date: Sat Jun 20 01:44:22 2015 +0200 Fix a couple of issues with macros and previews * Fix typo causing to only account for the first char of a macro name * Also check for macros as

[LyX/master] Amend 98a5072a

2015-06-19 Thread Enrico Forestieri
commit b610c13f67cc112f12ccdd5a793a1ed633c09e43 Author: Enrico Forestieri Date: Sat Jun 20 03:05:50 2015 +0200 Amend 98a5072a We only look once for the definition of the same macro, but we have to always check its arguments when the same macro appears more than