diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-09 22:38:21 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-09 22:38:21 (GMT) |
commit | 67b27c73ea01a59c1a86df8eb2159c037a0fa5b5 (patch) | |
tree | 91a0c48dafb00dbb2c71f729a411c70485112642 /ChangeLog | |
parent | e545052fdbc990efe71a596ad9a39d3ff655141b (diff) | |
download | tk-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-- | ChangeLog | 20 |
1 files changed, 13 insertions, 7 deletions
@@ -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> |