commit c3e0ae4bfdf7e718f0048cf73df9ca3002cd65a6
Merge: 07c2440 f31bf0d
Author: Juergen Spitzmueller
Date: Fri Jul 21 09:09:30 2023 +0200
Merge branch 'master' of git.lyx.org:lyx
development/FORMAT |3 +
po/sk.po | 106
sr
commit 07c2440a2bb675308ea32c441642ca8691c0f607
Author: Juergen Spitzmueller
Date: Thu Jul 20 16:47:19 2023 +0200
de.po
---
po/de.po | 194 +
1 files changed, 105 insertions(+), 89 deletions(-)
diff --git a/po/de.po b/po/de.po
i
commit dfab2898de3a63f7ccb0144098846fda7008ebd7
Author: Juergen Spitzmueller
Date: Fri Jul 21 09:46:47 2023 +0200
Fix lyx2lyx reversion problem for covington examples
Do not take arguments of nested insets/layouts as your own
---
lib/lyx2lyx/lyx_2_4.py |3 +++
1 files changed,
commit 03268082a3d5caf56fac9c2af3c5e39cf4568472
Author: Juergen Spitzmueller
Date: Fri Jul 21 14:31:45 2023 +0200
Current covington requires varwidth
---
lib/examples/Modules/Linguistics.lyx| 69 ++-
lib/examples/de/Modules/Linguistics.lyx | 53 +
commit 179c0d6ff25de361d801f5e4a58564d6e8e29c67
Author: Pavel Sanda
Date: Fri Jul 21 23:17:55 2023 +0200
Create the other side of conversion chain when IM is banned (bug #12646).
We allow png, jpg to channel through already existing tiff2ps (library
libtiff-tools). Other format
commit 8335dc49e1ab0bd76f1476bf02b77d7bfecfb373
Author: Pavel Sanda
Date: Fri Jul 21 23:19:05 2023 +0200
* RELEASE-NOTES
---
lib/RELEASE-NOTES | 16
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES
index 9e9611b..90604
commit 00a98856f88bb2bcbdeef8ca58b975a2abb8537c
Author: Pavel Sanda
Date: Fri Jul 21 23:37:39 2023 +0200
Switch delimiters for hebrew keyboard (bug #12829).
Patch from Udi Fogiel.
---
lib/kbd/hebrew.kmap | 12
1 files changed, 12 insertions(+), 0 deletions(-)
diff
commit d59046512c204968122917758ee38d4529b1a03f
Author: Jean-Marc Lasgouttes
Date: Tue Jul 18 14:27:24 2023 +0200
Use macros with parameters for modulo macros
It turns out that it is possible to use macros with parameters in
lib/symbols.
I use this to simplify the use of
commit c8c589353ade8d8b82248e8adf79ea2feb43b454
Author: Jean-Marc Lasgouttes
Date: Fri Dec 9 14:45:14 2022 +0100
Detect when one tries to bind a lfun to a prefix of longer commands
Change KeyMap::getBinding to return FuncRequest::prefix in this case.
Add handling of this c