summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-03-22 16:04:43 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-03-22 16:04:43 (GMT)
commit36561300e09e603e3ed9f5d1750278417f0c0829 (patch)
treee67c5dfddd5802130ab8f17d508d76f50fb69540 /ChangeLog
parentc2da6a0a28663eaa6d83b85a549c005cf6957092 (diff)
downloadtk-36561300e09e603e3ed9f5d1750278417f0c0829.zip
tk-36561300e09e603e3ed9f5d1750278417f0c0829.tar.gz
tk-36561300e09e603e3ed9f5d1750278417f0c0829.tar.bz2
Corrected docs to no longer use malloc/free. [Bug 920695]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dbd4a74..0181074 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-22 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * doc/ConfigWidg.3: Converted malloc/free to Tcl_Alloc/Tcl_Free to
+ help avoid confusion and crashes on Windows. [Bug 920695]
+
2004-03-20 Jim Ingham <jingham@apple.com>
* macosx/tkMacOSXSubwindows.c (GenerateConfigureNotify): New