summaryrefslogtreecommitdiffstats
path: root/winsup/utils/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index a066ac312..1acf814a8 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,12 @@
+Fri Sep 29 13:12:00 2000 Corinna Vinschen <corinna@vinschen.de>
+
+ * cygcheck.cc (keyeprint): New function.
+ (check_keys): New function. Perform checking keycodes.
+ (main): Add option `-k' for invoking check_keys.
+ Change option processing to use long options and getopt_long.
+ * cygkeycheck.cc: Removed. Functionality moved to `cygcheck.cc'.
+ * Makefile.in: Remove cygkeycheck from the dependencies.
+
Wed Sep 27 16:24:00 2000 Corinna Vinschen <corinna@vinschen.de>
* cygkeycheck.cc: New file. Utility to retrieve keycodes.