diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-06-05 02:00:32 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-06-05 02:00:32 +0000 |
commit | cb387b25d318025c67c422d509253d824a7764f1 (patch) | |
tree | 671b4093bcce8ffe84524a4b52be00fb762274f6 /console/ChangeLog | |
parent | 94d1c5884949b21303e66b80c00c1690ec0d9d60 (diff) |
2002-06-05 Marcus Brinkmann <marcus@gnu.org>
* input.h: New file.
* input.c: Likewise.
* console.h: Likewise.
* console.c: Likewise.
* display.h: New development version.
* display.c: Likewise.
* Makefile (SRCS): Replace with files for new console server.
(LCLHDRS): Likewise.
(HURDLIBS): Likewise.
(OBJS): Likewise.
Diffstat (limited to 'console/ChangeLog')
-rw-r--r-- | console/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/console/ChangeLog b/console/ChangeLog index 513802c6..5a14f195 100644 --- a/console/ChangeLog +++ b/console/ChangeLog @@ -1,5 +1,18 @@ 2002-06-05 Marcus Brinkmann <marcus@gnu.org> + * input.h: New file. + * input.c: Likewise. + * console.h: Likewise. + * console.c: Likewise. + * display.h: New development version. + * display.c: Likewise. + * Makefile (SRCS): Replace with files for new console server. + (LCLHDRS): Likewise. + (HURDLIBS): Likewise. + (OBJS): Likewise. + +2002-06-05 Marcus Brinkmann <marcus@gnu.org> + * input.h: Renamed to ... * input-drv.h: ... this. * focus.c: Include "input-drv.h" instead "input.h". |