summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorstanton <stanton>1998-08-04 18:56:48 (GMT)
committerstanton <stanton>1998-08-04 18:56:48 (GMT)
commita0a2ec2e709cc16ce16692ca5f49ffc939690b75 (patch)
tree3fc20e314b4133d7cfee3496e1803bc3b47fd049 /changes
parent02cf0e2c9f39107e16354f9c525343b56ce839fb (diff)
downloadtk-a0a2ec2e709cc16ce16692ca5f49ffc939690b75.zip
tk-a0a2ec2e709cc16ce16692ca5f49ffc939690b75.tar.gz
tk-a0a2ec2e709cc16ce16692ca5f49ffc939690b75.tar.bz2
*** empty log message ***
Diffstat (limited to 'changes')
-rw-r--r--changes11
1 files changed, 11 insertions, 0 deletions
diff --git a/changes b/changes
index 010ac37..5d482f1 100644
--- a/changes
+++ b/changes
@@ -4204,3 +4204,14 @@ comment at the top of generic/tkInitScript.h for more details. (SS)
7/27/98 (bug fix) The bbox for coords in the canvas were incorrectly
including the center of the coord as part of the bound area. (RJ)
+
+8/4/98 (bug fix) Fixed memory leak in Windows menu code. (SS)
+
+8/4/98 (bug fix) Fixed bug where bgerror's were not being generated
+from menu callbacks on Windows. (SS)
+
+8/4/98 (bug fix) Alt-key bindings were not being handled properly
+under Windows, resulting in annoying beeps. (SS)
+
+8/4/98 (bug fix) Fixed bug in Windows menubar handling that allowed
+a shared menubar to be deleted when any window using it was deleted. (SS)