summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-07-25 20:36:54 (GMT)
committerhobbs <hobbs>2002-07-25 20:36:54 (GMT)
commit68487c77f3f2d8c274848d826056e66bac02cbf5 (patch)
tree08991eb7ba636d904963253fe953193f8c35da98 /ChangeLog
parentdc64cccd6cec898c113d106fd30d7af22180e2d0 (diff)
downloadtk-68487c77f3f2d8c274848d826056e66bac02cbf5.zip
tk-68487c77f3f2d8c274848d826056e66bac02cbf5.tar.gz
tk-68487c77f3f2d8c274848d826056e66bac02cbf5.tar.bz2
* library/tk.tcl (RestoreFocusGrab): handle the case where the
FocusGrab info is not set. [Bug #553283]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af5e69f..be1cdba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-25 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * library/tk.tcl (RestoreFocusGrab): handle the case where the
+ FocusGrab info is not set. [Bug #553283]
+
2002-07-24 Jeff Hobbs <jeffh@ActiveState.com>
* tests/canvas.test: added canvas-14.[1-6]