diff options
author | dgp <dgp@users.sourceforge.net> | 2004-07-29 21:47:56 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-07-29 21:47:56 (GMT) |
commit | 41dd502e4fc3fc967e562bfe50f70d7e87a71c13 (patch) | |
tree | 075a8d8e58e8767c1f271bac381b1d3c94246a33 /changes | |
parent | 05404c9f8c086384d48880c8e4e07243443b4f23 (diff) | |
download | tk-41dd502e4fc3fc967e562bfe50f70d7e87a71c13.zip tk-41dd502e4fc3fc967e562bfe50f70d7e87a71c13.tar.gz tk-41dd502e4fc3fc967e562bfe50f70d7e87a71c13.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.
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) |