SF.net SVN: docutils:[10257 ] trunk/docutils

milde--- via Docutils-checkins <[email protected]> Tue, 04 Nov 2025 09:02:20 +0000
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 10257
          http://sourceforge.net/p/docutils/code/10257
Author:   milde
Date:     2025-11-04 09:02:20 +0000 (Tue, 04 Nov 2025)
Log Message:
-----------
Small edits in description of recent changes.

Rephrase and rearrange the description of changes in the HISTORY and RELEASE-NOTES.

Modified Paths:
--------------
    trunk/docutils/HISTORY.rst
    trunk/docutils/RELEASE-NOTES.rst

Modified: trunk/docutils/HISTORY.rst
===================================================================
--- trunk/docutils/HISTORY.rst	2025-11-02 17:51:21 UTC (rev 10256)
+++ trunk/docutils/HISTORY.rst	2025-11-04 09:02:20 UTC (rev 10257)
@@ -20,19 +20,20 @@
 * docutils/parsers/rst/directives/body.py,
   docutils/parsers/rst/directives/parts.py
 
-  - Ignore auxiliary elements like `sphinx.addnodes.only`
+  - Do not flag uncategorized, auxiliary elements like `sphinx.addnodes.only`
     when testing for invalid parents of topics or sidebars
     (cf. https://github.com/sphinx-doc/sphinx/issues/14002).
 
 * docutils/parsers/rst/states.py
 
-  - Ignore combining characters when extracting a grid table block
   - More informative error messages when a substitution definition contains
     problematic or not supported content.
+  - Ignore combining characters when extracting a grid table block
 
 * docutils/parsers/rst/tableparser.py
 
   - Ignore combining characters when parsing the grid table structure.
+    Fixes bugs #128 and #512.
 
 * docutils/statemachine.py
 

Modified: trunk/docutils/RELEASE-NOTES.rst
===================================================================
--- trunk/docutils/RELEASE-NOTES.rst	2025-11-02 17:51:21 UTC (rev 10256)
+++ trunk/docutils/RELEASE-NOTES.rst	2025-11-04 09:02:20 UTC (rev 10257)
@@ -267,10 +267,9 @@
 ==================================
 
 Rst parser:
-  - Allow for combining characters in grid tables.
-    Fixes bugs #128 and #512.
+  - Ignore combining characters when parsing the grid table structure.
 
-  - Ignore auxiliary elements like `sphinx.addnodes.only`
+  - Allow for auxiliary elements like `sphinx.addnodes.only`
     when testing for invalid parents of topics or sidebars.
 
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.