[LyX/master] Handle nested \cprotect

2018-04-21 Thread Juergen Spitzmueller
commit 51466fe6498150b75168c1d778a68ca0d7fea687 Author: Juergen Spitzmueller Date: Sat Apr 21 09:35:42 2018 +0200 Handle nested \cprotect --- src/insets/InsetText.cpp |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/insets/InsetText.cpp b/src/insets/InsetTex

[LyX/master] cosmetics

2018-04-21 Thread Pavel Sanda
commit 9fa36455c9778774a748528a6aab5304b3d40ff8 Author: Pavel Sanda Date: Sat Apr 21 10:06:27 2018 +0200 cosmetics --- src/FuncRequest.h |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/FuncRequest.h b/src/FuncRequest.h index d5f5aef..f0b9e7c 100644 --- a/src/

[LyX/master] Handle script chars in latexSurrogatePair

2018-04-21 Thread Juergen Spitzmueller
commit b7223bc5d19ca2fc8156fdbe520fcbee94dec1d5 Author: Juergen Spitzmueller Date: Sat Apr 21 11:38:19 2018 +0200 Handle script chars in latexSurrogatePair If we have "script chars" (\textcyr or \textgreek) combined with combining chars, the combining chars need to go inside th

[LyX/master] Uninvert some cyrillic and greek tests

2018-04-21 Thread Kornel Benko
commit a33d9578328e8681ae9336ab6453fe33dd2a5a2a Author: Kornel Benko Date: Sat Apr 21 12:13:51 2018 +0200 Uninvert some cyrillic and greek tests --- development/autotests/invertedTests |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/development/autotests/inver

[LyX/master] Factor out test for script wrapper in given font enc

2018-04-21 Thread Juergen Spitzmueller
commit 4010ccafbd95fed56892038c2d3e1a8a9eae8832 Author: Juergen Spitzmueller Date: Sat Apr 21 12:55:11 2018 +0200 Factor out test for script wrapper in given font enc --- src/Encoding.cpp | 14 ++ src/Encoding.h|3 +++ src/Paragraph.cpp |8 ++-- 3 files chang

[LyX/master] Define \textgreek only if needed

2018-04-21 Thread Juergen Spitzmueller
commit ab4bd6b77ebb6163b57254653dd5ab6c27006e94 Author: Juergen Spitzmueller Date: Sat Apr 21 15:00:42 2018 +0200 Define \textgreek only if needed Babel provides a definition if a Greek language is loaded. Also, clarify some FIXMEs --- src/LaTeXFeatures.cpp | 45 +++

[LyX/master] Add Provides tag to languages

2018-04-21 Thread Juergen Spitzmueller
commit 71f0dd3a7ff4c25e1339ed493605e88b25f2779a Author: Juergen Spitzmueller Date: Sat Apr 21 15:47:39 2018 +0200 Add Provides tag to languages This allows to specify macros that are provided by specific (Babel) languages (such as \textgreek) --- lib/languages |4 +

[LyX/master] \textcyr -> \textcyrillic

2018-04-21 Thread Juergen Spitzmueller
commit 02d37932d0e3000e31d726593d953aa5a506a474 Author: Juergen Spitzmueller Date: Sat Apr 21 16:28:15 2018 +0200 \textcyr -> \textcyrillic Use the command as defined by Babel. This allows us to use the (more advanced) Babel command if provided instead of rolling our own.

[LyX/master] Whitespace

2018-04-21 Thread Scott Kostyshak
commit ea17a3cd099d5c182d7f518f45dc60768e972abe Author: Scott Kostyshak Date: Sat Apr 21 14:16:24 2018 -0400 Whitespace --- src/FuncRequest.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/FuncRequest.h b/src/FuncRequest.h index f0b9e7c..35fff68 100644 --- a/

[LyX/master] Fix problem with synchronous export.

2018-04-21 Thread Richard Kimberly Heck
commit 0fc50a26371b9cbaf2cd73c5e377c86bf7fdb215 Author: Richard Kimberly Heck Date: Sat Apr 21 19:48:59 2018 -0400 Fix problem with synchronous export. It surprises me a bit that the code is different in this case from the case when EXPORT_in_THREAD is not set. I should check

[LyX/master] Avoid warning.

2018-04-21 Thread Richard Kimberly Heck
commit 97021ee3691a33f594e8b05258d6525abfb1f378 Author: Richard Kimberly Heck Date: Sat Apr 21 21:41:47 2018 -0400 Avoid warning. --- src/frontends/qt4/GuiView.cpp |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/Gui

[LyX/master] buffer-forall now disables async

2018-04-21 Thread Scott Kostyshak
commit 8be514258f59ec877c34fa3d7f090e231df0ccef Author: Scott Kostyshak Date: Sat Apr 21 13:31:49 2018 -0400 buffer-forall now disables async Before, the command buffer-forall buffer-export only exported one buffer for me. With async disabled, the command wo

[LyX/master] Comment: buffer-forall should be run synchronously

2018-04-21 Thread Scott Kostyshak
commit dc404b19a5473c4010e9b8aa60189ea42a4ca3db Author: Scott Kostyshak Date: Sat Apr 21 23:05:21 2018 -0400 Comment: buffer-forall should be run synchronously As of 8be51425, "buffer-forall" joins "command-sequence" and "repeat" in this category of LFUNs. --- src/FuncRequest.