summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-11-12 01:10:40 (GMT)
committerhobbs <hobbs>2003-11-12 01:10:40 (GMT)
commit0faab4b1fcb34df789147ece61ade73b3b7e5b67 (patch)
tree83c44648b67ec2f54455378ed967bf0a4443d295 /ChangeLog
parent459cac7ed25678462be3072d2b7047b512d49a4c (diff)
downloadtk-0faab4b1fcb34df789147ece61ade73b3b7e5b67.zip
tk-0faab4b1fcb34df789147ece61ade73b3b7e5b67.tar.gz
tk-0faab4b1fcb34df789147ece61ade73b3b7e5b67.tar.bz2
* unix/configure:
* unix/configure.in: use xft-config instead of pkg-config to determine xft info. * unix/tcl.m4: improve AIX --enable-64bit handling remove -D__NO_STRING_INLINES -D__NO_MATH_INLINES from CFLAGS_OPTIMIZE on Linux. Make default opt -O2 (was -O).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db0984e..ecf5853 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2003-11-11 Jeff Hobbs <jeffh@ActiveState.com>
+ * unix/configure:
+ * unix/configure.in: use xft-config instead of pkg-config to
+ determine xft info.
+ * unix/tcl.m4: improve AIX --enable-64bit handling
+ remove -D__NO_STRING_INLINES -D__NO_MATH_INLINES from
+ CFLAGS_OPTIMIZE on Linux. Make default opt -O2 (was -O).
+
* generic/tkButton.c (ConfigureButton): abort option processing if
the button was deleted. [Bug #824479]