summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-12-22 19:06:12 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-12-22 19:06:12 (GMT)
commit2696a81e647c227ce916f8a6ad6b889bf137ffa0 (patch)
treee904ad8fb67d93ac523578ac8081b8ca6243e92e /ChangeLog
parent9f020ab6cfb95c85e3ffd8b415d4a32502d88bc2 (diff)
downloadtk-2696a81e647c227ce916f8a6ad6b889bf137ffa0.zip
tk-2696a81e647c227ce916f8a6ad6b889bf137ffa0.tar.gz
tk-2696a81e647c227ce916f8a6ad6b889bf137ffa0.tar.bz2
Fix [Bug 1522467] using fix similar to that used in Tcl recently.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08e0b67..44aa5fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-12-22 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * unix/tkUnixEvent.c (TkUnixDoOneXEvent): Made correct on AMD64 and
+ other similar 64-bit systems where fd_mask is not 'unsigned int' in
+ effect. [Bug 1522467]
+
* library/msgs/es_ES.msg (removed):
* library/msgs/es.msg: Fixed translation fault that was present in all
Spanish-speaking locales. [Bug 1111213]