[LyX/master] Fix font substitutions of Thai documents

2023-08-17 Thread Scott Kostyshak
commit 008e1cc963b5ca54f1e71fa501ecb4b2306349ff Author: Scott Kostyshak Date: Thu Aug 17 22:02:09 2023 -0400 Fix font substitutions of Thai documents The substitutefont package is obsoleted now on TL because the required functionality is in the kernel. See here:

[LyX/master] * lyxpaperview.py - non-waiting process call for all cases.

2023-08-17 Thread Pavel Sanda
commit 1e4f91384776250ba3e5335c336bdad2ce3e0934 Author: Pavel Sanda Date: Thu Aug 17 23:36:18 2023 +0200 * lyxpaperview.py - non-waiting process call for all cases. --- lib/scripts/lyxpaperview.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[LyX/master] Add direction switch with Babel/bidi (#12864)

2023-08-17 Thread Juergen Spitzmueller
commit 5d084c86c9b09e9181de9116fe1eface289722f7 Author: Juergen Spitzmueller Date: Thu Aug 17 14:29:23 2023 +0200 Add direction switch with Babel/bidi (#12864) Patch by Udi Fogiel --- src/Paragraph.cpp | 13 + 1 files changed, 9 insertions(+), 4 deletions(-) diff

[LyX/master] Account for babel's bidi option (#12866)

2023-08-17 Thread Juergen Spitzmueller
commit 315c2f132ad79c1ac40a101681365a4150b0496f Author: Juergen Spitzmueller Date: Thu Aug 17 14:25:33 2023 +0200 Account for babel's bidi option (#12866) bidi=bidi-{r,l} load the bidi package --- src/BufferParams.cpp | 27 +++ src/BufferParams.h

[LyX/2.3.x] Fix a comparison of arrays to compare *contents*

2023-08-17 Thread Scott Kostyshak
commit 79507c98af1758f4edb5e3bf6f760fce003816b1 Author: Scott Kostyshak Date: Thu Dec 31 13:15:14 2020 -0500 Fix a comparison of arrays to compare *contents* The previous code was mistakenly comparing addresses of the arrays. This issue was caught by a warning when compiling