diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0ded1fc7a67..1e28d258523 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2012-02-12 Chong Yidong <cyd@gnu.org> | 1 | 2012-02-12 Chong Yidong <cyd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (handle_stop): Avoid assigning -1 to it->face_id here, | ||
| 4 | as that creates a dangerous corner case. | ||
| 5 | |||
| 3 | * window.c (Fdelete_window_internal): Invalidate the mouse | 6 | * window.c (Fdelete_window_internal): Invalidate the mouse |
| 4 | highlight (Bug#9904). | 7 | highlight (Bug#9904). |
| 5 | 8 | ||