summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-10-07 14:31:02 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-10-07 14:31:02 (GMT)
commitab94303bc8b5015d4f8174467f60609d5ea5d18b (patch)
treef27e5f8a71c3f371a5602556406cb10da1baf3c9 /ChangeLog
parent8f96f00344def657535f5c26238d82a7794849c3 (diff)
downloadtk-ab94303bc8b5015d4f8174467f60609d5ea5d18b.zip
tk-ab94303bc8b5015d4f8174467f60609d5ea5d18b.tar.gz
tk-ab94303bc8b5015d4f8174467f60609d5ea5d18b.tar.bz2
[Patch 2088597]: Stop scrollbars from getting too small at the end.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f0135e0..757a9d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,16 @@
+2009-10-07 Donal K. Fellows <dkf@users.sf.net>
+
+ * unix/tkUnixScrlbr.c (TkpComputeScrollbarGeometry): [Patch 2088597]:
+ Stop scrollbars from getting too small at the end.
+
2009-10-05 Don Porter <dgp@users.sourceforge.net>
* changes: Updated for 8.5.8 release.
2009-10-05 Pat Thoyts <patthoyts@users.sourceforge.net>
- * win/tkWinButton.c: Backported patch avoiding 3D effects with
- user-specified background [Bug 2860827]
+ * win/tkWinButton.c: [Bug 2860827]: Backported patch avoiding 3D
+ effects with user-specified background.
2009-09-25 Donal K. Fellows <dkf@users.sf.net>