[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Sat, 13 Jan 2024 14:34:22 -0500 (EST) |
branch: master
commit 44e4a688b6504bdb93cc96edd720437c2bc5d53e
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Jan 12 12:05:53 2024 +0100
* NEWS: add the converters in C and use of TEXINFO_XS_CONVERT
environment variable to NEWS, now that the HTML C conversion code is
complete.
---
ChangeLog | 6 ++++++
NEWS | 4 ++++
2 files changed, 10 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 7a4f06fa93..8b7c644862 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-01-12 Patrice Dumas <pertusus@free.fr>
+
+ * NEWS: add the converters in C and use of TEXINFO_XS_CONVERT
+ environment variable to NEWS, now that the HTML C conversion code is
+ complete.
+
2024-01-12 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/main/unicode.h (DIACRITIC_UNICODE),
diff --git a/NEWS b/NEWS
index da9070dc49..ec46386156 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,10 @@ See the manual for detailed information.
PACKAGE_VERSION customization option is now PACKAGE_VERSION_OPTION.
. some unused translation files have been removed for the
"texinfo_document" domain
+ . HTML, Texinfo and raw text output:
+ An implementation of the conversion in C has been included. Set the
+ `TEXINFO_XS_CONVERT' environment variable to 1 to use.
+
* info
. check for init file under ~/.config/texinfo/infokey before checking
~/.infokey, in accordance with the XDG Base Directory Specification