summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2007-02-19 23:54:03 (GMT)
committerhobbs <hobbs>2007-02-19 23:54:03 (GMT)
commit71343a18cb63f16e62500a7a3f17942ccd841684 (patch)
tree782299252c4076690e8b98067de1eb8525bb4ca6 /ChangeLog
parent05f0fe856f170b9d7a36c957cf6e4a1920d0bb02 (diff)
downloadtk-71343a18cb63f16e62500a7a3f17942ccd841684.zip
tk-71343a18cb63f16e62500a7a3f17942ccd841684.tar.gz
tk-71343a18cb63f16e62500a7a3f17942ccd841684.tar.bz2
* unix/tcl.m4: use SHLIB_SUFFIX=".so" on HP-UX ia64 arch.
* unix/configure: autoconf-2.13
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 853ce35..8e11dbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-02-19 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * unix/tcl.m4: use SHLIB_SUFFIX=".so" on HP-UX ia64 arch.
+ * unix/configure: autoconf-2.13
+
+ * library/tkfbox.tcl (::tk::IconList_Goto): avoid goto issues in
+ empty dirs. [Bug 1662959]
+
2007-02-04 Daniel Steffen <das@users.sourceforge.net>
* unix/configure.in: add caching to -pipe check.