diff options
author | hobbs <hobbs> | 2006-11-24 19:04:06 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2006-11-24 19:04:06 (GMT) |
commit | ed214b2369f11aa69720a759c21ac14f6654cc2c (patch) | |
tree | 8f46fdb494248e7f47d9d9a6865520ec79fa95bb /ChangeLog | |
parent | 2856aaa6a3f606efaf050b719a91763b9abbf0f5 (diff) | |
download | tk-ed214b2369f11aa69720a759c21ac14f6654cc2c.zip tk-ed214b2369f11aa69720a759c21ac14f6654cc2c.tar.gz tk-ed214b2369f11aa69720a759c21ac14f6654cc2c.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] |