summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 15c4a91..8fcd3bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-08-10 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tkFrame.c (CreateFrame) and others: Don't use size_t
+ when working with Tcl_GetStringFromObj because it is not 64-bit
+ clean. [Bug 1252702]
+
2005-08-04 Vince Darley <vincentdarley@users.sourceforge.net>
* doc/text.n: Clarify behaviour of tab stops (as per [Bug 1247835])