Fix #9962: texinfo: Do not use @definfoenclose to empasize string

Since texinfo-6.8, `@definfoenclose` command has been deprecated. This
stops to use it to reduce the deprecation warning.

This also disables the customization the styles of emphasized text via
the command.
This commit is contained in:
Takeshi KOMIYA
2021-12-19 14:09:34 +09:00
parent eb1a8a3341
commit bd84edb117
3 changed files with 14 additions and 23 deletions

View File

@@ -7,6 +7,8 @@ Dependencies
Incompatible changes
--------------------
* #9962: texinfo: Customizing styles of emphasized text via ``@definfoenclose``
command was not supported because the command was deprecated since texinfo 6.8
* #2068: :confval:`intersphinx_disabled_reftypes` has changed default value
from an empty list to ``['std:doc']`` as avoid too surprising silent
intersphinx resolutions.
@@ -23,6 +25,9 @@ Features added
Bugs fixed
----------
* #9962: texinfo: Deprecation message for ``@definfoenclose`` command on
bulding texinfo document
Testing
--------