summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreask <andreask>2012-08-30 17:54:43 (GMT)
committerandreask <andreask>2012-08-30 17:54:43 (GMT)
commit948fe2567f603d48735b72a2c8a932bea94ec44a (patch)
tree90159d08145fe78d12c35e77c7e41ddad1438e47 /ChangeLog
parenta4aeede6c8146cd1ca73af4459c0ebe2f9e2de2d (diff)
downloadtk-948fe2567f603d48735b72a2c8a932bea94ec44a.zip
tk-948fe2567f603d48735b72a2c8a932bea94ec44a.tar.gz
tk-948fe2567f603d48735b72a2c8a932bea94ec44a.tar.bz2
Unbreak windows problems with commit [961ae24a3f] as well.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72be7ba..4590f7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* generic/tkCanvWind.c (CanvasPsWindow): Unbreak AIX, replaced use
of C99 comments in commit [961ae24a3f] (2012-08-27) with C89-style.
+ * win/tkWinDialog.c: Unbreak windows problems with commit [961ae24a3f]
+ * win/tkWinMenu.c: as well.
+ * win/tkWinSend.c:
2012-08-28 Jan Nijtmans <nijtmans@users.sf.net>