summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-06-27 17:15:58 (GMT)
committerericm <ericm>2000-06-27 17:15:58 (GMT)
commite198ab3d290731e5e38d1370f1a3d47870765892 (patch)
tree273860f6c19951a1ffd5ff70e05c32d829febc4c /ChangeLog
parent2d36140194d24b7083dad675be4377b8f946974d (diff)
downloadtk-e198ab3d290731e5e38d1370f1a3d47870765892.zip
tk-e198ab3d290731e5e38d1370f1a3d47870765892.tar.gz
tk-e198ab3d290731e5e38d1370f1a3d47870765892.tar.bz2
* generic/tkMenu.c (DeleteMenuCloneEntries): Applied fix from
[Bug: 5275], which corrected a segfault-causing indexing problem when deleting entries from torn-off menus.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7d2a52..2bea01a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-06-27 Eric Melski <ericm@scriptics.com>
+
+ * generic/tkMenu.c (DeleteMenuCloneEntries): Applied fix from
+ [Bug: 5275], which corrected a segfault-causing indexing problem
+ when deleting entries from torn-off menus.
+
2000-06-22 Eric Melski <ericm@ajubasolutions.com>
* doc/getOpenFile.n: Updated with information about -multiple.