summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2008-03-11 22:33:21 (GMT)
committerdas <das>2008-03-11 22:33:21 (GMT)
commit1e1e566f937cdb6742040e51aa3a1f1f07518d86 (patch)
treeaf4a8a514a1fc2b14f82b0edd272568f0bbe444d /ChangeLog
parentde5c5f505cb34caac65e24f2f9b9f62e8982f440 (diff)
downloadtk-1e1e566f937cdb6742040e51aa3a1f1f07518d86.zip
tk-1e1e566f937cdb6742040e51aa3a1f1f07518d86.tar.gz
tk-1e1e566f937cdb6742040e51aa3a1f1f07518d86.tar.bz2
* macosx/GNUmakefile: fix quoting to allow paths to
* macosx/Wish-Common.xcconfig: ${builddir}, ${INSTALL_ROOT} * unix/Makefile.in: and ${TCL_BIN_DIR} to contain * unix/configure.in: spaces. * unix/install-sh: * unix/tcl.m4: * unix/Makefile.in (install-strip): strip non-global symbols from dynamic library.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a11509d..a2ae1ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2008-03-11 Daniel Steffen <das@users.sourceforge.net>
+
+ * library/demos/knightstour.tcl: Aqua GOOBE.
+ * library/demos/widget:
+
+ * macosx/Wish.xcodeproj/project.pbxproj: add support for Xcode 3.1 and
+ * macosx/Wish.xcodeproj/default.pbxuser: targets for building with
+ * macosx/Wish-Common.xcconfig: gcc-4.2 and llvm-gcc-4.2.
+
+ * generic/tkCanvUtil.c: fix gcc-4.2 warnings.
+
+ * macosx/GNUmakefile: fix quoting to allow paths to
+ * macosx/Wish-Common.xcconfig: ${builddir}, ${INSTALL_ROOT}
+ * unix/Makefile.in: and ${TCL_BIN_DIR} to contain
+ * unix/configure.in: spaces.
+ * unix/install-sh:
+ * unix/tcl.m4:
+
+ * unix/configure: autoconf-2.59
+
+ * unix/Makefile.in (install-strip): strip non-global symbols from
+ dynamic library.
+
2008-03-10 Don Porter <dgp@users.sourceforge.net>
* changes: Updates for 8.5.2 release.