diff options
author | hobbs <hobbs> | 2005-10-10 20:29:49 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-10-10 20:29:49 (GMT) |
commit | 7e733ab325057aac1e7d23f4e6dda37e65bce9d2 (patch) | |
tree | 8dff482ab66b267064ff77683b382c9f74fedb13 /ChangeLog | |
parent | 9500cbcc13a4de799d51779752efd4fecdfba4ea (diff) | |
download | tk-7e733ab325057aac1e7d23f4e6dda37e65bce9d2.zip tk-7e733ab325057aac1e7d23f4e6dda37e65bce9d2.tar.gz tk-7e733ab325057aac1e7d23f4e6dda37e65bce9d2.tar.bz2 |
* macosx/tkMacOSXInt.h: Move MODULE_SCOPE defn to tkInt.h and add
* generic/tkInt.h: WORDS_BIGENDIAN checks that will work with
OS X universal binary compiles. (steffen)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2005-10-10 Jeff Hobbs <jeffh@ActiveState.com> + * macosx/tkMacOSXInt.h: Move MODULE_SCOPE defn to tkInt.h and add + * generic/tkInt.h: WORDS_BIGENDIAN checks that will work with + OS X universal binary compiles. (steffen) + * generic/tkMenu.c (TkSetWindowMenuBar): do not call TkMenuInit if the winPtr indicates TK_ALREADY_DEAD. This prevents reinit that creates a Tk exit handler after all exit handlers should be |