diff options
author | redman <redman> | 1999-07-22 21:51:24 (GMT) |
---|---|---|
committer | redman <redman> | 1999-07-22 21:51:24 (GMT) |
commit | 7960b3162422562493249a2639b3df40d985a3ae (patch) | |
tree | 3e5ecb70f53d8151539286c00e94d4c231419d18 /ChangeLog | |
parent | fb91bc16ea5815f68a31637a88c265fc3efe74eb (diff) | |
download | tk-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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] |