From 76b8c4a413bbc3536c1d134f0a03193a8969b15b Mon Sep 17 00:00:00 2001 From: jingham Date: Mon, 17 Apr 2000 02:17:46 +0000 Subject: *** empty log message *** --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index e60a912..bc75556 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2000-04-16 Jim Ingham + + * mac/tkMacPort.h: protect against strncasecmp already defined - it is in + the Pro5 version of MSL. + + * mac/tkMacWindowMgr.c (GenerateKeyEvent): Check for a null tkWin. If the + hidden window we use for double-buffering controls manages to percolate to + the top (should never happen, but...) this will keep us from crashing. + + * mac/tkMacButton.c (InitSampleControls): Hide the double-buffering window + BEHIND the first "." window you can find. This will keep it from ever being + the front window, and thus a black hole for events. + * mac/tkMacButton.c (ButtonEventProc): Disable the controls when the window is + in the background. This is required by the MacOS HIG. This doesn't always get + called when it should, it still needs more work. + + * mac/tkMacDialog.c: Pretty substantial rewrite to include Navigation Services + support for systems which have it. + 2000-04-14 Eric Melski * win/tkWinKey.c: Added check for ASCII delete character in -- cgit v0.12