summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-06-15 01:54:47 (GMT)
committerhobbs <hobbs>2002-06-15 01:54:47 (GMT)
commitb9551536f704910727aa738f8a6e3aac1219c67f (patch)
tree2e6a97cd75b9a0c0d3577446fca47813f6ffc2c3 /ChangeLog
parent933069d8ffa51f596b667e6e357ec9c94f26dc65 (diff)
downloadtk-b9551536f704910727aa738f8a6e3aac1219c67f.zip
tk-b9551536f704910727aa738f8a6e3aac1219c67f.tar.gz
tk-b9551536f704910727aa738f8a6e3aac1219c67f.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)
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.