diff options
author | hobbs <hobbs> | 2006-11-24 19:04:06 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2006-11-24 19:04:06 (GMT) |
commit | ec8201df38d7532a9f2119e81c51fa849773a1e7 (patch) | |
tree | 8f46fdb494248e7f47d9d9a6865520ec79fa95bb /ChangeLog | |
parent | 9f5ab5519d8485a222584d78d91754615086f01b (diff) | |
download | tk-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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] |