summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2006-04-06 09:28:59 (GMT)
committerdas <das>2006-04-06 09:28:59 (GMT)
commit94ec6d314586f3e5a501ef37de0039905b32bfe8 (patch)
tree561ae0afa388c45bf802efba1c5bb7400f5a61a9 /ChangeLog
parentbe3f3efb44b4479135755373aeb4634d73814811 (diff)
downloadtk-94ec6d314586f3e5a501ef37de0039905b32bfe8.zip
tk-94ec6d314586f3e5a501ef37de0039905b32bfe8.tar.gz
tk-94ec6d314586f3e5a501ef37de0039905b32bfe8.tar.bz2
* macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): fix errors
in setting/removing window proxy icons via [wm attributes -titlepath] and [wm iconbitmap], use HIWindow API on Tiger or later. [Bug 1455241] * unix/tcl.m4: remove TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING define on Darwin. [Tcl Bug 1457515] * unix/configure: autoconf-2.13
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2591eb2..3214404 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-04-06 Daniel Steffen <das@users.sourceforge.net>
+
+ * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): fix errors
+ in setting/removing window proxy icons via [wm attributes -titlepath]
+ and [wm iconbitmap], use HIWindow API on Tiger or later. [Bug 1455241]
+
+ * unix/tcl.m4: remove TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING
+ define on Darwin. [Tcl Bug 1457515]
+ * unix/configure: autoconf-2.13
+
2006-04-05 Jeff Hobbs <jeffh@ActiveState.com>
* win/tkWinMenu.c (FreeID, TkpNewMenu, MenuExitHandler)