diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-12-22 19:06:12 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-12-22 19:06:12 (GMT) |
commit | 2696a81e647c227ce916f8a6ad6b889bf137ffa0 (patch) | |
tree | e904ad8fb67d93ac523578ac8081b8ca6243e92e /ChangeLog | |
parent | 9f020ab6cfb95c85e3ffd8b415d4a32502d88bc2 (diff) | |
download | tk-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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] |