summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2006-04-11 20:27:27 (GMT)
committerhobbs <hobbs>2006-04-11 20:27:27 (GMT)
commita585fdbbd3d3ab32d8f3e97b5c2834fc0961f204 (patch)
tree1c170c6c7ac73767d442f797e41e0f0addd653ba /ChangeLog
parentaf3470b9807a931c2d7acb9d00d1403f6b017a4f (diff)
downloadtk-a585fdbbd3d3ab32d8f3e97b5c2834fc0961f204.zip
tk-a585fdbbd3d3ab32d8f3e97b5c2834fc0961f204.tar.gz
tk-a585fdbbd3d3ab32d8f3e97b5c2834fc0961f204.tar.bz2
update to latest
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ef227a..97b6f0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,19 @@
-2006-04-11 Daniel Steffen <das@users.sourceforge.net>
+2006-04-11 Jeff Hobbs <jeffh@ActiveState.com>
*** 8.4.13 TAGGED FOR RELEASE ***
+ * changes: update for bug fix.
+
+ * generic/tkBind.c (Tk_BindEvent, ChangeScreen): replace
+ Tcl_GlobalEval with more efficient Tcl_EvalEx.
+
+ * win/tkWinEmbed.c (TkpGetOtherWindow): do not panic if no window
+ * win/tkWinWm.c (UpdateGeometryInfo): is found - handle it in
+ * unix/tkUnixEmbed.c (TkpGetOtherWindow): the caller. [Bug 1212056]
+ * unix/tkUnixWm.c (Tk_CoordsToWindow, UpdateGeometryInfo):
+
+2006-04-11 Daniel Steffen <das@users.sourceforge.net>
+
* changes: added latest aqua bug fixes.
* macosx/tkMacOSXDialog.c (Tk_MessageBoxObjCmd): added standard Escape