aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann1999-12-22 10:29:16 +0000
committerGerd Moellmann1999-12-22 10:29:16 +0000
commitf2be114689f05817e35b38f9d78fbafd2cb5501c (patch)
treeeafe6bc88e404d27c6a0925843c2d3907d63eb5f /src/ChangeLog
parent1a8eb6d5b035560aee43cb64fb8a9153ccff76ee (diff)
downloademacs-f2be114689f05817e35b38f9d78fbafd2cb5501c.tar.gz
emacs-f2be114689f05817e35b38f9d78fbafd2cb5501c.zip
(XTread_socket): At the beginning of the loop, pass the
frame's X window to XFilterEvent instead of None because that's the X window for which the IC was created. This makes dead accents work when the pointer is not in Emacs' frame. (XTread_socket) <KeyPress>: Don't call XFilterEvent here.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7997957492d..5280ae24663 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
11999-12-22 Gerd Moellmann <gerd@gnu.org>
2
3 * xterm.c (XTread_socket): At the beginning of the loop, pass the
4 frame's X window to XFilterEvent instead of None because that's
5 the X window for which the IC was created. This makes dead
6 accents work when the pointer is not in Emacs' frame.
7 (XTread_socket) <KeyPress>: Don't call XFilterEvent here.
8
11999-12-20 Dave Love <fx@gnu.org> 91999-12-20 Dave Love <fx@gnu.org>
2 10
3 * xfns.c (Fx_show_tip): Add missing UNGCPRO. 11 * xfns.c (Fx_show_tip): Add missing UNGCPRO.