summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-09-17 23:36:15 (GMT)
committerhobbs <hobbs>2004-09-17 23:36:15 (GMT)
commitce417c74414e4e33470ee1f098aed8da4f4ac5e7 (patch)
tree93dc4789958042a517f4633aab599a24c6a52c47 /ChangeLog
parentc09619b26881cb916c410ec76d98e4be909e50bb (diff)
downloadtk-ce417c74414e4e33470ee1f098aed8da4f4ac5e7.zip
tk-ce417c74414e4e33470ee1f098aed8da4f4ac5e7.tar.gz
tk-ce417c74414e4e33470ee1f098aed8da4f4ac5e7.tar.bz2
* tests/winWm.test: Add 'wm attributes -alpha' to control toplevel
* win/tkWinInt.h: alpha transparency on Win2K/XP+. * win/tkWinWm.c: TIP #222 [Patch 892194]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b5017d..2848999 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-09-17 Jeff Hobbs <jeffh@ActiveState.com>
+ * tests/winWm.test: Add 'wm attributes -alpha' to control toplevel
+ * win/tkWinInt.h: alpha transparency on Win2K/XP+.
+ * win/tkWinWm.c: TIP #222 [Patch 892194]
+
* win/tkWinWm.c (UpdateWrapper): Ensure that we maintain Z order
* tests/winWm.test: and focus of preexisting window
when replacing the wrapper window.