diff options
author | Roland McGrath <roland@gnu.org> | 2002-03-18 06:59:45 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-03-18 06:59:45 +0000 |
commit | 3dc01753bb988132cca4ced9d253ececdecf9624 (patch) | |
tree | 2fe62eafd8739e47d6503a5664b009f0ec0f9a40 /console | |
parent | 1b50606eb4feab890f1ecddcf98c135edf190688 (diff) |
.
Diffstat (limited to 'console')
-rw-r--r-- | console/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/console/ChangeLog b/console/ChangeLog new file mode 100644 index 00000000..2f9eb922 --- /dev/null +++ b/console/ChangeLog @@ -0,0 +1,21 @@ +2002-03-17 Roland McGrath <roland@frob.com> + + * vga.c (vga_init): io_perm -> ioperm. + + * dynafont.c: Include <string.h>. + * focus.c: Likewise. + * vga.c: Likewise. + * vga-display.c: Likewise. + + * main.c: Include <error.h>. + (main): Use `error' instead of perror + exit. + (console_mode, console_owner, console_group): Use *_t, not int. + + * console/mutations.h (TIOCTL_IMPORTS): New macro. + * priv.h: Protect from multiple inclusion. + +2002-03-17 Marcus Brinkmann <marcus@gnu.org> + + * bdf.c, bdf.h, console.c, console.h, display.h, dynafont.c, + dynafont.h, focus.c, focus.h, input.h, main.c, Makefile, + mutations.h, priv.h, vga.c, vga-display.c, vga.h, vga-hw.h: New files. |