texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Patrice Dumas
Date: Thu, 28 Dec 2023 11:40:36 -0500 (EST)

branch: master
commit 5504d6e02d57352918546fd5d0e0aa91db3d7752
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Thu Dec 28 16:26:18 2023 +0100

    * * tp/Texinfo/XS/convert/convert_html.c
    (commands_internal_conversion_table): enable footnote commands
    conversion in C.
---
 ChangeLog                            | 8 +++++++-
 tp/Texinfo/XS/convert/convert_html.c | 2 --
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ae9453927a..20ee765b79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2023-12-27  Patrice Dumas  <pertusus@free.fr>
+2023-12-28  Patrice Dumas  <pertusus@free.fr>
+
+       * * tp/Texinfo/XS/convert/convert_html.c
+       (commands_internal_conversion_table): enable footnote commands
+       conversion in C.
+
+2023-12-28  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/convert/convert_html.c
        (find_element_target_number_linear, compare_element_target)
diff --git a/tp/Texinfo/XS/convert/convert_html.c 
b/tp/Texinfo/XS/convert/convert_html.c
index 1274e1cbc3..2015686723 100644
--- a/tp/Texinfo/XS/convert/convert_html.c
+++ b/tp/Texinfo/XS/convert/convert_html.c
@@ -10200,9 +10200,7 @@ static COMMAND_INTERNAL_CONVERSION 
commands_internal_conversion_table[] = {
   {CM_abbr, &convert_explained_command},
   {CM_acronym, &convert_explained_command},
   {CM_anchor, &convert_anchor_command},
-  /* TODO shared_conversion_state not passed to/from perl
   {CM_footnote, &convert_footnote_command},
-   */
 
   /* note that if indicateurl had been in self->style_formatted_cmd this
      would have prevented indicateurl to be associated to



reply via email to

[Prev in Thread] Current Thread [Next in Thread]