summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2002-06-15 01:54:46 (GMT)
committerhobbs <hobbs@noemail.net>2002-06-15 01:54:46 (GMT)
commitec01ad36d969dd69f47db86c3ce7f76a1079a95b (patch)
tree2e6a97cd75b9a0c0d3577446fca47813f6ffc2c3 /ChangeLog
parentd56143a3561200db2cae71bada60a87629d52612 (diff)
downloadtk-ec01ad36d969dd69f47db86c3ce7f76a1079a95b.zip
tk-ec01ad36d969dd69f47db86c3ce7f76a1079a95b.tar.gz
tk-ec01ad36d969dd69f47db86c3ce7f76a1079a95b.tar.bz2
* generic/tkInt.h:
* generic/tkCmds.c (Tk_WmObjCmd): * unix/tkUnixWm.c (Tk_WmCmd): * win/tkWinWm.c (Tk_WmCmd): changed wmTracing from being an int to just a bit in the flags variable (TK_DISPLAY_WM_TRACING) FossilOrigin-Name: bdc985bf1e3425faffc75d12dd8d12dae526486f
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6027891..57d0554 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,15 @@
2002-06-14 Jeff Hobbs <jeffh@ActiveState.com>
+ * generic/tkInt.h:
+ * generic/tkCmds.c (Tk_WmObjCmd):
+ * unix/tkUnixWm.c (Tk_WmCmd):
+ * win/tkWinWm.c (Tk_WmCmd): changed wmTracing from being an int to
+ just a bit in the flags variable (TK_DISPLAY_WM_TRACING)
+
* generic/tkEvent.c (Tk_HandleEvent):
* unix/tkUnixEvent.c (OpenIM):
* unix/tkUnixKey.c (TkpGetString):
- * generic/tkInt.h: added TK_USE_XIM_SPOT flag bit for TkDisplay
+ * generic/tkInt.h: added TK_DISPLAY_XIM_SPOT flag bit for TkDisplay
and used this to allow a runtime check to see if over-the-spot XIM
is possible. If not it will try and fallback to the old-style
input context, which handles things like dead keys input.