[LyX/master] Some minor corrections to the Additional revisions

2023-01-07 Thread Juergen Spitzmueller
commit 6c98a0a6d2da1d3e3d1d5f2b8e00242b0c3b2638 Author: Juergen Spitzmueller Date: Sat Jan 7 13:17:05 2023 +0100 Some minor corrections to the Additional revisions More might follow. --- lib/doc/Additional.lyx | 316 +++- 1 files change

[LyX/master] Update sk.po

2023-01-07 Thread Kornel Benko
commit 093a86270e0a98993530acaece5246a0d7d17ef4 Author: Kornel Benko Date: Sat Jan 7 13:38:01 2023 +0100 Update sk.po --- po/sk.po | 26 +++--- 1 files changed, 19 insertions(+), 7 deletions(-) diff --git a/po/sk.po b/po/sk.po index 224101c..61c09cb 100644 --- a/po/s

[LyX/master] updatelayouts.py: skip .txt files

2023-01-07 Thread Scott Kostyshak
commit 95dd4f6bf63da04a28165fa901ef6c4016e2c898 Author: Scott Kostyshak Date: Sat Jan 7 09:43:47 2023 -0500 updatelayouts.py: skip .txt files --- development/tools/updatelayouts.py |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/development/tools/updatelayouts.py

[LyX/master] LyXHTML: use a lower-case meta for generator, this is the most common convention.

2023-01-07 Thread Thibaut Cuvelier
commit 6a3bd6403277c5a2fd7cc93f88f1ed7e7d492145 Author: Thibaut Cuvelier Date: Sat Jan 7 16:24:57 2023 +0100 LyXHTML: use a lower-case meta for generator, this is the most common convention. --- src/Buffer.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/B

[LyX/master] LyXHTML: add a missing space in the content-type annotation.

2023-01-07 Thread Thibaut Cuvelier
commit a5c6215ebde966f2e33b51706fe4356cd52dde40 Author: Thibaut Cuvelier Date: Sat Jan 7 16:23:56 2023 +0100 LyXHTML: add a missing space in the content-type annotation. --- src/Buffer.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Buffer.cpp b/src/Buffer

[LyX/master] Update fr.po

2023-01-07 Thread jpc
commit b12875206e6433dcb110ba518f5fa9a5f89e9096 Author: jpc Date: Sat Jan 7 17:59:59 2023 +0100 Update fr.po po/fr.gmo | Bin 638374 -> 638793 bytes po/fr.po | 2909 +++-- 2 files changed, 1461 insertions(+), 1448 deleti

r41290 - in www-user/trunk: announce farm/cookbook/LyX misc/rss

2023-01-07 Thread rikiheck
Author: rikiheck Date: Sat Jan 7 17:36:01 2023 New Revision: 41290 URL: http://www.lyx.org/trac/changeset/41290 Log: 2.3.7 Added: www-user/trunk/announce/2_3_7.txt Modified: www-user/trunk/farm/cookbook/LyX/i18n.inc www-user/trunk/farm/cookbook/LyX/news.inc www-user/trunk/misc/rss/ly

[LyX/2.3.x] Fix status file

2023-01-07 Thread Richard Kimberly Heck
commit 4392031f1f9ab97c99694e4d4a2e65821c85af2f Author: Richard Kimberly Heck Date: Sat Jan 7 12:47:49 2023 -0500 Fix status file --- ANNOUNCE |7 +++ status.23x | 152 +--- 2 files changed, 8 insertions(+), 151 deletions(-) d

[LyX/master] LyXHTML validation tests: explicitly exit the Python script if it fails

2023-01-07 Thread Thibaut Cuvelier
commit 0f8951e7089013e68e47daa148dccfcca7f692fd Author: Thibaut Cuvelier Date: Sat Jan 7 21:27:50 2023 +0100 LyXHTML validation tests: explicitly exit the Python script if it fails --- .../thorough_export_tests/lyxhtml_validity.py |3 +++ 1 files changed, 3 insertions(+), 0 deleti

[LyX/master] InsetMathBox: fix strange indentation (mix of spaces and tabs).

2023-01-07 Thread Thibaut Cuvelier
commit d3c81eb2cbdf1c233042c35fe493cc789cc93647 Author: Thibaut Cuvelier Date: Sun Jan 8 00:51:43 2023 +0100 InsetMathBox: fix strange indentation (mix of spaces and tabs). --- src/mathed/InsetMathBox.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mathed/

[LyX/master] MathML test case: fix a typo.

2023-01-07 Thread Thibaut Cuvelier
commit 4412fdf09aa8afe0a53e9380c2bc5a2815d04b03 Author: Thibaut Cuvelier Date: Sun Jan 8 00:50:18 2023 +0100 MathML test case: fix a typo. It was bugging me when looking at XHTML output: I was wondering if LyX was doing anything weird about ligatures! Hopefully not. --- autotests

[LyX/master] MathML: convert InsetMathBox as .

2023-01-07 Thread Thibaut Cuvelier
commit edcaad2419b70ef1bd96bb1b117b9818187679ba Author: Thibaut Cuvelier Date: Sun Jan 8 00:50:06 2023 +0100 MathML: convert InsetMathBox as . The inset represents text (as opposed to maths in formulae). is used to give style to its children, it is not supposed to have any conten

[LyX/master] InsetMathBox: split the boxed text into and other tags, while boxing the whole inset within an .

2023-01-07 Thread Thibaut Cuvelier
commit e70cdfd3a222f12ab25a8c7296b180018bc06381 Author: Thibaut Cuvelier Date: Sun Jan 8 02:27:36 2023 +0100 InsetMathBox: split the boxed text into and other tags, while boxing the whole inset within an . Rationales: - previously, was used, but it's being deprecated for Mat