summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-09-21 18:24:31 +0000
committerIan Lynagh <igloo@earth.li>2009-09-21 18:24:31 +0000
commit3ccfc4ca218bbde19832191b372aa2dda7f7541d (patch)
tree044fd719f21b1b461f3c54de16d9fbdd7cbe72a7 /docs
parentda8ca5158b9421c67df854f9e66ad8ae09b3ec66 (diff)
downloadhaskell-3ccfc4ca218bbde19832191b372aa2dda7f7541d.tar.gz
Update 6.12.1 release notes
Add changes that we inherit from haskeline
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/6.12.1-notes.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/users_guide/6.12.1-notes.xml b/docs/users_guide/6.12.1-notes.xml
index 691863de7b..e2c8884fc9 100644
--- a/docs/users_guide/6.12.1-notes.xml
+++ b/docs/users_guide/6.12.1-notes.xml
@@ -488,6 +488,38 @@ Loaded: Prelude
and <literal>:set show</literal> can now be tab completed.
</para>
</listitem>
+
+ <listitem>
+ <para>
+ We inherit some benefits from an upgraded version of haskeline:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ A multitude of new emacs and vi commands.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ New preference 'historyDuplicates' to prevent storage
+ of duplicate lines.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Support PageUp and PageDown keys.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Let ctrl-L (clear-screen) work during getInputChar.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
</itemizedlist>
</sect2>