diff options
author | wart <wart> | 1999-06-17 01:39:51 (GMT) |
---|---|---|
committer | wart <wart> | 1999-06-17 01:39:51 (GMT) |
commit | f7c2592058cd56836ada058f8793ca25b3800678 (patch) | |
tree | 6267d5d0dbcfdb847620e55a97158e6e953eefa7 /ChangeLog | |
parent | 09287245e00af3477b7344b9f1755f282d2d35c5 (diff) | |
download | tk-f7c2592058cd56836ada058f8793ca25b3800678.zip tk-f7c2592058cd56836ada058f8793ca25b3800678.tar.gz tk-f7c2592058cd56836ada058f8793ca25b3800678.tar.bz2 |
Updated to reflect recent changes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 1999-06-16 <wart@scriptics.com> + * unix/configure.in: + * unix/Makefile.in: + * unix/aclocal.m4: Numerous build changes to make Tk conform to + the proposed TEA spec + * tkConsole.c: changed some variable types from (int) to (size_t) to prevent compiler warnings. Cast return value from strlen() to (int) in one place for the same reason. |