summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das@noemail.net>2006-07-20 06:27:34 (GMT)
committerdas <das@noemail.net>2006-07-20 06:27:34 (GMT)
commit3ba872d886526a7f6fb283277becd0ce84759a67 (patch)
tree9bccc02d5eafea499475873df3d395542f54fa85 /ChangeLog
parent96cbbf6d000a3c8f23d20fbd61d9f9a194c0e88e (diff)
downloadtk-3ba872d886526a7f6fb283277becd0ce84759a67.zip
tk-3ba872d886526a7f6fb283277becd0ce84759a67.tar.gz
tk-3ba872d886526a7f6fb283277becd0ce84759a67.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: FossilOrigin-Name: 9b231103bdd2748eed2a61c012939a07be6a7412
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c27ae9..622823e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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