summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2005-05-29 07:53:08 (GMT)
committerdas <das>2005-05-29 07:53:08 (GMT)
commit1318232a2f5374634ca72cc501c9b189a51386b4 (patch)
tree44e527d3bdae31462b59624e1cc3f0d2f359b18b /ChangeLog
parent8734866e2b78fe9f8145d6d040fe607b41f6853f (diff)
downloadtk-1318232a2f5374634ca72cc501c9b189a51386b4.zip
tk-1318232a2f5374634ca72cc501c9b189a51386b4.tar.gz
tk-1318232a2f5374634ca72cc501c9b189a51386b4.tar.bz2
* unix/configure.in: added description of HAVE_XSS for autoheader.
* unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59 * macosx/Wish.pbproj/project.pbxproj: * macosx/Wish.xcode/project.pbxproj: added missing FRAMEWORK defines introduced with configure/make based build.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0da2478..6e49b48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2005-05-29 Daniel Steffen <das@users.sourceforge.net>
+ * unix/configure.in: added description of HAVE_XSS for autoheader.
+ * unix/configure: autoconf-2.59
+ * unix/tkConfig.h.in: autoheader-2.59
+
+ * macosx/Wish.pbproj/project.pbxproj:
+ * macosx/Wish.xcode/project.pbxproj: added missing FRAMEWORK defines
+ introduced with configure/make based build.
+
* macosx/tkMacOSXInit.c:
* macosx/tkMacOSXNotify.c: fixed warnings.