diff options
Diffstat (limited to 'console/ChangeLog')
-rw-r--r-- | console/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/console/ChangeLog b/console/ChangeLog index 378245df..1259b6ef 100644 --- a/console/ChangeLog +++ b/console/ChangeLog @@ -1,3 +1,14 @@ +2002-06-15 Marcus Brinkmann <marcus@gnu.org> + + * display.c (struct changes): Change type of WHICH from int to + unsigned int. + (display_flush_filechanges): Likewise for argument TYPE. Fix a + zillion bugs. + (display_record_filechange): Fix half a zillion bugs. + (screen_shift_left): Fix order of arguments. Just flag a normal + write change for the whole region, instead trying to be clever. + (screen_shift_right): Likewise. + 2002-06-14 Marcus Brinkmann <marcus@gnu.org> * display.c (struct changes): New structure to temporarily hold |