diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-11 10:35:25 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-11 10:35:25 (GMT) |
commit | b1247c27b40bfccec96025d912ed063e9280eda0 (patch) | |
tree | f702bb5a834d3fedfdb013e68590f374b549a61e /ChangeLog | |
parent | 0932cd846593a23540c4c74818684c574159831c (diff) | |
download | tk-b1247c27b40bfccec96025d912ed063e9280eda0.zip tk-b1247c27b40bfccec96025d912ed063e9280eda0.tar.gz tk-b1247c27b40bfccec96025d912ed063e9280eda0.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-10 Joe English <jenglish@users.sourceforge.net> * unix/Makefile.in, unix/configure.in, unix/tkConfig.sh.in: Remove ${DBGX}, ${TK_DBGX} from Tk build system [Patch 1081595]. |