aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-11-08 13:26:40 +0400
committerDmitry Antipov2012-11-08 13:26:40 +0400
commitc66f21eaf103f9ace7400f3d8a06fc34539efca9 (patch)
tree3ae0eaa165b67307d7a40bd4646c7c67b9cefbb5 /src/ChangeLog
parenta43d02f01b7b6cc07f15a0a6ea677669ff079618 (diff)
downloademacs-c66f21eaf103f9ace7400f3d8a06fc34539efca9.tar.gz
emacs-c66f21eaf103f9ace7400f3d8a06fc34539efca9.zip
* keyboard.c (event_to_kboard): Do not dereference
frame_or_window field of SELECTION_REQUEST_EVENT and SELECTION_CLEAR_EVENT events (Bug#12814). * xterm.h (struct selection_input_event): Adjust comment.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0eb69f59efe..291eec18fe9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12012-11-08 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * keyboard.c (event_to_kboard): Do not dereference
4 frame_or_window field of SELECTION_REQUEST_EVENT
5 and SELECTION_CLEAR_EVENT events (Bug#12814).
6 * xterm.h (struct selection_input_event): Adjust comment.
7
12012-11-07 Eli Zaretskii <eliz@gnu.org> 82012-11-07 Eli Zaretskii <eliz@gnu.org>
2 9
3 * w32fns.c (modifier_set): Don't report modifiers from toggle key, 10 * w32fns.c (modifier_set): Don't report modifiers from toggle key,