[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/options_data.txt: set CHECK_NORMAL_M
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/Texinfo/options_data.txt: set CHECK_NORMAL_MENU_STRUCTURE to 1 in the default case. |
Date: |
Fri, 26 Jan 2024 11:49:30 -0500 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new bccf198e14 * tp/Texinfo/options_data.txt: set
CHECK_NORMAL_MENU_STRUCTURE to 1 in the default case.
bccf198e14 is described below
commit bccf198e1410d154863f1312cd534464e473682b
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Jan 26 17:49:20 2024 +0100
* tp/Texinfo/options_data.txt: set CHECK_NORMAL_MENU_STRUCTURE to 1
in the default case.
* NEWS: update.
---
ChangeLog | 7 +++++++
NEWS | 4 ++++
tp/Texinfo/options_data.txt | 2 +-
.../customization/res_parser/sectioning_directions/sectioning.2 | 1 +
.../res_parser/sectioning_directions_split_chapter/sectioning.2 | 1 +
5 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 4dab9420fe..cd68ccc1e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-01-26 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/options_data.txt: set CHECK_NORMAL_MENU_STRUCTURE to 1
+ in the default case.
+
+ * NEWS: update.
+
2024-01-26 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/options_data.txt, tp/texi2any.pl: add customization
diff --git a/NEWS b/NEWS
index fd56de7490..b4af249470 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,10 @@ See the manual for detailed information.
. remove FRAMES and FRAMESET_DOCTYPE customization options.
. rename PACKAGE* customization variables to PACKAGE*_OPTION. For example
PACKAGE_VERSION customization option is now PACKAGE_VERSION_OPTION.
+ The PACKAGE* values can now be acceded in Perl using the names without
+ _OPTION prepended, through a new interface where it is certain that
+ the values have not been changed.
+ . set CHECK_NORMAL_MENU_STRUCTURE in the default case.
. some unused translation files have been removed for the
"texinfo_document" domain
. HTML, Texinfo and raw text output:
diff --git a/tp/Texinfo/options_data.txt b/tp/Texinfo/options_data.txt
index 8bb41e7d36..56369ff4b1 100644
--- a/tp/Texinfo/options_data.txt
+++ b/tp/Texinfo/options_data.txt
@@ -151,7 +151,7 @@ FORMAT_MENU program_cmdline menu char
# automatic direction and directions in menu are not consistent
# with sectionning, and when node directions are not consistent
# with menu directions.
-CHECK_NORMAL_MENU_STRUCTURE program_customization 0 integer
+CHECK_NORMAL_MENU_STRUCTURE program_customization 1 integer
CHECK_MISSING_MENU_ENTRY program_customization 1 integer
DUMP_TREE program_customization undef integer
DUMP_TEXI program_customization undef integer
diff --git
a/tp/tests/customization/res_parser/sectioning_directions/sectioning.2
b/tp/tests/customization/res_parser/sectioning_directions/sectioning.2
index c8a6cb0ac9..123dd5ee64 100644
--- a/tp/tests/customization/res_parser/sectioning_directions/sectioning.2
+++ b/tp/tests/customization/res_parser/sectioning_directions/sectioning.2
@@ -1 +1,2 @@
+sectioning.texi:88: warning: node `Last node no description' is next for
`Third node unnumbered' in menu but not in sectioning
sectioning.texi: warning: must specify a title with a title command or @top
diff --git
a/tp/tests/customization/res_parser/sectioning_directions_split_chapter/sectioning.2
b/tp/tests/customization/res_parser/sectioning_directions_split_chapter/sectioning.2
index c8a6cb0ac9..123dd5ee64 100644
---
a/tp/tests/customization/res_parser/sectioning_directions_split_chapter/sectioning.2
+++
b/tp/tests/customization/res_parser/sectioning_directions_split_chapter/sectioning.2
@@ -1 +1,2 @@
+sectioning.texi:88: warning: node `Last node no description' is next for
`Third node unnumbered' in menu but not in sectioning
sectioning.texi: warning: must specify a title with a title command or @top
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/options_data.txt: set CHECK_NORMAL_MENU_STRUCTURE to 1 in the default case.,
Patrice Dumas <=