summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2006-05-29 22:21:39 (GMT)
committerhobbs <hobbs>2006-05-29 22:21:39 (GMT)
commitde94051cc9cefddb0cfae707598416939eabe5b8 (patch)
treeffc2567e249c5475bbb460da90068f7b83331815 /ChangeLog
parenta7c8588873469c05f9182cd88d68fce9eec6ebe5 (diff)
downloadtk-de94051cc9cefddb0cfae707598416939eabe5b8.zip
tk-de94051cc9cefddb0cfae707598416939eabe5b8.tar.gz
tk-de94051cc9cefddb0cfae707598416939eabe5b8.tar.bz2
* win/tkWinEmbed.c (TkpGetOtherWindow): [Bug 1212056] do not panic
* unix/tkUnixEmbed.c (TkpGetOtherWindow): if no window is found - * unix/tkUnixWm.c (Tk_CoordsToWindow, UpdateGeometryInfo): handle it in the caller
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac7edea..d003455 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-05-29 Jeff Hobbs <jeffh@ActiveState.com>
+ * win/tkWinEmbed.c (TkpGetOtherWindow): [Bug 1212056] do not panic
+ * unix/tkUnixEmbed.c (TkpGetOtherWindow): if no window is found -
+ * unix/tkUnixWm.c (Tk_CoordsToWindow, UpdateGeometryInfo): handle it
+ in the caller
+
* tests/entry.test (entry-22.1):
* tests/listbox.test (listbox-6.15):
* generic/tkListbox.c (ListboxInsertSubCmd, ListboxDeleteSubCmd):