diff options
Diffstat (limited to 'console-client/ChangeLog')
-rw-r--r-- | console-client/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/console-client/ChangeLog b/console-client/ChangeLog index 31e7144c..9093466f 100644 --- a/console-client/ChangeLog +++ b/console-client/ChangeLog @@ -1,3 +1,12 @@ +2002-09-19 Marcus Brinkmann <marcus@gnu.org> + + * vga-support.c (vga_read_write_font_buffer): New function. It + turns out that reading and writing needs the same register + settings. + (vga_write_font_buffer): Implement in terms of + vga_read_write_font_buffer. + (vga_read_font_buffer): Likewise. + 2002-09-18 Marcus Brinkmann <marcus@gnu.org> * ncursesw.c: Add an entry for the clear function. |