[LyX/master] DocBook: fix case with emphasis at end of footnote

2023-09-25 Thread Scott Kostyshak
commit ff9dfa96f26b8544d1264d6eaac390b3f5891bde Author: Scott Kostyshak Date: Mon Sep 25 10:41:21 2023 -0400 DocBook: fix case with emphasis at end of footnote For ML discussion, see here:

[LyX/master] ctests: update inverted list after DocBook fix

2023-09-25 Thread Scott Kostyshak
commit beec7b669f5b93deee44e528bad21b61c29e2bd7 Author: Scott Kostyshak Date: Mon Sep 25 10:58:50 2023 -0400 ctests: update inverted list after DocBook fix Thanks to the fix at ff9dfa96, we can uninvert a test. Also invert a couple of other tests and organize into the

[LyX/master] Improve comments

2023-09-25 Thread Jean-Marc Lasgouttes
commit 549969a56356b57cb912f7caea58e437399f1ca5 Author: Jean-Marc Lasgouttes Date: Mon Sep 25 12:46:16 2023 +0200 Improve comments --- src/Row.cpp | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/Row.cpp b/src/Row.cpp index e911fef..687d9ec 100644

[LyX/master] Avoid row breaking at inconvenient places.

2023-09-25 Thread Jean-Marc Lasgouttes
commit 71d9f6e90d52d8f85c9e8b530027a9fd59c697e8 Author: Jean-Marc Lasgouttes Date: Mon Sep 25 12:35:40 2023 +0200 Avoid row breaking at inconvenient places. When it turns out that breaking a STRING row element was not sufficient in Row::shortenIfNeeded, we still remember the

[LyX/master] Revert "Avoid row breaking at inconvenient places."

2023-09-25 Thread Jean-Marc Lasgouttes
commit 1ca43e1938e172e6f5a48eb353b0cb678b31f43d Author: Jean-Marc Lasgouttes Date: Mon Sep 25 12:28:01 2023 +0200 Revert "Avoid row breaking at inconvenient places." The solution did create new issues. Fixes bug #12899. Unfixes bug #12660. This reverts commit