summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/new-features.sgml5
2 files changed, 9 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 19f85332c..9be113583 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2009-06-04 Corinna Vinschen <corinna@vinschen.de>
+
+ * new-features.sgml: Add changes to console BS and Space key.
+
2009-05-26 Christopher Faylor <me+cygwin@cgf.cx>
Change explicitely to explicitly throughout.
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index 2c8107fb3..2e27f0329 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -181,6 +181,11 @@
- Support UTF-8 in console window.
+- In the console window the backspace key now emits DEL (0x7f) instead
+ of BS (0x08), Alt-Backspace emits ESC-DEL (0x1b,0x7f) instead of DEL
+ (0x7f), same as the Linux console and xterm.
+ Control-Space now emits an ASCII NUL (0x0) character.
+
- Support up to 64 serial interfaces using /dev/ttyS0 - /dev/ttyS63.
- Support up to 128 raw disk drives /dev/sda - /dev/sddx.