summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-11-11 15:56:46 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-11-11 15:56:46 (GMT)
commitda2611425bfd7e8e60f4c170fed650cdd316b3b7 (patch)
tree77e20902e429737908f370cd9d6a8b0a988a9040 /ChangeLog
parent5a588e70b4cbbcdb05ac6d79e87b33b562ef1632 (diff)
downloadtk-da2611425bfd7e8e60f4c170fed650cdd316b3b7.zip
tk-da2611425bfd7e8e60f4c170fed650cdd316b3b7.tar.gz
tk-da2611425bfd7e8e60f4c170fed650cdd316b3b7.tar.bz2
* generic/tkPlatDecls.h: Restore C++ friendliness to the
tkPlatDecls.h header file, which we insist extensions #include to gain access to the Tk_*HWND*() routines. [Bug 2886635].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ac782a..d518aad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-11-11 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tkPlatDecls.h: Restore C++ friendliness to the
+ tkPlatDecls.h header file, which we insist extensions #include to
+ gain access to the Tk_*HWND*() routines. [Bug 2886635].
+
2009-11-10 Andreas Kupries <andreask@activestate.com>
* unix/Makefile.in: Partially reverted Don Porter's 2009-10-20