summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-12-22 01:51:17 (GMT)
committerhobbs <hobbs>1999-12-22 01:51:17 (GMT)
commit80a44daf8ff70d7dbe09fb79c7765fd2509f0d9d (patch)
tree4d8c379294e8e1156466450cc66b79526d128509 /ChangeLog
parent5b7286e4d229af6669f8b1bd5318fdf42823d70a (diff)
downloadtk-80a44daf8ff70d7dbe09fb79c7765fd2509f0d9d.zip
tk-80a44daf8ff70d7dbe09fb79c7765fd2509f0d9d.tar.gz
tk-80a44daf8ff70d7dbe09fb79c7765fd2509f0d9d.tar.bz2
updated changes for 8.3b1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fc7edd..559b0a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -69,7 +69,8 @@
* generic/tkInt.h: add 'tk useinputmethods ?-display win? ?bool?'
call to provide support for disabling/enabling the use of XIM on
X. This was previously all done at compile time, and always on.
- Now it
+ Now it is turned off by default, even when available, and the user
+ must turn it on to use XIM (per display).
* generic/tkCanvUtil.c: fixed bug in Tk_CanvasPsOutline that freed
mem it shouldn't.