summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-12-22 19:14:54 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-12-22 19:14:54 (GMT)
commita66df8ec622f8e3177809819dd20fbfc87d357bf (patch)
treeb99d40739c86aaead16c335876bd27493f50838b /ChangeLog
parentfb07b9ad6c5bf08b7b912fbb3b87b320e15a7f15 (diff)
downloadtk-a66df8ec622f8e3177809819dd20fbfc87d357bf.zip
tk-a66df8ec622f8e3177809819dd20fbfc87d357bf.tar.gz
tk-a66df8ec622f8e3177809819dd20fbfc87d357bf.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 c2e298a..366819d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-12-22 Donal K. Fellows <dkf@users.sf.net>
+ * 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]