summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1998-08-04 18:56:47 (GMT)
committerstanton <stanton@noemail.net>1998-08-04 18:56:47 (GMT)
commit715696cc199f5f741ff5a79fe7ed6ea16f6c19a7 (patch)
tree3fc20e314b4133d7cfee3496e1803bc3b47fd049 /changes
parentb2dde4577b2e52c460799704e3a0b3de23c91e46 (diff)
downloadtk-715696cc199f5f741ff5a79fe7ed6ea16f6c19a7.zip
tk-715696cc199f5f741ff5a79fe7ed6ea16f6c19a7.tar.gz
tk-715696cc199f5f741ff5a79fe7ed6ea16f6c19a7.tar.bz2
*** empty log message ***
FossilOrigin-Name: 5b16065b7053f31f375612ff0acfe1466d4d45df
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)