summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorstanton <stanton>1998-08-05 18:26:04 (GMT)
committerstanton <stanton>1998-08-05 18:26:04 (GMT)
commit1fb8fe160f5b6353dba850e592818572049e2532 (patch)
tree1ea455d68da5889a17382cafb4f5ff05047bc67a /changes
parentfd1e519f5ce2e0c9df64512e26bc82dababa2861 (diff)
downloadtk-1fb8fe160f5b6353dba850e592818572049e2532.zip
tk-1fb8fe160f5b6353dba850e592818572049e2532.tar.gz
tk-1fb8fe160f5b6353dba850e592818572049e2532.tar.bz2
Merged changes between child workspace "/home/stanton/ws/tk8.0" and
parent workspace "/net/pop/export/home/ws/tk8.0".
Diffstat (limited to 'changes')
-rw-r--r--changes12
1 files changed, 12 insertions, 0 deletions
diff --git a/changes b/changes
index 55098f9..e32f211 100644
--- a/changes
+++ b/changes
@@ -4221,3 +4221,15 @@ XReadBitmapFile so that all Tk file opens go through the Tcl channel
mechanism. This lets us wrap applications that define their own
bitmaps and cursors. Note that XReadBitmapFile is no longer
emulated for non-unix platforms platforms (RJ, BW)
+
+8/5/98 (bug fix) <Insert> binding in entries was masking the virtual
+event <<Paste>> binding to Shift-Insert on Windows. (SS)
+
+8/5/98 (bug fix) wm frame would crash if the window had not been
+mapped yet on Windows. (SS)
+
+8/5/98 (bug fix) Local grabs did not exclude menus or the caption bar
+under Windows. (SS)
+
+8/5/98 (bug fix) Reduced message traffic by setting
+WS_EX_NOPARENTNOTIFY on TkChild windows. (SS)