summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-01-05 09:44:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-01-05 09:44:53 (GMT)
commitdda6e2358ef98e30c75799b489a68a0805e391b2 (patch)
tree6614253727e7042fe22d834df061463060456259 /ChangeLog
parentf1906c68efe43d621b82d612cb6126ff6718f9f2 (diff)
downloadtk-dda6e2358ef98e30c75799b489a68a0805e391b2.zip
tk-dda6e2358ef98e30c75799b489a68a0805e391b2.tar.gz
tk-dda6e2358ef98e30c75799b489a68a0805e391b2.tar.bz2
[Bug 220950]: Don't delete the last menu entry when it is obvious that is not
what was intended.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ae8efc..d3e2a58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-05 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tkMenu.c (MenuWidgetObjCmd): [Bug 220950]: Do not delete
+ menu entries if the first index to delete is explicitly after the last
+ index of existing entries.
+
2010-01-04 Pat Thoyts <patthoyts@users.sourceforge.net>
* library/dialog.tcl: Backported fix for tk_dialog <Return> binding