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