summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2010-08-12 00:14:26 (GMT)
committerhobbs <hobbs>2010-08-12 00:14:26 (GMT)
commit1aa96b7a0d4fbaee771f48cb1f7a80f8d3355c1f (patch)
treea8c7fbad414e6257d374b85dd7f06dd658d0711d /ChangeLog
parentb1da2235649e973072f593db9b38348cc35700a2 (diff)
downloadtk-1aa96b7a0d4fbaee771f48cb1f7a80f8d3355c1f.zip
tk-1aa96b7a0d4fbaee771f48cb1f7a80f8d3355c1f.tar.gz
tk-1aa96b7a0d4fbaee771f48cb1f7a80f8d3355c1f.tar.bz2
* unix/configure: regen with ac-2.59
* unix/configure.in, unix/Makefile.in: * unix/tcl.m4 (AIX): remove the need for ldAIX, replace with -bexpall/-brtl. Remove TK_EXP_FILE (export file) and other baggage that went with it. Remove pre-4 AIX build support.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ebaff3..a3c0991 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-08-11 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * unix/configure: regen with ac-2.59
+ * unix/configure.in, unix/Makefile.in:
+ * unix/tcl.m4 (AIX): remove the need for ldAIX, replace with
+ -bexpall/-brtl. Remove TK_EXP_FILE (export file) and other
+ baggage that went with it. Remove pre-4 AIX build support.
+
2010-08-11 Donal K. Fellows <dkf@users.sf.net>
* generic/tkCanvLine.c (LineDeleteCoords): [Bug 2900121]: Backport of