summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-04-04 16:18:37 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-04-04 16:18:37 (GMT)
commit5d063ab7b3a58f14bc462097c7a345f2de83f9b2 (patch)
treed1fd8ab48b7d68ad0103dee7dbc8f322032e79dc /ChangeLog
parent1d426ad81fcbd177e2b6451ba776eed17e1f9d92 (diff)
downloadtk-5d063ab7b3a58f14bc462097c7a345f2de83f9b2.zip
tk-5d063ab7b3a58f14bc462097c7a345f2de83f9b2.tar.gz
tk-5d063ab7b3a58f14bc462097c7a345f2de83f9b2.tar.bz2
Fix [Bug 1881896]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bacc53..7cff596 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
+2009-04-04 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/messageBox.n: [Bug 1881896]: Reworded to be clearer on what the
+ platform restrictions really are.
+
2009-04-03 Joe English <jenglish@users.sourceforge.net>
- * unix/tkUnixWm.c: Don't Panic [Bug 1789819].
+ * unix/tkUnixWm.c: [Bug 1789819]: Don't panic when the window manager
+ does something unexpected with the stacking order.
2009-04-03 Donal K. Fellows <dkf@users.sf.net>