summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-10-07 14:28:36 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-10-07 14:28:36 (GMT)
commitf70c57e43b0094e798794afa13205580c3113f71 (patch)
tree5c89d53b915a4a0ddc2f587ec112dc7116b2dded /ChangeLog
parent325b50d61de3cb9a554a0139986c653ae4f9fabc (diff)
downloadtk-f70c57e43b0094e798794afa13205580c3113f71.zip
tk-f70c57e43b0094e798794afa13205580c3113f71.tar.gz
tk-f70c57e43b0094e798794afa13205580c3113f71.tar.bz2
[Patch 2088597]: Stop scrollbars from getting too small at the end.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b3fa84..53c6407 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,15 @@
+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-09-14 Jeff Hobbs <jeffh@ActiveState.com>
- * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu in
- * win/tkWinMenu.c (TkWinHandleMenuEvent): torn off Windows menu.
- [Bug 873613]
- (DrawMenuEntryArrow): Draw Win menu arrow after being torn
- off. [Bug 873608]
+ * generic/tkMenuDraw.c (TkPostSubmenu): [Bug 873613]: Fix reposting of
+ * win/tkWinMenu.c (TkWinHandleMenuEvent): submenu in torn off Windows
+ menu.
+ (DrawMenuEntryArrow): [Bug 873608]: Draw Win menu arrow after being
+ torn off.
2009-08-24 Daniel Steffen <das@users.sourceforge.net>