summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrmax <rmax>2004-11-11 11:33:55 (GMT)
committerrmax <rmax>2004-11-11 11:33:55 (GMT)
commit35871a7064782cda8a3e9c75d86c2fc637694b66 (patch)
treec3499ab39181618f14147f8ed8ed0e2097b9ae7c /ChangeLog
parentfa61ec1dd665487c5513d7db7255a2e09ed3e3e1 (diff)
downloadtk-35871a7064782cda8a3e9c75d86c2fc637694b66.zip
tk-35871a7064782cda8a3e9c75d86c2fc637694b66.tar.gz
tk-35871a7064782cda8a3e9c75d86c2fc637694b66.tar.bz2
* generic/tkEvent.c (InvokeInputMethods): Call XSetICFocus
whenever the window receives focus. This fixes bug #905830 but avoids #1000051.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91457fa..a074956 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-11 Reinhard Max <max@suse.de>
+
+ * generic/tkEvent.c (InvokeInputMethods): Call XSetICFocus
+ whenever the window receives focus. This fixes bug #905830 but
+ avoids #1000051.
+
2004-11-11 Daniel Steffen <das@users.sourceforge.net>
* generic/tkMain.c: