summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-25 08:00:31 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-25 08:00:31 (GMT)
commit4a6df05f757a4b54a41154e1ede8c06d2e038362 (patch)
treeae71bf382325029012cecd77dfb1f0848a6dc55c /ChangeLog
parentc370eb50ed9a97a37da7b5947f802024968fb6d0 (diff)
parentf182c12f4a885f158795c23c07ffbc23af91c41e (diff)
downloadtcl-4a6df05f757a4b54a41154e1ede8c06d2e038362.zip
tcl-4a6df05f757a4b54a41154e1ede8c06d2e038362.tar.gz
tcl-4a6df05f757a4b54a41154e1ede8c06d2e038362.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 c8285ca..8cb4b3f 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.