summaryrefslogtreecommitdiff
path: root/console/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'console/ChangeLog')
-rw-r--r--console/ChangeLog18
1 files changed, 18 insertions, 0 deletions
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 <metgerards@student.han.nl>
+
+ * 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 <marcus@gnu.org>
* console.c (main): Don't use err without setting it.