aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2011-04-08 15:18:25 -0400
committerChong Yidong2011-04-08 15:18:25 -0400
commit5324d904a3c7e2eaf0e15edab0d6c55fe7c9dcd2 (patch)
tree7ad646fefaa39116b01d2e99cfa5d4a6d0bc4e1e /src/ChangeLog
parent0080dc6bd919f83c036bb6072800032b1723b248 (diff)
downloademacs-5324d904a3c7e2eaf0e15edab0d6c55fe7c9dcd2.tar.gz
emacs-5324d904a3c7e2eaf0e15edab0d6c55fe7c9dcd2.zip
* xterm.c (handle_one_xevent): Avoid type-punned derefencing of X events.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5e92b45b9d0..82c1597e343 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-04-08 Chong Yidong <cyd@stupidchicken.com>
2
3 * xterm.c (handle_one_xevent): Avoid type-punned derefencing of X
4 events.
5
12011-04-08 Svante Signell <svante.signell@telia.com> (tiny change) 62011-04-08 Svante Signell <svante.signell@telia.com> (tiny change)
2 7
3 * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450). 8 * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).