diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-06-15 02:26:55 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-06-15 02:26:55 +0000 |
commit | cf63e4f8fab36c5267fbf4b48786c5a959bd58b3 (patch) | |
tree | 7ddc0bde0adfd5b8790cd4a209498c54c2aa3886 /console/ChangeLog | |
parent | c368b52da8b8393ada8c51954b0b162b9afaa143 (diff) |
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.
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 |