summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-09-21 22:08:19 (GMT)
committerhobbs <hobbs>2001-09-21 22:08:19 (GMT)
commit2ca21e11c3a446f76d05ebfb5838888412dc8b9b (patch)
tree4f073c570ad43e2899740bf9933e020f4774dce6 /ChangeLog
parentcefbb7ae9a834a76562971896f9909f2e6a35e2a (diff)
downloadtk-2ca21e11c3a446f76d05ebfb5838888412dc8b9b.zip
tk-2ca21e11c3a446f76d05ebfb5838888412dc8b9b.tar.gz
tk-2ca21e11c3a446f76d05ebfb5838888412dc8b9b.tar.bz2
* generic/tkWindow.c (Tk_CreateAnonymousWindow):
* generic/tkEntry.c (GetSpinboxElement): fixed unreachable returns.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c20386f..c54e945 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2001-09-21 Jeff Hobbs <jeffh@ActiveState.com>
+ * generic/tkWindow.c (Tk_CreateAnonymousWindow):
+ * generic/tkEntry.c (GetSpinboxElement): fixed unreachable returns.
+
* win/tkWinX.c (TkGetServerInfo): added recognition of Win64.
* xlib/X11/X.h: made XID __int64 type for Win64.