summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-07-31 04:20:18 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-07-31 04:20:18 (GMT)
commitf02960739692cea710d87f40a460c9564e8cc10c (patch)
tree6d47f64b65ea82463719e36bff953f4eac240361 /ChangeLog
parent1ed107a6e561cb329e268c10817cb222f0e7ca28 (diff)
downloadtk-f02960739692cea710d87f40a460c9564e8cc10c.zip
tk-f02960739692cea710d87f40a460c9564e8cc10c.tar.gz
tk-f02960739692cea710d87f40a460c9564e8cc10c.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 f6cbfa6..20a8877 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]