summaryrefslogtreecommitdiff
path: root/docutils
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-04-02 09:38:54 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-04-02 09:38:54 +0000
commitdeacd5aa2ffe7953d5e69ef631c65bd1e53e03fa (patch)
treeaf224f2a88dc060ef8e09eb5f21bcb75d3039e9f /docutils
parentdf2a47800614d8c6bd13ddbafbe28dbf1bd7764a (diff)
downloaddocutils-deacd5aa2ffe7953d5e69ef631c65bd1e53e03fa.tar.gz
copy some more things from HISTORY into release 0.17
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8648 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils')
-rw-r--r--docutils/RELEASE-NOTES.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/docutils/RELEASE-NOTES.txt b/docutils/RELEASE-NOTES.txt
index 08e1826e8..8aa918994 100644
--- a/docutils/RELEASE-NOTES.txt
+++ b/docutils/RELEASE-NOTES.txt
@@ -136,6 +136,13 @@ Release 0.17
__ https://stackoverflow.com/questions/39547412/same-font-size-for-h1-and-h2-in-article
.. _embed_images: docs/user/config.html#embed-images
+* docutils/writers/html5_polyglot/
+
+ - ``minimal.css``: Move non-essential styling to ``plain.css``.
+ Code line numbers as pseudo-elements which are skipped when
+ copying text.
+ - ``plain.css``: Support numbered figures.
+
* LaTeX writer:
- New configuration setting `legacy_class_functions`_.
@@ -154,6 +161,26 @@ Release 0.17
__ docs/user/config.html#stylesheet-latex-writers
+ - Remove legacy LaTeX stylesheet ``docutils-05-compat.sty``.
+
+ - Fixes (thanks to) from John Thorvald Wodder II:
+ alignment of nested tables, support memoir document class,
+
+* pseudoxml-writer got a ``--detailled`` option for pretty printing text nodes.
+
+* odf/odt-writer improved metadata handling.
+
+* manpage-writer fixes #380 commandline option in spinx, #126 title with spaces,
+ #168 empty citation, #394 newline after rubric.
+
+* Miscellaneous:
+
+ - Fixes in Arabic mappings and Korean translations.
+ - directives: Prevent infinte inclusion loops.
+ - roles: Apply patch #174 `Lowercase new role names on registration`
+ by John Thorvald Wodder II.
+
+
.. _setuptools: https://pypi.org/project/setuptools/
.. _pip: https://pypi.org/project/pip/
.. _docutils-cli.py: docs/user/tools.html#docutils-cli-py