diff options
author | hobbs <hobbs> | 1999-12-22 01:51:17 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-12-22 01:51:17 (GMT) |
commit | 80a44daf8ff70d7dbe09fb79c7765fd2509f0d9d (patch) | |
tree | 4d8c379294e8e1156466450cc66b79526d128509 /ChangeLog | |
parent | 5b7286e4d229af6669f8b1bd5318fdf42823d70a (diff) | |
download | tk-80a44daf8ff70d7dbe09fb79c7765fd2509f0d9d.zip tk-80a44daf8ff70d7dbe09fb79c7765fd2509f0d9d.tar.gz tk-80a44daf8ff70d7dbe09fb79c7765fd2509f0d9d.tar.bz2 |
updated changes for 8.3b1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |