[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * po_document/POTFILES.in: rename Texinfo/Data.pm
From: |
Patrice Dumas |
Subject: |
branch master updated: * po_document/POTFILES.in: rename Texinfo/Data.pm as Texinfo/HTMLData.pm and main/conversion_data.c as main/html_conversion_data.c. |
Date: |
Mon, 21 Oct 2024 14:34:18 -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 d2035cccc0 * po_document/POTFILES.in: rename Texinfo/Data.pm as
Texinfo/HTMLData.pm and main/conversion_data.c as main/html_conversion_data.c.
d2035cccc0 is described below
commit d2035cccc0c17968d3b61e4ba6e88cfe1a1c34b9
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Oct 21 20:34:10 2024 +0200
* po_document/POTFILES.in: rename Texinfo/Data.pm as
Texinfo/HTMLData.pm and main/conversion_data.c as
main/html_conversion_data.c.
---
ChangeLog | 6 ++++++
po_document/POTFILES.in | 4 ++--
tp/TODO | 8 ++++----
3 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1604271c70..35daa0e131 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-10-21 Patrice Dumas <pertusus@free.fr>
+
+ * po_document/POTFILES.in: rename Texinfo/Data.pm as
+ Texinfo/HTMLData.pm and main/conversion_data.c as
+ main/html_conversion_data.c.
+
2024-10-21 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/convert/converter.c (converter_converter): remove
diff --git a/po_document/POTFILES.in b/po_document/POTFILES.in
index 730297f038..56fd615ec9 100644
--- a/po_document/POTFILES.in
+++ b/po_document/POTFILES.in
@@ -10,7 +10,7 @@
tp/ext/epub3.pm
tp/init/html32.pm
tp/Texinfo/Common.pm
-tp/Texinfo/Data.pm
+tp/Texinfo/HTMLData.pm
tp/Texinfo/Structuring.pm
tp/Texinfo/Translations.pm
tp/Texinfo/Convert/Converter.pm
@@ -21,7 +21,7 @@ tp/Texinfo/Convert/HTML.pm
tp/Texinfo/Convert/Utils.pm
tp/Texinfo/XS/convert/converter.c
tp/Texinfo/XS/convert/convert_html.c
-tp/Texinfo/XS/main/conversion_data.c
+tp/Texinfo/XS/main/html_conversion_data.c
tp/Texinfo/XS/main/convert_to_text.c
tp/Texinfo/XS/main/convert_utils.c
tp/Texinfo/XS/main/convert_utils.h
diff --git a/tp/TODO b/tp/TODO
index 7ddac82339..a80d34b21d 100644
--- a/tp/TODO
+++ b/tp/TODO
@@ -10,10 +10,6 @@ This is the todo list for texi2any
Before next release
===================
-Update search directories in C codes for the XDG Base Directory Specification
-based on what is done in Perl. Need to wait to be clear on what is done
-in Perl.
-
Bugs
====
@@ -62,6 +58,10 @@ Document *XS_EXTERNAL_FORMATTING *XS_EXTERNAL_CONVERSION?
Delayed bugs/features
=====================
+Update search directories in C codes for the XDG Base Directory Specification
+based on what is done in Perl. Need to wait to be clear on what is done
+in Perl.
+
In the https://github.com/gnu-texinfo/ci-check for cygwin32, unexplained
failure with missing symbols. Would need access to the platform.
See Eli advice on how to debug the issue:
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * po_document/POTFILES.in: rename Texinfo/Data.pm as Texinfo/HTMLData.pm and main/conversion_data.c as main/html_conversion_data.c.,
Patrice Dumas <=