From cf63e4f8fab36c5267fbf4b48786c5a959bd58b3 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Sat, 15 Jun 2002 02:26:55 +0000 Subject: 2002-06-15 Marcus Brinkmann * 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. --- console/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'console/ChangeLog') 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 + + * 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 * display.c (struct changes): New structure to temporarily hold -- cgit v1.2.3