summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwolfsuit <wolfsuit>2005-06-03 00:53:29 (GMT)
committerwolfsuit <wolfsuit>2005-06-03 00:53:29 (GMT)
commit61841b8824a3ed2b0f7e123c91f7d0b3d1564b00 (patch)
treebd358489d73df4d80ff66f8003503f5e69b8723c /ChangeLog
parentcac83b9b5685d9ec31ee95f7e247226362132496 (diff)
downloadtk-61841b8824a3ed2b0f7e123c91f7d0b3d1564b00.zip
tk-61841b8824a3ed2b0f7e123c91f7d0b3d1564b00.tar.gz
tk-61841b8824a3ed2b0f7e123c91f7d0b3d1564b00.tar.bz2
2005-06-02 Jim Ingham <jingham@apple.com>
Another patch from M. Kirkham. * macosx/tkMacOSXScrlbr.c (ThumbActionProc, ScrollBarBindProc): Record the first mouse down point, and compute differences from that, rather than getting the mouse down each time through the loop. The old method would get fooled if you moved the mouse less than a text line height in the text widget. [Bug 1083728]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e62f4b..93f2c14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-06-02 Jim Ingham <jingham@apple.com>
+
+ Another patch from M. Kirkham.
+
+ * macosx/tkMacOSXScrlbr.c (ThumbActionProc, ScrollBarBindProc):
+ Record the first mouse down point, and compute differences from
+ that, rather than getting the mouse down each time through the
+ loop. The old method would get fooled if you moved the mouse less
+ than a text line height in the text widget.
+ [Bug 1083728]
+
2005-06-02 Jeff Hobbs <jeffh@ActiveState.com>
*** 8.4.10 TAGGED FOR RELEASE ***