summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1999-01-06 21:10:45 (GMT)
committerstanton <stanton@noemail.net>1999-01-06 21:10:45 (GMT)
commit2f8dc5c5df5a36b6738cbc400429373023afdd45 (patch)
treef3b0b77980dea9353ef24843caa0eacb634e1ffb /ChangeLog
parentd8e58295265b00d0a5a97a730d1d9e36ac941588 (diff)
downloadtk-2f8dc5c5df5a36b6738cbc400429373023afdd45.zip
tk-2f8dc5c5df5a36b6738cbc400429373023afdd45.tar.gz
tk-2f8dc5c5df5a36b6738cbc400429373023afdd45.tar.bz2
* generic/tkGrid.c: Fixed bug in "grid forget" that failed to cancelscriptics-tclpro-1-2-b1
pending idle handlers, resulting in a crash in a few odd cases. FossilOrigin-Name: 065f580bc09c06aa780f311e4fdbbff497b1282b
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d4500d..77c2329 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-12-30 <stanton@GASPODE>
+
+ * generic/tkGrid.c: Fixed bug in "grid forget" that failed to cancel
+ pending idle handlers, resulting in a crash in a few odd cases.
+
1998-11-24 <stanton@GASPODE>
* unix/tkUnixFont.c (TkpGetNativeFont): On some X servers,