summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-11-15 11:39:41 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-11-15 11:39:41 (GMT)
commitba85d89c22482d574a5c07593b1fcb57e19451eb (patch)
tree6531745363102b60acc34270ce91fd38797f00c7 /ChangeLog
parent0e191da607a7bc9eea884fd67bb053c582776e8b (diff)
downloadtk-ba85d89c22482d574a5c07593b1fcb57e19451eb.zip
tk-ba85d89c22482d574a5c07593b1fcb57e19451eb.tar.gz
tk-ba85d89c22482d574a5c07593b1fcb57e19451eb.tar.bz2
Preparatory works for making Tk define its parameters via a config header.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46a25b4..fd1bf28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-11-15 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * unix/tcl.m4, unix/configure.in: Expanded all AC_DEFINE calls to
+ the three-argument form and ported recent changes to the tcl.m4
+ from the Tcl distribution. *No* call to AC_CONFIG_HEADERS has been
+ added; this change should be virtually entirely cosmetic.
+
2004-11-12 Daniel Steffen <das@users.sourceforge.net>
* macosx/tkMacOSXXStubs.c: implemented XGetGeometry().