summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrmax <rmax>2005-12-05 17:02:00 (GMT)
committerrmax <rmax>2005-12-05 17:02:00 (GMT)
commit86480885c74b45e5064b4b9fe7ef7fa8a5d5bf0f (patch)
tree16b942623c898b58fece56aa6f0ce18962b9c7bc /ChangeLog
parentc96bb297382ca81f2babbd35850fdb47b965d091 (diff)
downloadtk-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 214e0cf..bef5787 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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