[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Tue, 1 Oct 2024 11:22:38 -0400 (EDT) |
branch: master
commit 9bb0471e0c7a037f04bdc7d9fa70a1d4eca246dd
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Jul 24 13:12:35 2024 +0200
* tp/Texinfo/XS/convert/ConvertXS.xs (html_conversion_finalization)
(html_prepare_title_titlepage): remove calls of
build_html_formatting_state, the functions do not set anything passed
in build_html_formatting_state.
---
ChangeLog | 7 +++++++
tp/Texinfo/XS/convert/ConvertXS.xs | 3 ---
tp/Texinfo/XS/convert/convert_html.c | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 22a7150e84..05f5f136cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,13 @@
(call_formatting_function_format_single_footnote): check and reset
flags in build_html_formatting_state.
+2024-07-24 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/XS/convert/ConvertXS.xs (html_conversion_finalization)
+ (html_prepare_title_titlepage): remove calls of
+ build_html_formatting_state, the functions do not set anything passed
+ in build_html_formatting_state.
+
2024-07-24 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/convert/ConvertXS.xs (html_prepare_title_titlepage),
diff --git a/tp/Texinfo/XS/convert/ConvertXS.xs
b/tp/Texinfo/XS/convert/ConvertXS.xs
index 31b40e8e87..bc034f58a9 100644
--- a/tp/Texinfo/XS/convert/ConvertXS.xs
+++ b/tp/Texinfo/XS/convert/ConvertXS.xs
@@ -656,8 +656,6 @@ html_conversion_finalization (SV *converter_in)
{
html_conversion_finalization (self);
- build_html_formatting_state (self);
-
html_check_transfer_state_finalization (self);
}
@@ -2304,7 +2302,6 @@ html_prepare_title_titlepage (SV *converter_in,
output_file, output_filename, ..
if (self)
{
html_prepare_title_titlepage (self, output_file, output_filename);
- build_html_formatting_state (self);
}
# $document, $output_units, $special_units
diff --git a/tp/Texinfo/XS/convert/convert_html.c
b/tp/Texinfo/XS/convert/convert_html.c
index 02b0c037f5..1db6eef070 100644
--- a/tp/Texinfo/XS/convert/convert_html.c
+++ b/tp/Texinfo/XS/convert/convert_html.c
@@ -19047,7 +19047,7 @@ html_check_transfer_state_finalization (CONVERTER *self)
/* could change to 0 in releases? */
if (1)
{
- /* check that all the state change have been transmitted */
+ /* check that all the state changes have been transmitted */
/*
if (self->tree_to_build.number > 0)
fprintf (stderr, "BUG: tree_to_build: %zu\n",