summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-07-31 04:22:09 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-07-31 04:22:09 (GMT)
commit41641da41bb777e1a9d3a347ce6e2847edf5fed2 (patch)
tree5caa7b36074dfc37a45a36e389bbb57282e1ab65 /ChangeLog
parent43cb74c6499a1ccef5153e09b8cb15e5191f9746 (diff)
downloadtk-41641da41bb777e1a9d3a347ce6e2847edf5fed2.zip
tk-41641da41bb777e1a9d3a347ce6e2847edf5fed2.tar.gz
tk-41641da41bb777e1a9d3a347ce6e2847edf5fed2.tar.bz2
* generic/tk.h: Added missing EXTERN for the Tcl_PkgInitStubsCheck
declaration to fix inability to embed non-stub-enabled Tk on Windows.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b12406..18b0d3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-31 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tk.h: Added missing EXTERN for the Tcl_PkgInitStubsCheck
+ declaration to fix inability to embed non-stub-enabled Tk on Windows.
+
2008-07-26 Pat Thoyts <patthoyts@users.sourceforge.net>
* doc/options.n: Direct to the font manual for -font [Bug 1686012]