summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm@noemail.net>2000-09-02 01:18:22 (GMT)
committerericm <ericm@noemail.net>2000-09-02 01:18:22 (GMT)
commite07e344476539ecc67332f1cb7d01518b2d69417 (patch)
tree9595245b7f08d899a74c495e6bdcf0aa4fff0a69 /ChangeLog
parentb39757b5eac5954c6e166b581abce119f9040f97 (diff)
downloadtk-e07e344476539ecc67332f1cb7d01518b2d69417.zip
tk-e07e344476539ecc67332f1cb7d01518b2d69417.tar.gz
tk-e07e344476539ecc67332f1cb7d01518b2d69417.tar.bz2
* win/makefile.vc (install-libraries):
* win/Makefile.in (install-libraries): * unix/Makefile.in (install-libraries): Added tkPlatDecls.h to list of header files to install. * generic/tk.h: Added #include "tkPlatDecls.h", which declares the platform specific component of the public Tk stubs API's. FossilOrigin-Name: 960c59512df2dfeb34b8851852007eb1efe83eeb
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ab3a45..0af4cb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2000-09-01 Eric Melski <ericm@ajubasolutions.com>
+
+ * win/makefile.vc (install-libraries):
+ * win/Makefile.in (install-libraries):
+ * unix/Makefile.in (install-libraries): Added tkPlatDecls.h to
+ list of header files to install.
+
+ * generic/tk.h: Added #include "tkPlatDecls.h", which declares the
+ platform specific component of the public Tk stubs API's.
+
2000-08-29 Eric Melski <ericm@ajubasolutions.com>
* win/tkWinMenu.c (DrawWindowsSystemBitmap): Use scratchDC