diff options
author | rmax <rmax> | 2005-12-05 17:02:00 (GMT) |
---|---|---|
committer | rmax <rmax> | 2005-12-05 17:02:00 (GMT) |
commit | 86480885c74b45e5064b4b9fe7ef7fa8a5d5bf0f (patch) | |
tree | 16b942623c898b58fece56aa6f0ce18962b9c7bc /ChangeLog | |
parent | c96bb297382ca81f2babbd35850fdb47b965d091 (diff) | |
download | tk-86480885c74b45e5064b4b9fe7ef7fa8a5d5bf0f.zip tk-86480885c74b45e5064b4b9fe7ef7fa8a5d5bf0f.tar.gz tk-86480885c74b45e5064b4b9fe7ef7fa8a5d5bf0f.tar.bz2 |
* unix/tkUnixEvent.c (OpenIM): Added a workaround to allow at
least ASCII and the Compose key when typing into text and entry
widgets on a system that uses SCIM. This has to be taken out again
once the SCIM problems have been fixed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-12-05 Reinhard Max <max@suse.de> + + * unix/tkUnixEvent.c (OpenIM): Added a workaround to allow at + least ASCII and the Compose key when typing into text and entry + widgets on a system that uses SCIM. This has to be taken out again + once the SCIM problems have been fixed. + 2005-12-01 Daniel Steffen <das@users.sourceforge.net> * unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset |