aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-09-02 15:24:11 +0400
committerDmitry Antipov2013-09-02 15:24:11 +0400
commitfc85e20be1f86f396f08b24ae8e82eb68f5306bd (patch)
tree1bece291627bf805705ef5d74e6f1761af2549b6 /src/ChangeLog
parentdef74bdc4849c1bae460ffadd47072a7171215b3 (diff)
downloademacs-fc85e20be1f86f396f08b24ae8e82eb68f5306bd.tar.gz
emacs-fc85e20be1f86f396f08b24ae8e82eb68f5306bd.zip
* xterm.c (handle_one_xevent): Use event.xunmap and not event.xmap when
handling UnmapNotify event.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 85f3abb98b3..74482f8c84d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -8,6 +8,8 @@
8 Ifdef away legacy code. 8 Ifdef away legacy code.
9 (XTmouse_position, x_scroll_bar_report_motion): 9 (XTmouse_position, x_scroll_bar_report_motion):
10 Use x_last_mouse_movement_time. 10 Use x_last_mouse_movement_time.
11 (handle_one_xevent): Use event.xunmap and not event.xmap when handling
12 UnmapNotify event.
11 13
122013-09-02 Dmitry Antipov <dmantipov@yandex.ru> 142013-09-02 Dmitry Antipov <dmantipov@yandex.ru>
13 15