From 987fd4938967f0c24843a68d9b8dc8f57fbed2f9 Mon Sep 17 00:00:00 2001 From: grubert Date: Fri, 2 Apr 2021 09:38:54 +0000 Subject: [PATCH] copy some more things from HISTORY into release 0.17 git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8648 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/RELEASE-NOTES.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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 -- 2.11.4.GIT