diff options
author | das <das> | 2008-06-19 00:16:30 (GMT) |
---|---|---|
committer | das <das> | 2008-06-19 00:16:30 (GMT) |
commit | cf0a71b6b6ae366ed2c55edf4cd102fae9fba1fe (patch) | |
tree | 365d892201a4b226350683ca812026e5e1d15f9c /ChangeLog | |
parent | 77395728a9958d046ba5ad4cfc5959495749f6a7 (diff) | |
download | tk-cf0a71b6b6ae366ed2c55edf4cd102fae9fba1fe.zip tk-cf0a71b6b6ae366ed2c55edf4cd102fae9fba1fe.tar.gz tk-cf0a71b6b6ae366ed2c55edf4cd102fae9fba1fe.tar.bz2 |
* macosx/tkMacOSXCarbonEvents.c: fix debug carbon event tracing;
(InstallStandardApplicationEventHandler): replace needless use of
TkMacOSXInitNamedDebugSymbol() by standard TkMacOSXInitNamedSymbol().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2008-06-18 Daniel Steffen <das@users.sourceforge.net> + + * macosx/tkMacOSXCarbonEvents.c: fix debug carbon event tracing; + (InstallStandardApplicationEventHandler): replace needless use of + TkMacOSXInitNamedDebugSymbol() by standard TkMacOSXInitNamedSymbol(). + + * macosx/tkMacOSXDebug.c: revert 2007-11-09 commit making + * macosx/tkMacOSXDebug.h: TkMacOSXInitNamedDebugSymbol() + available outside of debug builds. + + * macosx/tkMacOSXEmbed.c (TkpMakeWindow): fix bug with missing + * macosx/tkMacOSXSubwindows.c (XMapWindow): focus on first map by + only sending VisibilityNotify events once windows are mapped (rather + than when they are created). + + * macosx/tkMacOSXWindowEvent.c (TkMacOSXProcessWindowEvent): fix + return value. + 2008-06-12 Daniel Steffen <das@users.sourceforge.net> * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore a |