diff options
author | hobbs <hobbs> | 2005-02-28 22:10:26 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-02-28 22:10:26 (GMT) |
commit | dc71cdb6538bca1cc18049efc52d111bc5b0ee98 (patch) | |
tree | 19e75d9a198c28e7f3dfe482b89582b674a0d7b3 /ChangeLog | |
parent | b666f2172c96229719e826da2f0e75996908f6a5 (diff) | |
download | tk-dc71cdb6538bca1cc18049efc52d111bc5b0ee98.zip tk-dc71cdb6538bca1cc18049efc52d111bc5b0ee98.tar.gz tk-dc71cdb6538bca1cc18049efc52d111bc5b0ee98.tar.bz2 |
* win/tkWinX.c (GenerateXEvent): correct %A translation on
MouseWheel [Bug 1118340]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2005-02-28 Jeff Hobbs <jeffh@ActiveState.com> + + * win/tkWinX.c (GenerateXEvent): correct %A translation on + MouseWheel [Bug 1118340] + +2005-02-25 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/tkUnixFont.c (FontMapLoadPage): swap decl of char arrays to + avoid aligment issues in Tcl_UtfToExternal. [Bug 1122671] + + * unix/configure, unix/configure.in: add AC_C_BIGENDIAN check + which defines WORDS_BIGENDIAN on BE machines. + 2005-02-24 Daniel Steffen <das@users.sourceforge.net> * macosx/tkMacOSX.h: fixed incorrect inclusion of internal header. |