summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-25 08:19:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-25 08:19:58 (GMT)
commit8e1594e0c28687570a86fab6225c08157952fe7f (patch)
tree70b691287c91fface3ec9479d23dbadc165389b4 /ChangeLog
parent0fcdae7d518063b980e296f2e1dfec4dddd08514 (diff)
parent4a6df05f757a4b54a41154e1ede8c06d2e038362 (diff)
downloadtcl-8e1594e0c28687570a86fab6225c08157952fe7f.zip
tcl-8e1594e0c28687570a86fab6225c08157952fe7f.tar.gz
tcl-8e1594e0c28687570a86fab6225c08157952fe7f.tar.bz2
[Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as well as XTYP_REQUEST.
Fix "make genstubs" when cross-compiling on UNIX
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 666e3ba..012fe5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-05-25 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * win/tclWinDde.c: [Bug 473946]: special characters not correctly sent,
+ now for XTYP_EXECUTE as well as XTYP_REQUEST.
+ * win/Makefile.in: Fix "make genstubs" when cross-compiling on UNIX
+
2012-05-24 Jan Nijtmans <nijtmans@users.sf.net>
* tools/genStubs.tcl: Take cygwin handling of X11 into account.