|
From: <mi...@us...> - 2017-05-30 21:10:03
|
Revision: 8097
http://sourceforge.net/p/docutils/code/8097
Author: milde
Date: 2017-05-30 21:10:00 +0000 (Tue, 30 May 2017)
Log Message:
-----------
Minor documentation edit: sort and shorten.
(The Release Notes contain only important changes.)
Modified Paths:
--------------
trunk/docutils/HISTORY.txt
trunk/docutils/RELEASE-NOTES.txt
Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt 2017-05-30 21:08:07 UTC (rev 8096)
+++ trunk/docutils/HISTORY.txt 2017-05-30 21:10:00 UTC (rev 8097)
@@ -17,12 +17,8 @@
Prerelease 0.14rc1 (2017-05-27)
===============================
-* docutils/docutils/transforms/universal.py
+* docs/ref/docutils.dtd:
- Fix: warn only once if language is unsupported
-
-* docutils/docs/ref/docutils.dtd:
-
- Enable validation of Docutils XML documents against the DTD:
Use attribute type NMTOKEN instead of REFID for the `refid` attribute
@@ -57,6 +53,10 @@
- Don't add a second ID to problematic references.
+* docutils/transforms/universal.py
+
+ Fix SmartQuotes: warn only once if language is unsupported
+
* docutils/utils/__init__.py:
- Added ``split_escaped_whitespace`` function, support for escaped
Modified: trunk/docutils/RELEASE-NOTES.txt
===================================================================
--- trunk/docutils/RELEASE-NOTES.txt 2017-05-30 21:08:07 UTC (rev 8096)
+++ trunk/docutils/RELEASE-NOTES.txt 2017-05-30 21:10:00 UTC (rev 8097)
@@ -51,10 +51,6 @@
Prerelease 0.14rc1 (2017-05-27)
===============================
-* docutils/docutils/transforms/universal.py
-
- Fix: warn only once if language is unsupported
-
* docutils/docs/ref/docutils.dtd:
- Enable validation of Docutils XML documents against the DTD:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|