[LyX/master] Cleanup documentation about old XML support.

2022-12-25 Thread Thibaut Cuvelier
commit b9b0ac1b6ccded5c39480665744caf7eef9c522a Author: Thibaut Cuvelier Date: Mon Dec 26 01:32:00 2022 +0100 Cleanup documentation about old XML support. --- lib/doc/Customization.lyx |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/doc/Customization.lyx

[LyX/master] Cleanup documentation about old XML support.

2022-12-25 Thread Thibaut Cuvelier
commit 4c8cfae7761ddcb372b63dae44f60a368633 Author: Thibaut Cuvelier Date: Mon Dec 26 01:32:00 2022 +0100 Cleanup documentation about old XML support. --- lib/doc/Customization.lyx | 100 - 1 files changed, 99 insertions(+), 1 deletions(-)

[LyX/master] CommandDepth is no longer used, remove it from the documentation.

2022-12-25 Thread Thibaut Cuvelier
commit 7556fc42ff9b1a7916473c889fd0d53af8bb75e4 Author: Thibaut Cuvelier Date: Mon Dec 26 01:36:38 2022 +0100 CommandDepth is no longer used, remove it from the documentation. --- lib/doc/Customization.lyx |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[LyX/master] Amend bc73a85778ffb1432bdc510d9a710e7394f42163

2022-12-25 Thread Thibaut Cuvelier
commit 2592a36dae5d18a16586b14b4d17948c8b53a382 Author: Thibaut Cuvelier Date: Mon Dec 26 00:18:47 2022 +0100 Amend bc73a85778ffb1432bdc510d9a710e7394f42163 Missing return in `specialCharKindToXMLEntity`. Previously, the functions that were merged into

[LyX/master] LyXHTML: switch the doctype to (X)HTML5 and only output XML entities.

2022-12-25 Thread Thibaut Cuvelier
commit bc73a85778ffb1432bdc510d9a710e7394f42163 Author: Thibaut Cuvelier Date: Fri Dec 23 02:16:08 2022 +0100 LyXHTML: switch the doctype to (X)HTML5 and only output XML entities. This is a new take on c8e2c17a that was reverted at da67bde61af due to entities no more recognised

[LyX/master] DocBook: add a comment about the need for DocBook 5.2.

2022-12-25 Thread Thibaut Cuvelier
commit ff2a2b2a8a3be323346ad4f5e660fbc1b7a65a04 Author: Thibaut Cuvelier Date: Fri Dec 23 02:22:55 2022 +0100 DocBook: add a comment about the need for DocBook 5.2. --- src/Buffer.cpp |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/Buffer.cpp b/src/Buffer.cpp

[LyX/master] LyXHTML: give the language in the root tag.

2022-12-25 Thread Thibaut Cuvelier
commit d85969b8b870c6b81c515b4885588e99da1110aa Author: Thibaut Cuvelier Date: Fri Dec 23 02:12:05 2022 +0100 LyXHTML: give the language in the root tag. --- src/Buffer.cpp |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Buffer.cpp b/src/Buffer.cpp index

[LyX/master] Cleanup following the removal of HTML entities

2022-12-25 Thread Thibaut Cuvelier
commit c77872f3145eb6ea0d42b5b1c7d9572814428ba9 Author: Thibaut Cuvelier Date: Fri Dec 23 03:26:25 2022 +0100 Cleanup following the removal of HTML entities The remaining part that was not handled in the previous commit. It focuses on lib/symbols. lib/symbols|

[LyX/master] Add a TODO file for the latest tests

2022-12-25 Thread Thibaut Cuvelier
commit 33cc71636ffeaae0eae890b08ca6d5eaed7293f3 Author: Thibaut Cuvelier Date: Sun Dec 25 20:39:14 2022 +0100 Add a TODO file for the latest tests --- development/thorough_export_tests/TODO |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git

[LyX/master] LyXHTML: add a script to validate all the generated files.

2022-12-25 Thread Thibaut Cuvelier
commit e44cef2a3c4b3206d828a3c417ad24edd1c1f2a6 Author: Thibaut Cuvelier Date: Fri Dec 23 00:47:45 2022 +0100 LyXHTML: add a script to validate all the generated files. It could be a part of the standard test suite, but it might be quite long to run. This test ensures

[LyX/master] Update doc format

2022-12-25 Thread Richard Kimberly Heck
commit fadf8ca68fb93367429d598707a8b66b2642311d Author: Richard Kimberly Heck Date: Sun Dec 25 12:48:19 2022 -0500 Update doc format development/MacOSX/ReadMe/Leame.lyx|2 +- development/MacOSX/ReadMe/LiesMich.lyx |2 +-

[LyX/master] Update tex2lyx tests.

2022-12-25 Thread Richard Kimberly Heck
commit 1413b509ac744ed4f3688eec0a84773f8d167997 Author: Richard Kimberly Heck Date: Sun Dec 25 12:49:42 2022 -0500 Update tex2lyx tests. --- src/tex2lyx/test/CJK.lyx.lyx |2 +- src/tex2lyx/test/CJKutf8.lyx.lyx |2 +-

[LyX/master] typo

2022-12-25 Thread Richard Kimberly Heck
commit 3d2bedb160765cfd6252f6a298ac5d8fabfefbfc Author: Richard Kimberly Heck Date: Sun Dec 25 12:50:54 2022 -0500 typo --- src/tex2lyx/TODO.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tex2lyx/TODO.txt b/src/tex2lyx/TODO.txt index 7efd943..ad1afd0

[LyX/master] Allow an 'other' type for hyperlinks. Format change.

2022-12-25 Thread Richard Kimberly Heck
commit 144cf4bb9afaa594ef61b93fdb03d34e4752f2ad Author: Richard Kimberly Heck Date: Sun Dec 25 12:42:07 2022 -0500 Allow an 'other' type for hyperlinks. Format change. Also, perform the URL fixing magic for DocBook and XHTML. As it was, it was impossible to enter e.g.