Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 1 addition & 26 deletions reference/readline/constants.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 3c4eb41f4747d9f6e8ae17574177d92a2d1d5810 Maintainer: rjhdby Status: ready -->
<!-- EN-Revision: 51779f7c42f39934403805a42b83cef7126a5fc1 Maintainer: rjhdby Status: ready -->
<!-- Reviewed: no -->
<appendix xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="readline.constants">
&reftitle.constants;
&extension.constants;

<variablelist>
<varlistentry xml:id="constant.readline-lib">
<term>
Expand All @@ -19,30 +18,6 @@
</listitem>
</varlistentry>
</variablelist>

<formalpara>
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
Удалили константу <constant>READLINE_LIB</constant>. Константа включала библиотеку,
которая поддерживала модуль readline; при доступности константа подключала
библиотеку <literal>libedit</literal>, иначе <literal>readline</literal>.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</formalpara>
</appendix>
<!-- Keep this comment at the end of the file
Local variables:
Expand Down
Loading