diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f98453efab8..54abf51d087 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2005-03-07 Kim F. Storm <storm@cua.dk> | 1 | 2005-03-07 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else. | ||
| 4 | |||
| 3 | * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos | 5 | * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos |
| 4 | is valid. If not, clear phys_cursor_on_p and return. | 6 | is valid. If not, clear phys_cursor_on_p and return. |
| 5 | 7 | ||