diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-11 10:46:37 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-11 10:46:37 (GMT) |
commit | b394b866b6cf9b57b603d95b820570b119439fee (patch) | |
tree | 5c852c4af5d1b9344503dd2d99590fe03b4ae485 /ChangeLog | |
parent | 81d9c06d1ce5cfb61913049037b3f03977cb7cc7 (diff) | |
download | tk-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |