aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c1e29dd206c..2c142c5edb7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -8,7 +8,8 @@
8 * cmds.c (Fself_insert_command): Use SELECTED_FRAME. 8 * cmds.c (Fself_insert_command): Use SELECTED_FRAME.
9 * keyboard.c (gobble_input): If there is no terminal input error, 9 * keyboard.c (gobble_input): If there is no terminal input error,
10 make sure the pointer is visible for all frames on this terminal. 10 make sure the pointer is visible for all frames on this terminal.
11 * xterm.c (x_free_frame_resources): Always enable pointer visibility. 11 * xterm.c (x_free_frame_resources): Enable pointer visibility if
12 it was previously disabled.
12 13
132014-05-28 Stefan Monnier <monnier@iro.umontreal.ca> 142014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14 15