[LyX features/cleanup/updateMacros4] Fix warnings

2020-11-16 Thread Richard Kimberly Heck
The branch, cleanup/updateMacros4, has been updated. - Log - commit 1064ff801476e4ace4ca0d8997e877662f0b6e1f Author: Richard Kimberly Heck Date: Tue Nov 17 02:33:41 2020 -0500 Fix warnings diff --git

[LyX features/cleanup/updateMacros4] Comment

2020-11-16 Thread Richard Kimberly Heck
The branch, cleanup/updateMacros4, has been updated. - Log - commit 007b6f711dcdd24dc768954efa893958a41cebb7 Author: Richard Kimberly Heck Date: Tue Nov 17 01:37:09 2020 -0500 Comment diff --git a/src/Buffer.h

[LyX/master] DocBook: fix indentation.

2020-11-16 Thread Thibaut Cuvelier
commit 5ddd82bcea89b3b34ebc6142634e001cd36ecbf7 Author: Thibaut Cuvelier Date: Tue Nov 17 03:58:39 2020 +0100 DocBook: fix indentation. --- lib/layouts/aa.layout |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/layouts/aa.layout b/lib/layouts/aa.layout index

[LyX/master] ctests: uninvert an export that passes now

2020-11-16 Thread Scott Kostyshak
commit ebbedd9e9184fe60fb4386d47dbcddc228767212 Author: Scott Kostyshak Date: Mon Nov 16 18:23:47 2020 -0500 ctests: uninvert an export that passes now The export inputenc-luatex-utf8_pdf5_texF has been succeeding for a while and was likely fixed by a TeX Live update.

[LyX/master] DocBook: implement svglobal.

2020-11-16 Thread Thibaut Cuvelier
commit c6fe1fbe5fbf93cfdef73d52423d61fb72047d88 Author: Thibaut Cuvelier Date: Mon Nov 16 20:15:34 2020 +0100 DocBook: implement svglobal. --- development/autotests/invertedTests |4 +++- development/autotests/suspendedTests | 10 +- lib/layouts/svcommon.inc |

[LyX/master] Bump minimal GCC version to 4.9

2020-11-16 Thread Yuriy Skalko
commit 9b55d2f71e34e2ea73efb7ceb017a39b9623f543 Author: Yuriy Skalko Date: Mon Nov 16 19:35:54 2020 +0200 Bump minimal GCC version to 4.9 --- INSTALL |2 +- README |2 +- lib/doc/Development.lyx | 10 ++ 3 files changed, 12 insertions(+),

[LyX/master] Remove old duplicated files, newer are in autotests/mathmacros

2020-11-16 Thread Yuriy Skalko
commit 87dd31c0db75abb2dba819e38d234714c9ff0fb9 Author: Yuriy Skalko Date: Sun Nov 15 22:22:47 2020 +0200 Remove old duplicated files, newer are in autotests/mathmacros development/mathmacros/architecture.lyx | 1699 -

[LyX/master] Typo in message

2020-11-16 Thread Kornel Benko
commit 06b09452d7396702ef631a37d1f18f8d86fd4e20 Author: Kornel Benko Date: Mon Nov 16 12:40:35 2020 +0100 Typo in message --- development/autotests/export.cmake |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/development/autotests/export.cmake

[LyX/master] Cmake export tests: Use the temporary directory for checked results

2020-11-16 Thread Kornel Benko
commit 53e064ce2ea7a11010ee53cc1f90f88434675d79 Author: Kornel Benko Date: Mon Nov 16 12:22:33 2020 +0100 Cmake export tests: Use the temporary directory for checked results This amends also dbb72a37 (fix race condition for parallel testing) Thanks Scott to pointing this out.