diff options
author | rmax <rmax> | 2004-11-11 11:33:55 (GMT) |
---|---|---|
committer | rmax <rmax> | 2004-11-11 11:33:55 (GMT) |
commit | 35871a7064782cda8a3e9c75d86c2fc637694b66 (patch) | |
tree | c3499ab39181618f14147f8ed8ed0e2097b9ae7c /ChangeLog | |
parent | fa61ec1dd665487c5513d7db7255a2e09ed3e3e1 (diff) | |
download | tk-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |