summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-09-03 00:22:36 (GMT)
committerhobbs <hobbs>2002-09-03 00:22:36 (GMT)
commitdbf76dc7b3c5d6d9d1d851a7827ac2abd49f46a1 (patch)
treec5a4517e0877d73341988e2186656cfd8620e44c /ChangeLog
parent159ad9653f20df7d5424a328f5b58e61e68e1fb8 (diff)
downloadtk-dbf76dc7b3c5d6d9d1d851a7827ac2abd49f46a1.zip
tk-dbf76dc7b3c5d6d9d1d851a7827ac2abd49f46a1.tar.gz
tk-dbf76dc7b3c5d6d9d1d851a7827ac2abd49f46a1.tar.bz2
* tests/cursor.test: reverted 2002-08-31 change for OS X to use
'heart' cursor because 'arrow' on windows has a pre-skewed use count. [Bug #602667]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3436c42..ce1fdbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-09-02 Jeff Hobbs <jeffh@ActiveState.com>
+ * tests/cursor.test: reverted 2002-08-31 change for OS X to use
+ 'heart' cursor because 'arrow' on windows has a pre-skewed use
+ count. [Bug #602667]
+
* tests/button.test: added button-14.1
* win/tkWinButton.c (TkpComputeButtonGeometry): correct Win button
sizing to be equal for one-line buttons with -height of 0 or 1, as