summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-01-11 10:46:37 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-01-11 10:46:37 (GMT)
commitb394b866b6cf9b57b603d95b820570b119439fee (patch)
tree5c852c4af5d1b9344503dd2d99590fe03b4ae485 /ChangeLog
parent81d9c06d1ce5cfb61913049037b3f03977cb7cc7 (diff)
downloadtk-b394b866b6cf9b57b603d95b820570b119439fee.zip
tk-b394b866b6cf9b57b603d95b820570b119439fee.tar.gz
tk-b394b866b6cf9b57b603d95b820570b119439fee.tar.bz2
Improved version of Michael Kirkham's fix for parsing pad values. [1098779]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a2b20d..ea21238 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-01-11 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tkObj.c (TkParsePadAmount):
+ * generic/tkPack.c: Moved function to tkObj.c and rewrote so that it
+ takes advantage of Tcl_Objs properly and cannot leave objects in an
+ inconsistent state. [Bug 1098779]
+
2005-01-07 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tkWindow.c (GetScreen): Make sure the result is reset on