summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreask <andreask@noemail.net>2012-08-30 17:54:43 (GMT)
committerandreask <andreask@noemail.net>2012-08-30 17:54:43 (GMT)
commit61051fef2e0dca1530d15c5bcc7f9c77d07bd622 (patch)
tree90159d08145fe78d12c35e77c7e41ddad1438e47 /ChangeLog
parent1c81fbba20c97e6b0317eeb695fd867b2b74e3ac (diff)
downloadtk-61051fef2e0dca1530d15c5bcc7f9c77d07bd622.zip
tk-61051fef2e0dca1530d15c5bcc7f9c77d07bd622.tar.gz
tk-61051fef2e0dca1530d15c5bcc7f9c77d07bd622.tar.bz2
Unbreak windows problems with commit [961ae24a3f] as well.
FossilOrigin-Name: a6f5a3361aaf43787663124832833788d004a3a1
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>