summaryrefslogtreecommitdiff
path: root/console-client/ChangeLog
diff options
context:
space:
mode:
authorMarco Gerards <marco@gnu.org>2004-02-02 22:08:14 +0000
committerMarco Gerards <marco@gnu.org>2004-02-02 22:08:14 +0000
commit2f9df140cf4bd4abb5a6d846d6a1276a8317ed44 (patch)
tree515ffa92b1855ad335ba0e2d84963e853fb8b795 /console-client/ChangeLog
parent95a7a63accc7ea85bb2591901843b3ec3db1a91e (diff)
2004-02-02 Marco Gerards <metgerards@student.han.nl>
* pc-kbd.c (KDSETLEDS): New macro. (update_leds): Add support for setting the keyboard LED state on GNUMach 1.x (> 1.3). (input_loop): Use size_t for `nr' instead of int to silence a gcc warning.
Diffstat (limited to 'console-client/ChangeLog')
-rw-r--r--console-client/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/console-client/ChangeLog b/console-client/ChangeLog
index 10a5c8af..a7532522 100644
--- a/console-client/ChangeLog
+++ b/console-client/ChangeLog
@@ -1,3 +1,12 @@
+2004-02-02 Marco Gerards <metgerards@student.han.nl>
+
+ * pc-kbd.c (KDSETLEDS): New macro.
+ (update_leds): Add support for setting the keyboard LED state on
+ GNUMach 1.x (> 1.3).
+
+ (input_loop): Use size_t for `nr' instead of int to silence a gcc
+ warning.
+
2003-08-11 Marco Gerards <metgerards@student.han.nl>
* console.c (cons_vcons_set_dimension): New function.