summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-01-06 09:30:21 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-01-06 09:30:21 (GMT)
commitdf9501bba1307cd8d762718fdb94dcf66309c717 (patch)
tree12ef01660f9d3e503753c803b43054dc9469b63b /ChangeLog
parent8d39ac13676ca900e69e4abfdf4604601c51fbf3 (diff)
downloadtk-df9501bba1307cd8d762718fdb94dcf66309c717.zip
tk-df9501bba1307cd8d762718fdb94dcf66309c717.tar.gz
tk-df9501bba1307cd8d762718fdb94dcf66309c717.tar.bz2
[Bug 1163496]: Allow windows to be set to be transients for withdrawn masters
correctly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f2096af..abd9714 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
+2010-01-06 Donal K. Fellows <dkf@users.sf.net>
+
+ * unix/tkUnixWm.c (TkWmMapWindow): [Bug 1163496]: Allow windows to be
+ * tests/wm.test (wm-transient-8.1): set to be transients for withdrawn
+ masters correctly.
+
2010-01-05 Pat Thoyts <patthoyts@users.sourceforge.net>
- * win/tkWinDialog.c: [Patch 2898255] Enable unlimited multiple
+ * win/tkWinDialog.c: [Patch 2898255]: Enable unlimited multiple
file selection from the open files dialog (pawlak,fellows,thoyts)
2010-01-05 Donal K. Fellows <dkf@users.sf.net>