[LyX/master] lyxpreview_tools.py: fix a regular expression

2020-02-15 Thread Scott Kostyshak
commit 562917dc1c37d84b538f4d7da1ef3f7ed48116f7 Author: Scott Kostyshak Date: Sat Feb 15 13:27:45 2020 -0500 lyxpreview_tools.py: fix a regular expression Three backslashes are needed before a LaTeX command, not one. Before this commit, the code gave the following error with Py

[LyX/master] Unify handling in dispatchVC.

2020-02-15 Thread Pavel Sanda
commit 2db6a81156a13a8265457b1eb6ec40d58b43c0eb Author: Pavel Sanda Date: Sat Feb 15 20:55:14 2020 +0100 Unify handling in dispatchVC. All these check could be actually dropped, because unless dispatchVC is called directly, getstatus would already handle it. --- src/frontends/

[LyX/2.3.x] Amend cad0ec3e

2020-02-15 Thread Kornel Benko
commit 153817a0feae4fccd8f1668a64eb6091ad13cee2 Author: Kornel Benko Date: Sat Feb 15 12:23:42 2020 +0100 Amend cad0ec3e --- development/Makefile.am |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/development/Makefile.am b/development/Makefile.am index 5f2cb83..

[LyX/master] Amend 43dfd12f

2020-02-15 Thread Kornel Benko
commit f5551bec15c43cedb9a5fa593de9464001bcf0e3 Author: Kornel Benko Date: Sat Feb 15 12:21:32 2020 +0100 Amend 43dfd12f --- development/Makefile.am |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/development/Makefile.am b/development/Makefile.am index fea5a97..

[LyX/master] Cmake tests: Correct test BATCH_outline-beamer

2020-02-15 Thread Kornel Benko
commit 3f2c3155301dc03336c2ce8d1183b6603fc423a1 Author: Kornel Benko Date: Sat Feb 15 10:26:33 2020 +0100 Cmake tests: Correct test BATCH_outline-beamer --- development/batchtests/beamer_test.tex.orig | 809 +++ 1 files changed, 809 insertions(+), 0 deletions(-) d

[LyX/master] Cmake build: Files already removed, but in 'git status' still present.

2020-02-15 Thread Kornel Benko
commit 43dfd12fd7988e5433f7ec479a7b73a24855bcf5 Author: Kornel Benko Date: Sat Feb 15 10:11:28 2020 +0100 Cmake build: Files already removed, but in 'git status' still present. This is a try to really remove them. --- development/batchtests/beamer_test.tex.orig | 810 ---

[LyX/2.3.x] Cmake build: Remove left-over files left after cherry-pick

2020-02-15 Thread Kornel Benko
commit cad0ec3e5477df6e9bfefe582b48422bb038ad39 Author: Kornel Benko Date: Sat Feb 15 10:06:42 2020 +0100 Cmake build: Remove left-over files left after cherry-pick --- development/cmake/modules/FindEnchant.cmake | 22 -- development/cmake/modules/FindHunspell.cmake

[LyX/master] whitespace

2020-02-15 Thread Juergen Spitzmueller
commit e31364fdcbda529f42df8839ee1476f953b70967 Author: Juergen Spitzmueller Date: Sat Feb 15 09:26:43 2020 +0100 whitespace --- src/support/filetools.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/support/filetools.cpp b/src/support/filetools.cpp index b

[LyX/master] Fix Python detection on windows

2020-02-15 Thread Juergen Spitzmueller
commit 195393f4017ddfb193646534758a67bec605d975 Author: Juergen Spitzmueller Date: Sat Feb 15 09:26:08 2020 +0100 Fix Python detection on windows Patch by Eugene Chornyi --- src/support/filetools.cpp |4 ++-- src/support/os.cpp| 39 +--