texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Texinfo/XS/main/get_perl_info.h: remove html


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/XS/main/get_perl_info.h: remove html_fill_button_specification_list declaration.
Date: Thu, 03 Oct 2024 14:27:09 -0400

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 3202ce7ae0 * tp/Texinfo/XS/main/get_perl_info.h: remove 
html_fill_button_specification_list declaration.
3202ce7ae0 is described below

commit 3202ce7ae0a3857742be669a73994ecccd4db13f
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Thu Oct 3 20:26:15 2024 +0200

    * tp/Texinfo/XS/main/get_perl_info.h: remove
    html_fill_button_specification_list declaration.
---
 ChangeLog                          | 9 +++++++--
 tp/Texinfo/XS/main/get_perl_info.h | 7 ++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a7b98fa9f7..7c9bc4ea56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 2024-10-03  Patrice Dumas  <pertusus@free.fr>
 
-       * tp/Texinfo/XS/main/get_perl_info.h: declare html_fill_sv_options and
-       html_fill_button_sv_specification_list.
+       * tp/Texinfo/XS/main/get_perl_info.h: remove
+       html_fill_button_specification_list declaration.
 
 2024-08-07  Patrice Dumas  <pertusus@free.fr>
 
@@ -21,6 +21,11 @@
        * tp/Texinfo/XS/convert/converter.c
        (setup_converter_paths_information): allow pkgdatadir to be unset.
 
+2024-10-03  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/XS/main/get_perl_info.h: declare html_fill_sv_options and
+       html_fill_button_sv_specification_list.
+
 2024-08-07  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/main/utils.c (initialize_options_list),
diff --git a/tp/Texinfo/XS/main/get_perl_info.h 
b/tp/Texinfo/XS/main/get_perl_info.h
index 427f032dcb..726579e878 100644
--- a/tp/Texinfo/XS/main/get_perl_info.h
+++ b/tp/Texinfo/XS/main/get_perl_info.h
@@ -47,9 +47,6 @@ OPTIONS *init_copy_sv_options (SV *sv_in, CONVERTER 
*converter, int force,
 int set_sv_conf (CONVERTER *converter, const char *conf, SV *value);
 void force_sv_conf (CONVERTER *converter, const char *conf, SV *value);
 
-void html_fill_button_sv_specification_list (const CONVERTER *converter,
-                                     BUTTON_SPECIFICATION_LIST *result);
-
 INDEX_ENTRY *find_index_entry_sv (const SV *index_entry_sv,
                      INDEX_LIST *indices_info,
                      const char *warn_string, const INDEX **entry_idx,
@@ -60,8 +57,8 @@ INDEX_SORTED_BY_LETTER *get_sv_index_entries_sorted_by_letter
 
 BUTTON_SPECIFICATION_LIST *html_get_button_specification_list
                                 (const CONVERTER *converter, const SV 
*buttons_sv);
-void html_fill_button_specification_list (const CONVERTER *converter,
-                                          BUTTON_SPECIFICATION_LIST *result);
+void html_fill_button_sv_specification_list (const CONVERTER *converter,
+                                     BUTTON_SPECIFICATION_LIST *result);
 void html_fill_direction_icons (const CONVERTER *converter,
                                 DIRECTION_ICON_LIST *direction_icons);
 void html_get_direction_icons_sv (const CONVERTER *converter,



reply via email to

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