diff options
author | hobbs <hobbs> | 2003-04-18 21:55:02 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-04-18 21:55:02 (GMT) |
commit | ac61e94f1ce8a66b3390232fd5ee69fa6e56ed38 (patch) | |
tree | a7d6c41505dd55efb3cf0042d76219ff08b96cf7 /ChangeLog | |
parent | ae2c4cb462b2445d5cb0153e187fe77c2c428abc (diff) | |
download | tk-ac61e94f1ce8a66b3390232fd5ee69fa6e56ed38.zip tk-ac61e94f1ce8a66b3390232fd5ee69fa6e56ed38.tar.gz tk-ac61e94f1ce8a66b3390232fd5ee69fa6e56ed38.tar.bz2 |
* win/configure: regen
* win/configure.in (SHELL): force it to /bin/sh as autoconf 2.5x
uses /bin/bash, which can fail to find exes in the path (ie: lib).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2003-04-18 Jeff Hobbs <jeffh@ActiveState.com> + + * win/configure: regen + * win/configure.in (SHELL): force it to /bin/sh as autoconf 2.5x + uses /bin/bash, which can fail to find exes in the path (ie: lib). + + * generic/tkCanvBmap.c: s/CreateBitmap/TkcCreateBitmap as Windows + has a CreateBitmap function already. + + * generic/tkCursor.c: s/GetCursor/TkcGetCursor as Windows has a + GetCursor func already, which causes compiler warnings. + 2003-04-14 Mo DeJong <mdejong@users.sourceforge.net> * win/tkWinMenu.c (TkpInitializeMenuBindings): |