summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-04-02 04:08:43 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-04-02 04:08:43 (GMT)
commit88057339325da657e84cc9218b7bcb673338902c (patch)
tree9c774bdf42c9a7b42b8acb81ae568ac76ed3d71b
parentda81f8f0edc0e5d70e7e76ed8804a86b77f5aca0 (diff)
downloadtk-88057339325da657e84cc9218b7bcb673338902c.zip
tk-88057339325da657e84cc9218b7bcb673338902c.tar.gz
tk-88057339325da657e84cc9218b7bcb673338902c.tar.bz2
* generic/tkStubLib.c (Tk_InitStubs): Added missing error message and
* generic/tkWindow.c (Tk_PkgInitStubsCheck): removed needless $ifdef complexity.
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 932f1d9..1899931 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-04-01 Don Porter <dgp@users.sourceforge.net>
+ * generic/tkStubLib.c (Tk_InitStubs): Added missing error message and
+ * generic/tkWindow.c (Tk_PkgInitStubsCheck): removed needless $ifdef
+ complexity.
+
* generic/tkWindow.c: Revised package initialization so that
* unix/Makefile.in: "tkStubsPtr" is not present in libtk.so, but
is present only in libtkstub.a. This tightens up the rules for users