texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: * NEWS: edit, clarify, reorder.


From: Gavin D. Smith
Subject: branch master updated: * NEWS: edit, clarify, reorder.
Date: Mon, 07 Aug 2023 07:32:56 -0400

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 d61feeb770 * NEWS: edit, clarify, reorder.
d61feeb770 is described below

commit d61feeb77046639967f5ee0af4756ba6a0bc5d55
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Aug 7 12:32:47 2023 +0100

    * NEWS: edit, clarify, reorder.
---
 ChangeLog |  4 ++++
 NEWS      | 44 +++++++++++++++++++++++---------------------
 2 files changed, 27 insertions(+), 21 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6eeb4bc2dd..321bd834d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-08-07  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * NEWS: edit, clarify, reorder.
+
 2023-08-07  Gavin Smith <gavinsmith0123@gmail.com>
 
        * doc/info-stnd.texi (Node Commands) <d>: Say a little about
diff --git a/NEWS b/NEWS
index a2560cb7f1..140824c781 100644
--- a/NEWS
+++ b/NEWS
@@ -21,47 +21,49 @@ See the manual for detailed information.
 * texi2any
  . @itemx at the beginning of a @table is now an error, not a warning
  . better validity checking of deeply nested commands
+ . check that @set and @clear only appear at the start of a line
  . warn about missing menu entries even if CHECK_NORMAL_MENU_STRUCTURE is
    not set.  you can turn this off by setting CHECK_MISSING_MENU_ENTRY to 0.
- . @set and @clear should only appear at the start of a line
- . --enable-encoding and --disable-encoding no longer determine whether
-   encoded characters are output instead of entities or commands for
-   HTML, XML, DocBook and LaTeX; instead, the value of the OUTPUT_CHARACTERS
-   customization variable is used.
- . use any input encoding known by iconv and Perl in the XS (default) parser.
+ . no longer use --enable-encoding and --disable-encoding to determine
+   whether to output encoded characters (instead of entities or commands)
+   for HTML, XML, DocBook and LaTeX; instead, use the value of the
+   OUTPUT_CHARACTERS customization variable.
  . stricter checks on input encoding, in particular more warnings and
-   errors with malformed UTF-8.
- . An alias referring to another alias at definition time is resolved.
- . Add source marks in the tree for all Texinfo source information that
-   is not in the final tree (location of macro, values and included files
-   expansion, @if* blocks, DEL comment, @ protecting end of line on @def*
-   lines).
+   errors with malformed UTF-8
+ . support any input file encoding if support exists in the operating
+   system, not just a selected list of encodings
+ . resolve an alias referring to another alias at definition time
+ . internally, use "source marks" to keep all Texinfo source information that
+   is not in the final tree (location of macros, values and included files
+   expansion, @if* blocks, DEL comment, and @ protecting end of line on @def*
+   lines)
  . HTML output:
-    . format @subentry and index entry with @seealso or @seeentry more in line
-      with printed output.
+    . format @subentry and index entries with @seealso or @seeentry in a more
+      similar way to printed output
     . output @shortcontents before @contents by default
-    . No more capitalization of @sc argument in HTML Cross-references.
-    . Change @point expansion to U+22C6 in HTML Cross-references.
     . omit colons after index entries by default.  this can still be
       configured with INDEX_ENTRY_COLON.
-    . if a @node is not associated to a sectioning command but is
+    . add @example syntax highlighting as a texi2any extension
+    . no more capitalization of @sc argument in HTML Cross-references
+    . change @point expansion to U+22C6 in HTML Cross-references
+    . if a @node is not associated with a sectioning command but is
       followed by a heading command not usually associated to nodes
       such as @heading and this command appears before other formatted
       content, the heading command is assumed to supply the node heading.
-      This can be customized with USE_NEXT_HEADING_FOR_LONE_NODE.
-    . add @example syntax highlighting as a texi2any extension.
+      you can customize this with USE_NEXT_HEADING_FOR_LONE_NODE.
  . Info output:
     . new variable ASCII_DASHES_AND_QUOTES, on by default,
       outputs ASCII characters for literal quote or hyphen characters
       in source rather than UTF-8.  this makes it easier to search
       Info files.
     . new ASCII_GLYPH variable for using ASCII renditions for glyph
-      commands (like @bullet).
+      commands (like @bullet)
     . ASCII_PUNCTUATION still includes the effect of these new variables.
     . new variables AUTO_MENU_DESCRIPTION_ALIGN_COLUMN and AUTO_MENU_MAX_WIDTH
       control the format of descriptions in generated menus
  . XML output:
-    . menu leading text and menu separator in elements instead of attributes.
+    . place menu leading text and menu separators in elements instead
+      of attributes
 
 * texi2dvi
  . macro expansion with texi2any requires at least version 5.0 (only



reply via email to

[Prev in Thread] Current Thread [Next in Thread]