summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2006-11-24 19:04:06 (GMT)
committerhobbs <hobbs>2006-11-24 19:04:06 (GMT)
commitec8201df38d7532a9f2119e81c51fa849773a1e7 (patch)
tree8f46fdb494248e7f47d9d9a6865520ec79fa95bb /ChangeLog
parent9f5ab5519d8485a222584d78d91754615086f01b (diff)
downloadtk-ec8201df38d7532a9f2119e81c51fa849773a1e7.zip
tk-ec8201df38d7532a9f2119e81c51fa849773a1e7.tar.gz
tk-ec8201df38d7532a9f2119e81c51fa849773a1e7.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 1691564..455c52c 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]