[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Thu, 3 Mar 2022 14:53:58 -0500 (EST) |
branch: master
commit 890e5b5a4e138e1c514b5506a568d35005f285cc
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Mar 3 19:23:30 2022 +0000
* NEWS: List new customization variables for filename encoding.
---
ChangeLog | 4 ++++
NEWS | 8 ++++++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index ec83e3e092..e6e5d99341 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-03-03 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * NEWS: List new customization variables for filename encoding.
+
2022-03-02 Gavin Smith <gavinsmith0123@gmail.com>
Fix #line directive early in file.
diff --git a/NEWS b/NEWS
index 0da39f6719..e12c037c73 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,10 @@ See the manual for detailed information.
manual_name or manual_name.html
. LaTeX added as an output format, selected with --latex
. epub support (how??)
+ . new customization variables:
+ LOCALE_OUTPUT_ENCODING_NAME, LOCALE_INPUT_FILE_NAME_ENCODING,
+ LOCALE_OUTPUT_FILE_NAME_ENCODING, DOC_ENCODING_FOR_INPUT_FILE_NAME, and
+ DOC_ENCODING_FOR_OUTPUT_FILE_NAME (documentation required)
. rename COPIABLE_ANCHORS as COPIABLE_LINKS
. L2H customization variable removed. Replaced by HTML_MATH set to l2h.
. Meaning of USE_NUMERIC_ENTITY changed to be using numeric entities in
@@ -35,8 +39,8 @@ See the manual for detailed information.
. use <code> tag for the output of @t instead of <tt>
. systematic addition of classes attribute in HTML elements based on the
Texinfo @-command names. Renaming of class attributes to avoid
- confusion with @-commands formatting and describe the role in the
document
- rather than the formatting style.
+ confusion with @-commands formatting and describe the role in the
+ document rather than the formatting style.
6.8 (3 July 2021)
* Language