diff options
author | das <das> | 2006-07-20 06:27:34 (GMT) |
---|---|---|
committer | das <das> | 2006-07-20 06:27:34 (GMT) |
commit | afe519d6070632a0fd1591fb2cd89a8127fb01ff (patch) | |
tree | 9bccc02d5eafea499475873df3d395542f54fa85 /ChangeLog | |
parent | 986981302c5b1717ac16797145c630ae05a88ad3 (diff) | |
download | tk-afe519d6070632a0fd1591fb2cd89a8127fb01ff.zip tk-afe519d6070632a0fd1591fb2cd89a8127fb01ff.tar.gz tk-afe519d6070632a0fd1591fb2cd89a8127fb01ff.tar.bz2 |
* macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): add support
for weakly importing symbols not available on OSX 10.2 or 10.3, enables
binaires built on later OSX versions to run on earlier ones.
* macosx/README: document how to enable weak-linking; cleanup.
* unix/configure.in: enforce requirement of OSX 10.2 for TkAqua; move
* unix/tcl.m4: Darwin specific checks & defines that are only
relevant to the tcl build out of tcl.m4; restrict framework option to
Darwin; cleanup quoting.
* unix/configure: autoconf-2.13
* macosx/tkMacOSXKeyEvent.c: ifdef out diagnostic messages to stderr.
* macosx/tkMacOSXEvent.h: standardize MAC_OS_X_VERSION_MAX_ALLOWED
* macosx/tkMacOSXMenu.c: checks per QA1316, ensure define can be
* macosx/tkMacOSXMenubutton.c: overriden on command line (from default
* macosx/tkMacOSXMenus.c: of current OS version).
* macosx/tkMacOSXMouseEvent.c:
* macosx/tkMacOSXWm.c:
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +2006-07-20 Daniel Steffen <das@users.sourceforge.net> + + * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): add support + for weakly importing symbols not available on OSX 10.2 or 10.3, enables + binaires built on later OSX versions to run on earlier ones. + * macosx/README: document how to enable weak-linking; cleanup. + * unix/configure.in: enforce requirement of OSX 10.2 for TkAqua; move + * unix/tcl.m4: Darwin specific checks & defines that are only + relevant to the tcl build out of tcl.m4; restrict framework option to + Darwin; cleanup quoting. + * unix/configure: autoconf-2.13 + + * macosx/tkMacOSXKeyEvent.c: ifdef out diagnostic messages to stderr. + + * macosx/tkMacOSXEvent.h: standardize MAC_OS_X_VERSION_MAX_ALLOWED + * macosx/tkMacOSXMenu.c: checks per QA1316, ensure define can be + * macosx/tkMacOSXMenubutton.c: overriden on command line (from default + * macosx/tkMacOSXMenus.c: of current OS version). + * macosx/tkMacOSXMouseEvent.c: + * macosx/tkMacOSXWm.c: + + * macosx/tkMacOSXCursor.c (TkMacOSXCursor): + * macosx/tkMacOSXDebug.c (TkMacOSXGetNamedDebugSymbol): + * macosx/tkMacOSXInit.c (Map): fix signed-with-unsigned comparison and + other warnings from gcc4 -Wextra. + 2006-07-14 Andreas Kupries <andreask@activestate.com> * generic/tkWindow.c (Initialize): Modify change of 2006-05-25 |