summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2009-04-10 16:08:45 (GMT)
committerdas <das>2009-04-10 16:08:45 (GMT)
commiteff28bdb2e18fca6c20261e6ec79a53115866075 (patch)
treef7c1d2b4cce0b088c039dce51b2784655f7881de /ChangeLog
parent1f20f44fb62a9fa96982a2fbcab1ad8bdfed85a0 (diff)
downloadtk-eff28bdb2e18fca6c20261e6ec79a53115866075.zip
tk-eff28bdb2e18fca6c20261e6ec79a53115866075.tar.gz
tk-eff28bdb2e18fca6c20261e6ec79a53115866075.tar.bz2
* library/menu.tcl (::tk::MbPost): fix error thrown in y position
computation with indicatoron.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b31e08d..8121365 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-04-10 Daniel Steffen <das@users.sourceforge.net>
+ * library/menu.tcl (::tk::MbPost): fix error thrown in y position
+ computation with indicatoron.
+
+ * generic/tkMenubutton.c: s/DEF_BUTTON_JUSTIFY/DEF_MENUBUTTON_JUSTIFY/
+
* generic/tkBind.c (HandleEventGenerate): ensure window exists before
generating an event for it (fixes testsuite crash).