summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-01-11 10:35:25 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-01-11 10:35:25 (GMT)
commitb1247c27b40bfccec96025d912ed063e9280eda0 (patch)
treef702bb5a834d3fedfdb013e68590f374b549a61e /ChangeLog
parent0932cd846593a23540c4c74818684c574159831c (diff)
downloadtk-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7021755..13a24f3 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-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].