summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-11-03 18:46:58 (GMT)
committerhobbs <hobbs>2000-11-03 18:46:58 (GMT)
commit9bb436ed9f46ab2cc7975221e98d01398ceeba23 (patch)
treeaaf0d87529cc96915e75af1625be9429595dc067 /ChangeLog
parent55dfcb2faacc061def254da9427d86d026d59a50 (diff)
downloadtk-9bb436ed9f46ab2cc7975221e98d01398ceeba23.zip
tk-9bb436ed9f46ab2cc7975221e98d01398ceeba23.tar.gz
tk-9bb436ed9f46ab2cc7975221e98d01398ceeba23.tar.bz2
* generic/tkWindow.c (Initialize): added call to Tcl_SetMainLoop.
This only has effect when tclsh is run (not wish), and then Tk is loaded in interactively.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2383841..182b260 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-11-03 Jeff Hobbs <hobbs@ajubasolutions.com>
+
+ * generic/tkWindow.c (Initialize): added call to Tcl_SetMainLoop.
+ This only has effect when tclsh is run (not wish), and then Tk is
+ loaded in interactively.
+
2000-11-02 Jeff Hobbs <hobbs@ajubasolutions.com>
* win/tkWinButton.c: