[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Sat, 17 Feb 2024 18:12:40 -0500 (EST) |
branch: master
commit ae0db3dba7c85f62e5bb1e14634375c71767719a
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Feb 18 00:11:26 2024 +0100
* main/utils.c (html_command_text_type_name): remove target.
---
ChangeLog | 4 ++++
tp/Texinfo/XS/main/utils.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index a5f2a33a2c..1c6eb17997 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-02-17 Patrice Dumas <pertusus@free.fr>
+
+ * main/utils.c (html_command_text_type_name): remove target.
+
2024-02-17 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/convert/convert_html.c (html_command_id): set return
diff --git a/tp/Texinfo/XS/main/utils.c b/tp/Texinfo/XS/main/utils.c
index b3d6f266a0..49639f38c0 100644
--- a/tp/Texinfo/XS/main/utils.c
+++ b/tp/Texinfo/XS/main/utils.c
@@ -134,7 +134,7 @@ const char *html_button_direction_names[] = {
/* keep in sync with enum html_text_type */
char *html_command_text_type_name[] = {
"text", "text_nonumber", "string", "string_nonumber",
- "href", "target", "node", "section",
+ "href", "node", "section",
};
/* wrapper for asprintf */