diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | console-client/ChangeLog | 8 |
2 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2004-09-29 Alfred M. Szmidt <ams@kemisten.nu> + + * config.make.in (datadir): New variable. + 2004-09-10 Roland McGrath <roland@frob.com> * Makefile (lib-subdirs): Remove bogon in last checkin. diff --git a/console-client/ChangeLog b/console-client/ChangeLog index d7f97be9..bd13d98e 100644 --- a/console-client/ChangeLog +++ b/console-client/ChangeLog @@ -1,3 +1,11 @@ +2004-09-29 Alfred M. Szmidt <ams@kemisten.nu> + + * Makefile (vga-CPPFLAGS): New variable. + + * vga.c (DEFAULT_VGA_FONT, DEFAULT_VGA_FONT_ITALIC) + (DEFAULT_VGA_FONT_BOLD, DEFAULT_VGA_FONT_BOLD_ITALIC): Use + `DEFAULT_VGA_FONT_DIR' instead of hardcoding the filename. + 2004-03-21 Marco Gerards <metgerards@student.han.nl> * console.c (main): Make sure the arguments are parsed in order. |