fix typos in CHANGES

This commit is contained in:
shimizukawa 2017-05-07 22:21:12 +09:00
parent 3b91322563
commit 62d7abb2f8

View File

@ -88,7 +88,7 @@ Dependencies
* (updated) latex output is tested with Ubuntu trusty's texlive packages (Feb. * (updated) latex output is tested with Ubuntu trusty's texlive packages (Feb.
2014) and earlier tex installations may not be fully compliant, particularly 2014) and earlier tex installations may not be fully compliant, particularly
regarding Unicode engines xelatex and lualatex regarding Unicode engines xelatex and lualatex
* (added) latexmk is requirement for ``make latexpdf`` on Unix-like platforms * (added) latexmk is required for ``make latexpdf`` on Unix-like platforms
(refs: #3082) (refs: #3082)
Incompatible changes Incompatible changes
@ -179,8 +179,8 @@ Features added
* #3476: setuptools: Support multiple builders * #3476: setuptools: Support multiple builders
* latex: merged cells in LaTeX tables allow code-blocks, lists, blockquotes... * latex: merged cells in LaTeX tables allow code-blocks, lists, blockquotes...
as do normal cells (refs: #3435) as do normal cells (refs: #3435)
* HTML buildre uses experimental HTML5 writer if ``html_experimental_html5_writer`` is True * HTML builder uses experimental HTML5 writer if ``html_experimental_html5_writer`` is True
and docutils 0.13 and newer is installed. and docutils 0.13 or later is installed.
* LaTeX macros to customize space before and after tables in PDF output (refs #3504) * LaTeX macros to customize space before and after tables in PDF output (refs #3504)
* #3348: Show decorators in literalinclude and viewcode directives * #3348: Show decorators in literalinclude and viewcode directives
* #3108: Show warning if :start-at: and other literalinclude options does not * #3108: Show warning if :start-at: and other literalinclude options does not
@ -231,7 +231,7 @@ Deprecated
removed at Sphinx 1.7. Extension authors please use ``sphinxadmonition`` removed at Sphinx 1.7. Extension authors please use ``sphinxadmonition``
instead (as Sphinx does since 1.5.) instead (as Sphinx does since 1.5.)
* ``Sphinx.status_iterator()`` and ``Sphinx.old_status_iterator()`` is now * ``Sphinx.status_iterator()`` and ``Sphinx.old_status_iterator()`` is now
deprecated. Please use ``sphinx.util:status_iterator()`` intead. deprecated. Please use ``sphinx.util:status_iterator()`` instead.
* ``Sphinx._directive_helper()`` is deprecated. Please use * ``Sphinx._directive_helper()`` is deprecated. Please use
``sphinx.util.docutils.directive_helper()`` instead. ``sphinx.util.docutils.directive_helper()`` instead.
* ``BuildEnvironment.set_warnfunc()`` is now deprecated * ``BuildEnvironment.set_warnfunc()`` is now deprecated