|
From: <mi...@us...> - 2023-05-03 11:01:15
|
Revision: 9371
http://sourceforge.net/p/docutils/code/9371
Author: milde
Date: 2023-05-03 11:01:13 +0000 (Wed, 03 May 2023)
Log Message:
-----------
Documentation spellcheck and cleanup.
Fix typos. Mark up object names.
No extra HISTORY entries for test refactoring clean up commits.
Modified Paths:
--------------
trunk/docutils/HISTORY.txt
trunk/docutils/RELEASE-NOTES.txt
Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt 2023-05-03 11:01:03 UTC (rev 9370)
+++ trunk/docutils/HISTORY.txt 2023-05-03 11:01:13 UTC (rev 9371)
@@ -85,7 +85,7 @@
* docutils/writers/_html_base.py
- - Refactoring of HTMLTranslator initialization and collecting of
+ - Refactoring of `HTMLTranslator` initialization and collecting of
document "parts". Adapt HTML writers importing `_html_base`.
Changes to the HTML output (no space character before closing tag of
@@ -148,20 +148,11 @@
.. _coverage.py: https://pypi.org/project/coverage/
-* test/test_parsers/test_get_parser_class.py
-
- - Fix regex to match multiline message "requires ... recommonmark"
-
-* test/test_transforms/test_docinfo.py
-
- - Fix message for nonconforming docinfo-Authors.
-
* tools/
- Moved ``quicktest.py`` to ``tools/dev/``.
-
Release 0.19 (2022-07-05)
=========================
Modified: trunk/docutils/RELEASE-NOTES.txt
===================================================================
--- trunk/docutils/RELEASE-NOTES.txt 2023-05-03 11:01:03 UTC (rev 9370)
+++ trunk/docutils/RELEASE-NOTES.txt 2023-05-03 11:01:13 UTC (rev 9371)
@@ -38,7 +38,7 @@
+ docutils --writer=latex --use-latex-abstract FAQ.txt > FAQ.tex
Exceptions:
- The auxilliary script ``rst2odt_prepstyles.py`` will become
+ The auxiliary script ``rst2odt_prepstyles.py`` will become
available via ``python -m docutils.writers.odf_odt.prepstyles``.
The ``rstpep2html.py`` script will be retired.
@@ -74,11 +74,11 @@
`Input encoding`_
-----------------
-* Raise UnicodeError (instead of falling back to the locale encoding)
+* Raise `UnicodeError` (instead of falling back to the locale encoding)
if decoding the source with the default encoding (UTF-8) fails and
Python is started in `UTF-8 mode`_. (Docutils 0.21)
- Raise UnicodeError (instead of falling back to "latin1") if both,
+ Raise `UnicodeError` (instead of falling back to "latin1") if both,
default and locale encoding, fail. (Docutils 0.21)
* Only remove BOM (U+FEFF ZWNBSP at start of data), no other ZWNBSPs.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|