summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-10-19 02:10:40 (GMT)
committerhobbs <hobbs>2002-10-19 02:10:40 (GMT)
commita1cf501392a9e4748afd25b97cead4a22de206f8 (patch)
tree8fba4e851cee6737538ef2923d9e00fa4c688c68 /ChangeLog
parent8180cd806f160613962363dd2645221b50e868f4 (diff)
downloadtk-a1cf501392a9e4748afd25b97cead4a22de206f8.zip
tk-a1cf501392a9e4748afd25b97cead4a22de206f8.tar.gz
tk-a1cf501392a9e4748afd25b97cead4a22de206f8.tar.bz2
* win/configure: Regen.
* win/tcl.m4 (SC_CONFIG_CFLAGS): Check for bug in Cygwin version of windres and work around that case by passing a POSIX path instead of a Windows native path. One can't always pass a POSIX path because the mingw native toolchain accepts only Windows native paths. (dejong)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5ec0c6..ae6ffed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2002-10-18 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * win/winMain.c (WinMain, main): remove obsolete SetMessageQueue call
+
+ * win/configure: Regen.
+ * win/tcl.m4 (SC_CONFIG_CFLAGS): Check for bug in Cygwin version
+ of windres and work around that case by passing a POSIX path
+ instead of a Windows native path. One can't always pass a POSIX
+ path because the mingw native toolchain accepts only Windows
+ native paths. (dejong)
+
+ * win/tkWinPort.h: define OPEN_MAX only if not defined.
+ [Patch #625472] (howell)
+
2002-10-18 Daniel Steffen <das@users.sourceforge.net>
* mac/tkMacAppInit.c: removed tcltest dependency.