diff options
author | hobbs <hobbs> | 2001-03-30 23:50:17 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-03-30 23:50:17 (GMT) |
commit | 739d4321a3b8dd6e1073ecb19aa5b09eb5893571 (patch) | |
tree | af9d10c78323c178cd299b0ebd3b034ee96b1b25 /ChangeLog | |
parent | 0dcaafd32b3ba64d04c60046ecbc7d774e60de66 (diff) | |
download | tk-739d4321a3b8dd6e1073ecb19aa5b09eb5893571.zip tk-739d4321a3b8dd6e1073ecb19aa5b09eb5893571.tar.gz tk-739d4321a3b8dd6e1073ecb19aa5b09eb5893571.tar.bz2 |
* win/makefile.vc:
* win/configure:
* win/tcl.m4: added imm32.lib to LIBS_GUI for Tk IME support.
* win/tkWinInt.h:
* win/tkWinKey.c:
* win/tkWinX.c: added support for changing IME on the fly in
Windows (2000). (lam) [Patch #402993]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +2001-03-30 Jeff Hobbs <jeffh@ActiveState.com> + + * win/makefile.vc: + * win/configure: + * win/tcl.m4: added imm32.lib to LIBS_GUI for Tk IME support. + * win/tkWinInt.h: + * win/tkWinKey.c: + * win/tkWinX.c: added support for changing IME on the fly in + Windows (2000). (lam) [Patch #402993] + + * tests/bind.test (bind-22.18): + * generic/tkBind.c (NameToWindow): handled the error case where a + valid-looking but invalid identifier could be passed in certain + event generate options causing a crash. [Bug #411307] + + * win/tkWinWm.c (UpdateWrapper): ensured that the passed in winPtr + had an existent window to operate on. [Bug #409172] + + * win/Makefile.in (install-*): improved install-* targets to use + their base build dependency. + + * generic/tkImage.c (Tk_ImageObjCmd, EventuallyDeleteImage): + added casts to allow compiling on Windows with debbuging. + 2001-03-29 Jeff Hobbs <jeffh@ActiveState.com> * library/msgs/de.msg: fixed translations. [Patch #403525] |