From 3099f96171c69d65a1b7add77e9a7356b073d92b Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 3 Jun 2003 21:19:00 +0000 Subject: 2003-04-29 Marco Gerards * display.c (display_create): Added arguments width, height and lines, variables with the same name were removed. * display.h (display_creat): Add missing arguments to prototype. * console.c (DEFAULT_WIDTH): New macro. (DEFAULT_HEIGHT): Likewise. (DEFAULT_LINES): Likewise. (STRX): Likewise. (STR): Likewise. (struct cons): New members lines, width and height. (vcons_lookup): Add missing arguments to display_create. (options): Add options width, height and lines. (parse_opt): Parse width, height and lines. (netfs_append_args): Append arguments width, height and lines. (netfs_append_args): Fix asprintf error checking. (main): Initialize cons with default width, height and lines. --- console/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'console/ChangeLog') diff --git a/console/ChangeLog b/console/ChangeLog index b48b5943..e8c0527c 100644 --- a/console/ChangeLog +++ b/console/ChangeLog @@ -1,3 +1,21 @@ +2003-04-29 Marco Gerards + + * display.c (display_create): Added arguments width, height and + lines, variables with the same name were removed. + * display.h (display_creat): Add missing arguments to prototype. + * console.c (DEFAULT_WIDTH): New macro. + (DEFAULT_HEIGHT): Likewise. + (DEFAULT_LINES): Likewise. + (STRX): Likewise. + (STR): Likewise. + (struct cons): New members lines, width and height. + (vcons_lookup): Add missing arguments to display_create. + (options): Add options width, height and lines. + (parse_opt): Parse width, height and lines. + (netfs_append_args): Append arguments width, height and lines. + (netfs_append_args): Fix asprintf error checking. + (main): Initialize cons with default width, height and lines. + 2002-12-10 Marcus Brinkmann * console.c (main): Don't use err without setting it. -- cgit v1.2.3