diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 68f311d8643..33c93a30b08 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2012-03-31 Eli Zaretskii <eliz@gnu.org> | 1 | 2012-03-31 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * window.c (Fdelete_other_windows_internal): Invalidate the row | ||
| 4 | and column information about mouse highlight, so that redisplay | ||
| 5 | restores it after reallocating the glyph matrices. (Bug#7464) | ||
| 6 | |||
| 3 | * xdisp.c (set_cursor_from_row): If `cursor' property on a display | 7 | * xdisp.c (set_cursor_from_row): If `cursor' property on a display |
| 4 | string comes from a `display' text property, use the buffer | 8 | string comes from a `display' text property, use the buffer |
| 5 | position of that property as if we actually saw that position in | 9 | position of that property as if we actually saw that position in |