From: Ian Lynagh Date: Mon, 21 Sep 2009 18:24:31 +0000 (+0000) Subject: Update 6.12.1 release notes X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=3ccfc4ca218bbde19832191b372aa2dda7f7541d Update 6.12.1 release notes Add changes that we inherit from haskeline --- diff --git a/docs/users_guide/6.12.1-notes.xml b/docs/users_guide/6.12.1-notes.xml index 691863d..e2c8884 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 :set show can now be tab completed. + + + + We inherit some benefits from an upgraded version of haskeline: + + + + + A multitude of new emacs and vi commands. + + + + + + New preference 'historyDuplicates' to prevent storage + of duplicate lines. + + + + + + Support PageUp and PageDown keys. + + + + + + Let ctrl-L (clear-screen) work during getInputChar. + + + +