[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * NEWS: final edit
From: |
Gavin D. Smith |
Subject: |
branch master updated: * NEWS: final edit |
Date: |
Mon, 07 Nov 2022 13:45:27 -0500 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 791002344f * NEWS: final edit
791002344f is described below
commit 791002344ffc8b7cbc8fdd2663691e695e51f11f
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Nov 7 18:45:18 2022 +0000
* NEWS: final edit
---
ChangeLog | 4 ++++
NEWS | 58 +++++++++++++++++++++++++++-------------------------------
2 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 858e2b6fbc..b3ead3f089 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-11-07 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * NEWS: final edit
+
2022-11-07 Gavin Smith <gavinsmith0123@gmail.com>
* doc/texinfo.tex (\mtadjustprotcode): Use new count \countC
diff --git a/NEWS b/NEWS
index d73ccf5ad4..0973f93b92 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ See the manual for detailed information.
------------------------------------------------------------------------------
-6.X
+7.0
* texi2any
. LaTeX added as an output format, selected with --latex
. EPUB 3 added as an output format, selected with --epub3
@@ -18,16 +18,12 @@ See the manual for detailed information.
. new customization variables involved with character encoding:
INPUT_FILE_NAME_ENCODING, OUTPUT_FILE_NAME_ENCODING,
DOC_ENCODING_FOR_INPUT_FILE_NAME, DOC_ENCODING_FOR_OUTPUT_FILE_NAME,
- MESSAGE_ENCODING and COMMAND_LINE_ENCODING.
+ MESSAGE_ENCODING and COMMAND_LINE_ENCODING
. warn if full-text commands (@ref, @footnote, @anchor) appear in @w
. new variable NO_TOP_NODE_OUTPUT
. IGNORE_BEFORE_SETFILENAME variable removed. former effect
is now always on.
. HTML output:
- . new USE_XML_SYNTAX, HTML_ROOT_ELEMENT_ATTRIBUTES and
- NO_CUSTOM_HTML_ATTRIBUTE variables added that can be used to output
- valid XHTML.
- . new variable IGNORE_REF_TO_TOP_NODE_UP
. use manual_name_html as output directory for split HTML instead of
manual_name or manual_name.html
. default DOCTYPE declaration changed to plain HTML5 style rather than
@@ -37,54 +33,53 @@ See the manual for detailed information.
(custom CSS can still be output using EXTRA_HEAD)
. use <code> tag for the output of @t and @verb instead of <tt>
. use <abbr> for @acronym instead of <acronym>
- . percent encode URL in @url/@uref, @email, @image and external manual
- file
+ . link to table of contents from short table of contents only if a
+ table of contents is actually output
+ . prefix classes from @example arguments with `user-'
+ . percent encode URL in @url/@uref, @email, @image and external
+ manual file
+ . new USE_XML_SYNTAX, HTML_ROOT_ELEMENT_ATTRIBUTES and
+ NO_CUSTOM_HTML_ATTRIBUTE variables can be used to output
+ valid XHTML
. 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.
- . prefix classes from @example arguments with `user-'
. COPIABLE_ANCHORS renamed to COPIABLE_LINKS
- . do not add a title by default; SHOW_TITLE has to be set
- (or NO_TOP_NODE_OUTPUT).
- . default value of USE_TITLEPAGE_FOR_TITLE is now true.
- . L2H variable removed. replaced by HTML_MATH set to l2h.
- . rename OVERVIEW_LINK_TO_TOC to SHORT_TOC_LINK_TO_TOC, and rename
- BEFORE_OVERVIEW to BEFORE_SHORT_TOC_LINE and AFTER_OVERVIEW to
- AFTER_SHORT_TOC_LINES.
+ . do not add a title by default; SHOW_TITLE or NO_TOP_NODE_OUTPUT has
+ to be set
+ . USE_TITLEPAGE_FOR_TITLE is now true by default
+ . L2H variable removed, replaced by HTML_MATH set to `l2h'
+ . rename OVERVIEW_LINK_TO_TOC to SHORT_TOC_LINK_TO_TOC
+ . rename BEFORE_OVERVIEW to BEFORE_SHORT_TOC_LINE
+ . rename AFTER_OVERVIEW to AFTER_SHORT_TOC_LINES
. remove PRE_ABOUT, AFTER_ABOUT, and add PROGRAM_NAME_IN_ABOUT
. remove KEEP_TOP_EXTERNAL_REF
- . new variable CONVERT_TO_LATEX_IN_MATH
- . add HTMLXREF_MODE and HTMLXREF_FILE
- . link to table of contents from short table of contents only if a
- table of contents is actually output
+ . new variables IGNORE_REF_TO_TOP_NODE_UP, CONVERT_TO_LATEX_IN_MATH,
+ HTMLXREF_MODE and HTMLXREF_FILE
. DocBook output:
- . do not output Top node nor text before the first @node or sectioning
+ . do not output Top node or text before the first @node or sectioning
@-command. NO_TOP_NODE_OUTPUT can be set to false to output Top node
for now.
. replace @definfocenlose defined @-commands by the argument as-is
- to be more consistent with printed output.
+ to be more consistent with printed output
. HTML/DocBook output:
- . meaning of USE_NUMERIC_ENTITY changed to be using numeric entities in
- priority. former effect is now always on.
+ . USE_NUMERIC_ENTITY changed to mean to use numeric entities instead
+ of named entities. former effect is now always on.
. ENABLE_ENCODING_USE_ENTITY variable removed. former effect is now
always off.
- . info output
+ . Info output
. quote problematic node names (with :, comma...) by default
. new customization variable ASCII_PUNCTUATION to use plain ASCII
characters for quotation marks and a few other symbols
-* texi2any, texinfo.tex
- . for @deftype* commands, use typewriter font in argument list
-
* texinfo.tex
. `@microtype on' uses microtypography in formatting for pdfTeX and LuaTeX
. do not ignore @part page immediately following Top node
- . for @deftype* commands, use typewriter font in argument list
. do `@set txicodevaristt' to get slanted typewriter for @var in code,
`@clear txicodevaristt' to use slanted, variable-width roman font for
- @var everywhere. flag is @set by default, but we plan to turn this
- off in the future.
+ @var everywhere. flag is @set by default, but we may turn this off
+ in the future.
. new file doc/texinfo-zh.tex for Texinfo documents in Chinese.
new support file doc/txi-zh.tex for Chinese. doc/short-sample-zh.texi is
a sample document.
@@ -97,6 +92,7 @@ See the manual for detailed information.
. do not crash if run in Brazilian Portuguese locale
* Language
+ . @deftype* commands use typewriter font in argument list
. new commands @latex, @iflatex, @ifnotlatex for new LaTeX output format
. do `@set txidefnamenospace' to omit space after a definition name
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * NEWS: final edit,
Gavin D. Smith <=