diff options
author | stanton <stanton> | 1998-08-04 18:56:48 (GMT) |
---|---|---|
committer | stanton <stanton> | 1998-08-04 18:56:48 (GMT) |
commit | a0a2ec2e709cc16ce16692ca5f49ffc939690b75 (patch) | |
tree | 3fc20e314b4133d7cfee3496e1803bc3b47fd049 /changes | |
parent | 02cf0e2c9f39107e16354f9c525343b56ce839fb (diff) | |
download | tk-a0a2ec2e709cc16ce16692ca5f49ffc939690b75.zip tk-a0a2ec2e709cc16ce16692ca5f49ffc939690b75.tar.gz tk-a0a2ec2e709cc16ce16692ca5f49ffc939690b75.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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) |