summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-04-18 21:55:02 (GMT)
committerhobbs <hobbs>2003-04-18 21:55:02 (GMT)
commitac61e94f1ce8a66b3390232fd5ee69fa6e56ed38 (patch)
treea7d6c41505dd55efb3cf0042d76219ff08b96cf7 /ChangeLog
parentae2c4cb462b2445d5cb0153e187fe77c2c428abc (diff)
downloadtk-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--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d497a5f..cdf3ab1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):