[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Tue, 10 Dec 2024 16:48:21 -0500 (EST) |
branch: master
commit 0a939d35560ba4bbb9c54d5d604dd09944616104
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Dec 10 22:47:43 2024 +0100
* tp/Texinfo/XS/structuring_transfo/transformations.c
(fill_gaps_in_sectioning): set new section parent. Report on
debug message from Eli.
---
ChangeLog | 6 ++++++
tp/Texinfo/XS/structuring_transfo/transformations.c | 1 +
2 files changed, 7 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 3249ab966c..27a89f0dfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-12-10 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/XS/structuring_transfo/transformations.c
+ (fill_gaps_in_sectioning): set new section parent. Report on
+ debug message from Eli.
+
2024-12-10 Gavin Smith <gavinsmith0123@gmail.com>
* tp/tests/formatting/list-of-tests (cpp_lines):
diff --git a/tp/Texinfo/XS/structuring_transfo/transformations.c
b/tp/Texinfo/XS/structuring_transfo/transformations.c
index 2cf1fa2865..ce04c29b31 100644
--- a/tp/Texinfo/XS/structuring_transfo/transformations.c
+++ b/tp/Texinfo/XS/structuring_transfo/transformations.c
@@ -286,6 +286,7 @@ fill_gaps_in_sectioning (ELEMENT *root, ELEMENT
*commands_heading_content)
add_to_element_contents (new_section, empty_line);
add_to_element_list (new_sections, new_section);
+ new_section->parent = root;
}
insert_list_slice_into_contents (root, idx_current_section+1,
new_sections, 0,