From cefbb7ae9a834a76562971896f9909f2e6a35e2a Mon Sep 17 00:00:00 2001 From: hobbs Date: Fri, 21 Sep 2001 21:34:42 +0000 Subject: see ChangeLog --- ChangeLog | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0fe95aa..c20386f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +2001-09-21 Jeff Hobbs + + * win/tkWinX.c (TkGetServerInfo): added recognition of Win64. + + * xlib/X11/X.h: made XID __int64 type for Win64. + + * unix/tkUnixPort.h: + * mac/tkMacPort.h: add (int*) cast to TkpScanWindowId. + These may need to be changed to Window* (ulong). + + * generic/tkCmds.c (Tk_WinfoObjCmd): + * generic/tkBind.c (NameToWindow): + correct Window id's to be of type Window + + * generic/tkIntDecls.h: + * generic/tkIntPlatDecls.h: + * generic/tkInt.decls (TkpScanWindowId): changed decl to use + Window* instead of int*. + + * xlib/xcolors.c: + * generic/tkPack.c,tkWindow.c: + * win/tkWinFont.c,tkWinMenu.c: + * unix/tkUnixScale.c: minor cast fixes to prevent 64bit warnings. + + * tests/scrollbar.test (scrollbar-6.27): marked knownBug because + it is skewed by bad dimensions returned by Windows. + + * tests/textDisp.test (textDisp-4.12): corrected test to work + properly on Windows. + + * tests/id.test,macFont.test,macMenu.test,macscrollbar.test: + * tests/send.test,winClipboard.test,winDialog.test,winFont.test: + improved use of test constraints + + * win/tkWinWm.c (WinSetIcon): fixed SetClassLong for 64bit support. + 2001-09-20 Jeff Hobbs * unix/configure: regen'ed -- cgit v0.12