summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2006-11-24 19:03:50 (GMT)
committerhobbs <hobbs>2006-11-24 19:03:50 (GMT)
commitc436a58bde358e41f6c12f08c112a2b52754fd58 (patch)
treec4dd4bb1b1b95fa4b1f6d03510c4dcbb6e0addb8 /ChangeLog
parent97b9a81b9a7c013a7e2f45ec81b6767f7055b467 (diff)
downloadtk-c436a58bde358e41f6c12f08c112a2b52754fd58.zip
tk-c436a58bde358e41f6c12f08c112a2b52754fd58.tar.gz
tk-c436a58bde358e41f6c12f08c112a2b52754fd58.tar.bz2
* macosx/tkMacOSXInit.c (TkpInit): only set tcl_interactive 1 if
it isn't already defined. Allows embedders to set it to 0 to prevent the console appearing on OS X. [Bug 1487701]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47ada67..e20b05d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-11-24 Jeff Hobbs <jeffh@ActiveState.com>
+ * macosx/tkMacOSXInit.c (TkpInit): only set tcl_interactive 1 if
+ it isn't already defined. Allows embedders to set it to 0 to
+ prevent the console appearing on OS X. [Bug 1487701]
+
* unix/tkUnixMenu.c (DrawMenuUnderline): bound Tcl_UtfAtIndex usage
* tests/menu.test (menu-36.1): [Bug 1599877]