summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2006-01-23 00:53:00 (GMT)
committerdas <das>2006-01-23 00:53:00 (GMT)
commitf59975d6eb39f7419c93e45392bab264f83ac352 (patch)
treecee4f934db90361363005d016d103c89efbfb733 /ChangeLog
parent4ea1e3209f9603dd431f9fb3abee8f4098ae27f1 (diff)
downloadtk-f59975d6eb39f7419c93e45392bab264f83ac352.zip
tk-f59975d6eb39f7419c93e45392bab264f83ac352.tar.gz
tk-f59975d6eb39f7419c93e45392bab264f83ac352.tar.bz2
* unix/configure: minor fix to Darwin specific code removing
* unix/configure.in: 64bit flags from CFLAGS for Tk build.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc019f6..5aa2a08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
+2006-01-23 Daniel Steffen <das@users.sourceforge.net>
+
+ * unix/configure: minor fix to Darwin specific code removing
+ * unix/configure.in: 64bit flags from CFLAGS for Tk build.
+
2006-01-20 Joe English <jenglish@users.sourceforge.net>
+
* generic/tkEvent.c, unix/tkUnixEvent.c: XIM fixes
[See #905830, patch tk84-xim-fixes.patch].
+ Revert 2005-12-05 patch disabling XIM when SCIM in use;