diff options
author | hobbs <hobbs> | 2003-07-19 01:03:25 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-07-19 01:03:25 (GMT) |
commit | 11d740995f0af971a2b7a42c3a30cb29fd3e1255 (patch) | |
tree | 393a6dd54a750b5d46b8b370b827d72a8fce5fa1 /ChangeLog | |
parent | fd4e8857c1e474bd6b7012be844f05cc3043a13e (diff) | |
download | tk-11d740995f0af971a2b7a42c3a30cb29fd3e1255.zip tk-11d740995f0af971a2b7a42c3a30cb29fd3e1255.tar.gz tk-11d740995f0af971a2b7a42c3a30cb29fd3e1255.tar.bz2 |
* generic/tkEvent.c (Tk_HandleEvent): correct XCreateIC call for
TK_XIM_SPOT usage. [Bug 742660] (takahashi)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2003-07-18 Jeff Hobbs <jeffh@ActiveState.com> + * generic/tkEvent.c (Tk_HandleEvent): correct XCreateIC call for + TK_XIM_SPOT usage. [Bug 742660] (takahashi) + + * win/tkWinCursor.c (TkGetCursorByName): Fix bug 420510 to provide + consistency between unix and windows -cursor option. (thoyts) + * win/tkWinDialog.c: doubled the TK_MULTI_MAX_PATH value to ~10K. This is a short-term solution until the -multiple option is extended. [Bug 641261] |