diff options
author | dgp <dgp@noemail.net> | 2004-07-29 21:47:56 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2004-07-29 21:47:56 (GMT) |
commit | 0e0939b69bd3c19a6df9650464ee3c90848c5307 (patch) | |
tree | 075a8d8e58e8767c1f271bac381b1d3c94246a33 /changes | |
parent | 9cf7c39c05a9cc657482e7cb224314ab26cb1752 (diff) | |
download | tk-0e0939b69bd3c19a6df9650464ee3c90848c5307.zip tk-0e0939b69bd3c19a6df9650464ee3c90848c5307.tar.gz tk-0e0939b69bd3c19a6df9650464ee3c90848c5307.tar.bz2 |
* changes:
* generic/tkEvent.c (Tk_HandleEvent): revert the 2004-07-20 commit.
That commit created a new Bug 1000051 - a broken Compose Key.
This revert restores Bug 905830 until a cleaner fix can be provided.
FossilOrigin-Name: 5a82fae90cdd6e6fef56650ac74c731e0dab565d
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -2,7 +2,7 @@ This file summarizes all changes made to Tk since version 1.0 was released on March 13, 1991. Changes that aren't backward compatible are marked specially. -RCS: @(#) $Id: changes,v 1.64.2.12 2004/07/26 21:24:07 hobbs Exp $ +RCS: @(#) $Id: changes,v 1.64.2.13 2004/07/29 21:47:57 dgp Exp $ 3/16/91 (bug fix) Modified tkWindow.c to remove Tk's Tcl commands from the interpreter when the main window is deleted (otherwise there will @@ -5672,9 +5672,6 @@ cursor on OS X when Tk asks for the "NULL" (empty) cursor. 2004-07-19 (bug fix)[874058] improved build configuration on 64-bit systems. Corrects Tcl_StatBuf definition issues. (hobbs) -2004-07-20 (bug fix)[905830] Ensure IC focus is set after creation. This -corrects XIM support on Solaris. (hobbs) - 2003-07-23 (platform support) Mac OS X: Fix several problems with Icelandic (and Faroese) keyboards (riefenstahl) |