summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2004-09-24 17:36:22 (GMT)
committerdgp@users.sourceforge.net <dgp>2004-09-24 17:36:22 (GMT)
commitbca236a94bd3e108759cd65886b3627d1ab64f3d (patch)
tree014635c56baba34de70f706f5d4c3d28dd6aed57 /ChangeLog
parent57c1b111094a0d733b8dfb4d09c3b4433525af38 (diff)
downloadtk-bca236a94bd3e108759cd65886b3627d1ab64f3d.zip
tk-bca236a94bd3e108759cd65886b3627d1ab64f3d.tar.gz
tk-bca236a94bd3e108759cd65886b3627d1ab64f3d.tar.bz2
* generic/tkCursor.c: Add missing initialization in debug routine.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49e37d5..ec89021 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-24 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tkCursor.c: Add missing initialization in debug routine.
+
2004-09-24 Vince Darley <vincentdarley@users.sourceforge.net>
* library/text.tcl: corrected mousewheel scrolling [Bug 960190]