summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorredman <redman>1999-07-22 21:51:24 (GMT)
committerredman <redman>1999-07-22 21:51:24 (GMT)
commit7960b3162422562493249a2639b3df40d985a3ae (patch)
tree3e5ecb70f53d8151539286c00e94d4c231419d18 /ChangeLog
parentfb91bc16ea5815f68a31637a88c265fc3efe74eb (diff)
downloadtk-7960b3162422562493249a2639b3df40d985a3ae.zip
tk-7960b3162422562493249a2639b3df40d985a3ae.tar.gz
tk-7960b3162422562493249a2639b3df40d985a3ae.tar.bz2
* Changed version to 8.2b2
* win/tkWinPort.h: Block out include of sys/stat.h in order to build extensions with MetroWerks compiler for Win32. [Bug: 2385] * unix/Makefile.in: Need to make install-sh executable before calling (with chmod +x). [Bug: 2413] * library/menu.tcl: Applied patch from Jeff Hobbs to fix typo. [Bug: 2425]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc970c6..7e3e256 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
1999-07-22 <redman@scriptics.com>
+ * Changed version to 8.2b2
+
+ * win/tkWinPort.h: Block out include of sys/stat.h in order to
+ build extensions with MetroWerks compiler for Win32. [Bug: 2385]
+
+ * unix/Makefile.in: Need to make install-sh executable before
+ calling (with chmod +x). [Bug: 2413]
+
* library/menu.tcl: Applied patch from Jeff Hobbs to fix typo.
[Bug: 2425]