diff options
author | redman <redman@noemail.net> | 1999-07-22 21:51:24 (GMT) |
---|---|---|
committer | redman <redman@noemail.net> | 1999-07-22 21:51:24 (GMT) |
commit | 8a7d95bb244b22dc364bb2966fea0182ef0dfb3a (patch) | |
tree | 3e5ecb70f53d8151539286c00e94d4c231419d18 /ChangeLog | |
parent | 8502ea91651b2ef1c5cb798b54c6e694f81f6479 (diff) | |
download | tk-8a7d95bb244b22dc364bb2966fea0182ef0dfb3a.zip tk-8a7d95bb244b22dc364bb2966fea0182ef0dfb3a.tar.gz tk-8a7d95bb244b22dc364bb2966fea0182ef0dfb3a.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]
FossilOrigin-Name: 8d1544514d4de7b610d7ad3f699f05aba70712c7
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] |