[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * NEWS: add USE_XML_SYNTAX, HTML_ROOT_ELEMENT_ATT
From: |
Patrice Dumas |
Subject: |
branch master updated: * NEWS: add USE_XML_SYNTAX, HTML_ROOT_ELEMENT_ATTRIBUTES and NO_CUSTOM_HTML_ATTRIBUTE. |
Date: |
Sun, 02 Jan 2022 16:13:34 -0500 |
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 8042c6c30a * NEWS: add USE_XML_SYNTAX, HTML_ROOT_ELEMENT_ATTRIBUTES
and NO_CUSTOM_HTML_ATTRIBUTE.
8042c6c30a is described below
commit 8042c6c30a4fd1e1ae92fa8636f971d235128735
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Jan 2 22:13:23 2022 +0100
* NEWS: add USE_XML_SYNTAX, HTML_ROOT_ELEMENT_ATTRIBUTES
and NO_CUSTOM_HTML_ATTRIBUTE.
---
ChangeLog | 5 +++++
NEWS | 2 ++
2 files changed, 7 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 4cad99347e..0a2b0fd605 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-01-02 Patrice Dumas <pertusus@free.fr>
+
+ * NEWS: add USE_XML_SYNTAX, HTML_ROOT_ELEMENT_ATTRIBUTES
+ and NO_CUSTOM_HTML_ATTRIBUTE.
+
2022-01-02 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/Convert/HTML.pm (output): set MATHJAX_SCRIPT and
diff --git a/NEWS b/NEWS
index 07493cd45b..960996c1e6 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,8 @@ See the manual for detailed information.
. New customization variable ASCII_PUNCTUATION to use plain ASCII characters
for quotation marks and a few other symbols
. IGNORE_BEFORE_SETFILENAME customization variable removed. Always set.
+ . USE_XML_SYNTAX, HTML_ROOT_ELEMENT_ATTRIBUTES and NO_CUSTOM_HTML_ATTRIBUTE
+ customization variables added that can be used to output valid XHTML.
. HTML output:
. use <code> tag for the output of @t instead of <tt>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * NEWS: add USE_XML_SYNTAX, HTML_ROOT_ELEMENT_ATTRIBUTES and NO_CUSTOM_HTML_ATTRIBUTE.,
Patrice Dumas <=