summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-02-28 22:10:26 (GMT)
committerhobbs <hobbs>2005-02-28 22:10:26 (GMT)
commitdc71cdb6538bca1cc18049efc52d111bc5b0ee98 (patch)
tree19e75d9a198c28e7f3dfe482b89582b674a0d7b3 /ChangeLog
parentb666f2172c96229719e826da2f0e75996908f6a5 (diff)
downloadtk-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--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57f1ec8..c8791b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.