summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-01-03 22:43:45 (GMT)
committerhobbs <hobbs>2003-01-03 22:43:45 (GMT)
commit891029fe3efdaa4b484b55a7d937c4e2d39b7722 (patch)
tree8aba12e78c43f82f5cfefd6244ae776ede1b03b1 /ChangeLog
parent5765ca0d5beb52496528ec6fc4da96dcee1d9f3d (diff)
downloadtk-891029fe3efdaa4b484b55a7d937c4e2d39b7722.zip
tk-891029fe3efdaa4b484b55a7d937c4e2d39b7722.tar.gz
tk-891029fe3efdaa4b484b55a7d937c4e2d39b7722.tar.bz2
* generic/tkFrame.c (CreateFrame): throw a Tcl error instead of a
panic when we cannot get a main window and appname is NULL. This can indicate that a user tried to create a frame/toplevel while Tk was dying. [Bug #661792]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2381229..22f3287 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-01-03 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tkFrame.c (CreateFrame): throw a Tcl error instead of a
+ panic when we cannot get a main window and appname is NULL. This
+ can indicate that a user tried to create a frame/toplevel while Tk
+ was dying. [Bug #661792]
+
2002-12-27 David Gravereaux <davygrvy@pobox.com>
* generic/tkText.h: ANSI unfriendly typedef for TkTextBTree