summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-09-02 01:18:23 (GMT)
committerericm <ericm>2000-09-02 01:18:23 (GMT)
commit6b3c72d47a56a62cdc0a26e8ad8cc8db289b2869 (patch)
tree9595245b7f08d899a74c495e6bdcf0aa4fff0a69 /ChangeLog
parentaefa2a80a74a6233ca64090a607df9819a54d5e1 (diff)
downloadtk-6b3c72d47a56a62cdc0a26e8ad8cc8db289b2869.zip
tk-6b3c72d47a56a62cdc0a26e8ad8cc8db289b2869.tar.gz
tk-6b3c72d47a56a62cdc0a26e8ad8cc8db289b2869.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.
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