Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-11-07 06:16:08 +0300
committerChristopher Faylor <me@cgf.cx>2002-11-07 06:16:08 +0300
commit6c2d501195c2fe43882250ed9579d4377f39487d (patch)
treedd06dc9a1a0a892aeac6d5247c0a85b996f0ab96 /winsup
parentc759d297b2b013eb15fd1267739824a6666e7491 (diff)
* fhandler_console.cc (keytable[]): Redefine F1 - F5 to something a little more
sensical.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index ee6b2bdc5..808734bf3 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-06 Christopher Faylor <cgf@redhat.com>
+
+ * fhandler_console.cc (keytable[]): Redefine F1 - F5 to something a
+ little more sensical.
+
2002-11-06 Sergey Okhapkin <sos@prospect.com.ru>
* syscalls.cc (getutid): Use UT_IDLEN where appropriate.