summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-12-09 22:38:21 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-12-09 22:38:21 (GMT)
commit67b27c73ea01a59c1a86df8eb2159c037a0fa5b5 (patch)
tree91a0c48dafb00dbb2c71f729a411c70485112642 /ChangeLog
parente545052fdbc990efe71a596ad9a39d3ff655141b (diff)
downloadtk-67b27c73ea01a59c1a86df8eb2159c037a0fa5b5.zip
tk-67b27c73ea01a59c1a86df8eb2159c037a0fa5b5.tar.gz
tk-67b27c73ea01a59c1a86df8eb2159c037a0fa5b5.tar.bz2
Apply [Bug 2911570]'s patch to make color value hashing work on 64-bit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 13 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index ce353fb..59b6a50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,17 @@
+2009-12-09 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tkColor.c (Tk_GetColorByValue): [Bug 2911570]: Ensure that
+ hash keys of color values are zeroed first, so that they hash properly
+ on 64-bit systems (where X structures are not tightly packed).
+
2009-12-08 Pat Thoyts <patthoyts@users.sourceforge.net>
- * unix/tkUnixWm.c: [Bug 2864685] backported window manager hinting
+ * unix/tkUnixWm.c: [Bug 2864685]: Backported window manager hinting
update from HEAD
2009-12-06 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
- * macosx/tkMacOSXFont.c (GetFontFamilyName): [Bug #2548661] Merge fix
+ * macosx/tkMacOSXFont.c (GetFontFamilyName): [Bug 2548661]: Merge fix
from HEAD (1.44).
2009-12-03 Pat Thoyts <patthoyts@users.sourceforge.net>
@@ -15,11 +21,11 @@
2009-12-02 Jan Nijtmans <nijtmans@users.sf.net>
- * doc/GetHINSTANCE.3 correct mentioned header file
- * win/tkWinInt.h make TkWinChildProc available in private
- * generic/tkInt.decls stub table. [Bug #220600] and [Bug #220690].
- * generic/tkIntPlatDecls.h (regenerated)
- * generic/tkStubInit.c (regenerated)
+ * doc/GetHINSTANCE.3: Correct mentioned header file
+ * win/tkWinInt.h: [Bugs 220600, 220690]: Make TkWinChildProc
+ * generic/tkInt.decls: available in private stub table.
+ * generic/tkIntPlatDecls.h: (regenerated)
+ * generic/tkStubInit.c: (regenerated)
2009-11-25 Stuart Cassoff <stwo@users.sf.net>