summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-31 09:30:22 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-31 09:30:22 (GMT)
commit0ad4cbd7bd60324dc875c7d8f472096589c2b024 (patch)
tree3ab0f8a9d922f9c36c5579ff2ee94478091498c8 /ChangeLog
parenta2b7afd83359a8b5149462e93b174ca5784d1e1a (diff)
downloadtk-0ad4cbd7bd60324dc875c7d8f472096589c2b024.zip
tk-0ad4cbd7bd60324dc875c7d8f472096589c2b024.tar.gz
tk-0ad4cbd7bd60324dc875c7d8f472096589c2b024.tar.bz2
Implement XFlush and various others for win32 as stubs, so win32 extensions using those can run under CYGWIN as well.
Allow tk86.dll to cooperate with the cygwin console.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d43f6f6..66f2aac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@
* generic/tk*Decls.h: re-generated
* win/Makefile.in: Fix "make genstubs" when cross-compiling on UNIX
+ * win/stubs.c: Implement XFlush and various others for win32 as stubs,
+ * win/tkWinPort.h: so win32 extensions using those can run under CYGWIN as well.
+ * generic/tkMain.c: Allow tk86.dll to cooperate with the cygwin console.
+
2012-05-29 Donal K. Fellows <dkf@users.sf.net>
* generic/tkInt.decls (TkMacOSXDrawable): Added OSX-specific mechanism