diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-25 08:19:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-25 08:19:58 (GMT) |
commit | 8e1594e0c28687570a86fab6225c08157952fe7f (patch) | |
tree | 70b691287c91fface3ec9479d23dbadc165389b4 /ChangeLog | |
parent | 0fcdae7d518063b980e296f2e1dfec4dddd08514 (diff) | |
parent | 4a6df05f757a4b54a41154e1ede8c06d2e038362 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |