summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2002-12-02 03:42:28 (GMT)
committermdejong <mdejong>2002-12-02 03:42:28 (GMT)
commit2be80c2ee9e0835f69dbc4773498a020c025bd0c (patch)
treef102cbf497a352cff63f95898ecdff2e31b20815 /ChangeLog
parent86e45159acabbaf667b4c297ae2a07745369e792 (diff)
downloadtk-2be80c2ee9e0835f69dbc4773498a020c025bd0c.zip
tk-2be80c2ee9e0835f69dbc4773498a020c025bd0c.tar.gz
tk-2be80c2ee9e0835f69dbc4773498a020c025bd0c.tar.bz2
* tests/event.test (_keypress, _text_ind_to_x_y):
Force focus to widget in _keypress method to avoid problems with window managers that use focus follows mouse. [Bug 526209]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fdcf6f8..459a635 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2002-12-01 Mo DeJong <mdejong@users.sourceforge.net>
+ * tests/event.test (_keypress, _text_ind_to_x_y):
+ Force focus to widget in _keypress method to
+ avoid problems with window managers that
+ use focus follows mouse. [Bug 526209]
+
+2002-12-01 Mo DeJong <mdejong@users.sourceforge.net>
+
* tests/wm.test: Add wm-transient-6.3 to
check that a transient remains withdrawn
when it is first withdrawn and then turned