aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-03-31 21:10:34 +0300
committerEli Zaretskii2012-03-31 21:10:34 +0300
commita6b1c7ccc3a017f44e6671b13281ce7f3e32e2af (patch)
treea036358b000578788d259598df329ae61112cf80 /src/ChangeLog
parent697ba24bbf1bafb9677038037aeefdd97bc33b71 (diff)
downloademacs-a6b1c7ccc3a017f44e6671b13281ce7f3e32e2af.tar.gz
emacs-a6b1c7ccc3a017f44e6671b13281ce7f3e32e2af.zip
Fix bug #7464 with mouse highlight after "C-x 1".
src/window.c (Fdelete_other_windows_internal): Invalidate the row and column information about mouse highlight, so that redisplay restores it after reallocating the glyph matrices.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
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 @@
12012-03-31 Eli Zaretskii <eliz@gnu.org> 12012-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