[LyX/master] de.po

2023-04-10 Thread Juergen Spitzmueller
commit f10f59e12e32d2b21ee0b5d27999d1d3f6326a83 Author: Juergen Spitzmueller Date: Tue Apr 11 07:07:49 2023 +0200 de.po --- po/de.po | 105 ++--- 1 files changed, 52 insertions(+), 53 deletions(-) diff --git a/po/de.po b/po/de.po

[LyX/master] * cs.po

2023-04-10 Thread Pavel Sanda
commit b2206ee889c4eb1e429b290a95a187492b9b46e0 Author: Pavel Sanda Date: Mon Apr 10 22:03:09 2023 +0200 * cs.po --- po/cs.po | 72 +- 1 files changed, 29 insertions(+), 43 deletions(-) diff --git a/po/cs.po b/po/cs.po index

[LyX/master] Amend 1dc66608

2023-04-10 Thread Scott Kostyshak
commit 7368e5be2be2c24f5cb363443d86c72973bd2719 Author: Scott Kostyshak Date: Mon Apr 10 13:10:11 2023 -0400 Amend 1dc66608 Declare override, otherwise we get the following warning: src/insets/InsetListings.h:42:7: error: 'isEnvironment' overrides a member function but

[LyX/master] Amend d0a83d33

2023-04-10 Thread Scott Kostyshak
commit e3288b4b4a3649c030fa679c5edbdda9a08b8e98 Author: Scott Kostyshak Date: Mon Apr 10 13:03:19 2023 -0400 Amend d0a83d33 --- lib/layouts/heb-article.layout |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/layouts/heb-article.layout

[LyX/master] Fixes to heb-article, by Udi Fogiel (#12735)

2023-04-10 Thread Juergen Spitzmueller
commit d0a83d33fcc0db64bd2b8bc79671c4427ddc18e6 Author: Juergen Spitzmueller Date: Mon Apr 10 18:24:04 2023 +0200 Fixes to heb-article, by Udi Fogiel (#12735) For some reason theorems titles has \beginR without a \endR, and since this is basically inside restricted horizontal

[LyX/master] Do not switch dir with numbers and babel in full unicode

2023-04-10 Thread Juergen Spitzmueller
commit b42e97808078b472c7c991258f66c5d61c802323 Author: Juergen Spitzmueller Date: Mon Apr 10 15:31:26 2023 +0200 Do not switch dir with numbers and babel in full unicode Patch by Udi Fogiel --- src/Font.cpp |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff

r41291 - www-user/trunk/farm/cookbook/LyX

2023-04-10 Thread spitz
Author: spitz Date: Mon Apr 10 14:21:07 2023 New Revision: 41291 URL: http://www.lyx.org/trac/changeset/41291 Log: Add Udi Fogiel to credits Modified: www-user/trunk/farm/cookbook/LyX/blanket-permission.inc www-user/trunk/farm/cookbook/LyX/credits.inc Modified:

[LyX/master] Add Udi Fogiel to credits

2023-04-10 Thread Juergen Spitzmueller
commit 0de7095774141f176ef1afc9fd8fa79a85b9fa72 Author: Juergen Spitzmueller Date: Mon Apr 10 15:25:58 2023 +0200 Add Udi Fogiel to credits --- lib/CREDITS |3 +++ lib/generate_contributions.py |8 2 files changed, 11 insertions(+), 0 deletions(-) diff

[LyX/master] luabidi's \\LR[E] needs to be embraced (possibly a LuaTeX bug)

2023-04-10 Thread Juergen Spitzmueller
commit 8917cb3cc880452dfbae9475b14ddb2ba58780ab Author: Juergen Spitzmueller Date: Mon Apr 10 15:16:20 2023 +0200 luabidi's \\LR[E] needs to be embraced (possibly a LuaTeX bug) without the grouping, trailing text disappears --- src/Font.cpp | 12

[LyX/master] Inset::forceLTR() only determines whether explicit switches are needed

2023-04-10 Thread Juergen Spitzmueller
commit 2abde5d16254e8aac29e32b09e6272000f13 Author: Juergen Spitzmueller Date: Mon Apr 10 10:20:11 2023 +0200 Inset::forceLTR() only determines whether explicit switches are needed (as opposed to InsetLayout::forceLTR()). So properly set this for ERT and remove downstream

[LyX/master] Fix spacing in forceLTR for classic latex

2023-04-10 Thread Juergen Spitzmueller
commit 767f3e5b819079deecbcbc938a3bbcea1227437f Author: Juergen Spitzmueller Date: Mon Apr 10 08:37:04 2023 +0200 Fix spacing in forceLTR for classic latex --- src/Paragraph.cpp | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/Paragraph.cpp

[LyX/master] Do not forceLTR math with Xe/Lua (part of #12731)

2023-04-10 Thread Juergen Spitzmueller
commit e9c8b10c1da939d1ab63f4d8b558dbbf90f3bc74 Author: Juergen Spitzmueller Date: Mon Apr 10 08:24:46 2023 +0200 Do not forceLTR math with Xe/Lua (part of #12731) --- src/mathed/InsetMathHull.h |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

[LyX/master] Put forceLTR (display) environments in LRE environment rather than command

2023-04-10 Thread Juergen Spitzmueller
commit f058442be905b088ede79d984a2708b8b172ea85 Author: Juergen Spitzmueller Date: Mon Apr 10 08:10:51 2023 +0200 Put forceLTR (display) environments in LRE environment rather than command This fixes whitespace issues. --- src/Paragraph.cpp | 29 + 1

[LyX/master] Add Inset::isEnvironment()

2023-04-10 Thread Juergen Spitzmueller
commit 1dc666082eeac9430cc5f242e319374c58da373b Author: Juergen Spitzmueller Date: Mon Apr 10 08:09:32 2023 +0200 Add Inset::isEnvironment() This usually returns InsetLayout::isEnvironment(), but listings has specific conditions (depending on whether it is inline or not) ---

[LyX/master] de/Customization: document EditExternal

2023-04-10 Thread Juergen Spitzmueller
commit 823bb2a8ddadf87ccb2d294dc3d7f883d11d39b0 Author: Juergen Spitzmueller Date: Mon Apr 10 08:05:03 2023 +0200 de/Customization: document EditExternal --- lib/doc/de/Customization.lyx | 40 1 files changed, 40 insertions(+), 0 deletions(-)